body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
      -ms-flex: 0 1 153px;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);body,
p,
.p {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 135%;
}

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem;
}

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 25%;
}

.col-xs-offset-4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 50%;
}

.col-xs-offset-7 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 75%;
}

.col-xs-offset-10 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
  margin-left: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 568px) {
  .container {
    width: 568px;
  }

  .col-sm {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-sm-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    width: 768px;
  }

  .col-md {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-md-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%;
  }

  .col-md-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%;
  }

  .col-md-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%;
  }

  .col-md-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%;
  }

  .col-md {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 960px) {
  .container {
    width: 960px;
  }

  .col-lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-lg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }

  .col-xlg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-xlg-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-xlg-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-xlg-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xlg-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-xlg-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-xlg-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xlg-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-xlg-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-xlg-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xlg-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-xlg-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-xlg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xlg-offset-1 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
  }

  .col-xlg-offset-2 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 16.66667%;
  }

  .col-xlg-offset-3 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 25%;
  }

  .col-xlg-offset-4 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 33.33333%;
  }

  .col-xlg-offset-5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 41.66667%;
  }

  .col-xlg-offset-6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 50%;
  }

  .col-xlg-offset-7 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 58.33333%;
  }

  .col-xlg-offset-8 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 66.66667%;
  }

  .col-xlg-offset-9 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 75%;
  }

  .col-xlg-offset-10 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 83.33333%;
  }

  .col-xlg-offset-11 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 91.66667%;
  }

  .col-xlg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 100%;
  }

  .col-xlg {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-xlg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-xlg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-xlg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-xlg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-xlg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-xlg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-xlg {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-xlg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-xlg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .last-xlg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: .7;
}

.hamburger-box {
  width: 18px;
  height: 17px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 18px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 36px;
          perspective: 36px;
}

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1),-webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),-o-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -o-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(3.6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(3.6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease,-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease,-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-3.6px, -4.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-3.6px, -4.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease,-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-3.6px, 4.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-3.6px, 4.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease,-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease,-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease,-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1),-o-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(3.6px, -4.5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(3.6px, -4.5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease,-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(3.6px, 4.5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(3.6px, 4.5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease,-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22),-o-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
          transform: translate3d(0, -14px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s;
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -36px;
  top: -36px;
  -webkit-transform: translate3d(36px, 36px, 0) rotate(45deg);
          transform: translate3d(36px, 36px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out,top 0.05s 0.125s linear,-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -36px;
  top: -36px;
  -webkit-transform: translate3d(-36px, 36px, 0) rotate(-45deg);
          transform: translate3d(-36px, 36px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out,top 0.05s 0.125s linear,-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in,-webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),-o-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -36px;
  top: 36px;
  -webkit-transform: translate3d(36px, -36px, 0) rotate(-45deg);
          transform: translate3d(36px, -36px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out,top 0.05s 0.125s linear,-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -36px;
  top: 36px;
  -webkit-transform: translate3d(-36px, -36px, 0) rotate(45deg);
          transform: translate3d(-36px, -36px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out,top 0.05s 0.125s linear,-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out,top 0.05s 0.125s linear,-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1),-o-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.57143px, -4px, 0);
          transform: rotate(-45deg) translate3d(-2.57143px, -4px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(2.57143px, -4px, 0);
          transform: rotate(45deg) translate3d(2.57143px, -4px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
          transform: translate3d(0, -14px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in,-o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
       -o-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out,-o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in,-o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
       -o-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out,-o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring .hamburger-inner {
  top: 1.5px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),-o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear,-o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in,-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in,-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear,-o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out,-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out,-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background-color 0s 0.075s linear,-o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear,-webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in,-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in,-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in,-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0s 0.15s linear,-o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear,-webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out,-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out,-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out,-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease,-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease,-o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),-webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19),-o-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease,-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease,-o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),-o-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
       -o-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -o-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
       -o-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url(../vendor/fontawesome-webfont_674f50d2.eot);
  src: url(../vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"),url(../vendor/fontawesome-webfont_fee66e71.woff) format("woff"),url(../vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"),url(../vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

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

  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg);
  }
}

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-viadeo:before {
  content: "\F2A9";
}

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

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

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

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

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

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

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-telegram:before {
  content: "\F2C6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-eercast:before {
  content: "\F2DA";
}

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

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

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

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

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

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

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

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

.swiper-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;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -o-transform: scale(0.66);
     transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -o-transform: scale(0.33);
     transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms top, 200ms -o-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms left, 200ms -o-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
  -webkit-transform-origin: left top;
  -o-transform-origin: left top;
     transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -o-transform-origin: right top;
     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-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

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

.swiper-scrollbar {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.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{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-o-transform-origin:100% 0;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;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.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;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.combo-select{position:relative;max-width:400px;margin-bottom:15px;font:100% Helvetica, Arial, Sans-serif;border:1px #ccc solid;border-radius:3px}.combo-select .combo-input{margin-bottom:0}.combo-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;text-overflow:ellipsis;white-space:nowrap;border:none;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px;padding-right:60px;border-radius:3px}.combo-input:focus{outline:none}.combo-arrow{position:absolute;right:0;top:0;height:100%;cursor:pointer;text-align:center;font-size:14px;width:40px;font-size:12px;color:#999}.combo-arrow:before{content:" ";border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #cccccc;display:block;width:0;height:0;top:0;right:15px;bottom:0;position:absolute;margin:auto 0}.combo-open .combo-arrow{border-color:#51A7E8}.combo-open .combo-arrow:before{border-top:none;border-bottom:5px solid #cccccc}.combo-focus{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);border-color:#51A7E8}.combo-focus input{border-color:#51A7E8}.combo-select select{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;-webkit-appearance:none;opacity:0}@media only screen and (min-width: 960px){.combo-select select{left:-1px;top:-1px;width:0;height:0;margin:0}}.option-selected{background-color:#eee}.option-hover{background-color:#006eab;color:#fff}.option-item{cursor:pointer;border-bottom:1px #e3e3e3 solid}.option-item:hover{background-color:#006eab;color:#fff}.option-item:last-child{border-bottom:none}.option-group{cursor:text;font-weight:600;background:#e1e1e1;border:1px #ccc solid;border-width:1px 0}.option-disabled{opacity:0.5}.combo-dropdown{position:absolute;z-index:1;top:100%;left:0;min-width:100%;max-width:300px;max-height:300px;margin:0;padding:0;display:none;overflow-y:auto;background:#fff;border:1px solid #999;border-radius:0;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);box-shadow:0 2px 5px 0 rgba(0,0,0,0.26);-webkit-box-sizing:border-box;box-sizing:border-box}.combo-dropdown li{list-style:none;padding:8px 1em;margin:0}.combo-open .combo-dropdown{display:block}.combo-marker{text-decoration:underline}@font-face{font-family:'Font Awesome';src:url(../vendor/fontawesome-webfont.woff2) format("woff"),url(../vendor/fontawesome-webfont.woff) format("woff");font-weight:normal;font-style:normal}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,body{margin:0;padding:0}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}:last-child{margin-bottom:0}:first-child{margin-top:0}a{background-color:transparent}a,input,button{-webkit-tap-highlight-color:fade(#000, 0%)}a{color:#000;text-decoration:none;cursor:pointer}a:hover{color:#000;text-decoration:none}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}:not(pre)>code,:not(pre)>kbd,:not(pre)>samp{white-space:nowrap;padding:0}em{font-style:italic}ins{text-decoration:none}q{font-style:italic}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{max-width:100%;height:auto;border:0;vertical-align:middle}svg:not(:root){overflow:hidden}blockquote,figure{margin:0}p,ul,ol,dl,blockquote,pre,address,fieldset,figure{margin:0}*+p,*+ul,*+ol,*+dl,*+blockquote,*+pre,*+address,*+fieldset,*+figure{margin-top:20px}h1,h2,h3,h4,h5,h6{margin:0}*+h1,*+h2,*+h3,*+h4,*+h5,*+h6{margin-top:20px}ul,ol{padding-left:30px}ul>li>ul,ul>li>ol,ol>li>ul,ol>li>ol{margin:0}dt{font-weight:bold}dd{margin-left:0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;margin:0;border:0;border-top:1px solid #000}*+hr{margin-top:20px}address{font-style:normal}pre{overflow:auto}pre>code{margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,main,nav,section,summary{display:block}progress{vertical-align:baseline}audio:not([controls]){display:none}[hidden],template{display:none}iframe{border:0}.main{padding:0;position:relative;z-index:1}.wrapper{max-width:1000px;margin:0 auto;padding-left:20px;padding-right:20px;max-width:1024px}@media screen and (min-width: 700px) and (max-width: 991px){.wrapper{max-width:1000px;padding-left:20px;padding-right:20px}}@media screen and (max-width: 699px){.wrapper{padding-left:12px;padding-right:12px}}.medium-wrapper .wrapper{max-width:1072px}.xlg-wrapper .wrapper{max-width:1210px}.section{vertical-align:top}section.top-lines{position:relative;overflow:hidden}section.top-lines .wrapper{position:relative;z-index:5}section.top-lines:before{content:"";position:absolute;width:232px;top:-80px;left:-80px;height:100%;min-height:315px;background:url(../images/logo-top.png) no-repeat left top;background-size:contain;z-index:2}@media screen and (min-width: 1365px){section.top-lines:before{top:0;left:0}}@media screen and (min-width: 700px) and (max-width: 991px){section.top-lines:before{width:140px;top:-30px;left:-30px;min-height:0}}@media screen and (max-width: 699px){section.top-lines:before{width:90px;top:-20px;left:-20px;min-height:0}}section.footer-lines{position:relative;overflow:hidden}section.footer-lines .wrapper{position:relative;z-index:5}section.footer-lines:after{content:"";position:absolute;width:190px;bottom:-30px;right:-70px;height:100%;max-height:375px;background:url(../images/logo-footer.png) no-repeat right bottom;background-size:contain;z-index:2}@media screen and (min-width: 1365px){section.footer-lines:after{bottom:0;right:0}}@media screen and (min-width: 700px) and (max-width: 991px){section.footer-lines:after{width:120px;bottom:0;right:-40px}}@media screen and (max-width: 699px){section.footer-lines:after{width:80px;bottom:0px;right:-30px}}.section.large-padding{padding:100px 0}@media screen and (max-width: 699px){.section.k12-content,.section.k12-content-small{padding:50px 0}}.section.medium-padding{padding:64px 0}@media screen and (max-width: 699px){.section.medium-padding{padding:36px 0}}.section.maxteron-content{padding:64px 0 55px}.section.maxteron-content.first-padding{padding:37px 0 108px}@media screen and (min-width: 700px) and (max-width: 991px){.section.maxteron-content.first-padding{padding:37px 0 60px}}@media screen and (max-width: 699px){.section.maxteron-content.first-padding{padding:36px 0}}.section.maxteron-content.second-padding{padding:37px 0 78px}@media screen and (min-width: 700px) and (max-width: 991px){.section.maxteron-content.second-padding{padding:37px 0 50px}}@media screen and (max-width: 699px){.section.maxteron-content.second-padding{padding:36px 0}}@media screen and (max-width: 699px){.section.maxteron-content{padding:36px 0}}.section.maxteron-media{padding:104px 0 62px}@media screen and (min-width: 700px) and (max-width: 991px){.section.maxteron-media{padding:50px 0}}@media screen and (max-width: 699px){.section.maxteron-media{padding:36px 0}}.section.info-moving.maxteron-content{padding:163px 0 55px}@media screen and (min-width: 700px) and (max-width: 991px){.section.info-moving.maxteron-content{padding:50px 0 36px}}@media screen and (max-width: 699px){.section.info-moving.maxteron-content{padding:36px 0}}.section.third-medium-padding{padding:57px 0 60px}@media screen and (max-width: 699px){.section.third-medium-padding{padding:50px 0 30px}}.section.small-text-section{padding:50px 0}.section.stroke-box-section{padding:58px 0 59px}@media screen and (max-width: 699px){.section.stroke-box-section{padding:36px 0 40px}}.section.stroke-box-section h2{font-size:40px;font-weight:400;color:#101010}@media screen and (max-width: 699px){.section.stroke-box-section h2{font-size:28px}}.section.stroke-box-section.stroke-medium{padding:83px 0 139px}@media screen and (max-width: 699px){.section.stroke-box-section.stroke-medium{padding:40px 0}}.section.stroke-box-section.box-medium{padding:100px 0}@media screen and (max-width: 699px){.section.stroke-box-section.box-medium{padding:40px 0}}.section.small-padding{padding:37px 0}.section.light-padding{padding:57px 0 27px}.section.second-medium-padding{padding:54px 0 56px}.small-bottom-padding{padding-bottom:20px}.section.channel-lineup-section{padding:57px 0 70px}@media screen and (max-width: 699px){.section.channel-lineup-section{padding:50px 0}}.section.faq-section{padding:78px 0 173px}@media screen and (min-width: 700px) and (max-width: 991px){.section.faq-section{padding:70px 0}}@media screen and (max-width: 699px){.section.faq-section{padding:40px 0}}@media screen and (min-width: 700px) and (max-width: 991px){.section.form-text-section{padding:70px 0}}@media screen and (max-width: 699px){.section.form-text-section{padding:40px 0}}.section.form-info-section{padding:62px 0 99px}@media screen and (min-width: 700px) and (max-width: 991px){.section.form-info-section{padding:50px 0}}@media screen and (max-width: 699px){.section.form-info-section{padding:40px 0}}.section.contact-section{padding:62px 0}@media screen and (min-width: 700px) and (max-width: 991px){.section.contact-section{padding:50px 0}}@media screen and (max-width: 699px){.section.contact-section{padding:40px 0}}.section.profile-section{padding:61px 0 56px}@media screen and (min-width: 700px) and (max-width: 991px){.section.profile-section{padding:50px 0}}@media screen and (max-width: 699px){.section.profile-section{padding:40px 0}}.section.application-form-section{padding:100px 0}@media screen and (min-width: 700px) and (max-width: 991px){.section.application-form-section{padding:60px 0}}@media screen and (max-width: 699px){.section.application-form-section{padding:40px 0}}.section.profile-post-section{padding:100px 0}@media screen and (min-width: 700px) and (max-width: 991px){.section.profile-post-section{padding:60px 0 80px}}@media screen and (max-width: 699px){.section.profile-post-section{padding:40px 0 60px}}.section.profile-post-section p+img{margin-top:20px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}@media screen and (min-width: 992px){.only-mobile,.btn-mobile,.only-mobile-tablet{display:none !important}}.only-mobile{display:none !important}@media screen and (min-width: 700px) and (max-width: 991px){.only-desktop{display:none !important}}@media screen and (max-width: 991px){.only-mobile-tablet{display:block !important}}@media screen and (max-width: 699px){.only-mobile{display:block !important}}@media screen and (max-width: 699px){.only-desktop{display:none !important}.row>[class*="col-"]{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-left:auto;margin-right:auto}.first-xs{-webkit-box-ordinal-group:2;order:1;-ms-flex-order:1}.last-xs{-webkit-box-ordinal-group:1;order:0;-ms-flex-order:0}.not-mobile{display:none !important}}@media screen and (max-width: 374px){.not-small-mobile{display:none !important}}.page-template-template-channel-lineup .zip-submit{position:relative;z-index:2}.section.get-fast-section{padding:83px 0}@media screen and (max-width: 699px){.section.get-fast-section{padding:36px 0 40px}}.section.get-fast-section h3.color-box{padding:5px;color:#fff;background-color:#f15b22}@media screen and (max-width: 699px){.section.get-fast-section h3{font-size:22px}}@media screen and (max-width: 699px){.section.get-fast-section p,.section.get-fast-section li{font-size:16px}}body{background:#eee;overflow-x:hidden;color:#000;-webkit-font-smoothing:antialiased;font-size:18px}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}* html .clearfix{zoom:1}*:first-child+html .clearfix{zoom:1}.wrap-container{display:block;width:100%;overflow-x:hidden}a{-webkit-transition: .6s;-o-transition: .6s;transition:.6s;color:#f15b22}a:hover{color:#f15b22;text-decoration:underline}a:focus{color:#f15b22;text-decoration:underline}nav a:hover{text-decoration:none}video:not(.control)::-webkit-media-controls{display:none !important}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:135%}h1,.h1{font-size:61px}h2,.h2{font-size:36px}@media screen and (max-width: 699px){h2,.h2{font-size:30px}}h3,.h3{font-size:28px}h4,.h4{font-size:22px}h5,.h5{font-size:16px}h6,.h6{font-size:15px}.normal-title h1,.normal-title h2,.normal-title h3,.normal-title h4,.normal-title h5,.normal-title h6{font-weight:400}strong{font-weight:700}ul,ol{padding-left:53px;line-height:150%}p.subtitle{font-size:16px;font-weight:700;margin-bottom:0}blockquote{font-size:24px;font-style:italic;line-height:150%;margin:28px 0;padding:0 40px;border-left:2px #ccc solid}.intro-text{font-size:20px;line-height:135%;margin-bottom:20px}table{border-collapse:collapse}thead{vertical-align:bottom;text-align:center;font-weight:bold}tfoot{text-align:center;font-weight:700}th{text-align:left;padding:15px;vertical-align:top}td{padding:15px;vertical-align:top}.bg-white{background:#fff}.bg-light-white{background:#f2f2f2}.bg-medium-gray{background:#ccc}.bg-medium-gray .accordion{border-color:#fff}.bg-medium-gray .accordion .accordion-title{border-color:#fff}.bg-orange{background:#f15b22}.bg-orange h1,.bg-orange h2,.bg-orange h3,.bg-orange h4,.bg-orange h5,.bg-orange h6,.bg-orange p{color:#fff}.bg-blue{background:#1b3079}.bg-blue label,.bg-blue p,.bg-blue h1,.bg-blue h2,.bg-blue h3,.bg-blue h4,.bg-blue h5,.bg-blue h6{color:#fff}.fancybox-container{z-index:9999999999999}.info{display:inline-block;height:19px;width:19px;background:url(../images/info.svg) no-repeat left top;overflow:hidden;text-indent:-9999px}.col-xs-12.row{margin:auto}.more-info,.more-info-box{padding:15px 30px}.more-info .wrapper,.more-info-box .wrapper{max-width:916px;padding:0}.more-info h4,.more-info-box h4{font-size:20px;font-weight:400}.more-info .price,.more-info-box .price{margin:18px auto}.more-info .price .number,.more-info-box .price .number{font-size:34px}.more-info .price .decimal,.more-info-box .price .decimal{font-size:12px;line-height:135%}.more-info .price .decimal span,.more-info-box .price .decimal span{font-size:12px}.more-info.fancybox-content,.more-info-box.fancybox-content{padding:30px 34px 25px}.more-info .description ul,.more-info-box .description ul{font-size:14px;color:#595959}.more-info .description ul li,.more-info-box .description ul li{margin:0 0 6px}.more-info .fancybox-close-small,.more-info-box .fancybox-close-small{padding:5px;opacity:0.4}.more-info .fancybox-close-small:hover,.more-info-box .fancybox-close-small:hover{opacity:1}.list-style ul{list-style:none;padding:0;margin:0}.list-style ul li{padding:0 0 0 15px;margin-top:9px;display:inline-block;width:100%;position:relative}.list-style ul li:before{background:#f15b22;background-size:contain;content:"";position:absolute;left:4px;top:10px;height:4px;width:4px;border-radius:2px}.list-style.two-columns ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}@media screen and (max-width: 699px){.list-style.two-columns ul{margin-left:0;margin-right:0}}.list-style.two-columns ul li{margin-left:10px;margin-right:10px;width:calc(50% - 20px)}@media screen and (max-width: 699px){.list-style.two-columns ul li{width:100%}}.full-size{width:100%}.rel-box{position:relative;z-index:111}main aside{float:left;width:292px;background-color:#fff;padding:28px 34px 59px;margin-bottom:40px}@media screen and (max-width: 699px){main aside{float:none;width:100%}}main article{overflow:hidden;position:relative;margin:0 0 0 347px;display:block}@media screen and (max-width: 699px){main article{margin:0}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){img[src$=".svg"]{width:100%}}*{-webkit-appearance:none;-moz-appearance:none;appearance:none}input,button,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:none !important;box-shadow:none !important;outline:none}.icon-box{overflow:hidden;display:block;margin:38px 0 0}.icon-box:first-child{margin-top:0}.icon-box ul{list-style:none;margin:0 0 0 -1px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;max-width:310px}.icon-box ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;min-height:70px;min-width:123px;width:50%;text-align:center;position:relative}.icon-box ul li:before,.icon-box ul li:after{content:'';position:absolute;left:0;top:0;background-color:#fff;opacity:0.19}.icon-box ul li:before{height:100%;width:1px}.icon-box ul li:after{width:100%;height:1px}.icon-box ul li img{max-width:100%;margin:auto}.icon-box ul li:nth-child(1):after,.icon-box ul li:nth-child(2):after{display:none}.no-list h3+ul{margin-top:21px}.no-list ul{list-style:none;padding:0;margin:27px 0 0}.no-list ul:first-child{margin-top:0}.no-list ul li{margin:10px 0 0;padding:0}.no-list ul li:before{display:none}.block.padding-block{padding:28px 30px 33px}.small-container{max-width:525px}@media screen and (max-width: 991px){.small-container{max-width:none}}.combo-select{max-width:none}.bottom-content{-ms-flex-item-align:end;align-self:flex-end}.flex-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flex-box .btn{margin-left:auto;margin-right:auto}.video-responsive{width:100%;margin:auto 0 auto auto}@media screen and (max-width: 699px){.video-responsive{margin:auto}}.video-responsive iframe{max-width:100% !important}.new-voice .red-block{background:#ce2127;width:626px;height:173px;position:relative;margin:140px auto 35px;color:#fff}@media screen and (max-width: 768px){.new-voice .red-block{max-width:100%;height:auto;padding-top:60px}}.new-voice .red-block .left-item,.new-voice .red-block .right-item{display:block;float:left;width:50%;padding:40px 35px;text-align:center;font-size:18px;line-height:135%;color:#fff}@media screen and (max-width: 768px){.new-voice .red-block .left-item,.new-voice .red-block .right-item{width:100%;float:none}}.new-voice .red-block .left-item{padding:40px 70px 0 20px}@media screen and (max-width: 768px){.new-voice .red-block .left-item{border-bottom:1px solid #f2b730;padding:40px 35px}}.new-voice .red-block .right-item{padding:40px 20px 0 70px}@media screen and (max-width: 768px){.new-voice .red-block .right-item{padding:40px 35px}}.new-voice .red-block .price{line-height:135%;display:block;font-size:62px;margin-top:5px;color:#fff}.new-voice .red-block .price sub{font-size:36px;top:-28px}.new-voice .center-item{position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, -55%);-o-transform:translate(-50%, -55%);transform:translate(-50%, -55%);background:#f2b730 url(../images/lte.png) no-repeat top 35px center;color:#101010;font-size:62px;font-weight:700;width:186px;border-radius:100%;height:186px;padding-top:70px;z-index:5;text-align:center;line-height:135%}.small-text-section p{font-size:12px}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.animation-text p,.animation-text h1,.animation-text h2,.animation-text h3,.animation-text h4,.animation-text h5,.animation-text h6,.animation-text li,.animation-text td,.animation-text th,.animation-text .btn,.animation-text img{opacity:0}.animation-text p.loaded,.animation-text h1.loaded,.animation-text h2.loaded,.animation-text h3.loaded,.animation-text h4.loaded,.animation-text h5.loaded,.animation-text h6.loaded,.animation-text li.loaded,.animation-text td.loaded,.animation-text th.loaded,.animation-text .btn.loaded,.animation-text img.loaded{-webkit-animation:fadeInUp 0.4s linear both;-o-animation:fadeInUp 0.4s linear both;animation:fadeInUp 0.4s linear both}.anim-fadeInUp{opacity:0}.anim-fadeInUp.loaded{-webkit-animation:fadeInUp 0.4s linear both;-o-animation:fadeInUp 0.4s linear both;animation:fadeInUp 0.4s linear both}.anim-fadeInLeft{opacity:0}.anim-fadeInLeft.loaded{-webkit-animation:fadeInLeft 0.4s linear both;-o-animation:fadeInLeft 0.4s linear both;animation:fadeInLeft 0.4s linear both}.anim-fadeIn{opacity:0}.anim-fadeIn.loaded{-webkit-animation:fadeIn 0.8s linear both;-o-animation:fadeIn 0.8s linear both;animation:fadeIn 0.8s linear both}.a-d-1{-webkit-animation-delay:0.4s !important;-o-animation-delay:0.4s !important;animation-delay:0.4s !important}.a-d-5{-webkit-animation-delay:2s !important;-o-animation-delay:2s !important;animation-delay:2s !important}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@-o-keyframes fadeInLeft{from{opacity:0;transform:translate3d(-20%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft}.animated{-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 20%, 0);transform:translate3d(0, 20%, 0)}to{opacity:1;-webkit-transform:none;-o-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@-o-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}.btn{overflow:hidden;border:1px solid #4688f1;background-color:#4688f1;color:#fff;font-weight:700;font-size:18px;height:40px;border-radius:3px;padding:7px 22px;text-transform:capitalize;text-align:center;line-height:135%;position:relative;display:inline-block;min-width:163px;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-transition: .5s;-o-transition: .5s;transition:.5s;cursor:pointer}.btn:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background-color:#fff;-webkit-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transition: -webkit-transform .5s;transition: -webkit-transform .5s;-o-transition: -o-transform .5s;transition: transform .5s;transition:transform .5s, -webkit-transform .5s, -o-transform .5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.btn.btn-primary{border:1px solid #ce2127;background-color:#ce2127}.btn.btn-primary:hover,.btn.btn-primary:focus{color:#ce2127}.btn.btn-max{border:1px solid #ffc20f;background-color:#ffc20f;color:#000}.btn.btn-max:hover,.btn.btn-max:focus{color:#000}.btn.btn-secondary{border:1px solid #f15b22;background-color:#f15b22}.btn.btn-secondary:hover,.btn.btn-secondary:focus{color:#f15b22}.btn.btn-success{border:1px solid #ccc;background-color:#ccc}.btn.btn-success:hover,.btn.btn-success:focus{color:#ccc}.btn.btn-info{border:1px solid #ccc;background-color:#ccc;color:#000}.btn.btn-info:hover,.btn.btn-info:focus{color:#000}.btn.btn-danger{color:#19327e;border:1px solid #fff;background-color:#fff}.btn.btn-danger:before{background-color:#ce2127}.btn.btn-danger:hover,.btn.btn-danger:focus{color:#fff}.btn.btn-small{height:38px;font-weight:500;font-size:16px;min-width:1px;padding:7px 23px}.btn.btn-small-second{height:34px;font-weight:500;font-size:16px;min-width:1px;padding:6px 14px}@media screen and (max-width: 699px){.btn.btn-small-second{height:30px;padding:6px 10px;font-size:12px;line-height:150%}}.btn.btn-large{height:60px;padding:13px 31px;font-size:24px;min-width:211px}@media screen and (max-width: 699px){.btn.btn-large{height:40px;padding:8px 22px;font-size:16px;min-width:152px}}.btn.btn-xl{height:60px;padding:13px 31px;font-size:24px;min-width:176px}@media screen and (max-width: 699px){.btn.btn-xl{height:40px;padding:8px 30px;font-size:16px;min-width:150px}}.btn.btn-middle{height:48px;padding:11px 42px}@media screen and (max-width: 699px){.btn.btn-middle{height:40px;padding:8px 30px;font-size:16px}}.btn.btn-medium{height:70px;padding:18px 22px;font-size:24px;min-width:320px}@media screen and (min-width: 700px) and (max-width: 991px){.btn.btn-medium{min-width:240px}}@media screen and (max-width: 699px){.btn.btn-medium{height:40px;padding:8px 22px;font-size:16px;min-width:170px}}.btn.text-uppercase{text-transform:uppercase}.btn:hover,.btn:focus{color:#4688f1;text-decoration:none}.btn:hover:before,.btn:focus:before{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);-o-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.btn.btn-print{padding:8px 30px 8px 56px;min-width:1px;white-space:nowrap}.btn.btn-print:after{content:"";position:absolute;left:30px;top:0;width:16px;height:100%;background:url(../images/print-icon.svg) no-repeat left center;background-size:16px 16px;-webkit-transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);-o-transition: all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);transition:all 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66)}.btn.btn-print:hover:after{background-image:url(../images/print-icon-hover.svg)}.btn.btn-mobile:hover{opacity:0.7}.btn.btn-mobile:before{display:none}.btn.btn-square{height:59px;width:59px;text-indent:-9999px;overflow:hidden;min-width:59px;background-position:center center;background-size:27px 27px;background-repeat:no-repeat}.btn.edit{background-image:url(../images/edit.svg)}.btn.my-account{background-image:url(../images/my-account.svg)}.btn.btn-promo{color:#fff;background-color:#000;border-color:#000;min-height:60px;height:auto;font-size:18px;font-weight:500;padding:21px 62px 21px 78px;line-height:110%;text-transform:uppercase;background-image:url(../images/btn-bg.jpg);background-repeat:no-repeat;background-position:left top;background-size:contain;margin:0 auto 14px;border:none}@media screen and (max-width: 699px){.btn.btn-promo{margin:0 auto}}@media screen and (max-width: 374px){.btn.btn-promo{padding:21px 30px 10px 75px;width:100%}}.btn.btn-promo:hover,.btn.btn-promo:focus{opacity:0.7}.btn.btn-promo:hover:before,.btn.btn-promo:focus:before{display:none}.button-row{margin:10px -10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.button-row>*{margin:10px}.button-row.center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.button-row.large-spacing{margin:115px 0}.button-row.line-btn{-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media screen and (max-width: 699px){.button-row.line-btn .btn{padding-left:15px;padding-right:15px;min-width:auto}}.orange-link{color:#f15b22;font-size:14px;font-weight:700}.btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-4px;margin-right:-4px}.btn-box .btn{margin:4px}@media screen and (max-width: 699px){.btn-box{padding-top:0}}.bottom-link{text-align:center}.bottom-link a{font-weight:500;color:#000;display:inline-block;margin:12px 6px 0;font-size:16px}.bottom-link.medium-link a{font-size:18px}.read-more-info{display:inline-block;color:#f15b22}.read-more-info:after{display:inline-block;margin-left:2px;content:">"}.read-more-info:hover{text-decoration:underline}.socialshare-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.socialshare-box>div{display:block;line-height:100%}@media screen and (max-width: 699px){.socialshare-box>div{font-size:12px}}.socialshare-box a{display:inline-block;line-height:135%}.socialshare-box a:hover{text-decoration:none;opacity:0.7}.bottom-btn{padding-top:25px}.btn-right{float:right}@media screen and (max-width: 699px){.btn-right{float:none}}.button-row-box{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.button-row-box>*{margin:10px}@media screen and (max-width: 699px){.button-row-box>*{margin:10px 0;width:100%}}.form-wrapper{margin:20px auto;padding:40px 0;text-align:left}.form-wrapper h1{margin:0 0 20px 0}button{outline:none}optgroup{font:inherit;font-weight:bold}input{outline:none}input::-moz-focus-inner{border:0;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input:-ms-input-placeholder{opacity:1;color:#000}input::-moz-placeholder{opacity:1;color:#000}input::-webkit-input-placeholder{opacity:1;color:#000}fieldset{border:0;margin:0;padding:0}:invalid{-webkit-box-shadow:none;box-shadow:none}::-ms-clear{display:none}form>:last-child{margin-bottom:0}select,textarea,input:not([type]),input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{width:100%}[class*="col-"]>select,[class*="col-"]>textarea,[class*="col-"]>input:not([type]),[class*="col-"]>input[type="text"],[class*="col-"]>input[type="password"],[class*="col-"]>input[type="datetime"],[class*="col-"]>input[type="datetime-local"],[class*="col-"]>input[type="date"],[class*="col-"]>input[type="month"],[class*="col-"]>input[type="time"],[class*="col-"]>input[type="week"],[class*="col-"]>input[type="number"],[class*="col-"]>input[type="email"],[class*="col-"]>input[type="url"],[class*="col-"]>input[type="search"],[class*="col-"]>input[type="tel"],[class*="col-"]>input[type="color"]{width:100%;display:block}input[type="checkbox"],input[type="radio"]{width:auto;display:inline-block}.radio-btn-box{margin:65px -8px 0;text-align:center}.radio-btn-box.flex-box-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.radio-btn-box.flex-box-row .radio-btn-small{margin-bottom:20px}.radio-btn-box:first-child{margin-top:0}.radio-btn-box .radio-btn-small{margin:0 16px 10px}@media screen and (max-width: 699px){.radio-btn-box .radio-btn-small{width:calc(100% - 32px)}}.radio-btn-box .radio-btn{margin:0 auto 10px;padding:0 8px}@media screen and (max-width: 699px){.radio-btn-box .radio-btn{width:100%}}.radio-btn-small{overflow:hidden;border:2px solid #a4a4a4;background-color:#d4d4d4;color:#000;font-weight:400;font-size:16px;border-radius:3px;height:60px;padding:18px 20px;text-transform:capitalize;text-align:center;line-height:135%;position:relative;display:inline-block;min-width:157px;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-transition: .5s;-o-transition: .5s;transition:.5s;cursor:pointer}@media screen and (max-width: 699px){.radio-btn-small{width:100%}}.radio-btn-small:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background-color:#f15b22;-webkit-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transition: -webkit-transform .5s;transition: -webkit-transform .5s;-o-transition: -o-transform .5s;transition: transform .5s;transition:transform .5s, -webkit-transform .5s, -o-transform .5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.radio-btn-small:hover,.radio-btn-small:focus{border-color:#f15b22;color:#fff;text-decoration:none}.radio-btn-small:hover:before,.radio-btn-small:focus:before{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);-o-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.radio-btn-small.google-play,.radio-btn-small.app-store{height:74px;padding:25px 20px;min-width:234px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 699px){.radio-btn-small.google-play,.radio-btn-small.app-store{min-width:calc(100% - 16px)}}.radio-btn-small.google-play:after,.radio-btn-small.app-store:after{content:"";display:inline-block;margin-right:15px;-webkit-transition: all .5s;-o-transition: all .5s;transition:all .5s}.radio-btn-small.google-play:after{background:url(../images/google-play-icon.png) no-repeat top;background-size:contain;width:28px;height:32px}.radio-btn-small.google-play:hover:after,.radio-btn-small.google-play:focus:after{background-image:url(../images/google-play-icon-white.png)}.radio-btn-small.app-store:after{background:url(../images/app-store-icon.png) no-repeat top;background-size:contain;width:26px;height:34px}.radio-btn-small.app-store:hover:after,.radio-btn-small.app-store:focus:after{background-image:url(../images/app-store-icon-white.png)}.radio-btn{display:inline-block;position:relative}.radio-btn input[type="radio"]{position:absolute;opacity:0;left:8px;top:0}.radio-btn label{overflow:hidden;border:2px solid #a4a4a4;background-color:#d4d4d4;color:#000;font-weight:400;font-size:16px;border-radius:3px;height:60px;padding:18px 20px;text-transform:capitalize;text-align:center;line-height:135%;position:relative;display:inline-block;min-width:157px;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);-webkit-transition: .5s;-o-transition: .5s;transition:.5s;cursor:pointer}@media screen and (max-width: 699px){.radio-btn label{width:100%}}.radio-btn label:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background-color:#f15b22;-webkit-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);-webkit-transition: -webkit-transform .5s;transition: -webkit-transform .5s;-o-transition: -o-transform .5s;transition: transform .5s;transition:transform .5s, -webkit-transform .5s, -o-transform .5s;-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.radio-btn label:hover,.radio-btn label:focus{border-color:#f15b22;color:#fff;text-decoration:none}.radio-btn label:hover:before,.radio-btn label:focus:before{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);-o-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.radio-btn input:checked+label{color:#fff;border-color:#f15b22;text-decoration:none}.radio-btn input:checked+label:before{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);-o-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.radio-btn.not-active label{background-color:#eee}legend{width:100%;border:0;padding:0}legend:after{content:"";display:block;width:100%}textarea,select[multiple],select[size]{height:auto}label{display:inline-block;vertical-align:middle;cursor:pointer;position:relative;text-transform:uppercase;font-weight:700;font-size:18px;letter-spacing:0;font-family:"Roboto",sans-serif;margin:0}.form-error label.error{font-size:12px}.form-success label.success{font-size:12px}.gform_fields,.gform_fields ul{list-style:none;padding:0;margin:0}.gform_fields li{position:relative;margin-bottom:20px}.gform_fields>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}input[type="text"],input[type="email"],input[type="password"]{border:1px solid #fff;height:48px;line-height:48px;font-size:18px;padding:0 20px;border-radius:3px;color:#000;background:#fff;font-family:"Roboto",sans-serif}input[type="text"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder{color:#595959;opacity:1}input[type="text"]::-moz-placeholder,input[type="email"]::-moz-placeholder,input[type="password"]::-moz-placeholder{color:#595959;opacity:1}input[type="text"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder{color:#595959;opacity:1}input[type="text"]:-moz-placeholder,input[type="email"]:-moz-placeholder,input[type="password"]:-moz-placeholder{color:#595959;opacity:1}input[type="text"].error,input[type="email"].error,input[type="password"].error{border:1px solid #ce2127}input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus{background-color:#fff;-webkit-box-shadow:0 0 4px #ff9908;box-shadow:0 0 4px #ff9908}input[type="text"].valid,input[type="email"].valid,input[type="password"].valid{background-color:#fff}select{background:#fff;border:1px solid #fff;height:48px}.selectric{background:#fff;border:1px solid #fff;border-radius:3px}.selectric .label{font-size:18px;color:#000}.selectric .button:after{-webkit-transition: .6s;-o-transition: .6s;transition:.6s}.selectric-open .button:after{-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.selectric-scroll li.highlighted{background:#f2f2f2}.selectric-scroll li{margin:0}.selectric-scroll li:hover{background:#f2f2f2}textarea{background:#fff;border:1px solid #fff;height:140px;padding:10px 20px;color:#000;font-size:18px;border-radius:3px;font-family:"Roboto",sans-serif}textarea::-webkit-input-placeholder{color:#595959;opacity:1}textarea::-moz-placeholder{color:#595959;opacity:1}textarea:-ms-input-placeholder{color:#595959;opacity:1}textarea:-moz-placeholder{color:#595959;opacity:1}input[type="submit"]{height:50px;line-height:40px;padding:5px;cursor:pointer;width:100%;background:#ce2127;color:#fff;text-transform:uppercase;font-weight:400;font-size:18px;border-radius:3px;border:1px solid #fff;font-family:"Roboto",sans-serif}input[type="submit"]:hover{background:#fff;color:#ce2127}.ginput_container_fileupload .button{background:#ff9908;color:#fff;border:2px solid #ff9908;line-height:32px}.ginput_container_fileupload #extensions_message{padding-left:20px;font-size:11px;font-style:italic}.ginput_container_fileupload .inputfile{position:absolute;overflow:hidden;opacity:0;padding:0;margin:0;top:0;left:0;z-index:1;cursor:pointer;width:100%;height:100%}.ginput_container_fileupload .inputfile+label{color:inherit;max-width:100%;text-overflow:ellipsis;white-space:nowrap;display:inline-block;overflow:hidden;text-transform:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition: all linear 200ms;-o-transition: all linear 200ms;transition:all linear 200ms}.ginput_container_fileupload .inputfile+label svg{width:1em;height:1em;vertical-align:middle}.checkbox{position:relative;margin-top:9px}.checkbox:first-child{margin-top:0}input[type="checkbox"]{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1;cursor:pointer;opacity:0;border:none;padding:0;margin:0}input[type="checkbox"]+label{line-height:135%;padding-left:48px;padding-right:10px;font-size:24px;font-weight:400;letter-spacing:0;text-transform:capitalize;text-align:center}input[type="checkbox"]+label:before{position:absolute;content:'';top:0;left:10px;width:30px;height:30px;border:1px solid #000;background-color:#fff;background-size:cover;display:inline-block;font-family:FontAwesome;line-height:28px;font-size:inherit;text-rendering:auto;color:#f15b22}input[type="checkbox"]:checked+label:before{content:"\F00C"}input[type="text"].date-icon{padding-right:50px;background-color:#fff;background-image:url(../images/date-icon.svg);background-repeat:no-repeat;background-position:calc(100% - 15px) center}.datepicker--cell.-current-{background:#f15b22;color:#000}.datepicker--cell.-selected-{background:#ce2127 !important;color:#fff}.medium-ch .checkbox{margin-top:10px}.medium-ch input[type="checkbox"]+label{padding-left:46px;color:#000;font-size:20px;line-height:150%}.medium-ch input[type="checkbox"]+label:before{top:0;left:0}.small-ch{margin-top:15px}.small-ch input[type="checkbox"]+label{font-size:18px;line-height:135%;padding-top:3px;padding-left:44px;text-align:left}@media screen and (max-width: 699px){.small-ch input[type="checkbox"]+label{padding-right:0}}.small-ch input[type="checkbox"]+label:before{top:0;left:0;text-align:center}.small-ch input[type="checkbox"]:checked+label{font-weight:700}.gfield_checkbox{display:inline-block;position:relative;width:100%}.gfield_checkbox li{position:relative;display:inline-block;width:auto}.gfield_checkbox label{line-height:135%;padding-left:43px;font-size:20px;font-weight:400;letter-spacing:0;text-transform:capitalize}.gfield_checkbox label:before{position:absolute;content:'';top:0;left:5px;width:28px;height:28px;background:url(../images/check-off.svg) no-repeat left top;background-size:cover}.gfield_checkbox input:checked+label:before{background:url(../images/check-on.svg) no-repeat left top}.gfield_checkbox label.disabled{opacity:0.75}.gfield_checkbox input{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1;cursor:pointer;opacity:0}.gfield_radio{display:inline-block;position:relative;width:100%}.gfield_radio li{position:relative;display:inline-block;width:auto}.gfield_radio label{padding-left:30px;padding-right:30px;line-height:20px}.gfield_radio label:before{right:4px;top:0;left:4px;width:20px;height:20px;background:#fff;border-radius:100%;position:absolute;content:'';border:1px solid #ce2127;-webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);-o-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.gfield_radio label:after{right:4px;top:5px;left:9px;width:10px;height:10px;background:#ce2127;border-radius:100%;position:absolute;content:'';-webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);-o-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);opacity:0}.gfield_radio input:checked+label:after{opacity:1}.gfield_radio.disabled{opacity:0.75}.gfield_radio input{position:absolute;display:block;width:100%;height:100%;top:0;left:0;z-index:1;cursor:pointer;opacity:0}.gform_footer{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.validation_error{padding:10px 0;color:#ce2127;font-size:14px;text-align:center}.validation_message{color:#ce2127;font-size:14px;text-align:right}.combo-select{border:none;background-color:#fff;border-radius:3px}.combo-select input[type="text"]{background:none;border-radius:0;border:none;color:#595959;line-height:48px;font-size:18px;padding:0 40px 0 20px;height:48px}.combo-select .combo-arrow{background:#fff;border-bottom-right-radius:3px;border-top-right-radius:3px}.combo-select .combo-arrow:before{-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition:all 0.4s;background:url(../images/arrow-gray.svg) no-repeat center center;border:none;height:10px;width:14px}.combo-select.combo-open .combo-arrow:before{-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width: 699px){.combo-select{max-width:none}}.small-item input[type="text"],.small-item input[type="email"],.small-item input[type="password"]{height:40px;line-height:40px;padding-top:0;padding-bottom:0}.small-item .combo-select input[type="text"]{line-height:40px;padding:0 40px 0 20px;height:40px}.small-item .combo-select .combo-arrow:before{background:url(../images/arrow-gray.svg) no-repeat center center;border:none;height:10px;width:14px}@media screen and (max-width: 699px){.small-item .combo-select{max-width:none}}.select-item{padding-top:22px;display:block}.select-item:first-child{padding-top:0}.search-box{position:relative;width:100%}.search-box input{width:100%;padding-right:44px}.search-box .btn-search{height:100%;width:44px;border:none;text-indent:-9999px;overflow:hidden;background:url(../images/search-icon.svg) no-repeat center center;background-size:20px 21px;position:absolute;right:0;top:0}.search-box .btn-search:hover,.search-box .btn-search:focus{background:url(../images/search-icon.svg) no-repeat center center;background-size:23px 24px}.animation-form.fix-margin fieldset:first-child{margin:20px 0 0}.animation-form fieldset{position:relative;display:block;margin:20px 0 0}.animation-form fieldset:first-child{margin-top:0}.animation-form.form-column .btn{margin-top:20px}.animation-form.form-column .col{margin-top:20px}.animation-form input[type="file"]+label,.animation-form input[type="text"]+label,.animation-form input[type="email"]+label,.animation-form input[type="password"]+label,.animation-form textarea+label{position:absolute;font-weight:400;color:#595959;text-transform:none;left:22px;top:0;padding:12px 0 0;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;transition:all 0.4s linear}.animation-form input[type="file"]+label strong,.animation-form input[type="text"]+label strong,.animation-form input[type="email"]+label strong,.animation-form input[type="password"]+label strong,.animation-form textarea+label strong{color:#f15b22}.animation-form .fix-item{position:absolute;font-weight:400;color:#595959;text-transform:none;padding:0;top:-20px;left:0;font-size:12px}.animation-form .fix-item strong{color:#f15b22}.animation-form input[type="file"]{width:100%;height:48px;background:#fff;padding:14px 20px}.animation-form input[type="file"]+label{top:-66%;left:0;font-size:12px}.animation-form input[type="text"]:focus+label,.animation-form input[type="email"]:focus+label,.animation-form input[type="password"]:focus+label{top:-66%;left:0;font-size:12px}.animation-form textarea:focus+label{top:-32px;left:0;font-size:12px}.animation-form .active input[type="text"]+label,.animation-form .active input[type="email"]+label,.animation-form .active input[type="password"]+label{top:-33px;left:0;font-size:12px}.animation-form .active textarea+label{top:-32px;left:0;font-size:12px}.animation-form .btn{margin-top:23px;width:100%;max-width:none}@media screen and (max-width: 699px){.animation-form .btn{width:auto}}.animation-form .btn.with-auto{width:auto}.animation-form .form-content .btn{margin-top:0}@media screen and (max-width: 699px){.animation-form .checkbox-group{margin-top:14px}}.animation-form .checkbox-group label{margin-right:10px}.animation-form .checkbox-group .checkbox{display:inline-block;margin-right:10px}@media screen and (max-width: 699px){.animation-form .checkbox-group .checkbox{margin-right:0;width:100%}}.animation-form .checkbox{margin-top:14px}.animation-form input[type="checkbox"]+label{padding:3px 0 0 45px;font-weight:300;font-size:18px;text-align:left}.animation-form input[type="checkbox"]+label:before{left:0;border-color:#868383;text-align:center}@media screen and (max-width: 699px){.animation-form h4,.animation-form h3,.animation-form h2{margin-top:25px}}@media screen and (min-width: 700px) and (max-width: 991px){.started-form .col-sm-4{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.started-form .col .col-sm-7,.started-form .col .col-sm-5{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.send{padding-top:20px;color:red;font-size:16px}.send.success{color:#38ae1e}.promo-line-active .footer{padding-bottom:150px}@media screen and (max-width: 699px){.promo-line-active .footer{padding-bottom:200px}}.promo-line{position:fixed;bottom:0;left:50%;width:100%;padding:0 10px;max-width:440px;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);z-index:11111111111111;text-align:center}@media screen and (max-width: 699px){.promo-line{bottom:47px}}.promo-line p{font-size:16px;color:#101010}@media screen and (max-width: 699px){.promo-line p{font-size:12px}}.promo-line .promo-line-content{display:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);width:100%;-webkit-box-shadow:0px 28px 68px 0px rgba(0,0,0,0.22);box-shadow:0px 28px 68px 0px rgba(0,0,0,0.22);bottom:14px;background-color:#fff;padding:57px 54px 40px;border-radius:5px;background-clip:padding-box;overflow:auto;max-height:calc(100vh - 50px)}@media screen and (max-width: 699px){.promo-line .promo-line-content{bottom:0;padding:45px 30px 20px}}.promo-line .promo-line-content .close-btn{position:absolute;right:11px;top:11px;width:30px;height:30px;overflow:hidden;background:url(../images/close-icon-small.svg) no-repeat center;background-size:19px 19px;text-indent:-99999px}.promo-line .promo-line-content .btn{width:100%;padding:17px 22px;text-transform:uppercase;height:60px;margin-top:26px}@media screen and (max-width: 699px){.promo-line .promo-line-content .btn{margin-top:15px}}.promo-line h3{font-size:32px;color:#f15b22;font-weight:700;margin-top:0}@media screen and (max-width: 699px){.promo-line h3{font-size:28px}}.promo-line h4{font-size:24px;font-weight:500;color:#101010;margin-top:2px}.promo-line h4 strong{font-weight:900;text-transform:uppercase}@media screen and (max-width: 699px){.promo-line h4{font-size:20px}}.promo-line p{font-size:22px;font-weight:400;color:#101010}@media screen and (max-width: 699px){.promo-line p{font-size:16px}}.promo-line h4+p{margin-top:25px}@media screen and (max-width: 699px){.promo-line h4+p{margin-top:15px}}.promo-line p+h4{margin-top:5px}.fix-footer-box{position:fixed;left:0;bottom:0;padding:13px 0 20px;width:100%;z-index:111;background:#2c323c;color:#fff}.fix-footer-box h5{font-size:14px;text-transform:uppercase;font-weight:400}@media screen and (max-width: 374px){.fix-footer-box h5{font-size:12px}}.fix-footer-box h4{color:#ffb60d;font-size:19px;margin-top:6px;text-transform:uppercase}@media screen and (max-width: 374px){.fix-footer-box h4{font-size:16px}}@media screen and (max-width: 768px){.fix-footer-box{padding:20px 0 50px}}@media screen and (max-width: 374px){.fix-footer-box{padding:10px 0 50px}}.fix-footer-box .typeahead__container{margin:0 auto;padding-left:20px;padding-right:20px;max-width:1024px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.fix-footer-box .typeahead__container{display:block}}.fix-footer-box .right-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:54%;max-width:511px}@media screen and (max-width: 768px){.fix-footer-box .right-container{width:100%;max-width:none}}.fix-footer-box .et_pb_text_inner{width:46%;padding-right:15px}@media screen and (max-width: 768px){.fix-footer-box .et_pb_text_inner{padding-right:0;padding-bottom:15px;width:100%}}@media screen and (max-width: 374px){.fix-footer-box .et_pb_text_inner{padding-bottom:5px}}.fix-footer-box .js-typeahead-address_v1{padding:7px 22px;line-height:135%;height:40px;border-top-left-radius:2px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:2px}.fix-footer-box .typeahead__query{margin-right:5px}.fix-footer-box .typeahead__container button{color:#fff;height:40px;border-top-right-radius:3px;border-bottom-right-radius:3px;padding:7px 22px;line-height:135%;font-weight:400;font-size:18px;white-space:nowrap;background-color:#ffb60d;border-color:#ffb60d}.fix-footer-box .typeahead__container button:before{background-color:#de9f0f}@media screen and (max-width: 699px){.fix-footer-box .typeahead__container button{width:40px;text-indent:-99999px;overflow:hidden;min-width:1px;padding:0}.fix-footer-box .typeahead__container button::after{content:"Go";position:absolute;left:0;top:0;text-indent:0;width:40px;height:40px;display:block;line-height:40px;text-align:center}}.fix-footer-box .typeahead__container button:hover,.fix-footer-box .typeahead__container button:focus{color:#fff;border-color:#de9f0f}.fix-footer-box .typeahead__dropdown,.fix-footer-box .typeahead__list{bottom:100%;margin-bottom:35px;top:auto}@media screen and (max-width: 768px){.fix-footer-box .typeahead__dropdown,.fix-footer-box .typeahead__list{margin-bottom:8px}}@media screen and (max-width: 374px){.fix-footer-box .typeahead__dropdown,.fix-footer-box .typeahead__list{margin-bottom:10px;font-size:12px}}#form-address_v1 .typeahead__container.hint .typeahead__field input{background:#fff !important}.typeahead__container button,.typeahead__container input,.typeahead__container optgroup,.typeahead__container select,.typeahead__container textarea{font:inherit;margin:0}.typeahead__container optgroup{font-weight:700}.typeahead__container button,.typeahead__container input{overflow:visible}.typeahead__container button,.typeahead__container select{text-transform:none}.typeahead__container [type=reset],.typeahead__container [type=submit],.typeahead__container button,.typeahead__container html [type=button]{-webkit-appearance:button}.typeahead__container [type=button]::-moz-focus-inner,.typeahead__container [type=reset]::-moz-focus-inner,.typeahead__container [type=submit]::-moz-focus-inner,.typeahead__container button::-moz-focus-inner{border-style:none;padding:0}.typeahead__container [type=button]:-moz-focusring,.typeahead__container [type=reset]:-moz-focusring,.typeahead__container [type=submit]:-moz-focusring,.typeahead__container button:-moz-focusring{outline:1px dotted ButtonText}.typeahead__container fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}.typeahead__container legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}.typeahead__container textarea{overflow:auto}.typeahead__container [type=checkbox],.typeahead__container [type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}.typeahead__container [type=number]::-webkit-inner-spin-button,.typeahead__container [type=number]::-webkit-outer-spin-button{height:auto}.typeahead__container ::-webkit-input-placeholder{color:inherit;opacity:.54}.typeahead__container ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.typeahead__container{position:relative;font:1rem Lato,"Helvetica Neue",Arial,Helvetica,sans-serif}.typeahead__container *{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}.typeahead__query{position:relative;z-index:2;width:100%}.typeahead__filter{position:relative}.typeahead__filter button{min-width:100%;white-space:nowrap}.typeahead__filter button:after{display:inline-block;margin-left:4px;width:0;height:0;vertical-align:-2px;content:"";border:4px solid;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.typeahead__field{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.typeahead__button button{border-top-right-radius:2px;border-bottom-right-radius:2px}.typeahead__field{color:#555}.typeahead__field .typeahead__hint,.typeahead__field [contenteditable],.typeahead__field input,.typeahead__field textarea{display:block;width:100%;line-height:1.25;min-height:calc(.5rem * 2 + 1.25rem + 2px);padding:.5rem .75rem;background:#fff;border:1px solid #ccc;border-radius:2px 0 0 2px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box}.typeahead__field .typeahead__hint:active,.typeahead__field .typeahead__hint:focus,.typeahead__field [contenteditable]:active,.typeahead__field [contenteditable]:focus,.typeahead__field input:active,.typeahead__field input:focus,.typeahead__field textarea:active,.typeahead__field textarea:focus{border-color:#66afe9}.typeahead__container.hint .typeahead__field [contenteditable],.typeahead__container.hint .typeahead__field input,.typeahead__container.hint .typeahead__field textarea{background:0 0}.typeahead__container.hint .typeahead__query>:last-child,.typeahead__hint{background:#fff}.typeahead__container button{display:inline-block;margin-bottom:0;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-color:#fff;border:1px solid #ccc;line-height:1.25;padding:.5rem .75rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#555}.typeahead__container button:focus,.typeahead__container button:hover{color:#3c3c3c;background-color:#f5f5f5;border-color:#b3b3b3}.typeahead__container button.active,.typeahead__container button:active{background-image:none}.typeahead__container button:active,.typeahead__container button:focus{border-color:#66afe9}.typeahead__container button.disabled,.typeahead__container button[disabled],.typeahead__container input.disabled,.typeahead__container input[disabled]{cursor:not-allowed;pointer-events:none;opacity:.65;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-color:#ccc}.typeahead__container .typeahead__field .typeahead__hint,.typeahead__container .typeahead__field .typeahead__label-container,.typeahead__container .typeahead__field [contenteditable],.typeahead__container .typeahead__field input,.typeahead__container .typeahead__field textarea{padding-right:32px}.typeahead__button,.typeahead__filter{z-index:1}.typeahead__button button,.typeahead__filter button{margin-left:-1px;border-bottom-left-radius:0;border-top-left-radius:0}.typeahead__button:active,.typeahead__button:focus,.typeahead__button:hover,.typeahead__filter:active,.typeahead__filter:focus,.typeahead__filter:hover{z-index:1001}.typeahead__button:active button:active,.typeahead__button:active button:focus,.typeahead__button:focus button:active,.typeahead__button:focus button:focus,.typeahead__button:hover button:active,.typeahead__button:hover button:focus,.typeahead__filter:active button:active,.typeahead__filter:active button:focus,.typeahead__filter:focus button:active,.typeahead__filter:focus button:focus,.typeahead__filter:hover button:active,.typeahead__filter:hover button:focus{z-index:1001}.typeahead__filter+.typeahead__button button{margin-left:-2px}.typeahead__container.filter .typeahead__filter{z-index:1001}.typeahead__dropdown,.typeahead__list{position:absolute;left:0;z-index:1000;width:100%;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;text-align:left;background-color:#fff;border:1px solid #ccc;border-radius:2px;background-clip:padding-box}.typeahead__result.detached .typeahead__list{position:relative;z-index:1041;top:initial;left:initial}.typeahead__dropdown{right:0;left:initial;z-index:1001}.typeahead__list>li{position:relative;border-top:solid 1px #ccc}.typeahead__list>li:first-child{border-top:none}.typeahead__dropdown .typeahead__dropdown-item[disabled]>a,.typeahead__list .typeahead__item[disabled]>a{cursor:not-allowed;color:#bababa;background-color:#fafafa}.typeahead__dropdown .typeahead__dropdown-item>a,.typeahead__list .typeahead__item>a{display:block;padding:.5rem .75rem;clear:both;color:#333;text-decoration:none}.typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active>a,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:focus,.typeahead__dropdown .typeahead__dropdown-item:not([disabled])>a:hover,.typeahead__list .typeahead__item:not([disabled]).active>a,.typeahead__list .typeahead__item:not([disabled])>a:focus,.typeahead__list .typeahead__item:not([disabled])>a:hover{background-color:#f5f5f5;color:#3c3c3c}.typeahead__list.empty>li{padding:.5rem .75rem;color:#333}.typeahead__list>.typeahead__group{border-color:#bfdef6;font-weight:700}.typeahead__list>.typeahead__group:first-child{border-top:solid 1px #bfdef6}.typeahead__list>.typeahead__group.active>a,.typeahead__list>.typeahead__group>a,.typeahead__list>.typeahead__group>a:focus,.typeahead__list>.typeahead__group>a:hover{cursor:default;color:#17639f;background:#ecf5fc;display:block;padding:.5rem .75rem;clear:both;text-decoration:none}.typeahead__list>li.typeahead__group+li.typeahead__item{border-color:#bfdef6}.typeahead__container.backdrop+.typeahead__backdrop,.typeahead__container.filter .typeahead__dropdown,.typeahead__container.hint .typeahead__hint,.typeahead__container.result .typeahead__list{display:block !important}.typeahead__container .typeahead__dropdown,.typeahead__container .typeahead__hint,.typeahead__container .typeahead__list,.typeahead__container+.typeahead__backdrop{display:none !important}.typeahead__dropdown li:last-child{margin-top:5px;padding-top:5px;border-top:solid 1px #ccc}.typeahead__cancel-button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;cursor:pointer;line-height:1.25;padding:.5rem .75rem;visibility:hidden}.typeahead__label .typeahead__cancel-button{visibility:visible;right:4px}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button,.typeahead__label .typeahead__cancel-button{visibility:visible}.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover,.typeahead__label .typeahead__cancel-button:hover{color:#d0021b}.typeahead__search-icon{padding:0 1.25rem;width:16px;height:16px;background:url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent}.typeahead__container.loading .typeahead__query:after,.typeahead__container.loading .typeahead__query:before{-webkit-transition:all 0s linear,opacity .2s ease;-o-transition:all 0s linear,opacity .2s ease;transition:all 0s linear,opacity .2s ease;position:absolute;z-index:3;content:"";top:50%;right:.55em;margin-top:-.675rem;width:1.35rem;height:1.35rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:500rem;border-style:solid;border-width:.1em}.typeahead__container.loading .typeahead__query:before{border-color:rgba(0,0,0,0.35)}.typeahead__container.loading .typeahead__query:after{-webkit-animation:button-spin .6s linear;-o-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:#fff transparent transparent;-webkit-box-shadow:0 0 0 1px transparent;box-shadow:0 0 0 1px transparent}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes button-spin{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.typeahead__label-container{list-style:none;position:absolute;padding-top:calc(1rem * .375);padding-left:6px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}.typeahead__label{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:calc(1rem * .875);position:relative;background:#ecf5fc;border:solid 1px #c2e0ff;padding-left:4px;border-radius:2px;margin-right:4px;margin-bottom:calc(1rem * .375)}.typeahead__label>*{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.typeahead__label .typeahead__cancel-button{line-height:normal;height:auto;position:static;padding-top:calc(1rem * .25 - 1px);padding-bottom:calc(1rem * .25 + 1px);padding-left:6px;padding-right:6px;margin-left:4px;font-size:calc(1rem * .875);border-left:solid 1px #c2e0ff}.typeahead__label .typeahead__cancel-button:hover{background-color:#d5e9f9}header.header{position:relative;width:100%;background:#fff;color:#000}header.header .top-header{padding-top:21px;min-height:65px}@media screen and (max-width: 991px){header.header .top-header{padding-top:0;min-height:0}}header.header .border-header .right-box{margin-left:190px;width:calc(100% - 190px);-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-bottom:2px solid #9a9a9a;-webkit-box-align:end;-ms-flex-align:end;align-items:end}@media screen and (max-width: 991px){header.header .border-header .right-box{margin-left:0;width:100%}}header.header .header-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-left:200px;padding-top:15px;padding-bottom:30px;min-height:80px}@media screen and (max-width: 991px){header.header .header-content{padding-left:10px;padding-top:10px;padding-bottom:10px;min-height:0}}header.header .row{position:relative;margin-top:0}@media screen and (max-width: 991px){header.header .row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}header.header .logo{display:inline-block;width:154px;height:98px;margin:0;padding:0;overflow:hidden;position:absolute;left:0;top:-55px}header.header .logo a{display:inline-block;width:154px;height:98px;text-indent:-9999px;background-image:url(../images/vast-bluepeak-rebrand-new.svg);background-repeat:no-repeat;background-size:contain;background-position:left center}@media screen and (max-width: 991px){header.header .logo a{width:134px;height:76px}}@media screen and (max-width: 991px){header.header .logo{width:134px;height:76px;position:relative;left:auto;top:auto}}header.header .hamburger{display:none;height:59px;width:59px;background:#ce2127;border-radius:5px;background-clip:padding-box;cursor:pointer;outline:none;margin:4px;position:relative;z-index:3}@media screen and (max-width: 991px){header.header .hamburger.is-active{border-bottom-right-radius:0;border-bottom-left-radius:0;background-color:#f4f4f4;opacity:1}header.header .hamburger.is-active .hamburger-inner,header.header .hamburger.is-active .hamburger-inner::before,header.header .hamburger.is-active .hamburger-inner::after{background-color:#000}}@media screen and (min-width: 700px) and (max-width: 991px){header.header .hamburger{display:block}}@media screen and (max-width: 699px){header.header .hamburger{display:block}header.header .hamburger:after{display:none}}header.header .btn{text-transform:uppercase}header.header .btn-primary{border:1px solid #f15b22;background-color:#f15b22}header.header .btn-primary:hover{color:#f15b22}.topnav{display:inline-block;margin:5px 14px 5px 0;vertical-align:top;font-size:18px;text-transform:capitalize;letter-spacing:0}.topnav a{color:#000;font-weight:500}.topnav>ul{list-style:none;padding:0;margin:0}.topnav>ul>li{float:left;position:relative;width:auto;margin:0 25px;vertical-align:top}.topnav>ul>li>a{display:inline-block;-webkit-transition: .5s;-o-transition: .5s;transition:.5s}.topnav>ul>li:hover>a,.topnav>ul>li.active>a{color:#f15b22}@media screen and (min-width: 992px){.topnav>ul>li ul.submenu{position:absolute;top:30px;left:-45px;z-index:999;width:280px;list-style:none;padding:32px 0 0 0;background:none;max-height:0;overflow:hidden;-webkit-transform:perspective(400) rotate3d(1, 0, 0, -90deg);transform:perspective(400) rotate3d(1, 0, 0, -90deg);-webkit-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition: 350ms;-o-transition: 350ms;transition:350ms;background-color:#fff}.topnav>ul>li ul.submenu li{width:100%}.topnav>ul>li ul.submenu li:first-child{border:none}.topnav>ul>li ul.submenu li a{display:inline-block;width:100%;padding:22px 45px;color:#424242;line-height:135%;font-weight:400}.topnav>ul>li ul.submenu li a:hover{background-color:#f2b730}.topnav>ul>li ul.submenu li.active a{background-color:#f2b730}.topnav>ul>li:hover .submenu{max-height:1000px;-webkit-transform:perspective(400) rotate3d(0, 0, 0, 0);transform:perspective(400) rotate3d(0, 0, 0, 0)}}@media screen and (max-width: 991px){.topnav{display:none;position:absolute;top:84px;left:0;width:100%;z-index:999;margin:0;background-color:#fff}.topnav>ul{display:inline-block;line-height:135%;padding:0 0 27px;margin:0;vertical-align:top;width:100%;position:relative}.topnav>ul>li{border-top:1px solid #ebebeb;display:inline-block;width:100%;margin:0;height:auto;padding:14px 25px}.topnav>ul>li:first-child{border-top:none}.topnav>ul>li>a{text-transform:uppercase;padding:0;width:100%;text-align:left;line-height:135%;font-size:16px;font-weight:500}.topnav>ul>li.open{position:static}.topnav>ul>li.open ul.submenu{display:inline-block}.topnav>ul>li.open ul.submenu li{border-bottom:none}.topnav>ul>li ul.submenu{position:absolute;display:none;top:0;left:0;padding:61px 0 0 0;margin:0;width:100%;height:100%;background-color:#fff;z-index:2;font-size:16px;overflow-y:auto}.topnav>ul>li ul.submenu:before{content:"Back";position:absolute;left:0;top:0;line-height:135%;padding:14px 0 14px 50px;display:inline-block;width:100%;border-bottom:1px solid #ebebeb;color:#f15b22;font-weight:500;font-size:16px;background-image:url(../images/back-icon.svg);background-repeat:no-repeat;background-position:24px 17px;background-size:19px 14px}.topnav>ul>li ul.submenu li{border-bottom:none;padding:8px 24px}.topnav>ul>li ul.submenu a{position:relative;z-index:22;color:#838383;font-weight:400;display:inline-block;padding:0;line-height:135%}.topnav>ul>li ul.submenu a:hover{color:#f15b22}.topnav>ul>li ul.submenu .active a{color:#f15b22;font-weight:500}.topnav>ul .parent{position:relative;padding:14px 50px 14px 25px}.topnav>ul .parent>a{padding:0;position:relative;z-index:-1}.topnav>ul .parent::after{content:"";position:absolute;height:100%;width:100%;left:0;z-index:1;top:0}.topnav>ul .parent:before{content:"\F105";font:normal normal normal 24px/1 FontAwesome;text-rendering:auto;color:#f15b22;position:absolute;right:15px;top:50%;height:24px;margin-top:-14px;width:24px;text-align:center}.topnav>ul .parent.open::after{display:none}}@media screen and (min-width: 700px) and (max-width: 991px){.topnav{top:73px}}.menu-open{position:relative}.menu-open:before{content:'';position:absolute;left:0;top:0;height:100%;width:100%;background:#000;opacity:0.67;z-index:2}.menu-open .topnav{display:block}.ie .topnav>ul>li ul.submenu,.edge .topnav>ul>li ul.submenu{display:none}.ie .topnav>ul>li:hover .submenu,.edge .topnav>ul>li:hover .submenu{display:block}.right-box{display:-webkit-box;display:-ms-flexbox;display:flex}.switch-box{padding:0;display:inline-block;overflow:hidden}.switch-box ul{list-style:none;padding:0;margin:0 0 0 -14px;font-size:14px}@media screen and (max-width: 699px){.switch-box ul{font-size:16px;margin:0 -14px}}.switch-box li{padding:5px 14px;position:relative;float:left}.switch-box li:before{content:"";position:absolute;top:50%;margin-top:-10px;height:20px;left:0;opacity:0.42;border-left:1px solid #fff}.switch-box a{display:block;font-weight:500;color:#fff}@media screen and (max-width: 699px){.switch-box a{font-weight:400}}.switch-box a:hover{color:#ff9908;text-decoration:none}.switch-box .active a{font-weight:700;color:#ff9908;text-decoration:underline}.switch-box .active a:hover{text-decoration:underline}.top-header-nav{display:inline-block;overflow:hidden;vertical-align:bottom}.top-header-nav ul{list-style:none;padding:0;margin:10px -11px 8px 0;line-height:135%;font-size:14px;overflow:hidden}.top-header-nav a{display:block;font-weight:400;color:#000}.top-header-nav a:hover{text-decoration:underline}.top-header-nav li{position:relative;float:left;padding:7px 11px}.top-header-nav li:before{content:"";position:absolute;top:50%;margin-top:-10px;height:20px;left:0;opacity:0.42;border-left:1px solid #fff}.top-header-nav li.active a{font-weight:700;opacity:1}@media screen and (min-width: 700px) and (max-width: 991px){.top-header-nav{display:none}}@media screen and (max-width: 699px){.top-header-nav{display:none}}.phone{position:relative;display:inline-block;margin:11px 26px 11px 0;vertical-align:bottom}.phone a{color:#000;display:inline-block;padding:0;border-bottom-left-radius:5px;border-bottom-right-radius:5px;font-weight:700;font-size:22px}.phone a:hover{text-decoration:none;color:#f15b22}@media screen and (max-width: 991px){.phone{margin:5px 0}}.small-nav{padding:0;margin:0 0 0 15px;display:inline-block;overflow:hidden}.small-nav ul{padding:0;margin:0 -14px 0 0;display:block}.small-nav li{float:left;padding:5px 14px}.small-nav a{display:block;color:#f15b22;font-size:14px;font-weight:700}.small-nav a:hover{text-decoration:none;color:#f15b22}@media screen and (min-width: 700px) and (max-width: 991px){.small-nav{display:none}}@media screen and (max-width: 699px){.small-nav{display:none}}.top-nav{background-color:#f4f4f4;overflow:hidden;display:block}.top-nav ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;font-size:14px;line-height:500;text-transform:uppercase}.top-nav li{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;height:100%;border-left:1px solid #dbdbdb}.top-nav li:nth-child(2n+1){border:none}.top-nav a{padding:0 50px 0 24px;height:74px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:auto;color:#838383;position:relative}.top-nav a:before{content:'';position:absolute;height:23px;width:30px;top:50%;right:22px;margin-top:-13px;background-repeat:no-repeat;background-position:center center}.top-nav .shop a:before{background-image:url(../images/shop-icon.svg);background-size:20px 23px}.top-nav .account a:before{background-image:url(../images/close-icon.svg);background-size:16px 16px}@media screen and (max-width: 374px){.top-nav a{padding:0 34px 0 24px}.top-nav a:before{right:6px}}.bottom-nav{display:block;overflow:hidden;position:relative}.bottom-nav ul{list-style:none;padding:0;margin:0 0 -1px -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#838383;font-size:14px;font-weight:500;text-transform:uppercase}.bottom-nav li{-ms-flex-preferred-size:33.33%;flex-basis:33.33%;max-width:33.33%;height:125px;border:1px solid #e5e5e5;border-right:none}.bottom-nav a{height:125px;display:block;padding:85px 5px 0;text-align:center;position:relative;color:#838383}.bottom-nav a:before{content:"";top:28px;position:absolute;left:50%;-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);height:42px;width:100%;background-position:center center;background-size:contain;background-repeat:no-repeat;background-size:contain}.bottom-nav .location a:before{background-image:url(../images/location-icon.svg)}.bottom-nav .contact a:before{background-image:url(../images/contact-icon.svg)}.bottom-nav .bill a:before{background-image:url(../images/bill-icon.svg)}.tab-nav-box{overflow:hidden;position:relative;z-index:7}.tab-nav-box ul{margin:0 -20px;padding:0;list-style:none}@media screen and (max-width: 699px){.tab-nav-box ul{margin:0 -10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.tab-nav-box ul li{display:inline-block;border-left:1px solid #101010;margin:15px 0 0;padding:3px 20px}@media screen and (max-width: 699px){.tab-nav-box ul li{margin:5px 0 0;padding:3px 10px}}.tab-nav-box ul li:before,.tab-nav-box ul li:after{display:none}.tab-nav-box ul li.active a{opacity:1}.tab-nav-box ul li.active a:hover{opacity:1}.tab-nav-box strong{display:block;padding:0;color:#101010;font-size:24px}@media screen and (max-width: 699px){.tab-nav-box strong{font-size:16px}}.tab-nav-box a{display:block;padding:0;color:#101010;font-size:24px;opacity:0.47}@media screen and (max-width: 699px){.tab-nav-box a{font-size:16px}}.tab-nav-box a:hover{text-decoration:none;opacity:0.7}@media screen and (max-width: 699px){.mobile-tab .tab-nav-box{border:1px solid #101010}.mobile-tab .tab-nav-box ul{padding-top:0;margin-top:0}.mobile-tab .tab-nav-box li{margin-top:0;width:50%;padding:10px}.mobile-tab .tab-nav-box a,.mobile-tab .tab-nav-box strong{font-size:24px;text-align:center;line-height:135%}}.text-white .tab-nav-box ul li{border-color:#fff}.text-white .tab-nav-box ul li.active a{color:#fff}.text-white .tab-nav-box ul li.active a:hover{opacity:1;text-decoration:none}.text-white .tab-nav-box a{color:#f15b22;opacity:0.7}.text-white .tab-nav-box a:hover{opacity:1}.footer{position:relative;width:100%;padding:30px 0;background-color:#fefeff;font-size:15px;line-height:135%;overflow:hidden}@media screen and (max-width: 699px){.footer{padding:24px 0}}.footer .wrapper{max-width:1218px}@media screen and (max-width: 699px){.footer .wrapper{padding:0}}.footer .nav ul{color:#101010;padding:0;margin:0;list-style:none}.footer .nav>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.footer .nav>ul li{padding:15px}.footer .nav>ul li.active a{text-decoration:underline}.footer .top-box{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 699px){.footer .top-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer .logo{display:block;margin:0 15px 15px 0;width:134px;height:60px;background-image:url(../images/vast-bluepeak-rebrand-new.svg);background-size:contain;background-repeat:no-repeat;overflow:hidden;text-indent:-300px;-webkit-transition: 0;-o-transition: 0;transition:0}.footer .logo a{-webkit-transition: .6s;-o-transition: .6s;transition:.6s}@media screen and (max-width: 699px){.footer .logo{width:135px;height:61px;margin:5px 15px 5px 0}}@media screen and (max-width: 699px){.footer .left-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px 25px;border-bottom:1px solid #bcbcbc}.footer .left-column .tel-wrap{max-width:130px}}@media screen and (max-width: 699px){.footer .bottom-box .nav>ul li{padding:4px 0;width:100%}}.top-box{margin-bottom:31px}.top-box .nav{display:-webkit-box;display:-ms-flexbox;display:flex;width:80%}@media screen and (max-width: 699px){.top-box .nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}}.top-box .nav>ul{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:18px;text-transform:uppercase;color:#000;font-weight:500;margin-left:-10px;margin-right:-10px}@media screen and (max-width: 699px){.top-box .nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:auto;margin-right:auto}}.top-box .nav>ul>li{min-width:77px;padding:10px 10px 0}@media screen and (max-width: 699px){.top-box .nav>ul>li{padding-top:38px;text-align:center}.top-box .nav>ul>li:first-child{padding-top:26px}}.top-box .nav>ul>li>a{color:#000}.top-box .nav>ul>li>a:hover{text-decoration:none}.top-box .nav>ul>li ul{padding-top:11px;text-transform:capitalize;color:#101010;font-size:15px;font-weight:400}.top-box .nav>ul>li ul a{color:#101010}.top-box .nav>ul>li li{min-width:1px;display:block;padding:3px 0}@media screen and (max-width: 699px){.top-box .nav>ul>li li{padding:4px 0}}.tel-box{display:inline-block;margin:22px 0 0;width:100%}.tel-box p{display:block;color:#101010;line-height:135%;margin-bottom:1px}.tel-box a{display:inline-block;color:#000;font-weight:700;font-size:16px;line-height:135%}@media screen and (max-width: 699px){.tel-box{margin-top:14px}.tel-box:first-child{margin-top:0}.tel-box p{font-size:15px}}.bottom-box{border-top:1px solid #bcbcbc;padding:24px 0 9px;text-align:center}.bottom-box .nav a{color:#000}@media screen and (max-width: 699px){.bottom-box{padding:24px 12px 9px}}.copyright p{margin-top:9px}@media screen and (max-width: 699px){.copyright{padding-top:25px}}.hero-home-wrap{display:block;width:100%;min-height:247px;position:relative;background:#fff}.hero-home-wrap::before{content:"";background:#fff;position:absolute;left:0;top:0;height:100%;width:50%}@media all and (max-width: 992px){.hero-home-wrap{background:#fff;min-height:0}.hero-home-wrap::before{display:none}}#hero{width:100%;min-height:508px;position:relative;background-color:#D7D7D7;color:#393939;background-repeat:no-repeat;background-position:top center;overflow:hidden;background-size:cover}@media screen and (min-width: 700px) and (max-width: 991px){#hero{min-height:507px}}@media screen and (max-width: 699px){#hero{min-height:350px}}#hero.home-hero{background:url(../images/vast-site-banner.gif) no-repeat top center;background-size:contain;min-height:247px}@media all and (max-width: 992px) and (min-width: 700px){#hero.home-hero{background-size:contain;-o-object-fit:cover;object-fit:cover}}@media screen and (min-width: 700px) and (max-width: 991px){#hero.home-hero{background-image:url(../images/vast-site-banner.gif);background-size:contain;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width: 699px){#hero.home-hero{background-image:url(../images/vast-site-banner.gif);background-size:contain;-o-object-fit:contain;object-fit:contain}}@media screen and (max-width: 374px){#hero.home-hero{background-image:url(../images/vast-site-banner.gif);-o-object-fit:contain;object-fit:contain;height:26vw !important;min-height:0}}@media screen and (max-width: 699px){#hero.home-hero .hero-content{padding:20px}}#hero .all-hero{position:absolute;left:0;top:0;height:100%;width:100%;display:block;opacity:0;cursor:pointer}#hero h2{color:#000;font-size:48px;line-height:100%;font-weight:900;text-transform:uppercase}#hero h2 strong{font-weight:900;color:#ef4824;text-transform:uppercase}@media screen and (max-width: 699px){#hero h2{font-size:32px}}#hero .btn{margin-top:54px;text-transform:uppercase}@media screen and (max-width: 699px){#hero .btn{margin-top:9px}}#hero .wrapper{position:relative;z-index:999}#hero .wrapper,#hero .row{height:100%}#hero .small-wrap{position:relative;z-index:22}#hero .hero-content{display:block;max-width:604px;position:relative;padding:40px;margin-top:22px;margin-bottom:22px;background:rgba(255,255,255,0.7)}@media screen and (max-width: 699px){#hero .hero-content{padding:20px;margin-top:30px;margin-bottom:30px}}#hero sup{font-size:58%;top:-31%}#hero sub{font-size:21%;bottom:0}@media all and (max-width: 992px) and (min-width: 700px){#hero.home-hero{padding:0 100% 26% 0;width:auto;background-size:cover;min-height:auto}}@media only screen and (max-width: 1210px) and (min-width: 700px){#hero.home-hero h2{font-size:40px}#hero.home-hero .hero-content{padding:30px;margin-top:15px;margin-bottom:15px}}@media screen and (max-width: 699px){#hero.home-hero{height:26vw;min-height:0}}@media screen and (max-width: 374px){#hero.home-hero{height:152vw}}.home-hero-second{display:block;width:100%;min-height:508px;position:relative;background-color:#8e0207;color:#393939}@media screen and (min-width: 700px) and (max-width: 991px){.home-hero-second{min-height:350px}}@media screen and (max-width: 699px){.home-hero-second{height:135vw;min-height:350px}}.home-hero-second:after{content:"";background-image:url(../images/d-Vast-DateNight.jpg);background-repeat:no-repeat;background-position:bottom center;overflow:hidden;position:absolute;left:0;top:0;width:100%;height:100%;z-index:5}@media screen and (min-width: 700px) and (max-width: 991px){.home-hero-second:after{background-size:cover}}@media screen and (max-width: 699px){.home-hero-second:after{background-image:url(../images/d-Vast-DateNight_M.jpg);background-position:top center;background-size:cover}}.home-hero-second:before{content:'';width:100%;height:33px;background:#fff;position:absolute;left:0;bottom:0;z-index:1}#home-swiper .swiper-button-next,#home-swiper .swiper-button-prev{outline:none}@media screen and (min-width: 700px) and (max-width: 991px){#home-swiper .swiper-button-next,#home-swiper .swiper-button-prev{top:auto;margin-top:0;bottom:25px}}@media screen and (max-width: 699px){#home-swiper .swiper-button-next,#home-swiper .swiper-button-prev{display:none}}.gradient-section{position:relative}.gradient-section:before{content:"";position:absolute;left:0;bottom:0;height:18px;width:100%;background:-webkit-gradient(linear, left top, right top, from(#eeaf1c), color-stop(6%, #ef9e1d), color-stop(21%, #ef5c22), color-stop(27%, #ef4724), color-stop(41%, #eb2e24), color-stop(51%, #df2424), color-stop(55%, #d52224), color-stop(65%, #b22133), color-stop(71%, #97223f), color-stop(89%, #3c2c6a), color-stop(95%, #242f75), to(#17307b));background:-webkit-linear-gradient(left, #eeaf1c 0%, #ef9e1d 6%, #ef5c22 21%, #ef4724 27%, #eb2e24 41%, #df2424 51%, #d52224 55%, #b22133 65%, #97223f 71%, #3c2c6a 89%, #242f75 95%, #17307b 100%);background:-o-linear-gradient(left, #eeaf1c 0%, #ef9e1d 6%, #ef5c22 21%, #ef4724 27%, #eb2e24 41%, #df2424 51%, #d52224 55%, #b22133 65%, #97223f 71%, #3c2c6a 89%, #242f75 95%, #17307b 100%);background:linear-gradient(to right, #eeaf1c 0%, #ef9e1d 6%, #ef5c22 21%, #ef4724 27%, #eb2e24 41%, #df2424 51%, #d52224 55%, #b22133 65%, #97223f 71%, #3c2c6a 89%, #242f75 95%, #17307b 100%)}.section{padding:100px 0}.text-section{padding:29px 0 45px;position:relative}@media screen and (max-width: 699px){.text-section{padding:14px 0 36px}}.text-section:before{content:"";position:absolute;left:0;bottom:0;height:18px;width:100%;background:-webkit-gradient(linear, left top, right top, from(#eeaf1c), color-stop(6%, #ef9e1d), color-stop(21%, #ef5c22), color-stop(27%, #ef4724), color-stop(41%, #eb2e24), color-stop(51%, #df2424), color-stop(55%, #d52224), color-stop(65%, #b22133), color-stop(71%, #97223f), color-stop(89%, #3c2c6a), color-stop(95%, #242f75), to(#17307b));background:-webkit-linear-gradient(left, #eeaf1c 0%, #ef9e1d 6%, #ef5c22 21%, #ef4724 27%, #eb2e24 41%, #df2424 51%, #d52224 55%, #b22133 65%, #97223f 71%, #3c2c6a 89%, #242f75 95%, #17307b 100%);background:-o-linear-gradient(left, #eeaf1c 0%, #ef9e1d 6%, #ef5c22 21%, #ef4724 27%, #eb2e24 41%, #df2424 51%, #d52224 55%, #b22133 65%, #97223f 71%, #3c2c6a 89%, #242f75 95%, #17307b 100%);background:linear-gradient(to right, #eeaf1c 0%, #ef9e1d 6%, #ef5c22 21%, #ef4724 27%, #eb2e24 41%, #df2424 51%, #d52224 55%, #b22133 65%, #97223f 71%, #3c2c6a 89%, #242f75 95%, #17307b 100%)}.text-section .text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media screen and (max-width: 699px){.text-section .text{text-align:center;display:block}}.text-section .link{margin-left:10px}.text-section .link a{font-size:21px;line-height:135%;display:inline-block;color:#19327e;font-weight:700;text-decoration:underline;white-space:nowrap}.text-section .link a:hover{text-decoration:none}@media screen and (max-width: 699px){.text-section .link{margin:12px auto 0;text-align:center;display:block;font-size:19px}}.text-section p{font-size:21px;line-height:135%}@media screen and (max-width: 699px){.text-section p{text-align:center;display:block;font-size:19px;line-height:125%;font-weight:500}}.default-section{padding:19px 0 52px}.default-section h2{font-weight:400}.section-title{padding-bottom:17px}.section-title p{font-size:20px;font-weight:300;color:#595959;margin-top:7px}.section-title p:first-child{margin-top:0}.form-text-section .section-title{padding-bottom:36px}@media screen and (max-width: 699px){.form-text-section .section-title{margin-right:auto;margin-left:auto;max-width:90%}}.form-text-section .bottom-link{padding-top:47px;padding-bottom:6px}.form-text-section .row>[class*="col-"]{padding-left:.5rem;padding-right:.5rem}.small-info-section{padding:96px 0 92px}@media screen and (max-width: 699px){.small-info-section{padding:40px 0}}.small-info-section h2{font-weight:400;color:#101010}.small-info-section p{font-size:#101010;color:#101010}.small-info-section.info-moving{padding:67px 0 103px}.small-info-section .small-text p{margin-top:9px;color:#595959;font-size:20px}.small-info-section .row{margin-left:-33px;margin-right:-33px}.small-info-section .row>[class*="col-"]{padding-left:33px;padding-right:33px;margin-top:37px}.small-info-section .btn{margin-top:10px}.small-info-section .btn.btn-middle{height:50px;padding:11px 43px}@media screen and (max-width: 699px){.small-info-section .btn.btn-middle{height:40px;padding:8px 30px;font-size:16px}}.small-info-section .stroke-swiper{margin-top:22px}.small-info-section .stroke-swiper p{margin-top:36px}.small-info-section .stroke-swiper.medium-icon-box h4{margin-top:30px}.small-info-section .stroke-swiper.medium-icon-box h4+p{margin-top:10px}@media screen and (max-width: 699px){.streaming .media-text-section .section-media{background-size:cover}}.media-text-section{padding:68px 0 89px;position:relative}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section{padding:68px 0}}@media screen and (max-width: 699px){.media-text-section{padding:35px 0}}.media-text-section.text-white h1,.media-text-section.text-white h2,.media-text-section.text-white h3,.media-text-section.text-white h4,.media-text-section.text-white h5,.media-text-section.text-white h6,.media-text-section.text-white p,.media-text-section.text-white li,.media-text-section.text-white div{color:#fff}.media-text-section.phone-style-media p{line-height:170%}.media-text-section.phone-style-media .section-media{background-position:center center}@media screen and (max-width: 699px){.media-text-section .hospost-list .col+.col ul{padding-top:0}}.media-text-section .section-content{padding-top:3%;padding-bottom:4%;display:block;height:100%;width:42%;margin-left:58%}.media-text-section .section-content.more-padding{padding-top:10%;padding-bottom:10%}@media screen and (max-width: 699px){.media-text-section .section-content{width:100%;margin-left:0;padding:0}}.media-text-section .items{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media screen and (max-width: 699px){.media-text-section .items{display:block;margin-bottom:0}}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section .items{display:block;margin-bottom:0}}.media-text-section .items .item{width:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative}.media-text-section .items .item p{margin-top:0}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section .items .item{width:100%;margin-bottom:50px}}@media screen and (max-width: 699px){.media-text-section .items .item{width:100%;margin-bottom:50px}}.media-text-section .items .item .item-content{display:inline-block;width:55%;padding-left:5%}.media-text-section .items .item .item-media{width:35%;display:inline-block}.media-text-section .section-media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;width:49.5%;background-size:cover;background-position:top center;background-repeat:no-repeat;height:100%;position:absolute;left:0;top:0;padding:68px 0 86px 20px;text-align:right;overflow:hidden}@media screen and (max-width: 699px){.media-text-section .section-media{background-size:contain}}.media-text-section .section-media.media-left{-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;padding-left:0}@media screen and (max-width: 699px){.media-text-section .section-media.media-left{margin-left:-11px}}.media-text-section .section-media.media-left img{margin:auto auto auto 0}.media-text-section .section-media.top-media img{margin-top:0}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section .section-media{padding:68px 0 68px 20px}}@media screen and (max-width: 699px){.media-text-section .section-media{padding:0;margin:0 0 30px;min-height:320px;position:static;left:auto;top:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:contain;width:100%}}@media screen and (max-width: 374px){.media-text-section .section-media{min-height:200px}}.media-text-section .section-media img{margin:auto 0 auto auto;max-width:100%;max-height:100%}@media screen and (max-width: 991px){.media-text-section .section-media img{width:100%}}@media screen and (max-width: 699px){.media-text-section .section-media img{margin:auto}}.media-text-section.reverse{padding:95px 0 103px}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section.reverse{padding:68px 0}}@media screen and (max-width: 699px){.media-text-section.reverse{padding:35px 0}}.media-text-section.reverse .section-content{margin-left:0}@media screen and (max-width: 699px){.media-text-section.reverse .section-content{width:100%}}.media-text-section.reverse .section-media{left:auto;right:0;width:50%}@media screen and (max-width: 699px){.media-text-section.reverse .section-media{width:100%;right:auto}}.media-text-section.reverse .section-media img{margin:auto auto auto 0}@media screen and (max-width: 699px){.media-text-section.reverse .section-media img{margin:auto}}.media-text-section h2{font-size:48px;color:#19327e;font-weight:700}@media screen and (max-width: 699px){.media-text-section h2{font-size:36px}}.media-text-section h3{font-size:36px;font-weight:400;color:#101010;line-height:135%}@media screen and (max-width: 699px){.media-text-section h3{font-size:30px}}.media-text-section h4{font-size:32px;font-weight:400;line-height:135%}@media screen and (max-width: 699px){.media-text-section h4{font-size:24px}}.media-text-section h4+h3{margin-top:0}.media-text-section h5{margin-top:23px;font-size:24px;font-weight:400;line-height:125%}@media screen and (max-width: 699px){.media-text-section h5{font-size:20px;line-height:135%}}@media screen and (max-width: 699px){.media-text-section ul,.media-text-section ol,.media-text-section p{line-height:135%;font-size:16px}}.media-text-section .list-style ul li:before{top:8px}.media-text-section p{margin-top:15px;color:#101010}.media-text-section p+img{margin-top:20px}.media-text-section h3+p{margin-top:38px}@media screen and (max-width: 699px){.media-text-section h3+p{margin-top:15px}}.media-text-section ul{padding-top:20px}.media-text-section .icon-box ul{padding-top:0}.media-text-section .btn{margin-top:37px}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section .btn{padding:13px 10px;width:100%}.media-text-section .btn.btn-fix{padding:7px 10px;width:auto}}@media screen and (max-width: 699px){.media-text-section .btn{margin-top:20px}}.media-text-section p+.btn{margin-top:69px}@media screen and (max-width: 699px){.media-text-section p+.btn{margin-top:20px}}.media-text-section.bg-media{padding:88px 0 86px}@media screen and (max-width: 699px){.media-text-section.bg-media{padding:40px 0 46px}}.media-text-section.bg-media .content-wrap{position:relative;z-index:7}.media-text-section.bg-media .section-media{display:block;height:100%;width:100%;position:absolute;left:0;top:0;background-position:center top;background-size:cover;background-repeat:no-repeat}.media-text-section.bg-media .section-media:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.41}.media-text-section.bg-media .section-content{padding:0;width:50%;position:static;margin:0}@media screen and (max-width: 699px){.media-text-section.bg-media .section-content{width:100%}}.media-text-section.bg-media h2{font-size:40px;font-weight:400;line-height:125%}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section.bg-media h2{font-size:32px}}@media screen and (max-width: 699px){.media-text-section.bg-media h2{font-size:24px}}.media-text-section.bg-media p{font-size:18px;line-height:170%;max-width:95%;margin-top:28px}@media screen and (max-width: 699px){.media-text-section.bg-media p{font-size:14px;margin-top:20px}}.media-text-section.bg-media .btn{margin:40px 0 0}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section.bg-media .btn{width:auto}}.media-text-section.bg-media-small p{margin-top:37px}@media screen and (max-width: 699px){.media-text-section.bg-media-small p{margin-top:20px}}.media-text-section.bg-media-small p+.btn{margin-top:50px}@media screen and (max-width: 699px){.media-text-section.bg-media-small p+.btn{margin-top:20px}}.media-text-section.bg-media-small .section-media{background-size:cover}.media-text-section.tv-media{padding:76px 0 84px}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section.tv-media{padding:68px 0}}@media screen and (max-width: 699px){.media-text-section.tv-media{padding:35px 0}}.media-text-section.tv-media .section-content{padding-top:0;padding-bottom:0}.media-text-section.tv-media .btn{margin-top:49px}@media screen and (min-width: 700px) and (max-width: 991px){.media-text-section.tv-media .btn{margin-top:35px}}@media screen and (max-width: 699px){.media-text-section.tv-media .btn{margin-top:20px}}.media-text-section.small-media{padding:68px 0 76px}.media-text-section.small-media .section-content{padding-top:2.5%;padding-bottom:0;margin-left:56.5%;width:43.5%}@media screen and (max-width: 699px){.media-text-section.small-media .section-content{padding:0;width:100%;margin-left:auto}}.media-text-section.small-media .section-media{padding:35px 0 35px 20px}@media screen and (max-width: 699px){.media-text-section.small-media .section-media{padding:0;min-height:100px}}.media-text-section.small-media h3+p{margin-top:23px}.media-text-section.small-media p+.btn{margin-top:35px}@media screen and (max-width: 699px){.media-text-section.height-auto .section-media{min-height:1px;height:auto;display:block}}.faq-section h2{color:#101010;font-size:36px;font-weight:400}.faq-section h2 strong{font-weight:700}@media screen and (max-width: 699px){.faq-section h2{font-size:28px}}.faq-section h3{font-size:30px;font-weight:400;line-height:125%;color:#000}@media screen and (max-width: 699px){.faq-section h3{font-size:24px}}.faq-section p,.faq-section li{margin-top:16px}@media screen and (max-width: 699px){.faq-section p,.faq-section li{font-size:16px}}.faq-section .section-title{padding-bottom:33px}.faq-section .btn{margin-bottom:14px}.faq-section .btn-middle{padding-left:40px;padding-right:40px}.accordion{border-bottom:1px solid #101010}.accordion .accordion-title{display:block;font-size:24px;font-weight:400;color:#101010;position:relative;padding:20px 60px 20px 39px;line-height:135%;border-top:1px solid #101010}@media screen and (max-width: 699px){.accordion .accordion-title{padding:20px 35px 20px 20px;font-size:20px}}.accordion .accordion-title:before{content:"\F107";display:inline-block;font:normal normal normal 34px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;right:32px;top:19px;-webkit-transition: .6s;-o-transition: .6s;transition:.6s}@media screen and (max-width: 699px){.accordion .accordion-title:before{right:10px;top:17px}}.accordion .accordion-title:hover,.accordion .accordion-title:focus{background:#f15b22;color:#fff;text-decoration:none}.accordion .active{background:#fff}.accordion .active .accordion-title{background:#f15b22;color:#fff}.accordion .active .accordion-title:before{-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.accordion .accordion-content{padding:0 60px 20px 39px;display:none}.accordion .accordion-content img{margin-top:15px}@media screen and (max-width: 699px){.accordion .accordion-content{padding:0 35px 20px 20px}}.opportunity-section{padding:68px 0 101px}@media screen and (max-width: 699px){.opportunity-section{padding:40px 0 60px}}.map-section{height:502px;padding:0;overflow:hidden}@media screen and (max-width: 374px){.map-section{height:370px}}.section.location-find-section{padding:39px 0}.location-find-section .form-box{padding-bottom:13px}.location-find-section .btn{min-width:172px}.section.location-info-section{padding:60px 0}.location-info-section .section-title{padding-bottom:25px}.location-info-section h3{font-size:30px;color:#101010}.channel-lineup-section .section-title{padding:0 20px 36px}.icon-top-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:51px}.icon-top-container:first-child{margin-top:0}.icon-top-container.small-margin{margin-top:47px}.icon-top-container .item-icon{padding:5px 24px;min-width:98px;text-align:center;position:relative}@media screen and (max-width: 699px){.icon-top-container .item-icon{min-width:18px;padding:5px 10px;min-width:20%}}.icon-top-container .item-icon:before{content:"";position:absolute;width:1px;height:100%;background:#000;opacity:0.12;left:0;top:0}.icon-top-container .item-icon img{max-width:100%;margin:auto}.icon-top-container .item-icon:first-child:before{display:none}.form-content .col{margin-top:20px;padding-left:.5rem;padding-right:.5rem}.form-content p{font-size:12px;margin-top:10px}.tab-item-content{display:none}.tab-item-content.active{display:block}.row.medium-row{margin-left:-13px;margin-right:-13px}.row.medium-row .row{margin-left:-13px;margin-right:-13px}.row.medium-row [class*="col-"]{padding-left:13px;padding-right:13px;margin-top:22px}.form-info-section label[for=internet]{text-transform:unset}.form-info-section h2{font-weight:400}.form-info-section h3{font-size:24px;font-weight:400;margin:33px 0 6px}.form-info-section .wrapper{max-width:1000px}.form-info-section .row.medium-row .col-sm-12:first-child{margin-top:9px}.form-info-section .animation-form .form-content .btn{margin-top:47px}@media screen and (max-width: 699px){.form-info-section .animation-form .form-content .btn{margin-top:10px}}.form-info-section .btn-xl{min-width:217px}.form-info-section .send.success{font-size:24px;color:green}@media screen and (max-width: 699px){.form-info-section .send.success{font-size:20px}}.xls-title h2{font-size:40px;font-weight:400}@media screen and (max-width: 699px){.xls-title h2{font-size:36px}}.xls-title h3{font-size:30px}.xls-title p{font-size:24px}.xls-title a[href^="mailto:"],.xls-title a[href^="tel:"]{color:#000}.xls-title p+h3{margin-top:11px}.xls-title h2+p{margin-top:41px}.which-services h2{font-weight:400}.which-services p{font-size:18px;font-weight:300;color:#000;margin-top:3px}@media screen and (max-width: 699px){.which-services p{margin:10px auto 0;max-width:95%}}.packages-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:-10px;margin-left:-10px}.packages-list .item{padding-left:10px;padding-right:10px;margin-bottom:46px}@media screen and (min-width: 700px) and (max-width: 991px){.packages-list .item{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}}@media screen and (max-width: 699px){.packages-list .item{margin-bottom:17px}.packages-list .item:last-child{margin-bottom:0}}.packages-list .item-wrap{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;background-clip:padding-box;-webkit-box-shadow:7px 7px 7px 0px rgba(0,0,0,0.19);box-shadow:7px 7px 7px 0px rgba(0,0,0,0.19)}.packages-list .item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:88px;width:100%;background:-webkit-linear-gradient(45deg, #f36306 0%, #fca91a 100%);background:-o-linear-gradient(45deg, #f36306 0%, #fca91a 100%);background:linear-gradient(45deg, #f36306 0%, #fca91a 100%);border-radius:2px;background-clip:padding-box;font-size:22px;font-weight:700;color:#fff;text-align:center;padding:5px 10px;line-height:120%;margin-bottom:15px;position:absolute;left:0;top:0}.packages-list .item-title>div{position:relative}@media screen and (max-width: 991px){.packages-list .item-title{font-weight:700;font-size:24px;line-height:135%}.packages-list .item-title strong{font-size:20px}}.packages-list .item-title .top-title{line-height:135%}@media screen and (max-width: 991px){.packages-list .item-title .top-title{font-weight:300;font-size:30px;margin-bottom:3px}}.packages-list .item-title:before{content:"";background:url(../images/vast-logo.svg) no-repeat center center;background-size:contain;position:absolute;left:2%;top:2%;height:96%;width:96%}.packages-list .item-title.second{background:-webkit-linear-gradient(45deg, #ef4824 0%, #ee7221 100%);background:-o-linear-gradient(45deg, #ef4824 0%, #ee7221 100%);background:linear-gradient(45deg, #ef4824 0%, #ee7221 100%)}.packages-list .item-title.third{background:-webkit-linear-gradient(45deg, #ce2127 0%, #fc421a 100%);background:-o-linear-gradient(45deg, #ce2127 0%, #fc421a 100%);background:linear-gradient(45deg, #ce2127 0%, #fc421a 100%)}.packages-list .item-title.fourth{background:-webkit-linear-gradient(45deg, #ae1217 0%, #ce2127 100%);background:-o-linear-gradient(45deg, #ae1217 0%, #ce2127 100%);background:linear-gradient(45deg, #ae1217 0%, #ce2127 100%)}.packages-list .item-content{padding:102px 15px 23px;position:relative;width:100%}.packages-list .btn{margin-bottom:25px;min-width:1px;width:calc(100% - 36px);text-transform:uppercase}.packages-list .btn:after{content:">";display:inline-block;float:right}.description .title-description{font-size:18px;font-weight:700;line-height:135%;text-align:center}.description .title-description span{display:block;font-size:12px;line-height:140%;margin-top:20px;font-weight:normal}.description .p{margin:21px 0 0 12px;font-size:12px;line-height:135%;color:#595959}.description ul{list-style:none;padding:0;margin:21px 0 0 12px;font-size:12px;line-height:135%;color:#595959}.description ul:first-child{margin-top:0}.description ul li{position:relative;margin:0;padding-left:9px}.description ul li:before{content:"";position:absolute;left:0;top:6px;height:3px;width:3px;border-radius:50%;background:#595959}@media screen and (max-width: 699px){.description ul li:before{top:10px}}.description a{color:#595959;display:inline-block;text-decoration:underline;text-transform:uppercase}.description a:hover{text-decoration:none}@media screen and (max-width: 699px){.description .p{font-size:18px}.description ul{max-width:270px;margin-left:auto;margin-right:auto;font-size:18px}}.price{width:100%;color:#101010;margin-bottom:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.price .number{font-weight:500;font-size:80px;line-height:100%;display:inline-block}.price .decimal{text-align:left;font-size:32px;font-weight:500;line-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:8px}.price .decimal.medium{font-size:40px}.price .decimal span{font-weight:400;font-size:12px;line-height:100%;white-space:nowrap}@media screen and (max-width: 699px){.price{margin:0 auto 22px;max-width:225px}.price .number{font-size:62px}.price .decimal{margin-top:4px;height:auto;font-size:24px}.price .decimal.medium{font-size:34px}.price .decimal span{font-size:18px}}.dropdown-box{vertical-align:top;display:inline-block;position:relative;margin:6px;text-align:left}@media screen and (max-width: 699px){.dropdown-box{margin:8px 0;width:100%}}.dropdown-box .dropdown-info{display:block;background:#fff;min-width:272px;font-size:18px;color:#595959;padding:12px 40px 12px 20px;border-radius:3px;background-clip:padding-box;border:1px solid #fff;cursor:pointer;position:relative}.dropdown-box .dropdown-info:before{content:"\F107";font:normal normal normal 24px/1 FontAwesome;text-rendering:auto;position:absolute;right:10px;top:50%;width:24px;height:24px;margin-top:-12px;text-align:center;-webkit-transition: -webkit-transform 0.4s linear;transition: -webkit-transform 0.4s linear;-o-transition: -o-transform 0.4s linear;transition: transform 0.4s linear;transition:transform 0.4s linear, -webkit-transform 0.4s linear, -o-transform 0.4s linear}@media screen and (max-width: 699px){.dropdown-box .dropdown-info{min-width:2px;width:100%}}.dropdown-box .dropdown-content{display:none;position:absolute;width:100%;background:#fff;left:0;top:100%;margin-top:-3px;border:1px solid #fff;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding:0 20px 23px;z-index:12}.dropdown-box .dropdown-content .info{float:right}.dropdown-box.active .dropdown-info:before{-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-box.active .dropdown-content{display:block}.dropdown-box.medium-dropdown{min-width:352px;line-height:135%}@media screen and (max-width: 699px){.dropdown-box.medium-dropdown{min-width:2px}}.dropdown-box.medium-dropdown .dropdown-content{padding:0 20px 1px}.dropdown-box.medium-dropdown .dropdown-content>div{border-top:1px solid #e8e8e8;position:relative;padding:15px 40px 15px 0;margin:0}.dropdown-box.medium-dropdown .dropdown-content>div .info{position:absolute;right:-22px;top:0}.dropdown-box.medium-dropdown .dropdown-content>div input[type="checkbox"]+label{font-size:14px;color:#595959;text-transform:none;letter-spacing:0;padding-left:0;width:100%}.dropdown-box.medium-dropdown .dropdown-content>div input[type="checkbox"]+label strong{display:block;font-size:20px;font-weight:400;color:#000}.dropdown-box.medium-dropdown .dropdown-content>div input[type="checkbox"]+label:before{display:none}.dropdown-box.medium-dropdown .dropdown-content>div:first-child{padding-top:8px;border:none}.select-container{width:100%;display:inline-block;margin:14px auto 48px}.select-container .checkbox{display:inline-block}@media screen and (max-width: 374px){.select-container .checkbox{width:100%}}@media screen and (max-width: 699px){.select-container{margin:22px auto 28px}}@media screen and (max-width: 374px){.select-container{text-align:left}}.select-container .btn{margin:6px;padding:12px;max-width:231px;height:48px;width:100%}@media screen and (max-width: 699px){.select-container .btn{max-width:none;margin:12px 0}}@media screen and (max-width: 991px){.more-info .price{max-width:225px}.more-info .price .number{font-size:62px}.more-info .price .decimal{font-size:24px;line-height:100%}.more-info .description ul{max-width:225px;margin:0 auto}}.section.select-services{padding:75px 0 52px}@media screen and (max-width: 699px){.section.select-services{padding:40px 0}}.select-services .select-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:-10px;margin-left:-10px}.select-services .select-list .item{padding-left:10px;padding-right:10px;margin-bottom:16px}@media screen and (min-width: 700px) and (max-width: 991px){.select-services .select-list .item{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}}@media screen and (max-width: 699px){.select-services .select-list .item{margin-bottom:17px}.select-services .select-list .item:last-child{margin-bottom:0}}.select-services .select-list .item.child-second .item-title{background:-webkit-linear-gradient(45deg, #ef4824 0%, #ee7221 100%);background:-o-linear-gradient(45deg, #ef4824 0%, #ee7221 100%);background:linear-gradient(45deg, #ef4824 0%, #ee7221 100%)}.select-services .select-list .item.child-third .item-title{background:-webkit-linear-gradient(45deg, #ce2127 0%, #fc421a 100%);background:-o-linear-gradient(45deg, #ce2127 0%, #fc421a 100%);background:linear-gradient(45deg, #ce2127 0%, #fc421a 100%)}.select-services .select-list .item.child-fourth .item-title{background:-webkit-linear-gradient(45deg, #ae1217 0%, #ce2127 100%);background:-o-linear-gradient(45deg, #ae1217 0%, #ce2127 100%);background:linear-gradient(45deg, #ae1217 0%, #ce2127 100%)}.select-services .select-list .item-wrap{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:7px 7px 7px 0px rgba(0,0,0,0.19);box-shadow:7px 7px 7px 0px rgba(0,0,0,0.19);border-radius:3px;background-clip:padding-box}.select-services .select-list .item-title-bg{height:151px;width:151px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:1;background-position:center center;background-repeat:no-repeat}.select-services .select-list .item-title-wrap{padding:5px;height:178px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:5}.select-services .select-list .item-title{height:178px;width:100%;position:absolute;background-size:cover;background-position:center center;background-repeat:no-repeat;left:0;top:0;background:-webkit-linear-gradient(45deg, #f36306 0%, #fca91a 100%);background:-o-linear-gradient(45deg, #f36306 0%, #fca91a 100%);background:linear-gradient(45deg, #f36306 0%, #fca91a 100%)}.select-services .select-list .item-title h4{font-size:14px;font-weight:700;margin:0 auto 5px;color:#fff}.select-services .select-list .item-title h3{font-size:18px;font-weight:900;margin:0 auto 5px;color:#fff;text-align:center}.select-services .select-list .item-title .value-item{font-size:33px;font-weight:900;color:#fff;text-transform:uppercase;line-height:100%;text-align:center;width:100%}.select-services .select-list .item-title .title-list{font-size:23px;font-weight:900;margin:0 auto 5px;color:#fff;text-align:center}.select-services .select-list .item-content{padding:188px 15px 16px;position:relative;width:100%}@media screen and (max-width: 699px){.select-services .select-list .item-content{padding-bottom:16px}}.select-services .select-list .btn{margin-bottom:26px;min-width:1px;width:calc(100% - 30px);text-transform:uppercase}.select-services .select-list .btn:after{content:">";display:inline-block;float:right}@media screen and (max-width: 991px){.select-services .select-list .more-info{display:block !important}.select-services .select-list .more-info h4{display:none}.select-services .select-list .more-info .price{margin:0 auto 22px;max-width:225px}.select-services .select-list .more-info .price .number{font-size:62px}.select-services .select-list .more-info .price .decimal{font-size:24px}.select-services .select-list .more-info .price .decimal span{font-size:18px}.select-services .select-list .more-info .description ul{max-width:225px;margin:0 auto;font-size:18px}}.select-services .description p{color:#595959;text-align:center;font-size:12px;font-weight:400;line-height:150%;margin:5px auto 0;max-width:180px}@media screen and (min-width: 700px) and (max-width: 991px){.select-services .description p{max-width:100%}}@media screen and (max-width: 699px){.select-services .description p{max-width:70%}}.select-services .description p a{color:#f15b22;margin-left:0}.select-services .description ul{list-style:none;font-size:14px;line-height:135%}.select-services .description ul li{margin:0 0 14px}.select-services .description a{color:#4688f1;margin-left:6px;display:inline-block}@media screen and (max-width: 699px){.select-services .description ul{max-width:225px;margin:0 auto;font-size:18px}}.select-services .price{width:100%;color:#101010;margin-bottom:2px}.select-services .dropdown-box{vertical-align:top;display:inline-block;position:relative;margin:6px;text-align:left}@media screen and (max-width: 699px){.select-services .dropdown-box{margin:8px 0;width:100%}}.select-services .dropdown-box .dropdown-info{display:block;background:#fff;min-width:272px;font-size:18px;color:#595959;padding:12px 40px 12px 20px;border-radius:3px;background-clip:padding-box;border:1px solid #fff;cursor:pointer;position:relative}.select-services .dropdown-box .dropdown-info:before{content:"\F107";font:normal normal normal 24px/1 FontAwesome;text-rendering:auto;position:absolute;right:10px;top:50%;width:24px;height:24px;margin-top:-12px;text-align:center;-webkit-transition: -webkit-transform 0.4s linear;transition: -webkit-transform 0.4s linear;-o-transition: -o-transform 0.4s linear;transition: transform 0.4s linear;transition:transform 0.4s linear, -webkit-transform 0.4s linear, -o-transform 0.4s linear}@media screen and (max-width: 699px){.select-services .dropdown-box .dropdown-info{min-width:2px;width:100%}}.select-services .dropdown-box .dropdown-content{display:none;position:absolute;width:100%;background:#fff;left:0;top:100%;margin-top:-3px;border:1px solid #fff;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;padding:0 20px 23px;z-index:12}.select-services .dropdown-box .dropdown-content .info{float:right}.select-services .dropdown-box.active .dropdown-info:before{-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.select-services .dropdown-box.active .dropdown-content{display:block}.select-services .dropdown-box.medium-dropdown{min-width:352px;line-height:135%}@media screen and (max-width: 699px){.select-services .dropdown-box.medium-dropdown{min-width:2px}}.select-services .dropdown-box.medium-dropdown .dropdown-content{padding:0 20px 1px}.select-services .dropdown-box.medium-dropdown .dropdown-content>div{border-top:1px solid #e8e8e8;position:relative;padding:15px 40px 15px 0;margin:0;font-size:14px;color:#595959}.select-services .dropdown-box.medium-dropdown .dropdown-content>div .info{position:absolute;right:18px;top:17px}.select-services .dropdown-box.medium-dropdown .dropdown-content>div strong{display:block;font-size:20px;font-weight:400;color:#000}.select-services .dropdown-box.medium-dropdown .dropdown-content>div input[type="checkbox"]+label{font-size:14px;color:#595959;text-transform:none;letter-spacing:0;padding-left:0;width:100%}.select-services .dropdown-box.medium-dropdown .dropdown-content>div input[type="checkbox"]+label strong{display:block;font-size:20px;font-weight:400;color:#000}.select-services .dropdown-box.medium-dropdown .dropdown-content>div input[type="checkbox"]+label:before{display:none}.select-services .dropdown-box.medium-dropdown .dropdown-content>div:first-child{padding-top:8px;border:none}.select-services .dropdown-box.medium-dropdown .dropdown-content>div:first-child .info{top:11px}.select-services .select-container{width:100%;display:inline-block;margin:31px auto 58px}@media screen and (max-width: 699px){.select-services .select-container{margin:22px auto 8px}}.select-services .select-container .btn{margin:6px;padding:12px;max-width:231px;height:48px;width:100%}@media screen and (max-width: 699px){.select-services .select-container .btn{max-width:none;margin:12px 0}}.select-services.tv-plan .select-list .item-content{padding-top:195px;padding-bottom:40px}.select-services.tv-plan .select-list .item-title-bg{background-size:contain;background-position:center center;width:221px;height:120px}.select-services.tv-plan .select-list .btn{width:auto;min-width:193px;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:42px;padding:9px 22px}@media screen and (max-width: 699px){.select-services.tv-plan .select-list .btn{display:inline-block;width:calc(100% - 30px)}}.select-services.tv-plan .description p{max-width:100%}.select-services.tv-plan .price{margin-bottom:9px}.select-services.phone-style .select-list .item-title-wrap{height:121px}.select-services.phone-style .select-list .item-title{height:121px}.select-services.phone-style .select-list .item-title h4,.select-services.phone-style .select-list .item-title .value-item{font-size:22px}.select-services.phone-style .select-list .item-title-bg{left:2%;top:2%;height:96%;width:96%;-webkit-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.select-services.phone-style .select-list .btn{width:auto;min-width:193px;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:42px;padding:9px 22px}@media screen and (max-width: 699px){.select-services.phone-style .select-list .btn{display:inline-block;width:calc(100% - 30px)}}.select-services.phone-style .select-list .item-content{padding:166px 15px 40px}.select-services.phone-style .select-list .price{margin-bottom:10px}.select-services.phone-style .description p{max-width:none}.select-services.internet-plan .select-list .item-title .item-title-wrap{padding:30px 5px}.select-services.internet-plan .select-list .item-title .sub-title{color:#fff;font-size:12px;position:absolute;left:0;padding:5px;bottom:0;width:100%;text-align:center}.tv-list{display:inline-block;margin:35px auto 0;text-align:center;width:100%}.tv-list img{max-width:90%;margin:auto}@media screen and (max-width: 699px){.tv-list img{max-width:100%}}.list-style .img-wrapper{padding:0;list-style:none;margin:20px -10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.list-style .img-wrapper li{margin:0;padding:10px;display:inline-block;max-width:33.33%}.list-style .img-wrapper li:before{display:none}body #vastframe{display:block !important}.box-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:21px;padding-bottom:14px;margin-right:-12px;margin-left:-12px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 699px){.box-wrap{padding-bottom:0}}.box-wrap .box-item{position:relative;padding-right:12px;padding-left:12px;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:40px}@media screen and (max-width: 699px){.box-wrap .box-item{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;padding-right:0;padding-left:0;margin-bottom:22px}.box-wrap .box-item:last-child{margin-bottom:2px}}.box-wrap.medium-bottom-margin{padding-bottom:24px}.box-wrap.medium-bottom-margin .box-item{margin-bottom:35px}.box-wrap.small-item-padding{margin-right:-9px;margin-left:-9px;padding-top:0;padding-bottom:0}.box-wrap.small-item-padding .box-item{padding-right:9px;padding-left:9px}.box-wrap .box-image{position:absolute;left:0;top:0;width:100%;height:212px;background-color:#f15b22;background-position:center center;background-size:cover}.box-wrap .box-item-wrap{position:relative;padding:238px 36px 30px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;background:#fff}@media screen and (max-width: 699px){.box-wrap .box-item-wrap{padding:239px 20px 39px}}.box-wrap .box-text h4{margin:0;color:#000;font-weight:700}.box-wrap .box-text h1,.box-wrap .box-text h2,.box-wrap .box-text h3,.box-wrap .box-text h5{color:#000}.box-wrap .box-text h3{font-weight:400;font-size:43px;line-height:110%;margin-top:18px}@media screen and (min-width: 700px) and (max-width: 991px){.box-wrap .box-text h3{font-size:36px}}@media screen and (max-width: 699px){.box-wrap .box-text h3{font-size:36px}}.box-wrap .box-text h3 strong{font-weight:700;color:#ce2127}.box-wrap .box-text h5{color:#595959;font-weight:300;font-size:18px;text-transform:uppercase}.box-wrap .box-text p{color:#595959;font-size:16px;line-height:170%;margin-top:16px}@media screen and (max-width: 699px){.box-wrap .box-text p{margin-top:15px}}.box-wrap .btn{-ms-flex-item-align:start;align-self:start;margin-top:28px}@media screen and (max-width: 699px){.box-wrap .btn{margin-top:43px}}.box-wrap.no-image .box-item-wrap{padding:39px 36px 52px}@media screen and (max-width: 699px){.box-wrap.no-image .box-item-wrap{padding:39px 20px 39px}}.box-wrap.no-image .box-item-wrap .box-text p{margin-top:16px;font-size:18px}.box-wrap.no-image .box-item-wrap .box-text h5+h3+p{margin-top:9px}.box-wrap.no-image .box-item-wrap .btn{margin-top:22px}.hero-page{padding:0;background-size:cover;background-repeat:no-repeat;background-position:center}.hero-page.hero-image{height:auto}.hero-page.hero-image img{width:100%}.hero-page.hero-maxteron{background-color:#fff;text-align:center}.hero-page.hero-maxteron .wrapper{padding:0;max-width:1324px}.hero-page.hero-maxteron img{width:100%}.hero-page.hero-k12 img{width:100%}.hero-page.hero-k12 h1,.hero-page.hero-k12 h2,.hero-page.hero-k12 h3{line-break:auto;word-wrap:break-word}@media screen and (max-width: 699px){.hero-page.hero-k12{text-align:center}.hero-page.hero-k12 h2{font-size:24px}.hero-page.hero-k12 p{font-size:16px}.hero-page.hero-k12 .col{padding-bottom:30px}}.hero-page.hero-k12 .section-title{float:right;font-size:20px;text-transform:uppercase;color:#595959}@media screen and (max-width: 699px){.hero-page.hero-k12 .section-title{float:none;margin:0;padding-bottom:0}}.hero-page.hero-k12.third-medium-padding{padding:80px 0}@media screen and (max-width: 699px){.hero-page.hero-k12.third-medium-padding{padding:40px 0}}.hero-page.top-center{background-position:top center}.hero-page.white-box:after{content:'';position:absolute;left:0;top:0;height:100%;width:100%;background:#fff;opacity:0.31}.hero-page.white-box .wrapper{position:relative;z-index:7}.hero-page.white-box-medium:after{content:'';position:absolute;left:0;top:0;height:100%;width:100%;background:#fff;opacity:0.41}.hero-page.white-box-medium .wrapper{position:relative;z-index:7}.hero-page .wrapper{display:-ms-flexbox}.hero-page .hero-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;z-index:2;min-height:508px}@media screen and (min-width: 700px) and (max-width: 991px){.hero-page .hero-content{min-height:400px}}@media screen and (max-width: 699px){.hero-page .hero-content{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;min-height:40px;padding:40px 0}}@media screen and (max-width: 699px){.hero-page .hero-content.medium-height{min-height:180px}}.hero-page .hero-content .thin-text h1,.hero-page .hero-content .thin-text h2,.hero-page .hero-content .thin-text h3,.hero-page .hero-content .thin-text h4,.hero-page .hero-content .thin-text h5,.hero-page .hero-content .thin-text h6,.hero-page .hero-content .thin-text p{font-weight:400}.hero-page .hero-content h1,.hero-page .hero-content h2{font-size:48px;font-weight:900;color:#000;line-height:109%}.hero-page .hero-content h1 strong,.hero-page .hero-content h2 strong{font-size:62px;color:#f15b22;font-weight:900}@media screen and (max-width: 699px){.hero-page .hero-content h1 strong,.hero-page .hero-content h2 strong{font-size:43px}}@media screen and (min-width: 700px) and (max-width: 991px){.hero-page .hero-content h1,.hero-page .hero-content h2{font-size:48px}}@media screen and (max-width: 699px){.hero-page .hero-content h1,.hero-page .hero-content h2{font-size:30px;line-height:135%}}.hero-page .hero-content p{font-size:24px;margin-top:32px}@media screen and (max-width: 699px){.hero-page .hero-content p{font-size:18px;margin-top:15px}}.hero-page .hero-content .small-text p{font-size:15px;margin-top:15px}@media screen and (max-width: 699px){.hero-page .hero-content .small-text p{font-size:12px}}.hero-page .hero-content sup{font-size:58%}.hero-page .small-wrap{-ms-flex-item-align:center;align-self:center;max-width:700px;padding:40px 70px;background:rgba(255,255,255,0.7)}@media screen and (max-width: 699px){.hero-page .small-wrap{padding:20px}}.hero-page.no-bg .small-wrap{background:none}@media screen and (max-width: 699px){.hero-page.no-bg .small-wrap{background:rgba(255,255,255,0.7)}}.hero-page.center-content .small-wrap{margin-left:auto;margin-right:auto;max-width:none}.hero-page.top-left-content .small-wrap{margin-top:20px;margin-bottom:auto}@media screen and (max-width: 699px){.hero-page.top-left-content .hero-content{min-height:320px}}.hero-page.right-top-content{padding-top:40px}.hero-page.right-top-content .wrapper,.hero-page.right-top-content .hero-content{display:block}.hero-page.right-top-content .small-wrap{margin-left:auto;float:right;max-width:400px;padding:40px}@media screen and (min-width: 700px) and (max-width: 991px){.hero-page.right-top-content .small-wrap{padding:40px 20px}}@media screen and (max-width: 699px){.hero-page.right-top-content .small-wrap{padding:40px;text-align:right;float:none}}.hero-page.right-content .small-wrap{margin-left:auto}.hero-page .banner{-ms-flex-item-align:end;align-self:flex-end;width:57%}@media screen and (max-width: 699px){.hero-page .banner{width:100%}}.hero-page .banner img{width:100%}.hero-page .image-wrap{margin-left:-10.5%;width:110.5%}@media screen and (max-width: 991px){.hero-page .image-wrap{margin-left:0;width:100%}}.hero-page .btn{margin-top:35px}@media screen and (max-width: 699px){.hero-page .btn{margin-top:20px}}.hero-page.medium-title .hero-content h1,.hero-page.medium-title .hero-content h2{text-transform:uppercase}.hero-page.medium-title .hero-content p{font-size:20px;margin-top:17px}.hero-page.medium-title .hero-content p:first-child{margin-top:0}.hero-page.hero-medium .small-wrap{padding-right:38px;padding-left:38px;max-width:496px}.hero-page.hero-medium .hero-content h1,.hero-page.hero-medium .hero-content h2{text-transform:uppercase;line-height:100%}.hero-page.hero-medium .hero-content p{line-height:160%;font-size:20px;margin-top:28px}.hero-page.hero-medium .hero-content p:first-child{margin-top:0}.hero-page.hero-medium .btn{margin-top:39px}.stroke-box{overflow:hidden}.stroke-box .stroke-box-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.stroke-box .stroke-box-item{border-top:1px solid #f2f2f2;border-right:1px solid #f2f2f2;padding:22px 7% 0 0;width:50%;min-height:377px;display:inline-block;text-align:center}.stroke-box .stroke-box-item:nth-child(2n){border-right-width:0;padding-right:0;padding-left:7%}@media screen and (max-width: 699px){.stroke-box .stroke-box-item:nth-child(2n){padding:40px 20px}}.stroke-box .stroke-box-item:nth-child(1),.stroke-box .stroke-box-item:nth-child(2){border-top-width:0}@media screen and (max-width: 699px){.stroke-box .stroke-box-item{padding:40px 20px;min-height:1px;border-top-width:1px;border-right:none;width:100%}.stroke-box .stroke-box-item:nth-child(2){border-top-width:1px}}.stroke-box .item-icon{height:142px;width:142px;margin:auto;border:3px solid #fe7600;border-radius:50%;background-clip:padding-box;overflow:hidden;background-repeat:no-repeat;background-position:center center}.stroke-box .item-title{font-size:36px;font-weight:400;color:#101010;line-height:100%;margin-top:31px}.stroke-box .item-content{margin-top:17px;color:#595959;font-size:16px;line-height:150%}.stroke-box .item-content a{color:#595959;text-decoration:underline}.stroke-box .item-content a:hover{text-decoration:none}.stroke-box.small-box .stroke-box-item{min-height:1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.stroke-box.small-box .item-title{font-size:24px;font-weight:500}.stroke-box.small-box .item-title:first-child{margin-top:0}.stroke-box.small-box .item-content{font-size:18px;margin-top:7px}.stroke-box.three-columns .stroke-box-item{width:33.33%;padding:45px 20px 40px}.stroke-box.three-columns .stroke-box-item:nth-child(2n){border-right-width:1px;padding:45px 20px 40px}@media screen and (min-width: 700px) and (max-width: 991px){.stroke-box.three-columns .stroke-box-item:nth-child(2n){border-right-width:0}}@media screen and (max-width: 699px){.stroke-box.three-columns .stroke-box-item:nth-child(2n){padding:40px 20px}}.stroke-box.three-columns .stroke-box-item:nth-child(3n){border-right-width:0}@media screen and (min-width: 700px) and (max-width: 991px){.stroke-box.three-columns .stroke-box-item:nth-child(3n){border-right-width:1px}}@media screen and (max-width: 699px){.stroke-box.three-columns .stroke-box-item:nth-child(3n){padding:40px 20px}}.stroke-box.three-columns .stroke-box-item:nth-child(1),.stroke-box.three-columns .stroke-box-item:nth-child(2),.stroke-box.three-columns .stroke-box-item:nth-child(3){border-top-width:0;padding-top:11px}.stroke-box.three-columns .stroke-box-item:nth-last-child(1),.stroke-box.three-columns .stroke-box-item:nth-last-child(2),.stroke-box.three-columns .stroke-box-item:nth-last-child(3){padding-bottom:10px}@media screen and (min-width: 700px) and (max-width: 991px){.stroke-box.three-columns .stroke-box-item{width:50%}.stroke-box.three-columns .stroke-box-item:nth-child(3){border-top-width:1px;padding-top:40px}.stroke-box.three-columns .stroke-box-item:nth-last-child(3){padding-bottom:40px}.stroke-box.three-columns .stroke-box-item:nth-last-child(1){border-right-width:0}}@media screen and (max-width: 699px){.stroke-box.three-columns .stroke-box-item{width:100%}.stroke-box.three-columns .stroke-box-item:nth-child(2),.stroke-box.three-columns .stroke-box-item:nth-child(3){border-top-width:1px;padding-top:40px}}.stroke-box.darker-border .stroke-box-item{border-top-color:#e0e0e0;border-right-color:#e0e0e0}.stroke-box.darker-border .stroke-box-item:nth-child(2n){border-top-color:#e0e0e0;border-right-color:#e0e0e0}.stroke-swiper{margin-top:58px}.stroke-swiper:first-child{margin-top:0}.stroke-swiper.medium-icon-box .item-icon{border:none;background-size:94px 94px}.stroke-swiper .item-icon{height:94px;width:94px;margin:auto;border:3px solid #fe7600;border-radius:50%;background-clip:padding-box;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:45px 45px}.stroke-swiper .item-title{font-size:30px;font-weight:500;color:#101010;line-height:100%;margin-top:26px}.stroke-swiper .item-title.medium-title-box{line-height:150%;margin-left:auto;margin-right:auto;max-width:92%}.stroke-swiper .item-content{margin-top:10px;color:#101010;font-size:24px;line-height:150%}@media screen and (max-width: 699px){.stroke-swiper .item-content{font-size:18px}}.stroke-swiper img{margin:27px auto 0;max-width:100%}.stroke-swiper .swiper-container{padding-bottom:60px}@media screen and (max-width: 699px){.stroke-swiper .swiper-container{padding-bottom:40px}}.stroke-swiper .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0}.stroke-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{outline:none;height:20px;width:20px;background:#ccc;border:4px solid #ccc;opacity:1}.stroke-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:none}.stroke-swiper .button-row{margin-top:45px}@media screen and (max-width: 699px){.stroke-swiper .button-row{margin-top:20px}}.stroke-medium .stroke-swiper{margin-top:49px}.stroke-medium .stroke-swiper img{margin-top:43px}.stroke-medium .stroke-swiper .item-title{margin-top:38px}.stroke-medium.not-text .stroke-swiper img{margin-top:0}.fix-height-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:-5%;margin-left:-5%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding-bottom:12px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.fix-height-box .fix-height-item{position:relative;padding-right:5%;padding-left:5%;-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:38px}@media screen and (max-width: 699px){.fix-height-box .fix-height-item{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-bottom:22px}.fix-height-box .fix-height-item:last-child{margin-bottom:2px}}.form-box{text-align:center;margin:0 auto;padding-bottom:60px}.form-box .box-item{padding:7px;display:inline-block;vertical-align:top;text-align:left;width:35%}.form-box .box-item:nth-child(3n+1){width:33%}@media screen and (max-width: 699px){.form-box .box-item:nth-child(3n+1){width:100%}}.form-box .box-item:nth-child(3n+3){width:25.6%}@media screen and (max-width: 699px){.form-box .box-item:nth-child(3n+3){width:100%}}.form-box .box-item.fix-item{min-width:246px}.form-box .box-item.fix-item .btn{width:100%}.form-box .box-item .btn{width:100%}@media screen and (max-width: 699px){.form-box .box-item{width:100%}}.form-box .btn.btn-middle{height:48px;padding:11px 30px}.form-box.fix-for-item .box-item{width:auto;max-width:288px}@media screen and (max-width: 699px){.form-box.fix-for-item .box-item{width:100%;max-width:none}}.form-box.fix-for-item input[type="text"],.form-box.fix-for-item input[type="email"],.form-box.fix-for-item input[type="password"],.form-box.fix-for-item textarea,.form-box.fix-for-item select{width:273px}@media screen and (max-width: 699px){.form-box.fix-for-item input[type="text"],.form-box.fix-for-item input[type="email"],.form-box.fix-for-item input[type="password"],.form-box.fix-for-item textarea,.form-box.fix-for-item select{width:100%}}.form-box.default-box{padding-bottom:23px}.form-box.default-box .box-item{width:auto}@media screen and (max-width: 699px){.form-box.default-box .box-item{width:100%;max-width:none}}.form-box.default-box .box-item:nth-child(3n+1){width:auto}@media screen and (max-width: 699px){.form-box.default-box .box-item:nth-child(3n+1){width:100%}}.form-box.default-box .box-item:nth-child(3n+3){width:auto}@media screen and (max-width: 699px){.form-box.default-box .box-item:nth-child(3n+3){width:100%}}.list-box .list-item{display:inline-block;width:100%;margin:52px 0 0}.list-box .list-item:first-child{margin:0}@media screen and (max-width: 699px){.list-box .list-item{margin-top:29px}}.list-box .title{color:#101010;font-weight:500}@media screen and (max-width: 699px){.list-box .title{font-size:22px}}.list-box .p{line-height:150%;color:#595959;margin-top:24px}@media screen and (max-width: 699px){.list-box .p{margin-top:10px;font-size:16px}}.list-box .more{font-size:18px;font-weight:500;color:#f15b22;display:inline-block;margin-top:21px}@media screen and (max-width: 699px){.list-box .more{margin-top:10px;font-size:16px}}.filter-box h4+.checkbox{margin-top:25px}.filter-box h4{margin-top:56px;font-weight:500}.filter-box h4:first-child{margin-top:0}@media screen and (max-width: 699px){.filter-box .checkbox{display:inline-block;margin-right:25px;min-width:200px}}@media screen and (max-width: 374px){.filter-box .checkbox{display:block;margin-right:0;min-width:0}}.location-list .location-item{border-bottom:1px solid #bdbebe;padding:38px 0 33px}.location-list .location-item:last-child{border-bottom:0}@media screen and (min-width: 700px) and (max-width: 991px){.location-list .btn{min-width:1px}}.location-list .location-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 699px){.location-list .location-wrap{display:block}}.location-list .location-wrap .item-col{padding:7px 0 7px 30px;width:40%}.location-list .location-wrap .item-col:first-child{width:37%}@media screen and (max-width: 699px){.location-list .location-wrap .item-col:first-child{width:100%}}.location-list .location-wrap .item-col:last-child{width:23%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width: 699px){.location-list .location-wrap .item-col:last-child{display:block;width:100%}}@media screen and (max-width: 699px){.location-list .location-wrap .item-col{width:100%}}.location-list .title{position:relative;font-size:24px;font-weight:300;color:#101010;line-height:135%;padding-left:30px}.location-list .title:before{content:"";position:absolute;height:30px;width:17px;left:0;top:-2px;background-size:contain;background-position:left top;background-repeat:no-repeat}.location-list .title+p{margin-top:12px}.location-list p{color:#595959;font-size:16px;line-height:170%;margin:9px 0 0}.location-list p strong{color:#101010;font-weight:700}.location-list ul{color:#595959;font-size:16px;line-height:135%;padding:0;margin:0;list-style:none}.location-list ul:first-child{margin-top:-4px}.location-list ul li{margin-top:5px}.location-list ul li:first-child{margin-top:0}.location-list ul strong{color:#000;font-weight:700}.location-list a[href^="tel:"]{color:#595959;font-weight:400}.location-list .bluepin:before{background-image:url(../images/bluepin.svg)}.location-list .redpin:before{background-image:url(../images/redpin.svg)}.section-headline{margin-top:50px}.section-headline h3.bluepin:after{background-image:url(../images/bluepin.svg);content:"";position:relative;height:30px;width:22px;left:10px;top:-2px;background-size:contain;background-position:left top;display:inline-block;background-repeat:no-repeat}.section-headline h3.redpin:after{background-image:url(../images/redpin.svg);content:"";position:relative;height:30px;width:22px;left:10px;top:-2px;background-size:contain;background-position:left top;display:inline-block;background-repeat:no-repeat}.filter-container{display:block;overflow:hidden;margin:0 auto}.filter-container.hide-results{display:none}.filter-container .title-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -10px 12px}.filter-container .title-box p{font-weight:300}.filter-container .title-box p strong{font-weight:500}.filter-container .title-box p,.filter-container .title-box .btn{display:inline-block;margin:10px}@media screen and (max-width: 699px){.filter-container .title-box p{font-size:14px}}.filter-container .content-box{background-color:#fff;padding:18px 20px 46px}@media screen and (max-width: 699px){.filter-container .content-box{padding:20px 10px 20px 2px}}.filter-container .content-box .wrap-box{padding:0;list-style:none;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter-container .content-box .item{padding:0 10px;width:39%}.filter-container .content-box .item:nth-child(3n+3){width:26%}@media screen and (max-width: 699px){.filter-container .content-box .item:nth-child(3n+3){width:50%}}@media screen and (max-width: 374px){.filter-container .content-box .item:nth-child(3n+3){width:100%}}.filter-container .content-box .item:nth-child(3n+1){width:35%}@media screen and (max-width: 699px){.filter-container .content-box .item:nth-child(3n+1){width:50%}}@media screen and (max-width: 374px){.filter-container .content-box .item:nth-child(3n+1){width:100%}}@media screen and (max-width: 699px){.filter-container .content-box .item{min-width:260px;width:50%}}@media screen and (max-width: 374px){.filter-container .content-box .item{width:100%}}.top-form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.top-form-box .item{padding:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-form-box .item .select-item{padding-top:0}@media screen and (max-width: 699px){.top-form-box .item{display:inline-block;width:100%}}.top-form-box label{font-weight:400;text-transform:capitalize;margin:5px 20px 5px 5px}.top-form-box .select-item{max-width:242px}@media screen and (max-width: 699px){.top-form-box .select-item{max-width:none;width:100%}}.top-form-box .search-box{width:343px}@media screen and (min-width: 700px) and (max-width: 991px){.top-form-box .search-box{width:auto}}@media screen and (max-width: 699px){.top-form-box .search-box{width:100%}}.result-table{padding:35px 41px;margin-bottom:25px}@media screen and (max-width: 699px){.result-table{padding:20px}}.result-table .bottom-link{padding-top:23px}.result-table h2{font-size:30px;margin-bottom:8px}@media screen and (max-width: 699px){.result-table h2{font-size:24px}}.result-table th{font-size:20px;font-weight:400;padding:24px 11px;color:#000}@media screen and (max-width: 699px){.result-table th{display:none}}.result-table td{padding:12px 11px;font-size:18px;font-weight:400;color:#595959}@media screen and (max-width: 699px){.result-table td{padding:5px 0;display:inline-block;text-align:right;width:100%;font-size:14px}.result-table td:before{content:attr(data-label);float:left;font-weight:700;text-transform:uppercase}}@media screen and (max-width: 699px){.result-table tr{display:block;padding:10px 0;border-bottom:1px solid #e0e0e0}}.result-table th:first-child,.result-table td:first-child{padding-left:0;width:204px}@media screen and (max-width: 699px){.result-table th:first-child,.result-table td:first-child{width:100%}}.result-table th:nth-child(2),.result-table td:nth-child(2){width:211px}@media screen and (max-width: 699px){.result-table th:nth-child(2),.result-table td:nth-child(2){width:100%}}.result-table th:last-child,.result-table td:last-child{text-align:center;width:180px}@media screen and (max-width: 699px){.result-table th:last-child,.result-table td:last-child{text-align:right;width:100%}}.result-table.default-table th:first-child,.result-table.default-table td:first-child{padding-left:0;width:auto}@media screen and (max-width: 699px){.result-table.default-table th:first-child,.result-table.default-table td:first-child{width:100%}}.result-table.default-table th:nth-child(2),.result-table.default-table td:nth-child(2){width:auto}@media screen and (max-width: 699px){.result-table.default-table th:nth-child(2),.result-table.default-table td:nth-child(2){width:100%}}.result-table.default-table th:last-child,.result-table.default-table td:last-child{text-align:left;width:auto}@media screen and (max-width: 699px){.result-table.default-table th:last-child,.result-table.default-table td:last-child{text-align:right;width:100%}}.result-table.small-table th{font-weight:700;text-transform:uppercase}.result-table.small-table th,.result-table.small-table td{font-size:14px}@media screen and (min-width: 700px) and (max-width: 991px){.result-table.small-table th,.result-table.small-table td{font-size:12px}}.result-table .package{margin-bottom:30px}#tPackages{position:relative}@media screen and (min-width: 700px){#tPackages .header-table{color:#fff;background-color:#f15b22}}#tPackages tr.empty{height:50px}@media screen and (min-width: 700px){#tPackages tr:nth-child(2n) td{background-color:#e8e8e8}#tPackages tr:nth-child(2n) td.header-table{color:#fff;background-color:#f15b22}}@media screen and (min-width: 700px) and (max-width: 767px){#tPackages tr:nth-child(2n) td.header-table{background:none}}#tPackages tr th:first-child,#tPackages tr td:first-child{width:315px}@media screen and (min-width: 700px){#tPackages tr th:first-child,#tPackages tr td:first-child{padding-left:10px}}@media screen and (max-width: 1020px){#tPackages tr th:first-child,#tPackages tr td:first-child{width:190px}}@media screen and (min-width: 700px) and (max-width: 900px){#tPackages tr th:first-child,#tPackages tr td:first-child{width:130px}}@media screen and (max-width: 767px){#tPackages tr th:first-child,#tPackages tr td:first-child{width:100%}}#tPackages tr th:nth-child(6),#tPackages tr td:nth-child(6){width:115px}@media screen and (max-width: 1020px){#tPackages tr th:nth-child(6),#tPackages tr td:nth-child(6){width:125px}}@media screen and (min-width: 700px) and (max-width: 991px){#tPackages tr th:nth-child(6),#tPackages tr td:nth-child(6){width:100px}}@media screen and (max-width: 767px){#tPackages tr th:nth-child(6),#tPackages tr td:nth-child(6){width:100%}}#tPackages tr th:nth-child(7),#tPackages tr td:nth-child(7){width:181px}@media screen and (max-width: 1020px){#tPackages tr th:nth-child(7),#tPackages tr td:nth-child(7){width:204px}}@media screen and (min-width: 700px) and (max-width: 991px){#tPackages tr th:nth-child(7),#tPackages tr td:nth-child(7){width:160px}}@media screen and (max-width: 767px){#tPackages tr th:nth-child(7),#tPackages tr td:nth-child(7){width:100%}}@media screen and (max-width: 767px){#tPackages tr th{display:none}}@media screen and (max-width: 767px){#tPackages tr td{padding:5px 0;display:block;text-align:right;width:100%;font-size:14px}#tPackages tr td:before{content:attr(data-label);float:left;font-weight:700;text-transform:uppercase}}#tPackages tr.scroll{background:#fff;display:table;width:100%;top:0;max-width:900px;position:fixed}@media screen and (max-width: 1020px){#tPackages tr.scroll{max-width:calc(100% - 120px)}}@media screen and (max-width: 767px){#tPackages tr.scroll{display:none}}.text-footer-box{padding:48px 0 0;display:block;color:#878787;font-size:15px;line-height:160%}@media screen and (max-width: 991px){.text-footer-box{padding:20px 20px 0}}.text-footer-box:before{content:"*";display:inline-block;float:left}.text-footer-box p{color:#878787;font-size:15px;margin:0;line-height:160%}.item-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.profile-section .wrapper{max-width:1000px}.profile-content h5{font-weight:300;font-size:15px;margin-top:0;line-height:150%;color:#000}.profile-content p{line-height:170%;font-size:16px;color:#595959;margin-top:18px}.profile-content h4{margin-top:28px}.profile-content .btn{margin-top:21px}.profile-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:21px;padding-bottom:0;margin-right:-15px;margin-left:-15px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 991px){.profile-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.profile-wrap:first-child{padding-top:0}.profile-wrap .profile-item{position:relative;padding-right:15px;padding-left:15px;-ms-flex-preferred-size:33.33%;flex-basis:33.33%;max-width:33.33%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:29px}@media screen and (min-width: 700px) and (max-width: 991px){.profile-wrap .profile-item{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:330px;width:50%}}.profile-wrap .profile-item img{width:100%}@media screen and (max-width: 699px){.profile-wrap .profile-item{-ms-flex-preferred-size:100%;flex-basis:100%;min-width:300px;max-width:330px;margin-bottom:22px}.profile-wrap .profile-item:last-child{margin-bottom:2px}}@media screen and (max-width: 374px){.profile-wrap .profile-item{-ms-flex-preferred-size:100%;flex-basis:100%;min-width:1px;max-width:330px}}.profile-wrap .box-item-wrap{padding:0 30px 31px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;background:#fff}.profile-wrap .box-item-wrap .box-image{display:block;margin:0 -30px}.label-info{position:relative;padding-bottom:27px;max-width:88px;margin:auto;text-align:center;font-size:16px;line-height:140%;color:#000}.label-info:before{content:"";position:absolute;left:50%;margin-left:-14px;bottom:0;width:28px;height:20px;background-image:url(../images/two-arrows.svg)}@media screen and (max-width: 699px){.label-info:before{-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);left:100%;margin-left:0;top:9px}}@media screen and (max-width: 699px){.label-info{margin-top:35px;padding:0 27px 0 0;max-width:88px}}.no-top-padding{padding-top:0 !important}.page-template-template-internet #form-section-2,.page-template-template-internet #form-section-3,.page-template-template-internet .form-text-area,.page-template-template-gig #form-section-2,.page-template-template-gig #form-section-3,.page-template-template-gig .form-text-area{display:none}.page-template-template-internet .form-section-title,.page-template-template-gig .form-section-title{text-align:center;font-size:48px;margin-bottom:30px;font-weight:700}.page-template-template-internet .radio-btn label,.page-template-template-gig .radio-btn label{background-color:#eee}.page-template-template-internet #try-again,.page-template-template-gig #try-again{margin-top:20px;display:block}.page-template-template-gig .hero-page .hero-content h1,.page-template-template-gig .hero-page .hero-content h2{color:#BD1B2E}.page-template-template-gig .item-content.small-text{color:#494949}.page-template-template-gig .item-content.small-text p{font-size:12px}.page-template-template-gig .stroke-swiper .btn{margin-top:26px;margin-bottom:20px;width:auto;min-width:193px;text-transform:uppercase}.page-template-template-gig .stroke-swiper .btn:after{content:">";display:inline-block;float:right}@media only screen and (max-width: 1300px){.page-template-template-gig .hero-page{background-position:right center}}.page-template-template-gig .media-text-section h2{font-size:40px;font-weight:400;color:#101010}@media screen and (max-width: 699px){.page-template-template-gig .media-text-section h2{font-size:28px}}.page-template-template-gig .section.stroke-box-section.stroke-medium{padding-bottom:170px}@media screen and (min-width: 700px) and (max-width: 991px){.page-template-template-gig .section.stroke-box-section.stroke-medium{padding-bottom:140px}}@media screen and (max-width: 699px){.page-template-template-gig .section.stroke-box-section.stroke-medium{padding-bottom:85px}}.dataTables_paginate{display:none}@media screen and (min-width: 992px){.channel-lineup .result-table tr:hover td{background-color:#eee}}@media screen and (min-width: 992px){.channel-lineup .result-table th:first-child,.channel-lineup .result-table td:first-child{padding-left:11px}}.channel-lineup .result-table td img{max-width:60px;max-height:30px;height:auto;width:auto}.full-size .loaded .anim-fadeInUp{opacity:1}.lineup-content .result-table{max-height:800px;overflow:auto}.maxteron-content .wrapper{max-width:1188px}@media screen and (max-width: 699px){.maxteron-content .row{margin-left:0;margin-right:0}}.maxteron-content h2{font-size:36px;text-transform:uppercase;color:#cf2228}@media screen and (min-width: 700px) and (max-width: 991px){.maxteron-content h2{font-size:30px}}@media screen and (max-width: 699px){.maxteron-content h2{font-size:24px}}.maxteron-content p{font-size:26px;margin-top:6px}.maxteron-content p:first-child{margin-top:0}@media screen and (min-width: 700px) and (max-width: 991px){.maxteron-content p{font-size:20px}}@media screen and (max-width: 699px){.maxteron-content p{font-size:18px}}.maxteron-content .top-content p{margin-top:17px}.maxteron-content .top-content p:first-child{margin-top:0}@media screen and (max-width: 699px){.maxteron-content .stroke-swiper{margin-top:20px}}.maxteron-content .stroke-swiper h4{font-size:36px;text-transform:uppercase;color:#cf2228;min-height:96px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}@media screen and (min-width: 700px) and (max-width: 991px){.maxteron-content .stroke-swiper h4{font-size:30px}}@media screen and (max-width: 699px){.maxteron-content .stroke-swiper h4{font-size:24px;min-height:1px;display:block}}.maxteron-content .stroke-swiper h4,.maxteron-content .stroke-swiper p{max-width:338px;margin-left:auto;margin-right:auto}@media screen and (max-width: 699px){.maxteron-content .stroke-swiper h4,.maxteron-content .stroke-swiper p{max-width:none}}.maxteron-content .stroke-swiper .col{height:100%}@media screen and (max-width: 699px){.maxteron-content .stroke-swiper .col{height:auto}}.maxteron-content .stroke-swiper .col img{height:100%}@media screen and (max-width: 699px){.maxteron-content .stroke-swiper .col img{height:auto}}.maxteron-content .btn-max{min-width:240px;text-align:center;text-transform:uppercase;font-weight:400}@media screen and (max-width: 768px){.maxteron-content .btn-max{min-width:1px}}.maxteron-content .row.align-center .col{margin-top:25px}.maxteron-content .row.align-center .col:first-child{margin-top:0}.border-bottom-section{border-bottom:1px solid #ccc}.img-content-slider{text-align:center}.img-content-slider img{margin:auto}#vip video{width:100%;max-width:970px;display:block;margin:auto}.promo-line-top{background-color:#cc0016;color:#fff;padding:8px;text-align:center;font-size:16px;line-height:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.promo-line-top .container{max-width:1200px;margin:auto}@media screen and (max-width: 699px){.promo-line-top .container{max-width:1200px;margin:auto;line-height:120%;font-size:13px}}.promo-line-top a{font-weight:bold;text-decoration:none;color:#4285f4;display:inline-block;background:#fff;padding:6px 10px;border-radius:4px;margin-left:4px;border:1px solid #fff}.promo-line-top a:hover{background:#4285f4;color:#fff}.page-template-template-return-equipment-form .default-text-section ul{padding:0px 0 0px 0;margin:0}.page-template-template-return-equipment-form .default-text-section ul li{padding:5px 10px;margin:0;list-style:none}.page-template-template-return-equipment-form .default-text-section ul li:before{display:none}.page-template-template-return-equipment-form .thank-you{margin:50px 0;display:none}.page-template-template-return-equipment-form .thank-you h3{margin-bottom:30px}.page-template-template-return-equipment-form .thank-you canvas{min-width:250px;min-height:250px}.k12-content h1{font-size:43px}.k12-content .btn{margin-top:40px}@media screen and (max-width: 699px){.k12-content h1{font-size:28px}.k12-content h2{font-size:24px}.k12-content p{font-size:16px}}.medium-theme p{font-size:19px}.small-theme{font-size:12px;line-height:18px}@media screen and (max-width: 699px){.k12-content-small h2{font-size:24px}.k12-content-small p{font-size:16px}.k12-content-small .wrapper{padding-right:20px;padding-left:20px}.k12-content-small .col{padding-top:25px;text-align:center}.k12-content-small .col:first-child{padding-top:0}}.row-principles{margin:50px -10px 0}@media screen and (max-width: 699px){.row-principles{margin-top:15px}}.row-principles:first-child{margin-top:0}.row-principles .col-principles{-ms-flex-preferred-size:20%;flex-basis:20%;max-width:20%;padding:10px}@media screen and (max-width: 699px){.row-principles .col-principles{padding:20px 10px;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.row-principles .item-icon{height:54px;width:54px;margin:auto;border:2px solid #fe7600;border-radius:50%;background-clip:padding-box;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:20px auto}.row-principles h4{font-size:18px}@media screen and (max-width: 699px){.row-principles h4 br{display:none}}.row-principles p{font-size:14px}.locations .hero-page.center-content .small-wrap{padding-left:35px;padding-right:35px;max-width:480px}@media screen and (min-width: 700px) and (max-width: 991px){.locations .hero-page.center-content .small-wrap{padding:40px 20px}}@media screen and (max-width: 699px){.locations .hero-page.center-content .small-wrap{padding:40px;text-align:right;float:none}}.text-page .top-bg-color{padding:53px 40px}@media screen and (min-width: 700px) and (max-width: 991px){.text-page .top-bg-color{padding:62px 40px}}@media screen and (max-width: 699px){.text-page .top-bg-color{padding:50px 20px}}.text-page .top-bg-color p{line-height:125%;margin-top:24px}.default-text-section{padding:50px 0 102px;background:#f2f2f2}@media screen and (max-width: 699px){.default-text-section{padding-bottom:52px}}.default-text-section h2{font-weight:400}@media screen and (max-width: 699px){.default-text-section h2{font-size:28px}}.default-text-section h3{font-weight:500}@media screen and (max-width: 699px){.default-text-section h3{font-size:24px}}.default-text-section p{color:#595959;line-height:150%}.default-text-section p strong{color:#000}@media screen and (max-width: 699px){.default-text-section p,.default-text-section ul,.default-text-section ol{font-size:16px}}.default-text-section *+p{margin-top:29px}.default-text-section *+h3{margin-top:37px}.default-text-section h2+p{margin-top:21px}.default-text-section h3+p{margin-top:26px}.default-text-section p a{font-weight:700}.default-text-section p+h2{margin-top:90px}@media screen and (min-width: 700px) and (max-width: 991px){.default-text-section p+h2{margin-top:50px}}@media screen and (max-width: 699px){.default-text-section p+h2{margin-top:30px}}.default-text-section a[href^="tel:"]{color:#000;font-weight:500}.default-text-section ul{list-style:none;padding:12px 0 5px 0;margin:0 0 0 28px;color:#595959}.default-text-section ul li{position:relative;padding:0 0 0 23px;display:inline-block;width:100%;margin:13px 0 0 0}.default-text-section ul li:before{content:"";position:absolute;left:0;top:9px;border-radius:4px;height:8px;width:8px;background:#000}@media screen and (max-width: 699px){.default-text-section ul li:before{top:7px}}.top-bg-color{background-color:#ccc;position:relative;padding:53px 40px}.top-bg-color.medium-title{padding-top:68px;padding-bottom:68px}@media screen and (min-width: 700px) and (max-width: 991px){.top-bg-color{padding:62px 40px}}@media screen and (max-width: 699px){.top-bg-color{padding:50px 20px}}.top-bg-color h1{font-size:40px;font-weight:400;line-height:100%}@media only screen and (max-width: 992px){.top-bg-color h1{font-size:56px}}@media only screen and (max-width: 768px){.top-bg-color h1{font-size:48px}}@media only screen and (max-width: 700px){.top-bg-color h1{font-size:36px}}.top-bg-color p{font-size:24px;line-height:135%;font-weight:300;margin-top:26px}@media only screen and (max-width: 992px){.top-bg-color p{font-size:18px}}.section.help-section{padding-top:70px}.section.help-section .wrapper{position:relative;z-index:5}@media screen and (max-width: 699px){.section.help-section{padding-bottom:50px}}.topics-section{margin-left:0;margin-right:0}.topics-section .topics-content{padding-left:0;padding-right:0;-ms-flex-preferred-size:68.1%;flex-basis:68.1%;max-width:68.1%}@media only screen and (max-width: 768px){.topics-section .topics-content{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.topics-section .info-side{padding-left:40px;padding-right:0;-ms-flex-preferred-size:31.9%;flex-basis:31.9%;max-width:31.9%}@media only screen and (max-width: 992px){.topics-section .info-side{padding-left:20px}}@media only screen and (max-width: 768px){.topics-section .info-side{padding-left:0;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin:auto}}.topics-section .default-content{display:inline-block;width:100%;margin:0 0 30px}.topics-section .default-content+.default-content{margin-top:30px}.topics-content h2{font-size:36px;font-weight:400;padding-bottom:31px;position:relative;line-height:100%}@media only screen and (max-width: 992px){.topics-content h2{font-size:28px}}.topics-content h2::after{content:"";position:absolute;left:0;bottom:0;height:1px;width:100%;background-color:#bdbebe}.info-side h3{font-size:22px;font-weight:500;margin-bottom:13px;color:#101010}@media only screen and (max-width: 992px){.info-side h3{font-size:18px}}.info-side .block{background:#fff;padding:25px 30px 30px;margin-top:20px}.info-side .block:first-child{margin-top:0}@media only screen and (max-width: 992px){.info-side .block{padding-left:25px;padding-right:25px}}.info-side .block ul{margin:0;padding:0}.info-side .block ul li{list-style:none;font-size:16px;font-weight:400;line-height:135%;padding:12px 0 0;color:#595959}.info-side .block ul li:first-child{padding-top:0}@media only screen and (max-width: 992px){.info-side .block ul li{font-size:14px}}.info-side .block p{list-style:none;font-size:16px;font-weight:400;line-height:135%;color:#595959;margin:20px 0}@media only screen and (max-width: 992px){.info-side .block p{font-size:14px}}.info-side .block .btn{width:100%;min-width:auto;padding-left:0;padding-right:0}@media only screen and (max-width: 992px){.info-side .block .btn{font-size:15px;padding-top:9px}}.list-icons{padding-top:10px}@media only screen and (max-width: 768px){.list-icons{padding:10px 0 20px}}.list-icons .info-block{padding:25px 0;display:block}@media only screen and (max-width: 768px){.list-icons .info-block{padding:20px 0}}.list-icons .icon{width:85px;float:left;text-align:center;padding-top:7px}@media only screen and (max-width: 992px){.list-icons .icon{width:65px}}.list-icons .icon img{max-width:45px;margin:auto}@media only screen and (max-width: 992px){.list-icons .icon img{max-width:35px}}.list-icons h4,.list-icons a .h4,.list-icons .h4{display:block;margin:0 0 0 85px;line-height:150%;font-size:22px}@media only screen and (max-width: 992px){.list-icons h4,.list-icons a .h4,.list-icons .h4{margin:0 0 0 65px;font-size:20px}}.list-icons a{color:#101010}.list-icons a:hover{text-decoration:none}.list-icons a:hover .h4{font-size:22px;opacity:0.7}.list-icons a:hover .p{color:#595959;opacity:0.7}.list-icons p,.list-icons a .p,.list-icons .p{display:block;margin:4px 0 0 85px;color:#595959;line-height:150%;font-size:18px}.list-icons p:first-child,.list-icons a .p:first-child,.list-icons .p:first-child{margin-top:0}@media only screen and (max-width: 992px){.list-icons p,.list-icons a .p,.list-icons .p{margin:0 0 0 65px;font-size:16px}}.medium-title h1{font-weight:900;font-size:48px;text-transform:uppercase}.medium-title p{font-size:20px;margin-top:18px}.medium-title p strong{font-weight:700}.contact-section .contact-content{-ms-flex-preferred-size:calc(100% - 356px);flex-basis:calc(100% - 356px);max-width:calc(100% - 356px);margin-bottom:9px}@media only screen and (max-width: 768px){.contact-section .contact-content{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin-bottom:40px;padding-right:.5rem;padding-left:.5rem}}.contact-section .contact-side{padding-left:36px;-ms-flex-preferred-size:356px;flex-basis:356px;max-width:356px}@media only screen and (max-width: 992px){.contact-section .contact-side{padding-left:20px}}@media only screen and (max-width: 768px){.contact-section .contact-side{padding-left:.5rem;padding-right:.5rem;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%;margin:auto}}.contact-section h2{line-height:125%;font-weight:400}.contact-section li{display:inline-block;width:100%}.contact-section a{color:#101010;font-weight:500;text-decoration:underline}.contact-section a[href^="mailto:"],.contact-section a[href^="tel:"]{color:#101010;font-weight:400;text-decoration:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%;vertical-align:bottom;display:inline-block}.contact-section a[href^="mailto:"]:hover,.contact-section a[href^="tel:"]:hover{text-decoration:none;color:#f15b22}.contact-section a:hover{text-decoration:none}.contact-section h4{font-weight:500;line-height:125%}.contact-content p{margin-top:31px}.contact-content p:first-child{margin-top:0}.contact-content br{line-height:1px}.contact-content br+p{margin-top:7px}.contact-content p+p{margin-top:24px}@media screen and (max-width: 699px){.contact-content p+p{margin-top:20px}}.contact-content h2+p{margin-top:27px}@media screen and (max-width: 699px){.contact-content h2+p{margin-top:20px}}.contact-content h3{font-size:24px;font-weight:400}.contact-content ul+h3{margin-top:45px}@media screen and (max-width: 699px){.contact-content ul+h3{margin-top:20px}}.contact-content p+h3{margin-top:46px}@media screen and (max-width: 699px){.contact-content p+h3{margin-top:20px}}.contact-content p+h2{margin-top:46px}@media screen and (max-width: 699px){.contact-content p+h2{margin-top:20px}}.contact-content ul+p{margin-top:36px}@media screen and (max-width: 699px){.contact-content ul+p{margin-top:20px}}.contact-side p{font-size:16px;max-width:92%;margin-top:18px}.contact-side p:first-child{margin-top:0}.section.news-section{padding-top:68px;padding-bottom:73px}@media screen and (max-width: 699px){.section.news-section{padding-top:40px;padding-bottom:40px}}.news-grid .row{margin:-20px -12px}@media only screen and (max-width: 767px){.news-grid .row{margin-left:-6px;margin-right:-6px}}.news-grid .row>div{padding:20px 12px}@media only screen and (max-width: 767px){.news-grid .row>div{padding-left:6px;padding-right:6px}}.news-grid .box{background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-width: 700px){.news-grid .box{display:block}}.news-grid .box.box-full{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.news-grid .box.box-full h3{font-weight:500;font-size:28px}@media only screen and (max-width: 992px){.news-grid .box.box-full h3{font-size:24px}}@media only screen and (max-width: 767px){.news-grid .box.box-full h3{font-size:20px}}@media (max-width: 640px) and (min-width: 701px){.news-grid .box.box-full h3{font-size:18px}}@media only screen and (max-width: 700px){.news-grid .box.box-full h3{font-size:24px}}.news-grid .box.box-full p.date{margin-top:5px}.news-grid .box.box-full .read-more{margin-top:30px}.news-grid .box.box-full .thumb-img{-ms-flex-preferred-size:68.1%;flex-basis:68.1%;max-width:68.1%}@media only screen and (max-width: 767px){.news-grid .box.box-full .thumb-img{-ms-flex-preferred-size:60%;flex-basis:60%;max-width:60%}}@media only screen and (max-width: 700px){.news-grid .box.box-full .thumb-img{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}@media only screen and (min-width: 699px){.news-grid .box.box-full .thumb-img a{width:auto;height:100%;padding:0}}.news-grid .box.box-full .desc{-ms-flex-preferred-size:31.9%;flex-basis:31.9%;max-width:31.9%;padding:33px 36px 45px;-ms-flex-item-align:center;align-self:center}@media only screen and (max-width: 992px){.news-grid .box.box-full .desc{padding-left:25px}}@media only screen and (max-width: 767px){.news-grid .box.box-full .desc{-ms-flex-preferred-size:40%;flex-basis:40%;max-width:40%;padding:25px}}@media only screen and (max-width: 700px){.news-grid .box.box-full .desc{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}.news-grid .box.box-half .desc{padding:35px 40px 36px}@media only screen and (max-width: 992px){.news-grid .box.box-half .desc{padding:25px}}.news-grid .box.box-half h3{font-size:28px}@media only screen and (max-width: 992px){.news-grid .box.box-half h3{font-size:24px}}@media only screen and (max-width: 767px){.news-grid .box.box-half h3{font-size:20px}}@media (max-width: 640px) and (min-width: 701px){.news-grid .box.box-half h3{font-size:18px}}@media only screen and (max-width: 701px){.news-grid .box.box-half h3{font-size:24px}}@media only screen and (max-width: 700px){.news-grid .box.box-half h3{font-size:24px}}.news-grid .box.box-half .read-more{margin-top:28px}.news-grid .box.box-half p{margin-top:24px}.news-grid .box.box-half p.date{margin-top:11px}.news-grid .box .thumb-img a{padding:0 0 55% 100%;background-color:#e5e5e5;background-repeat:no-repeat;background-position:center;background-size:cover;display:block}.news-grid .box .desc{padding:25px 30px}@media (max-width: 767px) and (min-width: 700px){.news-grid .box .desc{padding:15px}}.news-grid .box h3{font-size:22px;font-weight:500;line-height:135%;color:#101010;margin-bottom:5px}@media only screen and (max-width: 992px){.news-grid .box h3{font-size:20px}}@media (max-width: 767px){.news-grid .box h3{font-size:18px}}@media (max-width: 640px) and (min-width: 701px){.news-grid .box h3{font-size:16px}}@media only screen and (max-width: 700px){.news-grid .box h3{font-size:24px}}.news-grid .box h3 a{color:#101010}.news-grid .box h3 a:hover{color:#ce2127;text-decoration:none}.news-grid .box p{color:#595959;font-size:18px;line-height:150%;margin:15px 0 0}.news-grid .box p.date{font-weight:300;margin-top:9px}@media only screen and (max-width: 992px){.news-grid .box p{font-size:16px}}@media (max-width: 767px) and (min-width: 700px){.news-grid .box p{font-size:14px}}.news-grid .box .read-more{margin:23px 0 0;font-size:18px}.news-grid .box .read-more a{font-weight:500}@media only screen and (max-width: 992px){.news-grid .box .read-more{font-size:16px}}@media (max-width: 767px) and (min-width: 700px){.news-grid .box .read-more{font-size:14px}}.news-content{padding:30px 55px 50px;margin-bottom:7px;background-color:#fff}@media only screen and (max-width: 767px){.news-content{padding-left:30px;padding-right:30px}}.news-content .headline{margin:0 -55px 40px}@media only screen and (max-width: 767px){.news-content .headline{margin-right:-30px;margin-left:-30px}}.news-content .headline h1{font-size:36px;line-height:120%;margin:0;padding:0 55px;font-weight:500}@media only screen and (max-width: 767px){.news-content .headline h1{padding:0 30px}}@media screen and (max-width: 699px){.news-content .headline h1{font-size:24px}}.news-content .headline .date{color:#595959;font-size:18px;line-height:135%;font-weight:300;padding:0 55px;margin-top:7px}.news-content .headline .date:first-child{margin-top:0}@media only screen and (max-width: 767px){.news-content .headline .date{padding:0 30px;font-size:16px}}.news-content .headline p{font-size:28px;font-weight:300;margin:23px 0 0;padding:0 55px;line-height:120%;color:#101010}@media only screen and (max-width: 767px){.news-content .headline p{padding:0 30px;font-size:24px}}@media screen and (max-width: 699px){.news-content .headline p{font-size:18px}}.news-content .headline img{margin:35px 0;display:block;width:100%}.news-content p{font-size:18px;line-height:150%;margin:29px 0 0;color:#595959}.news-content p:first-child{margin-top:0}@media only screen and (max-width: 767px){.news-content p{font-size:16px}}.news-content ul{margin:20px 0 0 0}.news-content ul li{font-size:18px;line-height:150%;margin:5px 0;color:#595959}@media only screen and (max-width: 767px){.news-content ul li{font-size:16px}}.page-template-template-easypayupgrade{padding:0;margin:0;background:#2d2d2d}.page-template-template-easypayupgrade header{visibility:hidden;display:none;height:0}.page-template-template-easypayupgrade .dd-style{background:#2d2d2d;font-size:14px;font-weight:400;font-family:'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;margin:0;padding:50px 0}.page-template-template-easypayupgrade .dd-style .main-section{background:#fff;border-top:5px solid #ed7d31;border-bottom:5px solid #ed7d31;overflow:hidden}.page-template-template-easypayupgrade .dd-style .wrapper{max-width:1170px;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:auto}.page-template-template-easypayupgrade .dd-style .main-section .content-section{padding:35px 0}.page-template-template-easypayupgrade .dd-style .main-section .content-section h3{font-size:27px;font-weight:bold;line-height:135%;text-align:center;margin:40px 0}.page-template-template-easypayupgrade .wrap-cell{max-width:870px;width:100%;margin:auto}.page-template-template-easypayupgrade .dd-style .main-section .cell{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px}.page-template-template-easypayupgrade .dd-style .main-section .cell .column{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px}.page-template-template-easypayupgrade .dd-style .main-section .cell .column .box{border:2px solid #231f20;padding:60px 10px 75px;max-width:370px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;margin:auto auto 40px}.page-template-template-easypayupgrade .dd-style .main-section .cell .column .box.grey{background:#eeeeee}.page-template-template-easypayupgrade .dd-style .main-section .cell .column .logo-area{min-height:77px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-template-easypayupgrade .dd-style .main-section .cell .column .logo-area a{display:inline-block}.page-template-template-easypayupgrade .dd-style .main-section .cell .column .logo-area .vexus{margin-top:27px}.page-template-template-easypayupgrade .dd-style .main-section .cell .column .logo-area .vast img{max-height:77px;height:100%;width:auto}.page-template-template-easypayupgrade .dd-style .main-section .cell .column .logo-area .vexus img{max-height:37px;height:100%;width:auto}.page-template-template-easypayupgrade .dd-style .main-section .cell .column p{color:#000;text-transform:uppercase;margin:30px 0 0 0;line-height:135%;font-size:14px;font-weight:400;text-shadow:0 1px 0 #fff}.page-template-template-easypayupgrade .dd-style .main-section .box .link-btn{margin-top:75px;text-align:center}.page-template-template-easypayupgrade .dd-style .main-section .box .link-btn a{background:#ffb800;line-height:100%;font-size:15px;font-weight:400;border:1px solid #ffb800;border-radius:5px;display:inline-block;padding:20px 25px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff;text-transform:uppercase}.page-template-template-easypayupgrade .dd-style .main-section .box .link-btn a:hover{color:#ffb800;background:none;text-decoration:none}.page-template-template-easypayupgrade .dd-style .main-section .box.grey .link-btn a{background-color:#f15b22;border-color:#f15b22}.page-template-template-easypayupgrade .dd-style .main-section .box.grey .link-btn a:hover{color:#f15b22;background:none}@media (min-width: 768px){.page-template-template-easypayupgrade{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex}.page-template-template-easypayupgrade .wrap-container{-ms-flex-item-align:center;align-self:center}}@media (max-width: 869px){.page-template-template-easypayupgrade .dd-style .main-section .cell .column .box{max-width:none}}@media (max-width: 700px){.page-template-template-easypayupgrade .dd-style .main-section .cell .column{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}@media (max-width: 640px){.page-template-template-easypayupgrade .dd-style .main-section .content-section h3{font-size:24px}.page-template-template-easypayupgrade .dd-style .main-section .box .link-btn{margin-top:40px}.page-template-template-easypayupgrade .dd-style .main-section .box .link-btn a{padding:15px 20px}}.page-template-template-pay-bill-v2{padding:0;margin:0;background:#2d2d2d}.page-template-template-pay-bill-v2 header{visibility:hidden;display:none}.page-template-template-pay-bill-v2 .dd-style{background:#2d2d2d;font-size:14px;font-weight:400;font-family:'Roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 50px 0;
}

.page-template-template-pay-bill-v2 .dd-style .main-section {
  background: #fff;
  border-top: 5px solid #ed7d31;
  border-bottom: 5px solid #ed7d31;
  margin: 0;
  overflow: hidden;
}

.page-template-template-pay-bill-v2 .dd-style .wrapper {
  max-width: 1170px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .board {
  border-bottom: 5px solid #ed7d31;
  padding: 20px 0;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .head>div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .head .logo a {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .head .logo a img {
  width: auto;
  height: 100%;
  max-height: 68px;
  display: inline-block;
  vertical-align: middle;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .head .back {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: right;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .head .back a {
  text-align: right;
  color: #000;
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  text-transform: uppercase;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .head .back a:hover {
  color: #ed7d31;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .content-section {
  position: relative;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 3px solid #fff;
  margin: 0 -10px;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 15px 10px 35px;
  text-align: center;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column:nth-child(even):before {
  content: "";
  position: absolute;
  left: -1.5px;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ed7d31;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column:first-child {
  background: #eee;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .inner {
  max-width: 470px;
  text-align: center;
  margin: auto;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .logo-area {
  min-height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .logo-area .vast img {
  max-height: 77px;
  height: 100%;
  width: auto;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .logo-area .vexus {
  margin-top: 27px;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .logo-area .vexus img {
  max-height: 37px;
  height: 100%;
  width: auto;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .logo-area a {
  display: inline-block;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column p {
  color: #000;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  line-height: 135%;
  font-size: 16px;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
  margin: 0;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #dadada;
  list-style: none;
  padding: 20px 0 30px;
  font-size: 20px;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links li:nth-child(even) {
  border-left: 1px solid #dadada;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links li:nth-child(1),
.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links li:nth-child(2) {
  border-top: none;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links li a {
  text-align: center;
  color: #000;
  text-decoration: none;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links li .icon {
  height: 90px;
  width: 90px;
  display: block;
  margin: 0 auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .bottom-link {
  text-align: center;
  margin-top: 30px;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .bottom-link a {
  color: rgba(0,0,0,0.8);
  margin: 0 5px;
  display: inline-block;
  text-decoration: underline;
  font-size: 14px;
}

.page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .bottom-link a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .page-template-template-pay-bill-v2 {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-template-template-pay-bill-v2 .wrap-container {
    -ms-flex-item-align: center;
        align-self: center;
  }

  .page-template-template-pay-bill-v2 .dd-style .main-section .content-section:before {
    content: "";
    background: #eee;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  .page-template-template-pay-bill-v2 .dd-style .main-section .cell .column {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }

  .page-template-template-pay-bill-v2 .dd-style .main-section .cell .column:first-child {
    border-bottom: 3px solid #ed7d31;
  }

  .page-template-template-pay-bill-v2 .dd-style .main-section .cell .column:before {
    display: none;
  }

  .page-template-template-pay-bill-v2 .dd-style .main-section .cell {
    margin: 0 -20px;
  }
}

@media (max-width: 640px) {
  .page-template-template-pay-bill-v2 .dd-style .main-section .head>div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }

  .page-template-template-pay-bill-v2 .dd-style .main-section .cell .column .links li .icon {
    width: 70px;
    height: 70px;
  }
}

.page-template-template-welcome-to-vast-broadband .welcome-content-bg {
  background: #fefff9 url(../images/welcome.jpg) no-repeat top right;
  background-size: contain;
}

.page-template-template-welcome-to-vast-broadband .welcome-content-bg p {
  margin-bottom: 20px;
  color: #101010;
}

@media all and (max-width: 990px) {
  .page-template-template-welcome-to-vast-broadband .welcome-content-bg {
    background-size: 75%;
    background-position: bottom right;
  }
}

@media all and (max-width: 767px) and (min-width: 700px) {
  .page-template-template-welcome-to-vast-broadband .welcome-content-bg {
    padding-bottom: 180px;
  }
}

@media all and (max-width: 699px) and (min-width: 530px) {
  .page-template-template-welcome-to-vast-broadband .welcome-content-bg {
    padding-bottom: 140px;
  }
}

.page-template-template-welcome-to-vast-broadband .round-image-section .image-wr {
  padding: 5px 15px;
}

@media all and (max-width: 699px) {
  .page-template-template-welcome-to-vast-broadband .round-image-section .image-wr {
    max-width: 400px;
    display: block;
    margin: 0 auto 20px auto;
  }
}

.page-template-template-welcome-to-vast-broadband .bottom-section {
  background: #2c323c;
}

.page-template-template-welcome-to-vast-broadband .bottom-section p,
.page-template-template-welcome-to-vast-broadband .bottom-section h3 {
  color: #fff;
}

.page-template-template-welcome-to-vast-broadband .bottom-section p.link {
  margin-top: 12px;
}

@media all and (max-width: 699px) {
  .page-template-template-welcome-to-vast-broadband .bottom-section .image-wr {
    max-width: 400px;
    display: block;
    margin: 0 auto 20px auto;
  }
}

@media all and (max-width: 699px) {
  .page-template-template-welcome-to-vast-broadband .bottom-section .last-sm {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}


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