
@import "swiper/swiper.min.css";
@import "swiper/modules/effect-fade.min.css";
@import "swiper/modules/autoplay.min.css";
@import "swiper/modules/parallax.min.css";
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left .drawer-hamburger, .drawer--left.drawer-open .drawer-nav, .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px 0.75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

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

.drawer--sidebar, .drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0px 0px 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white;
}

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=");
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=");
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=");
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==");
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: #fff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: 0;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: 0;
  background: #fff;
}

.modaal-gallery-control:focus:after, .modaal-gallery-control:focus:before, .modaal-gallery-control:hover:after, .modaal-gallery-control:hover:before {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:after, .modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:after, .modaal-gallery-prev:before {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container embed, .modaal-video-container iframe, .modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:after, .modaal-gallery-control:before {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

.mw0 {
  min-width: 0px !important;
}

.w0 {
  width: 0px !important;
}

.mw10 {
  min-width: 10px !important;
}

.w10 {
  width: 10px !important;
}

.mw20 {
  min-width: 20px !important;
}

.w20 {
  width: 20px !important;
}

.mw30 {
  min-width: 30px !important;
}

.w30 {
  width: 30px !important;
}

.mw40 {
  min-width: 40px !important;
}

.w40 {
  width: 40px !important;
}

.mw50 {
  min-width: 50px !important;
}

.w50 {
  width: 50px !important;
}

.mw60 {
  min-width: 60px !important;
}

.w60 {
  width: 60px !important;
}

.mw70 {
  min-width: 70px !important;
}

.w70 {
  width: 70px !important;
}

.mw80 {
  min-width: 80px !important;
}

.w80 {
  width: 80px !important;
}

.mw90 {
  min-width: 90px !important;
}

.w90 {
  width: 90px !important;
}

.mw100 {
  min-width: 100px !important;
}

.w100 {
  width: 100px !important;
}

.mw110 {
  min-width: 110px !important;
}

.w110 {
  width: 110px !important;
}

.mw120 {
  min-width: 120px !important;
}

.w120 {
  width: 120px !important;
}

.mw130 {
  min-width: 130px !important;
}

.w130 {
  width: 130px !important;
}

.mw140 {
  min-width: 140px !important;
}

.w140 {
  width: 140px !important;
}

.mw150 {
  min-width: 150px !important;
}

.w150 {
  width: 150px !important;
}

.mw160 {
  min-width: 160px !important;
}

.w160 {
  width: 160px !important;
}

.mw170 {
  min-width: 170px !important;
}

.w170 {
  width: 170px !important;
}

.mw180 {
  min-width: 180px !important;
}

.w180 {
  width: 180px !important;
}

.mw190 {
  min-width: 190px !important;
}

.w190 {
  width: 190px !important;
}

.mw200 {
  min-width: 200px !important;
}

.w200 {
  width: 200px !important;
}

.mw210 {
  min-width: 210px !important;
}

.w210 {
  width: 210px !important;
}

.mw220 {
  min-width: 220px !important;
}

.w220 {
  width: 220px !important;
}

.mw230 {
  min-width: 230px !important;
}

.w230 {
  width: 230px !important;
}

.mw240 {
  min-width: 240px !important;
}

.w240 {
  width: 240px !important;
}

.mw250 {
  min-width: 250px !important;
}

.w250 {
  width: 250px !important;
}

.mw260 {
  min-width: 260px !important;
}

.w260 {
  width: 260px !important;
}

.mw270 {
  min-width: 270px !important;
}

.w270 {
  width: 270px !important;
}

.mw280 {
  min-width: 280px !important;
}

.w280 {
  width: 280px !important;
}

.mw290 {
  min-width: 290px !important;
}

.w290 {
  width: 290px !important;
}

.mw300 {
  min-width: 300px !important;
}

.w300 {
  width: 300px !important;
}

.mw310 {
  min-width: 310px !important;
}

.w310 {
  width: 310px !important;
}

.mw320 {
  min-width: 320px !important;
}

.w320 {
  width: 320px !important;
}

.mw330 {
  min-width: 330px !important;
}

.w330 {
  width: 330px !important;
}

.mw340 {
  min-width: 340px !important;
}

.w340 {
  width: 340px !important;
}

.mw350 {
  min-width: 350px !important;
}

.w350 {
  width: 350px !important;
}

.mw360 {
  min-width: 360px !important;
}

.w360 {
  width: 360px !important;
}

.mw370 {
  min-width: 370px !important;
}

.w370 {
  width: 370px !important;
}

.mw380 {
  min-width: 380px !important;
}

.w380 {
  width: 380px !important;
}

.mw390 {
  min-width: 390px !important;
}

.w390 {
  width: 390px !important;
}

.mw400 {
  min-width: 400px !important;
}

.w400 {
  width: 400px !important;
}

.mw410 {
  min-width: 410px !important;
}

.w410 {
  width: 410px !important;
}

.mw420 {
  min-width: 420px !important;
}

.w420 {
  width: 420px !important;
}

.mw430 {
  min-width: 430px !important;
}

.w430 {
  width: 430px !important;
}

.mw440 {
  min-width: 440px !important;
}

.w440 {
  width: 440px !important;
}

.mw450 {
  min-width: 450px !important;
}

.w450 {
  width: 450px !important;
}

.mw460 {
  min-width: 460px !important;
}

.w460 {
  width: 460px !important;
}

.mw470 {
  min-width: 470px !important;
}

.w470 {
  width: 470px !important;
}

.mw480 {
  min-width: 480px !important;
}

.w480 {
  width: 480px !important;
}

.mw490 {
  min-width: 490px !important;
}

.w490 {
  width: 490px !important;
}

.mw500 {
  min-width: 500px !important;
}

.w500 {
  width: 500px !important;
}

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

.mw0 {
  min-width: 0px !important;
}

.mxh0 {
  max-height: 0px !important;
}

.w0 {
  width: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.pd0 {
  padding: 0px !important;
}

.mw10 {
  min-width: 10px !important;
}

.mxh10 {
  max-height: 10px !important;
}

.w10 {
  width: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pd10 {
  padding: 10px !important;
}

.mw20 {
  min-width: 20px !important;
}

.mxh20 {
  max-height: 20px !important;
}

.w20 {
  width: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pd20 {
  padding: 20px !important;
}

.mw30 {
  min-width: 30px !important;
}

.mxh30 {
  max-height: 30px !important;
}

.w30 {
  width: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pd30 {
  padding: 30px !important;
}

.mw40 {
  min-width: 40px !important;
}

.mxh40 {
  max-height: 40px !important;
}

.w40 {
  width: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pd40 {
  padding: 40px !important;
}

.mw50 {
  min-width: 50px !important;
}

.mxh50 {
  max-height: 50px !important;
}

.w50 {
  width: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pd50 {
  padding: 50px !important;
}

.mw60 {
  min-width: 60px !important;
}

.mxh60 {
  max-height: 60px !important;
}

.w60 {
  width: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pd60 {
  padding: 60px !important;
}

.mw70 {
  min-width: 70px !important;
}

.mxh70 {
  max-height: 70px !important;
}

.w70 {
  width: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pd70 {
  padding: 70px !important;
}

.mw80 {
  min-width: 80px !important;
}

.mxh80 {
  max-height: 80px !important;
}

.w80 {
  width: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pd80 {
  padding: 80px !important;
}

.mw90 {
  min-width: 90px !important;
}

.mxh90 {
  max-height: 90px !important;
}

.w90 {
  width: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pd90 {
  padding: 90px !important;
}

.mw100 {
  min-width: 100px !important;
}

.mxh100 {
  max-height: 100px !important;
}

.w100 {
  width: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pd100 {
  padding: 100px !important;
}

.mw110 {
  min-width: 110px !important;
}

.mxh110 {
  max-height: 110px !important;
}

.w110 {
  width: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.pd110 {
  padding: 110px !important;
}

.mw120 {
  min-width: 120px !important;
}

.mxh120 {
  max-height: 120px !important;
}

.w120 {
  width: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.pd120 {
  padding: 120px !important;
}

.mw130 {
  min-width: 130px !important;
}

.mxh130 {
  max-height: 130px !important;
}

.w130 {
  width: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.pd130 {
  padding: 130px !important;
}

.mw140 {
  min-width: 140px !important;
}

.mxh140 {
  max-height: 140px !important;
}

.w140 {
  width: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.pd140 {
  padding: 140px !important;
}

.mw150 {
  min-width: 150px !important;
}

.mxh150 {
  max-height: 150px !important;
}

.w150 {
  width: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.pd150 {
  padding: 150px !important;
}

.mw160 {
  min-width: 160px !important;
}

.mxh160 {
  max-height: 160px !important;
}

.w160 {
  width: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.pd160 {
  padding: 160px !important;
}

.mw170 {
  min-width: 170px !important;
}

.mxh170 {
  max-height: 170px !important;
}

.w170 {
  width: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.mt170 {
  margin-top: 170px !important;
}

.pd170 {
  padding: 170px !important;
}

.mw180 {
  min-width: 180px !important;
}

.mxh180 {
  max-height: 180px !important;
}

.w180 {
  width: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.pd180 {
  padding: 180px !important;
}

.mw190 {
  min-width: 190px !important;
}

.mxh190 {
  max-height: 190px !important;
}

.w190 {
  width: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.mt190 {
  margin-top: 190px !important;
}

.pd190 {
  padding: 190px !important;
}

.mw200 {
  min-width: 200px !important;
}

.mxh200 {
  max-height: 200px !important;
}

.w200 {
  width: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.mt200 {
  margin-top: 200px !important;
}

.pd200 {
  padding: 200px !important;
}

.mw210 {
  min-width: 210px !important;
}

.mxh210 {
  max-height: 210px !important;
}

.w210 {
  width: 210px !important;
}

.mb210 {
  margin-bottom: 210px !important;
}

.mt210 {
  margin-top: 210px !important;
}

.pd210 {
  padding: 210px !important;
}

.mw220 {
  min-width: 220px !important;
}

.mxh220 {
  max-height: 220px !important;
}

.w220 {
  width: 220px !important;
}

.mb220 {
  margin-bottom: 220px !important;
}

.mt220 {
  margin-top: 220px !important;
}

.pd220 {
  padding: 220px !important;
}

.mw230 {
  min-width: 230px !important;
}

.mxh230 {
  max-height: 230px !important;
}

.w230 {
  width: 230px !important;
}

.mb230 {
  margin-bottom: 230px !important;
}

.mt230 {
  margin-top: 230px !important;
}

.pd230 {
  padding: 230px !important;
}

.mw240 {
  min-width: 240px !important;
}

.mxh240 {
  max-height: 240px !important;
}

.w240 {
  width: 240px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.pd240 {
  padding: 240px !important;
}

.mw250 {
  min-width: 250px !important;
}

.mxh250 {
  max-height: 250px !important;
}

.w250 {
  width: 250px !important;
}

.mb250 {
  margin-bottom: 250px !important;
}

.mt250 {
  margin-top: 250px !important;
}

.pd250 {
  padding: 250px !important;
}

.mw260 {
  min-width: 260px !important;
}

.mxh260 {
  max-height: 260px !important;
}

.w260 {
  width: 260px !important;
}

.mb260 {
  margin-bottom: 260px !important;
}

.mt260 {
  margin-top: 260px !important;
}

.pd260 {
  padding: 260px !important;
}

.mw270 {
  min-width: 270px !important;
}

.mxh270 {
  max-height: 270px !important;
}

.w270 {
  width: 270px !important;
}

.mb270 {
  margin-bottom: 270px !important;
}

.mt270 {
  margin-top: 270px !important;
}

.pd270 {
  padding: 270px !important;
}

.mw280 {
  min-width: 280px !important;
}

.mxh280 {
  max-height: 280px !important;
}

.w280 {
  width: 280px !important;
}

.mb280 {
  margin-bottom: 280px !important;
}

.mt280 {
  margin-top: 280px !important;
}

.pd280 {
  padding: 280px !important;
}

.mw290 {
  min-width: 290px !important;
}

.mxh290 {
  max-height: 290px !important;
}

.w290 {
  width: 290px !important;
}

.mb290 {
  margin-bottom: 290px !important;
}

.mt290 {
  margin-top: 290px !important;
}

.pd290 {
  padding: 290px !important;
}

.mw300 {
  min-width: 300px !important;
}

.mxh300 {
  max-height: 300px !important;
}

.w300 {
  width: 300px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.pd300 {
  padding: 300px !important;
}

.mw310 {
  min-width: 310px !important;
}

.mxh310 {
  max-height: 310px !important;
}

.w310 {
  width: 310px !important;
}

.mb310 {
  margin-bottom: 310px !important;
}

.mt310 {
  margin-top: 310px !important;
}

.pd310 {
  padding: 310px !important;
}

.mw320 {
  min-width: 320px !important;
}

.mxh320 {
  max-height: 320px !important;
}

.w320 {
  width: 320px !important;
}

.mb320 {
  margin-bottom: 320px !important;
}

.mt320 {
  margin-top: 320px !important;
}

.pd320 {
  padding: 320px !important;
}

.mw330 {
  min-width: 330px !important;
}

.mxh330 {
  max-height: 330px !important;
}

.w330 {
  width: 330px !important;
}

.mb330 {
  margin-bottom: 330px !important;
}

.mt330 {
  margin-top: 330px !important;
}

.pd330 {
  padding: 330px !important;
}

.mw340 {
  min-width: 340px !important;
}

.mxh340 {
  max-height: 340px !important;
}

.w340 {
  width: 340px !important;
}

.mb340 {
  margin-bottom: 340px !important;
}

.mt340 {
  margin-top: 340px !important;
}

.pd340 {
  padding: 340px !important;
}

.mw350 {
  min-width: 350px !important;
}

.mxh350 {
  max-height: 350px !important;
}

.w350 {
  width: 350px !important;
}

.mb350 {
  margin-bottom: 350px !important;
}

.mt350 {
  margin-top: 350px !important;
}

.pd350 {
  padding: 350px !important;
}

.mw360 {
  min-width: 360px !important;
}

.mxh360 {
  max-height: 360px !important;
}

.w360 {
  width: 360px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.mt360 {
  margin-top: 360px !important;
}

.pd360 {
  padding: 360px !important;
}

.mw370 {
  min-width: 370px !important;
}

.mxh370 {
  max-height: 370px !important;
}

.w370 {
  width: 370px !important;
}

.mb370 {
  margin-bottom: 370px !important;
}

.mt370 {
  margin-top: 370px !important;
}

.pd370 {
  padding: 370px !important;
}

.mw380 {
  min-width: 380px !important;
}

.mxh380 {
  max-height: 380px !important;
}

.w380 {
  width: 380px !important;
}

.mb380 {
  margin-bottom: 380px !important;
}

.mt380 {
  margin-top: 380px !important;
}

.pd380 {
  padding: 380px !important;
}

.mw390 {
  min-width: 390px !important;
}

.mxh390 {
  max-height: 390px !important;
}

.w390 {
  width: 390px !important;
}

.mb390 {
  margin-bottom: 390px !important;
}

.mt390 {
  margin-top: 390px !important;
}

.pd390 {
  padding: 390px !important;
}

.mw400 {
  min-width: 400px !important;
}

.mxh400 {
  max-height: 400px !important;
}

.w400 {
  width: 400px !important;
}

.mb400 {
  margin-bottom: 400px !important;
}

.mt400 {
  margin-top: 400px !important;
}

.pd400 {
  padding: 400px !important;
}

.mw410 {
  min-width: 410px !important;
}

.mxh410 {
  max-height: 410px !important;
}

.w410 {
  width: 410px !important;
}

.mb410 {
  margin-bottom: 410px !important;
}

.mt410 {
  margin-top: 410px !important;
}

.pd410 {
  padding: 410px !important;
}

.mw420 {
  min-width: 420px !important;
}

.mxh420 {
  max-height: 420px !important;
}

.w420 {
  width: 420px !important;
}

.mb420 {
  margin-bottom: 420px !important;
}

.mt420 {
  margin-top: 420px !important;
}

.pd420 {
  padding: 420px !important;
}

.mw430 {
  min-width: 430px !important;
}

.mxh430 {
  max-height: 430px !important;
}

.w430 {
  width: 430px !important;
}

.mb430 {
  margin-bottom: 430px !important;
}

.mt430 {
  margin-top: 430px !important;
}

.pd430 {
  padding: 430px !important;
}

.mw440 {
  min-width: 440px !important;
}

.mxh440 {
  max-height: 440px !important;
}

.w440 {
  width: 440px !important;
}

.mb440 {
  margin-bottom: 440px !important;
}

.mt440 {
  margin-top: 440px !important;
}

.pd440 {
  padding: 440px !important;
}

.mw450 {
  min-width: 450px !important;
}

.mxh450 {
  max-height: 450px !important;
}

.w450 {
  width: 450px !important;
}

.mb450 {
  margin-bottom: 450px !important;
}

.mt450 {
  margin-top: 450px !important;
}

.pd450 {
  padding: 450px !important;
}

.mw460 {
  min-width: 460px !important;
}

.mxh460 {
  max-height: 460px !important;
}

.w460 {
  width: 460px !important;
}

.mb460 {
  margin-bottom: 460px !important;
}

.mt460 {
  margin-top: 460px !important;
}

.pd460 {
  padding: 460px !important;
}

.mw470 {
  min-width: 470px !important;
}

.mxh470 {
  max-height: 470px !important;
}

.w470 {
  width: 470px !important;
}

.mb470 {
  margin-bottom: 470px !important;
}

.mt470 {
  margin-top: 470px !important;
}

.pd470 {
  padding: 470px !important;
}

.mw480 {
  min-width: 480px !important;
}

.mxh480 {
  max-height: 480px !important;
}

.w480 {
  width: 480px !important;
}

.mb480 {
  margin-bottom: 480px !important;
}

.mt480 {
  margin-top: 480px !important;
}

.pd480 {
  padding: 480px !important;
}

.mw490 {
  min-width: 490px !important;
}

.mxh490 {
  max-height: 490px !important;
}

.w490 {
  width: 490px !important;
}

.mb490 {
  margin-bottom: 490px !important;
}

.mt490 {
  margin-top: 490px !important;
}

.pd490 {
  padding: 490px !important;
}

.mw500 {
  min-width: 500px !important;
}

.mxh500 {
  max-height: 500px !important;
}

.w500 {
  width: 500px !important;
}

.mb500 {
  margin-bottom: 500px !important;
}

.mt500 {
  margin-top: 500px !important;
}

.pd500 {
  padding: 500px !important;
}

html {
  font-size: 62.5%;
  min-height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  color: #555555;
  background: #FFFFFF;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}

.content-body {
  width: 980px;
  height: 100%;
  margin: 0 auto;
  padding: 24px 16px 49px;
}

main {
  padding-top: 90px;
  margin-bottom: 80px;
}

.layout-col2 {
  display: flex;
}
.layout-col2 .area-main-content {
  flex: 1;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .content-body {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .content-body {
    width: 100%;
  }
  .layout-col2 {
    flex-direction: column;
  }
}
@media screen and (min-width: 840px) {
  .drawer-toggle {
    display: none !important;
  }
}
body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  transition: all 1s;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

a {
  transition: 0.5s;
  color: #036eb8;
  cursor: pointer;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content-header {
  width: 100%;
  background: #0054A7;
}
.content-header .content-header__inner {
  max-width: 100%;
  padding: 0 16px;
  height: 64px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content-header .area-logo img {
  width: 180px;
  max-width: 100%;
}
.content-header .area-nav {
  display: flex;
}
.content-header .area-nav a {
  height: 42px;
  line-height: 42px;
  display: block;
  color: #F2F2F2;
  text-decoration: none;
  padding: 8px 16px;
  display: flex;
  align-items: center;
}
.content-header .area-nav .btn {
  margin-left: 8px;
}
.content-header .area-nav .btn--c-primary {
  background: #FEFEFE;
  color: #0054A7;
}
.content-header .area-nav .area-nav__option {
  border: 1px solid #DADADA;
  margin-left: 8px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 32px;
  padding-left: 8px;
}
.content-header .area-nav .area-nav__option .material-icons {
  margin-right: 8px;
  color: #F2F2F2;
}
.content-header .area-nav .area-nav__option span {
  color: #F2F2F2;
}
.content-header .area-nav .area-nav__option::before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 13px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #F2F2F2;
  pointer-events: none;
}
.content-header .area-nav .area-nav__option.selected {
  background: #FEFEFE;
  border: 1px solid #FEFEFE;
}
.content-header .area-nav .area-nav__option.selected .material-icons {
  color: #0054A7;
}
.content-header .area-nav .area-nav__option.selected span {
  color: #0054A7;
}
.content-header .area-nav .area-nav__option.selected::before {
  border-top: 5px solid #0054A7;
}
.content-header .area-nav .area-nav__option-list {
  z-index: 1;
  display: none;
  position: absolute;
  right: 16px;
  top: 60px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #DADADA;
}
.content-header .area-nav .area-nav__option-list a {
  border-top: 1px solid #DADADA;
  display: block;
  background: #FEFEFE;
  width: 200px;
  line-height: 42px;
  height: 42px;
  padding: 0 16px;
  color: #0054A7;
  position: relative;
}
.content-header .area-nav .area-nav__option-list a:first-child {
  border-top: none;
}
.content-header .area-nav .area-nav__option-list a .material-icons {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -13px;
}

.drawer-hamburger {
  position: absolute;
  width: 60px;
  padding: 18px 16px 30px;
  box-sizing: border-box;
}

.drawer-hamburger-icon {
  background-color: #036eb8;
}
.drawer-hamburger-icon:before {
  background-color: #036eb8;
}
.drawer-hamburger-icon:after {
  background-color: #036eb8;
}

.drawer-menu-item {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0054A7;
}
.drawer-menu-item:hover {
  text-decoration: none;
  color: #0054A7;
}

.drawer-nav {
  width: 240px;
}

.drawer--right .drawer-nav {
  right: -240px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 240px;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 840px) {
  .area-nav {
    display: none !important;
  }
}
@media screen and (min-width: 840px) {
  .drawer-toggle {
    display: none !important;
  }
}
#header-area {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 999999;
  padding: 18px;
}

#header-left {
  width: 30%;
  float: left;
}

#header-left img {
  width: 150px;
}

#header-right {
  width: 70%;
  float: right;
}

#header-right-bt {
  display: block;
  float: right;
  margin-right: 40px;
  margin-top: 8px;
}

#header-area.change-color {
  background-color: #fff;
  transition: all 0.5s;
}

#header-right-bt ul {
  margin: 0;
}

/* スマホ */
@media screen and (max-width: 840px) {
  /* line 172, app/assets/stylesheets/_header.scss */
  #header-right-bt {
    display: none !important;
  }
}
#header-right-bt li {
  display: block;
  width: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/*global nav button*/
/*fundstable butoon*/
a#fundstable {
  padding: 0.2em 1em;
  display: inline-block;
  color: #0054A7 !important;
  background: #fff;
  border: solid #0054A7 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none !important;
}

a#fundstable:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -4px 10px 0 0;
  background-image: url(/ichiran01.svg);
  background-size: contain;
  vertical-align: middle;
}

a#fundstable:hover {
  background: #2EA7E0;
  color: #fff !important;
}

/*register butoon*/
a#register {
  padding: 0.2em 1em;
  display: inline-block;
  color: #0054A7 !important;
  background: #fff;
  border: solid #0054A7 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none !important;
}

a#register:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -4px 10px 0 0;
  background-image: url(/register01.svg);
  background-size: contain;
  vertical-align: middle;
}

a#register:hover {
  background: #2EA7E0;
  color: #fff !important;
}

/*login butoon*/
a#login {
  padding: 0.2em 1em;
  display: inline-block;
  color: #fff !important;
  background: #0054A7;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none !important;
}

a#login:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px 10px 0 0;
  background-image: url(/login01.svg);
  background-size: contain;
  vertical-align: middle;
}

a#login:hover {
  background: #2EA7E0;
  color: #fff !important;
}

#header-right-bt img {
  display: block;
  width: 120px;
  float: left;
  margin-right: 20px;
}

#header-area.change-color {
  background-color: #fff;
  transition: all 0.5s;
}

.clearfix {
  clear: both;
}

/*corporation-account*/
a#corporation-account {
  padding: 0.2em 1em;
  display: inline-block;
  color: #0054A7 !important;
  background: #fff;
  border: solid #0054A7 1px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
  text-align: center;
  text-decoration: none !important;
}

a#corporation-account:hover {
  background: #2EA7E0;
  color: #fff !important;
}

/*menu*/
.menu {
  height: 20px;
  position: fixed;
  right: 20px;
  top: 30px;
  width: 30px;
  z-index: 999999999999;
}

.menu__line {
  background: #0054a7;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line--center {
  top: 9px;
}

.menu__line--bottom {
  bottom: 0;
}

.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
  background: #fff;
}

.menu__line--center.active {
  transform: scaleX(0);
}

.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
  background: #fff;
}

/*gnav*/
.gnav {
  background: rgba(3, 110, 184, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999;
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}

.gnav__menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  text-align: center;
}

.gnav__menu__item {
  margin: 30px 0 15px 0;
}

.gnav__menu__item img {
  width: 20%;
  transition: 0.5s;
  margin: 0 auto;
  margin-bottom: 10px;
}

.gnav__menu__item a {
  color: #fff;
  font-size: 2.5vh;
  text-decoration: none;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-top: 15px;
}

.gnav__menu__item a:hover {
  color: #666;
}

@media all and (-ms-high-contrast: none) {
  /*gnav*/
  .gnav {
    background: rgba(18, 35, 62, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
  }
  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .gnav__menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
  }
  .gnav__menu__item {
    margin: 15px 0 15px 0;
  }
  .gnav__menu__item a {
    color: #fff;
    font-size: 3vh;
    text-decoration: none;
    transition: 0.5s;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
}
/* タブレット縦 */
@media screen and (max-width: 1024px) {
  #header-area {
    width: 100%;
    position: fixed;
    z-index: 999999;
    padding: 18px;
  }
  #header-left {
    width: 30%;
    float: left;
  }
  #header-left img {
    width: 150px;
  }
  #header-right {
    width: 70%;
    float: right;
  }
  #header-right-bt {
    float: right;
    display: block;
    margin-right: 40px;
    margin-top: 10px;
  }
  #header-right-bt img {
    display: block;
    width: 100px;
    float: left;
    margin-right: 20px;
  }
  /*gnav*/
  .gnav {
    background: rgba(3, 110, 184, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
  }
  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .gnav__menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .gnav__menu__item {
    margin: 10% 0 0 0;
  }
  .gnav__menu__item img {
    width: 30%;
    transition: 0.5s;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .gnav__menu__item a {
    color: #fff;
    font-size: 2vh;
    text-decoration: none;
    transition: 0.5s;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
}
/* スマホ縦 */
@media screen and (max-width: 480px) {
  #header-area {
    width: 100%;
    position: fixed;
    z-index: 999999;
    padding: 18px;
  }
  #header-left {
    width: 30%;
    float: left;
  }
  #header-left img {
    width: 150px;
  }
  #header-right {
    width: 70%;
    float: right;
  }
  #header-right-bt {
    display: none;
  }
  #header-right-bt img {
    display: none;
  }
  .gnav__menu__item a {
    color: #fff;
    font-size: 2.5vh;
    text-decoration: none;
    transition: 0.5s;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  .gnav__menu__item img {
    width: 60%;
    transition: 0.5s;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .gnav__menu__item {
    margin: 10% 0 0 0;
  }
}
.content-footer {
  border-top: 1px solid #DADADA;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  background: #FEFEFE;
}
.content-footer .content-footer__inner {
  width: 980px;
  height: 330px;
  margin: 0 auto;
  padding: 24px 0 24px 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.content-footer .content-footer__area-info {
  width: 50%;
  border: 1px solid #DADADA;
  padding: 24px;
  box-sizing: border-box;
}
.content-footer .content-footer__area-info p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 4px;
  color: #999999;
}
.content-footer .content-footer__area-info .title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.content-footer .content-footer__area-info .address, .content-footer .content-footer__area-info .tel {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.content-footer .area-link {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  max-height: 200px;
  align-content: baseline;
  padding: 0 8px 0;
}
.content-footer .area-link a {
  font-size: 12px;
  font-size: 1.2rem;
  align-items: center;
  width: 50%;
  display: flex;
  padding: 0 8px 8px 0;
  color: #555555;
  text-decoration: none;
}
.content-footer .area-link a .material-icons {
  font-size: 20px;
  font-size: 2rem;
}
.content-footer .area-copy {
  background: #FEFEFE;
  text-align: center;
}
.content-footer .area-copy p {
  color: #555555;
  font-size: 10px;
  font-size: 1rem;
  height: 48px;
  line-height: 48px;
}

@media screen and (max-width: 980px) {
  .content-footer .content-footer__inner {
    display: block;
    width: 100%;
  }
  .content-footer .content-footer__inner .area-link {
    width: 500px;
    margin: 0 auto 20px;
  }
  .content-footer .content-footer__inner .area-link a {
    width: auto;
  }
  .content-footer .content-footer__inner .content-footer__area-info {
    width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .content-footer .content-footer__inner {
    display: block;
    width: 100%;
  }
  .content-footer .content-footer__inner .content-footer__area-info {
    width: 320px;
  }
  .content-footer .content-footer__inner .area-link {
    width: 320px;
    margin-bottom: 20px;
  }
  .content-footer .content-footer__inner .area-link a {
    width: auto;
  }
}
.footer-area {
  width: 100%;
  bottom: 0;
  color: #036eb8;
  background-color: #eaeaea;
  opacity: 0.9;
  text-align: center;
  font-size: 0.7vw;
  padding-bottom: 15px;
  font-family: "Oswald", sans-serif;
}

.footer-area a {
  text-decoration: none;
}

#footer-cont {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#footer-cont-left {
  width: 45%;
  float: left;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: #666;
  line-height: 1.8em;
}

#footer-cont-left img {
  width: 200px;
  margin-bottom: 15px;
}

#footer-cont-right {
  width: 45%;
  float: right;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: #0054a7;
  line-height: 2em;
}

.share-area ul.snsbtniti li {
  list-style: none;
  padding: 2%;
  width: 16%;
  display: inline;
}

.share-area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  line-height: 80px;
  color: #036eb8;
}

.share-area ul.snsbtniti {
  width: 60%;
  margin: 0 auto;
  padding-left: 0;
  display: block;
}

/* ボタン全体 */
.flowbtn17 {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
  background-color: #036eb8;
  color: #fff;
}

/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover {
  text-decoration: none;
}

/* アイコンをど真ん中に */
.flowbtn17 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover {
  background: linear-gradient(135deg, #13f1fc 0%, #0470dc 100%);
}

/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover {
  background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}

/* Feedlyマウスホバー時 */
.flowbtn17.fl_fd2:hover {
  background: linear-gradient(135deg, #b1ea4d 0%, #459522 100%);
}

/* Pocketマウスホバー時 */
.flowbtn17.fl_pk2:hover {
  background: linear-gradient(135deg, #f36265 0%, #dd4f68 100%);
}

/* はてブマウスホバー時 */
.flowbtn17.fl_hb2:hover {
  background: linear-gradient(to bottom, #1fbccd 0%, #1c91d4 84%);
}

/* YouTubeマウスホバー時 */
.flowbtn17.fl_yu2:hover {
  background: linear-gradient(135deg, #f5515f 0%, #c9293c 100%);
}

/* LINEマウスホバー時 */
.flowbtn17.fl_li2:hover {
  background: linear-gradient(135deg, #3a9278 0%, #00c300 100%);
}

/* お問い合わせマウスホバー時 */
.flowbtn17.fl_ma2:hover {
  background: linear-gradient(135deg, #fad961 0%, #f76b1c 100%);
}

/* タブレット縦 */
@media screen and (max-width: 1024px) {
  .footer-area {
    width: 100%;
    bottom: 0;
    color: #036eb8;
    opacity: 0.9;
    text-align: center;
    font-size: 11px;
    padding-bottom: 15px;
    font-family: "Barlow Condensed", sans-serif;
  }
  #footer-car-area {
    width: 100%;
    text-align: center;
    z-index: 999999;
    margin: 0 auto;
    margin-bottom: -10px;
    opacity: 0.7;
  }
  #footer-car-area img {
    width: 5%;
    margin: 0 auto;
  }
  #footer-cont {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #footer-cont-left {
    width: 45%;
    float: left;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 13px;
    color: #666;
    line-height: 1.8em;
  }
  #footer-cont-left img {
    width: 200px;
    margin-bottom: 15px;
  }
  #footer-cont-right {
    width: 45%;
    float: right;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    color: #0054a7;
    line-height: 2em;
  }
}
/* スマホ縦 */
@media screen and (max-width: 480px) {
  #footer-car-area {
    width: 100%;
    text-align: center;
    z-index: 999999;
    margin: 0 auto;
    margin-bottom: -10px;
    opacity: 0.7;
  }
  #footer-car-area img {
    width: 10%;
    margin: 0 auto;
  }
  #footer-cont {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #footer-cont-left {
    width: 100%;
    float: left;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 11px;
    color: #666;
    line-height: 1.8em;
  }
  #footer-cont-left img {
    width: 140px;
    margin-bottom: 15px;
  }
  #footer-cont-right {
    width: 100%;
    float: left;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    color: #0054a7;
    line-height: 2.5em;
    margin-top: 30px;
  }
  .share-area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
    color: #036eb8;
  }
  .share-area ul.snsbtniti {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.area-paragraph {
  background: #F9F9F9;
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #DADADA;
  font-size: 12px;
  font-size: 1.2rem;
}

.required {
  background: #0054A7;
  color: #F2F2F2;
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 8px;
  display: inline-table;
  border-radius: 2px;
  text-align: center;
  min-width: 40px;
}

.my-area-emphasis {
  background: #F0F0F0;
  padding: 16px;
  margin-bottom: 16px;
}
.my-area-emphasis::after {
  content: "";
  display: block;
  clear: both;
}
.my-area-emphasis .title {
  float: left;
}
.my-area-emphasis .body {
  float: right;
}
.my-area-emphasis .option {
  padding-top: 16px;
  clear: both;
  text-align: center;
}
.my-area-emphasis .option .btn {
  max-width: 120px;
}

.area-info {
  display: flex;
  padding: 8px;
  border: 1px solid #DADADA;
}
.area-info .title {
  min-width: 90px;
}

.my-list {
  margin-bottom: 16px;
}
.my-list .my-list__inner {
  display: flex;
  padding: 16px 8px 16px 0px;
  border-bottom: 1px solid #DADADA;
  position: relative;
}
.my-list .my-list__inner:last-child {
  border: none;
}
.my-list .my-list__inner .header {
  min-width: 200px;
  display: flex;
}
.my-list .my-list__inner .header .required {
  margin-right: 8px;
}
.my-list .my-list__inner .header .material-icons {
  color: #0054A7;
  margin-right: 8px;
}
.my-list .my-list__inner .header p {
  font-weight: 600;
}
.my-list .my-list__inner .area-date {
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
}
.my-list .my-list__inner .area-btn--download a {
  display: flex;
  align-items: center;
  padding: 0 8px;
  justify-content: center;
  min-width: 140px;
}
.my-list .my-list__inner .area-btn--download a span {
  margin-right: 8px;
}
.my-list .my-list__inner button {
  position: absolute;
  right: 0;
  bottom: 8px;
}

.my-list--space-between .my-list__inner {
  justify-content: space-between;
}

.my-list--account .my-list__inner {
  justify-content: unset;
  border-bottom: none;
}
@media screen and (min-width: 600px) {
  .my-list--account .my-list__inner .area-btn a {
    position: absolute;
    right: 0;
    bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .my-list--account .my-list__inner .area-btn a {
    right: 0;
    bottom: -16px;
    margin-bottom: 16px;
  }
}

.my-list--bank .my-list__inner {
  justify-content: unset;
}
@media screen and (min-width: 600px) {
  .my-list--bank .my-list__inner .area-btn a {
    position: absolute;
    right: 0;
    bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .my-list--bank .my-list__inner .area-btn a {
    right: 0;
    bottom: -16px;
    margin-bottom: 16px;
  }
}

.my-list--border-bottom {
  border-bottom: 1px solid #DADADA;
}

.my-list--notice .my-list__inner {
  padding: 0;
  position: relative;
}
.my-list--notice .my-list__inner a {
  padding: 16px 8px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
}
.my-list--notice .my-list__inner .header {
  align-items: center;
  min-width: auto;
}
.my-list--notice .my-list__inner .header p {
  margin-right: 16px;
}
.my-list--notice .my-list__inner .header .area-date {
  min-width: 110px;
}
.my-list--notice .my-list__inner .header .badge {
  font-weight: 300;
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 8px;
  text-align: center;
  min-width: 40px;
  color: #FFFFFF;
}
.my-list--notice .my-list__inner .header .badge-new {
  background-color: #2EA7E0;
}
.my-list--notice .my-list__inner .header .badge-important {
  background-color: #F06D6D;
}
.my-list--notice .my-list__inner .body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-list--notice .my-list__inner .body p {
  color: #555555;
}
.my-list--notice .my-list__inner .body .material-icons {
  color: #0054A7;
}

@media screen and (max-width: 600px) {
  .my-list .my-list__inner {
    flex-wrap: wrap;
  }
  .my-list .my-list__inner .header {
    min-width: 160px;
    padding: 8px 8px 8px 0px;
  }
  .my-list .my-list__inner .body {
    padding: 8px 8px 8px 0px;
  }
  .my-list .my-list__inner .area-btn {
    text-align: right;
    width: 100%;
  }
  .my-list .my-list__inner button {
    position: static;
  }
  .my-list--space-between .my-list__inner {
    display: block;
  }
  .my-list--account .my-list__inner {
    padding: 8px 8px 8px 0px;
  }
  .my-list--notice .my-list__inner {
    flex-wrap: nowrap;
  }
  .my-list--notice .my-list__inner .header {
    min-width: auto;
  }
}
.my-list-funds {
  border: 1px solid #DADADA;
  padding: 16px;
  margin-bottom: 16px;
}
.my-list-funds .my-list {
  margin: 0;
}
.my-list-funds .my-list-funds__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.my-list-funds .my-list-funds__head .badge {
  font-size: 10px;
  font-size: 1rem;
  padding: 4px 8px;
  display: inline-table;
  border-radius: 2px;
  text-align: center;
  min-width: 40px;
}
.my-list-funds .my-list-funds__head .badge--color-progress {
  background: #0054A7;
  color: #F2F2F2;
}
.my-list-funds .my-list-funds__head a {
  display: flex;
  align-items: center;
  padding: 0 8px 0 16px;
  justify-content: center;
  min-width: auto;
}
.my-list-funds .my-list-funds__head p {
  margin-left: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  flex: 1;
}
.my-list-funds .my-list-funds__total {
  border-radius: 4px;
  padding: 16px;
  background: #F0F0F0;
}
.my-list-funds .my-list-funds__total ul {
  display: flex;
  margin-bottom: 8px;
}
.my-list-funds .my-list-funds__total ul:last-child {
  margin-bottom: 0;
}
.my-list-funds .my-list-funds__total ul li {
  margin-right: 32px;
}
.my-list-funds .my-list-funds__total ul li:last-child {
  margin: 0;
}
.my-list-funds .my-list-funds__total ul li span {
  margin-right: 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
.my-list-funds .my-list-funds__docs .my-list__inner .body {
  min-width: 250px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.my-list-funds .my-list-funds__docs .my-list__inner .body .area-date {
  display: inline-block;
  margin-right: 8px;
}
.my-list-funds .my-list-funds__docs .my-list__inner .body .area-btn--download {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .my-list .my-list__inner .area-textlink {
    margin-bottom: 16px;
  }
  .my-list-funds .my-list--space-between .my-list__inner {
    display: flex;
  }
  .my-list-funds .my-list .my-list__inner .body {
    width: 100%;
  }
  .my-list-funds .my-list .my-list__inner .body .area-date {
    margin-bottom: 16px;
  }
  .my-list-funds .my-list .my-list__inner .body .area-btn--download {
    display: block;
  }
  .my-list-funds__docs .my-list .my-list__inner .body {
    display: block;
  }
}
.my-table {
  margin-bottom: 16px;
  overflow: auto;
}
.my-table table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-word;
}
.my-table table thead tr {
  border-bottom: 1px solid #DADADA;
}
.my-table table thead tr th {
  background: #555555;
  color: #F2F2F2;
}
.my-table table tbody tr {
  border-bottom: 1px solid #DADADA;
}
.my-table table tbody tr:last-child {
  border-bottom: none;
}
.my-table table tbody .amount {
  text-align: right;
}
.my-table table tr[data-href]:hover {
  background: #F0F0F0;
}
.my-table table tr th {
  color: #555555;
  min-width: 120px;
  text-align: left;
  padding: 8px 16px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.my-table table tr th .material-icons {
  color: #0054A7;
}
.my-table table tr td {
  color: #555555;
  min-width: 120px;
  text-align: left;
  padding: 8px 16px;
  font-size: 14px;
  font-size: 1.4rem;
}
.my-table table tr td .material-icons {
  color: #0054A7;
}
.my-table table .clickable {
  cursor: pointer;
}

.title-h2 h2 {
  margin: 0 auto 20px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #555555;
  font-weight: normal;
}

@media screen and (max-width: 840px) {
  .title-h2 h2 {
    margin: 0 auto 20px;
  }
}
.title-h3 {
  margin-bottom: 16px;
}
.title-h3 a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.title-h3 a .material-icons {
  background: #0054A7;
  border-radius: 4px;
  color: #F2F2F2;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 8px;
}
.title-h3 h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #555555;
}

.area-alert {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #F06D6D;
  background: #FFE8E8;
  display: flex;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
}
.area-alert .material-icons {
  color: #F06D6D;
  margin-right: 8px;
}
.area-alert span {
  color: #F06D6D;
}

.area-alert--success {
  border: 1px solid #67D595;
  background: #E6FCEF;
}
.area-alert--success .material-icons {
  color: #67D595;
}
.area-alert--success span {
  color: #67D595;
}
.area-alert--success .close {
  position: absolute;
  right: 0;
  top: 7px;
  text-decoration: none;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v43/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.area-sub-nav {
  margin-right: 16px;
}
.area-sub-nav .area-account {
  width: 200px;
  background: #F0F0F0;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}
.area-sub-nav .area-account .area-account__head {
  position: relative;
  margin-bottom: 8px;
}
.area-sub-nav .area-account .area-account__head p {
  padding-left: 44px;
}
.area-sub-nav .area-account .area-account__head .name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0054A7;
  margin-bottom: 2px;
}
.area-sub-nav .area-account .area-account__head .name span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 4px;
}
.area-sub-nav .area-account .area-account__head .mail {
  font-size: 12px;
  font-size: 1.2rem;
  word-break: break-word;
}
.area-sub-nav .area-account .area-account__head .material-icons {
  font-size: 32px;
  font-size: 3.2rem;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -16px;
  color: #0054A7;
}
.area-sub-nav .area-account .area-account__body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FEFEFE;
  padding: 12px;
  margin-bottom: 1px;
}
.area-sub-nav .area-account .area-account__body ul li p {
  font-size: 11px;
  font-size: 1.1rem;
}
.area-sub-nav .area-account .area-account__body ul li span {
  color: #0054A7;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: right;
}
.area-sub-nav .area-sub-nav__inner a {
  position: relative;
  width: 200px;
  padding: 0 16px;
  border: 1px solid #0054A7;
  border-bottom: none;
  display: block;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0054A7;
}
.area-sub-nav .area-sub-nav__inner a:last-child {
  border-bottom: 1px solid #0054A7;
}
.area-sub-nav .area-sub-nav__inner a:hover {
  background: rgba(50, 80, 92, 0.1);
}
.area-sub-nav .area-sub-nav__inner a .material-icons {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -12px;
}

.page-my--investor .area-sub-nav__inner .sub-nav__investor {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--investor .area-sub-nav__inner .sub-nav__investor:hover {
  background: #0054A7;
}

.page-my--investor-account .area-sub-nav__inner .sub-nav__investor-account {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--investor-account .area-sub-nav__inner .sub-nav__investor-account:hover {
  background: #0054A7;
}

.page-my--documents .area-sub-nav__inner .sub-nav__documents {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--documents .area-sub-nav__inner .sub-nav__documents:hover {
  background: #0054A7;
}

.page-my--transactions .area-sub-nav__inner .sub-nav__transactions {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--transactions .area-sub-nav__inner .sub-nav__transactions:hover {
  background: #0054A7;
}

.page-my--investments .area-sub-nav__inner .sub-nav__investments {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--investments .area-sub-nav__inner .sub-nav__investments:hover {
  background: #0054A7;
}

.page-my--notice .area-sub-nav__inner .sub-nav__notice {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--notice .area-sub-nav__inner .sub-nav__notice:hover {
  background: #0054A7;
}

.area-tab-nav {
  border-bottom: 1px solid #0054A7;
  margin-bottom: 24px;
  display: flex;
}
.area-tab-nav a {
  padding: 0 16px;
  border: 1px solid #0054A7;
  border-bottom: none;
  border-left: none;
  display: block;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0054A7;
}
.area-tab-nav a:first-child {
  border-left: 1px solid #0054A7;
}
.area-tab-nav a:hover {
  background: rgba(50, 80, 92, 0.1);
}

.page-my--investments-detail .tab-nav__detail {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--investments-detail .tab-nav__detail:hover {
  background: #0054A7;
}

.page-my--investments-documents .tab-nav__documents {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--investments-documents .tab-nav__documents:hover {
  background: #0054A7;
}

.page-my--investments-simulation .tab-nav__simulation {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--investments-simulation .tab-nav__simulation:hover {
  background: #0054A7;
}

.page-my--investments-distribution .tab-nav__distribution {
  background: #0054A7;
  color: #F2F2F2;
}
.page-my--investments-distribution .tab-nav__distribution:hover {
  background: #0054A7;
}

@media screen and (max-width: 840px) {
  .area-sub-nav {
    margin-bottom: 20px;
    margin-right: 0;
    border-bottom: none;
    border-left: none;
    flex-wrap: wrap;
  }
  .area-sub-nav .area-account {
    width: 100%;
  }
  .area-sub-nav .area-sub-nav__inner a {
    border: none;
    border-left: 1px solid #0054A7;
    border-top: 1px solid #0054A7;
    display: inline-block;
    text-align: center;
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .area-sub-nav .area-sub-nav__inner a .material-icons {
    display: none;
  }
  .area-sub-nav .area-sub-nav__inner a:nth-child(even) {
    border-right: 1px solid #0054A7;
  }
  .area-sub-nav .area-sub-nav__inner a:nth-last-child(2) {
    border-bottom: 1px solid #0054A7;
  }
  .area-tab-nav {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
  .area-tab-nav a {
    display: inline-block;
  }
}
.area-wizard {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
.area-wizard .menu-wizard__content {
  width: 160px;
  text-align: center;
}
.area-wizard .menu-wizard__content .sign {
  position: relative;
}
.area-wizard .menu-wizard__content .sign span {
  margin: 0 auto;
  border-radius: 99px;
  height: 48px;
  width: 48px;
  background: #DADADA;
  color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-size: 2.4rem;
}
.area-wizard .menu-wizard__content .sign .material-icons {
  margin-top: -20px;
  font-size: 40px;
  font-size: 4rem;
  color: #DADADA;
  position: absolute;
  top: 50%;
  left: -20px;
}
.area-wizard .menu-wizard__content p {
  padding: 0 8px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.area-wizard .menu-wizard__content:first-child .material-icons {
  display: none;
}
.area-wizard .active .sign span {
  background: #0054A7;
}
.area-wizard .active .sign .material-icons {
  color: #0054A7;
}

.pagenation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pagenation a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #DADADA;
  border-radius: 4px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #0054A7;
  margin: 0 2px 4px;
}
.pagenation .active {
  background: #0054A7;
  color: #F2F2F2;
}
.pagenation .total {
  display: none;
}

@media screen and (max-width: 840px) {
  .pagenation {
    justify-content: center;
    flex-wrap: nowrap;
  }
  .pagenation .number {
    display: none;
  }
  .pagenation a {
    height: 48px;
    min-width: 48px;
    line-height: 48px;
    margin: 4px;
  }
  .pagenation .total {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
  }
}
.btn {
  text-align: center;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.btn:disabled {
  background: #DADADA;
}
.btn:hover {
  opacity: 0.8;
}

.btn--c-primary {
  color: #F2F2F2;
  background: #0054A7;
}

.btn--c-primary--border {
  color: #F2F2F2;
  background: #0054A7;
  border: 1px solid #DADADA;
}

.btn--c-secondary {
  color: #0054A7;
  background: transparent;
  border: 1px solid #0054A7;
}

.btn--c-strong {
  color: #F2F2F2;
  background: #2EA7E0;
}

.btn--c-action {
  color: #F2F2F2;
  background: #F3720C;
}

.btn.modaal-close {
  color: #0054A7;
  background: transparent;
  border: 1px solid #0054A7;
  position: inherit;
}
.btn.modaal-close:after, .btn.modaal-close:before {
  display: none;
}

.btn--size-s {
  height: 32px;
  line-height: 32px;
  min-width: 80px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 16px;
}

.btn--size-m {
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
}

.btn--size-m-fixed {
  height: 40px;
  line-height: 40px;
  min-width: 120px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 20px;
}

.btn--size-l {
  height: 48px;
  line-height: 48px;
  min-width: 160px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 40px;
  width: 355px;
}

.btn--size-xl {
  height: 60px;
  line-height: 60px;
  min-width: 360px;
  font-size: 20px;
  font-size: 2rem;
}

.btn-group {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 32px 0;
}

.btn-group--col1--right {
  justify-content: flex-end;
}

.btn-group--col2 .btn:last-child {
  margin-left: 8px;
}

@media screen and (max-width: 600px) {
  .btn-group--col2 .btn {
    min-width: 50%;
    padding: 0;
  }
}
.link-inline {
  color: #2EA7E0;
}
.link-inline:hover {
  text-decoration: none;
}

.area-textlink {
  display: inline-block;
}
.area-textlink .link-inline {
  margin-right: 8px;
}
.area-textlink .material-icons {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0054A7;
  position: relative;
  top: 4px;
}

.area-form {
  max-width: 800px;
  margin: 0 auto 80px;
}

.area-form__content {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #dadada;
}
.area-form__content:last-child {
  border-bottom: none;
}
.area-form__content .header {
  min-width: 200px;
  display: flex;
  padding-top: 13px;
}
.area-form__content .header .required {
  margin-right: 8px;
}
.area-form__content .header .material-icons {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 8px;
  color: #0054A7;
}
.area-form__content .header p {
  font-weight: 600;
}
.area-form__content .body {
  display: flex;
}
.area-form__content .explan {
  display: inline;
}
.area-form__content .txt-explan {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
}
.area-form__content .body--address .btn {
  margin-top: 8px;
  margin-left: 8px;
}
.area-form__content .body--file {
  display: block;
}
.area-form__content .body--file button {
  margin-top: 8px;
}
.area-form__content .body--file .area-image {
  width: 420px;
}
.area-form__content .body--file .area-image img {
  width: 100%;
}
.area-form__content .body--file .area-image .area-image__file-link {
  border: 1px solid #DADADA;
  border-radius: 4px;
  padding: 16px;
  color: #2EA7E0;
  display: block;
  word-break: break-all;
}

@media screen and (max-width: 980px) {
  .area-form {
    width: 100%;
    margin: 0 auto 80px;
  }
  .input-selectbox .input-selectbox__inner select {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .area-form {
    width: 500px;
    margin: 0 auto 0px;
  }
  .area-form__content {
    flex-direction: column;
  }
  .area-form__content .header {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 600px) {
  .area-form {
    width: 100%;
    margin: 0 auto 0px;
  }
  .area-form__content {
    flex-direction: column;
  }
  .area-form__content .header {
    margin-bottom: 8px;
  }
  .area-form__content .body {
    flex-direction: column;
  }
  .area-form__content .body .input-txt {
    margin: 0 0 8px 0;
  }
  .area-form__content .body .input-txt input {
    width: 100%;
    min-width: 100%;
  }
  .area-form__content .body .area-image {
    width: 100%;
  }
}
@media screen and (min-width: 840px) {
  .drawer-toggle {
    display: none !important;
  }
}
.input-txt {
  margin-left: 16px;
}
.input-txt input {
  background: #FFFFFF;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #DADADA;
}
.input-txt input::placeholder {
  color: #BCBCBC;
}
.input-txt input:-ms-input-placeholder {
  color: #BCBCBC;
}
.input-txt input::-ms-input-placeholder {
  color: #BCBCBC;
}
.input-txt:first-child {
  margin-left: 0;
}

.input-txt--xs input {
  width: 80px;
}

.input-txt--s input {
  min-width: 120px;
}

.input-txt--m input {
  min-width: 240px;
}

.input-txt--l input {
  min-width: 496px;
}

.input-err input {
  border: 1px solid #F06D6D;
}
.input-err .input-err__inner {
  display: flex;
  color: #F06D6D;
  margin-top: 8px;
}
.input-err .input-err__inner .material-icons {
  margin-right: 8px;
  font-size: 20px;
}
.input-err p {
  word-break: break-all;
}

.input-textarea {
  margin-left: 16px;
}
.input-textarea textarea {
  background: #FFFFFF;
  padding: 12px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #DADADA;
}
.input-textarea textarea::placeholder {
  color: #BCBCBC;
}
.input-textarea textarea:-ms-input-placeholder {
  color: #BCBCBC;
}
.input-textarea textarea::-ms-input-placeholder {
  color: #BCBCBC;
}
.input-textarea:first-child {
  margin-left: 0;
}

.input-textarea--xs textarea {
  width: 80px;
}

.input-textarea--s textarea {
  min-width: 120px;
}

.input-textarea--m textarea {
  min-width: 240px;
}

.input-textarea--l textarea {
  min-width: 496px;
}

.input-err textarea {
  border: 1px solid #F06D6D;
}
.input-err .input-err__inner {
  display: flex;
  color: #F06D6D;
  margin-top: 8px;
}
.input-err .input-err__inner .material-icons {
  margin-right: 8px;
  font-size: 20px;
}

.input-txt__date {
  background: #FFFFFF;
  position: relative;
  border-radius: 4px;
}
.input-txt__date input {
  cursor: pointer;
  background: transparent;
  z-index: 1;
  position: relative;
}
.input-txt__date .material-icons {
  position: absolute;
  top: 50%;
  right: 16px;
  color: #0054A7;
  font-size: 24px;
  margin-top: -12px;
}

.picker__select--year, .picker__select--month {
  font-size: 14px;
  font-size: 1.4rem;
  height: auto;
}

.input-radio {
  padding: 8px 0 0;
}
.input-radio::after {
  content: "";
  display: block;
  clear: both;
}
.input-radio label {
  float: left;
  padding: 8px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.input-radio input {
  display: none;
}
.input-radio input:checked + i::after {
  content: "";
  background: #0054A7;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 13px;
  left: 11px;
  border-radius: 99px;
}
.input-radio input:checked:disabled + i::after {
  content: "";
  background: #DADADA;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 13px;
  left: 11px;
  border-radius: 99px;
}
.input-radio input:disabled + i::after {
  content: "";
  background: #DADADA;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 11px;
  left: 9px;
  border-radius: 99px;
}
.input-radio i::before {
  content: "";
  border: 1px solid #DADADA;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 10px;
  left: 8px;
  border-radius: 99px;
}
.input-radio p {
  padding-left: 28px;
}

.input-check {
  padding: 8px 0 0;
}
.input-check::after {
  content: "";
  display: block;
  clear: both;
}
.input-check label {
  display: inline-block;
  padding: 8px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.input-check .material-icons {
  display: none;
  font-size: 21px;
  z-index: 1;
  position: absolute;
  top: 8px;
  left: 6px;
  color: #0054A7;
}
.input-check i .material-icons {
  display: block;
}
.input-check input {
  display: none;
}
.input-check input:checked + .material-icons {
  display: block;
}
.input-check input:checked:disabled + i::after {
  content: "";
  background: #DADADA;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 13px;
  left: 11px;
}
.input-check input:disabled + i::after {
  content: "";
  background: #DADADA;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 11px;
  left: 9px;
}
.input-check p {
  padding-left: 28px;
}

.input-check .input-err__inner, .input-radio .input-err__inner {
  clear: both;
  display: flex;
  color: #F06D6D;
  margin-top: 8px;
}
.input-check .input-err__inner .material-icons, .input-radio .input-err__inner .material-icons {
  display: block;
  color: #F06D6D;
  position: static;
  margin-right: 8px;
  font-size: 20px;
}
.input-check .input-err__inner p, .input-radio .input-err__inner p {
  padding: 0;
}

.input-selectbox .input-selectbox__inner {
  margin-left: 16px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.input-selectbox .input-selectbox__inner:first-child {
  margin-left: 0;
}
.input-selectbox .input-selectbox__inner select {
  min-width: 240px;
  max-width: 480px;
  padding: 12px 32px 12px 12px;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.input-selectbox .input-selectbox__inner select::-ms-expand {
  display: none;
}
.input-selectbox .input-selectbox__inner::before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #0054A7;
  pointer-events: none;
}
.input-selectbox.input-err .input-selectbox__inner {
  border: 1px solid #F06D6D;
}

.graph-form {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.graph-form canvas {
  max-width: 800px;
}

.modaal-content-container {
  padding: 16px;
  color: #555555;
}
.modaal-content-container p {
  font-size: 12px;
  font-size: 1.2rem;
  color: #555555;
  line-height: 1.8;
}

.modaal-close {
  position: absolute;
  top: -50px;
  right: 0;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: transparent;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #F2F2F2;
}

.modaal-outer-wrapper {
  display: inherit;
}

.modaal-inner-wrapper {
  display: flex;
}

.modaal-inner-wrapper .my-table {
  margin-bottom: 0;
}
.modaal-inner-wrapper .my-table table {
  width: auto;
}
.modaal-inner-wrapper .btn-group {
  margin: 8px 0 0;
}

.modaal-wrapper * {
  -webkit-backface-visibility: inherit;
}

.page-top {
  /*アコーディオン全体*/
  /*バー部分*/
  /*開いたときに表示される部分*/
  /*開いたときの下の余白*/
  /*閉じた状態の矢印描画*/
  /*開いた状態の矢印描画*/
  /* タブレット縦 */
  /* スマホ横 */
  /* スマホ縦 */
}
.page-top main {
  padding-top: 0;
}
.page-top img {
  max-width: 100%;
  display: block;
}
.page-top h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0054a7;
  letter-spacing: 3px;
}
.page-top h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #666;
}
.page-top .s-0 {
  width: 100vw;
  height: 100vh;
  background-image: url(/assets/image0-9e7e9119e1c3998638004b0370a9fecdec7072a5149872cabf07cb1d9848d15d.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.page-top .s-1 {
  width: 100vw;
  height: 100vh;
  background-image: url(/assets/image1-391427dc022e3432910a56cc0781886b361cde659227543373d314eb825dcdd7.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.page-top .s-2 {
  width: 100vw;
  height: 100vh;
  background-image: url(/assets/image2-ed59f89c1d4a5ef50b9eddda7460cbdcc18529e492205049a690318ab356e0bb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.page-top .s-0 div {
  box-sizing: border-box;
  z-index: 1000;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.page-top .s-0 div img {
  width: 100%;
}
.page-top .s-1 div {
  box-sizing: border-box;
  z-index: 1000;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.page-top .s-1 div img {
  width: 100%;
}
.page-top .s-2 div {
  box-sizing: border-box;
  z-index: 1000;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 5%;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.page-top .s-2 div img {
  width: 100%;
}
.page-top .img_box {
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}
@keyframes img_box_9955 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-20px);
  }
  66.66667% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.page-top .page-content {
  width: 80%;
  margin: 0 auto;
}
.page-top .page-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #0054a7;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 5%;
}
.page-top .page-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #666;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 300;
}
.page-top #point {
  width: 100%;
}
.page-top #point-contents {
  width: 33.3%;
  float: left;
  position: relative;
}
.page-top #point-contents img {
  width: 90%;
  margin: 0 auto;
  margin-left: -8%;
}
.page-top #flow {
  width: 100%;
  margin-top: 3%;
  padding-bottom: 3%;
}
.page-top #flow-contents {
  width: 33.3%;
  float: left;
  margin: 0;
  padding: 0;
}
.page-top #flow-contents p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #fff;
  width: 80%;
  text-align: left;
  margin: 0 auto;
  height: 130px;
  font-weight: 300;
}
.page-top #flow-contents h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.page-top #flow-contents img {
  width: 25%;
  padding: 5%;
  margin: 0 auto;
  opacity: 0.8;
}
.page-top .flow1 {
  background-color: #2ea7e0;
}
.page-top .flow2 {
  background-color: #036eb8;
  background-image: url(/arrow1.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 5%;
}
.page-top .flow3 {
  background-color: #0054a7;
  background-image: url(/arrow2.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 5%;
}
@media all and (-ms-high-contrast: none) {
  .page-top .flow2 {
    background-color: #036eb8;
    background-image: url(/arrow1.svg);
    background-position: -12px center;
    background-repeat: no-repeat;
    background-size: 10%;
  }
  .page-top .flow3 {
    background-color: #0054a7;
    background-image: url(/arrow2.svg);
    background-position: -12px center;
    background-repeat: no-repeat;
    background-size: 10%;
  }
}
.page-top #point-txt {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 2em;
  margin-top: -10%;
}
.page-top #fund {
  width: 100%;
  margin: 0 auto;
  background-color: #0054a7;
  margin-top: 5%;
}
.page-top #fund-content {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.page-top #fund-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
.page-top .page-area {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.page-top .page-area2 {
  width: 100vw;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
}
.page-top .page-content {
  width: 80%;
  margin: 0 auto;
}
.page-top #content-area {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-top .button {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 46px;
  outline: none;
  background-color: #0054a7;
  border: 2px solid #0054a7;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  margin-top: 3%;
  border-radius: 30px;
}
.page-top .button::before,
.page-top .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.page-top .button,
.page-top .button::before,
.page-top .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-top .button:hover {
  background-color: #2ea7e0;
  border-color: #2ea7e0;
  color: #fff;
  cursor: pointer;
}
.page-top #fund-content .button {
  background-color: #fff;
  border: 2px solid #fff;
  color: #2ea7e0;
  margin-bottom: 20px;
}
.page-top #fund-content .button:hover {
  background-color: #2ea7e0;
  border: 2px solid #2ea7e0;
  color: #fff;
  cursor: pointer;
}
.page-top strong {
  font-size: 1.1em;
  font-weight: 700;
}
.page-top .multiple {
  padding: 0;
}
.page-top .multiple img {
  width: 100%;
}
.page-top .multiple div {
  margin: 5px;
}
.page-top .multiple .slick-next {
  right: 17px;
  　z-index: 100;
  position: absolute;
}
.page-top .multiple .slick-prev {
  left: 34px;
  z-index: 100;
  position: absolute;
}
.page-top .multiple2 {
  padding: 0;
}
.page-top .multiple2 img {
  width: 100%;
}
.page-top .multiple2 div {
  margin: 5px;
}
.page-top .multiple2 .slick-next {
  right: 17px;
  　z-index: 100;
  position: absolute;
}
.page-top .multiple2 .slick-prev {
  left: 34px;
  z-index: 100;
  position: absolute;
}
.page-top .multiple-txt {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  width: 100%;
  font-size: 12px;
  color: #036eb8;
  line-height: 12px;
  text-align: center;
  margin: 0 auto;
  margin-top: 5px;
  padding-top: 5px;
  line-height: 1.8em;
}
.page-top .formbuttons {
  width: 100%;
}
.page-top .formbuttons-left {
  width: 48%;
  float: left;
}
.page-top .formbuttons-right {
  width: 48%;
  float: right;
}
.page-top .formbutton {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  outline: none;
  background-color: #036eb8;
  border: 2px solid #036eb8;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka;
}
.page-top .formbutton::before,
.page-top .formbutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.page-top .formbutton,
.page-top .formbutton::before,
.page-top .formbutton::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-top .formbutton:hover {
  background-color: #fff;
  border-color: #fff;
  color: #036eb8;
}
.page-top .swiper-slide a {
  display: block;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}
.page-top #bread_list {
  font-family: "Barlow Condensed", sans-serif;
  text-decoration: none;
  font-size: 20px;
  padding-bottom: 40px;
  text-align: left;
  color: #96a2a8;
  display: block;
  width: 100%;
}
.page-top #bread_list a {
  text-decoration: none;
}
.page-top .q-a {
  width: 100%;
  padding: 10px 10px 20px;
}
.page-top .q-a input {
  display: none; /*チェックボックスを隠す*/
}
.page-top .q-a label {
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #0054a7;
  position: relative;
  padding: 10px;
  background-color: #eaeaea;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.page-top .q-a ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.page-top .q-a li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
}
.page-top #menu_bar01:checked ~ #links01 li,
.page-top #menu_bar02:checked ~ #links02 li,
.page-top #menu_bar03:checked ~ #links03 li,
.page-top #menu_bar04:checked ~ #links04 li,
.page-top #menu_bar05:checked ~ #links05 li,
.page-top #menu_bar06:checked ~ #links06 li {
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #fff;
  padding: 10px;
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.page-top #menu_bar01:checked ~ #links01 li:last-child,
.page-top #menu_bar02:checked ~ #links02 li:last-child,
.page-top #menu_bar03:checked ~ #links03 li:last-child,
.page-top #menu_bar04:checked ~ #links04 li:last-child,
.page-top #menu_bar05:checked ~ #links05 li:last-child,
.page-top #menu_bar06:checked ~ #links06 li:last-child {
  margin-bottom: 20px;
}
.page-top .q-a label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #0054a7 2px solid;
  border-right: #0054a7 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
.page-top .q-a input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #0054a7 2px solid;
  border-right: #0054a7 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.page-top #news-cont {
  width: 100%;
  padding: 2%;
  border-bottom: 1px #eaeaea solid;
  margin: 0 auto;
  position: relative;
}
.page-top #news-cont-arrow {
  position: absolute;
  right: 3%;
  color: #0054a7;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.page-top .news-date {
  font-family: "Noto Sans JP", sans-serif;
  color: #0054a7;
  font-size: 14px;
  margin-bottom: 8px;
}
.page-top #news-cont p {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  line-height: 2em;
  width: 90%;
}
.page-top #news-cont:hover {
  background-color: #eaeaea;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.page-top .tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.page-top .tab-wrap:after {
  content: "";
  width: 100%;
  background: #325a8c;
  display: block;
  order: -1;
}
.page-top .tab-label {
  color: White;
  background-color: #2ea7e0;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.page-top .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.page-top .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.page-top .tab-text {
  text-align: center;
  padding: 24px;
}
.page-top .tab-switch:checked + .tab-label {
  background: #fff;
  color: #0054a7;
}
.page-top .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: 0.5s opacity;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  border-radius: 0 0 5px 5px;
}
.page-top .tab-switch {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page-top .s-0 {
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/image0-tb-22c8cf94a1f4f1fb828e936f783f74d8d51a2458a5981547786406fb3842d23b.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .page-top .s-1 {
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/image1-tb-4e32cd1248daf54f756ceceb61fa7142d0f588d7e1f4848e5a9fc2521146df3c.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .page-top .s-2 {
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/image2-tb-730d1193a35551a0db271f59b688bbda0012ae0f3ed950f493a262c167a04ec2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .page-top .s-0 div {
    box-sizing: border-box;
    z-index: 1000;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page-top .s-0 div img {
    width: 100%;
  }
  .page-top .s-1 div {
    box-sizing: border-box;
    z-index: 1000;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page-top .s-1 div img {
    width: 100%;
  }
  .page-top .s-2 div {
    box-sizing: border-box;
    z-index: 1000;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 40%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page-top .s-2 div img {
    width: 100%;
  }
  .page-top .cb-slideshow li div p {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 4.5vw;
    margin-top: -1%;
  }
  .page-top .cb-slideshow li div h3 {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 8vw;
    padding: 0;
    letter-spacing: 10px;
  }
  .page-top h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0054a7;
    letter-spacing: 3px;
  }
  .page-top h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #666;
  }
  .page-top #flow-contents {
    width: 33.3%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .page-top #flow-contents p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    color: #fff;
    width: 80%;
    text-align: left;
    margin: 0 auto;
    height: 200px;
    font-weight: 300;
  }
  .page-top #flow-contents h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    letter-spacing: 3px;
    color: #fff;
    text-align: center;
    font-weight: 700;
  }
  .page-top #flow-contents img {
    width: 30%;
    padding: 5%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .page-top #pagetitle {
    width: 75%;
    margin: 0 auto;
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 12vw;
    padding-top: 35%;
  }
  .page-top .s-0 div {
    z-index: 1000;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page-top .s-0 div img {
    width: 100%;
  }
  .page-top .s-1 div {
    z-index: 1000;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page-top .s-1 div img {
    width: 100%;
  }
  .page-top .s-2 div {
    z-index: 1000;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 45%;
    left: 45%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
  }
  .page-top .s-2 div img {
    width: 100%;
  }
  .page-top .mini-t {
    font-size: 6vw;
    padding-top: 30px;
  }
  .page-top .page-area-content {
    width: 90%;
    margin: 0 auto;
  }
  .page-top h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: #0054a7;
  }
  .page-top h3 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    color: #666;
  }
  .page-top .s-0 {
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/image0-sp-f1a3f56445f4347656f03584b7300a78ac6cb58407d4e3a62ced131d0136ff7e.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .page-top .s-1 {
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/image1-sp-5e14f3babdc52f22c7af496f6fa059eaa38ffc8cbebd08745fbdd2937323bdb0.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .page-top .s-2 {
    width: 100vw;
    height: 100vh;
    background-image: url(/assets/image2-sp-30707e5c4e2d0ccb0f49e7a45bbf0c59cafc05396d3919d286860bfe33dd69fa.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .page-top .f-page {
    font-family: "Barlow Condensed", sans-serif;
    text-decoration: none;
    font-size: 18px;
    margin-top: 30px;
    padding-top: 15px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .page-top .f-page a {
    display: block;
    text-decoration: none;
    width: 44%;
    text-align: center;
    float: left;
    margin: 1.3%;
  }
  .page-top .f-page a:nth-child(even) {
    display: block;
    text-decoration: none;
    width: 44%;
    text-align: center;
    float: right;
    margin: 1.3%;
  }
  .page-top #point-contents {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
  }
  .page-top #point-contents img {
    width: 90%;
    margin: 0 auto;
    margin-left: -8%;
  }
  .page-top #flow {
    width: 100%;
    margin-top: 3%;
    padding-bottom: 3%;
  }
  .page-top #flow-contents {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .page-top .page-content {
    width: 90%;
    margin: 0 auto;
  }
  .page-top #flow-contents p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    color: #fff;
    width: 80%;
    text-align: left;
    margin: 0 auto;
    height: 180px;
    font-weight: 300;
  }
  .page-top .flow1 {
    background-color: #2ea7e0;
  }
  .page-top .flow2 {
    background-color: #036eb8;
    background-image: none;
  }
  .page-top .flow3 {
    background-color: #0054a7;
    background-image: none;
  }
  .page-top .page-content h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0054a7;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 5%;
  }
  .page-top #fund-content h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .page-top .q-a label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #0054a7;
    position: relative;
    padding: 10px;
    background-color: #eaeaea;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 14px;
  }
  .page-top #news-cont {
    width: 100%;
    padding: 2%;
    border-bottom: 1px #eaeaea solid;
    margin: 0 auto;
    position: relative;
  }
  .page-top #news-cont-arrow {
    position: absolute;
    right: 3%;
    color: #0054a7;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .page-top .news-date {
    font-family: "Noto Sans JP", sans-serif;
    color: #0054a7;
    font-size: 12px;
    margin-bottom: 8px;
  }
  .page-top #news-cont p {
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 1.5em;
    width: 90%;
  }
  .page-top #news-cont:hover {
    background-color: #eaeaea;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
  }
}

.page-detail .page-detail--top {
  column-count: 2;
  column-gap: 16;
  margin-bottom: 16px;
}
.page-detail .page-detail--top .block {
  page-break-inside: avoid;
  break-inside: avoid;
}
.page-detail .page-detail--top .block--title {
  order: 1;
}
.page-detail .page-detail--top .block--title .area-term {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 10px;
  font-size: 1rem;
}
.page-detail .page-detail--top .block--title .area-term--before {
  background: #DADADA;
}
.page-detail .page-detail--top .block--title .area-term--middle {
  background: #2EA7E0;
  color: #F2F2F2;
}
.page-detail .page-detail--top .block--title .area-term--after {
  background: #DADADA;
}
.page-detail .page-detail--top .block--title .area-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 8px;
  color: #111111;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__display {
  margin-bottom: 16px;
  text-align: right;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__display .area-amount__title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 16px;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__display .area-amount__total {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 8px;
  color: #111111;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__display .area-amount__total-unit {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 8px;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__display .area-amount__separate {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 8px;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__display .area-amount__limit {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 4px;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__display .area-amount__limit-unit {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__gauge {
  position: relative;
  height: 48px;
  width: 100%;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__gauge .area-amount__gauge__active {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #2EA7E0;
  height: 24px;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__gauge .area-amount__gauge__rate {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.page-detail .page-detail--top .block--title .area-amount .area-amount__gauge .area-amount__gauge__empty {
  content: "";
  height: 24px;
  width: 100%;
  display: block;
  background: #D9D9D9;
}
.page-detail .page-detail--top .block--detail {
  order: 3;
}
.page-detail .page-detail--top .block--detail .block--detail__list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DADADA;
  min-height: 48px;
}
.page-detail .page-detail--top .block--detail .block--detail__list:last-child {
  border-bottom: none;
}
.page-detail .page-detail--top .block--detail .block--detail__list .header {
  padding: 16px 16px 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
  width: 160px;
}
.page-detail .page-detail--top .block--detail .block--detail__list .body {
  padding: 16px 16px 16px 0;
  line-height: 1.6;
  flex: 1;
}
.page-detail .page-detail--top .block--detail .block--detail__list .body .txt-main {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 4px;
}
.page-detail .page-detail--top .block--detail .block--detail__list .body .txt-unit {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-detail .page-detail--top .block--image {
  margin-bottom: 16px;
  order: 2;
}
.page-detail .page-detail--top .block--image .slider-for {
  margin-bottom: 8px;
}
.page-detail .page-detail--top .block--image .slider-for img {
  outline: none;
}
.page-detail .page-detail--top .block--image .slider-nav img {
  box-sizing: border-box;
  height: 48px;
  object-fit: cover;
  margin: 0;
  outline: none;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.6;
}
.page-detail .page-detail--top .block--image .slider-nav img:hover {
  opacity: 1;
}
.page-detail .page-detail--top .block--image .slider-nav .slick-current {
  border: 2px solid #0054A7;
  opacity: 1;
}
.page-detail .page-detail--top .block--image .slider-nav .slick-slide {
  margin-right: 4px;
}
.page-detail .page-detail--top .block--info {
  order: 4;
}
.page-detail .page-detail--top .block--info .block--info__investor-before {
  padding: 16px;
  text-align: center;
  background: #F9F9F9;
}
.page-detail .page-detail--top .block--info .block--info__investor-before p {
  margin-bottom: 16px;
}
.page-detail .page-detail--top .block--info .block--info__investor-after {
  padding: 16px;
  text-align: center;
  background: #F9F9F9;
}
.page-detail .page-detail--top .block--info .block--info__investor-after p {
  margin-bottom: 16px;
}
.page-detail .page-detail--top .block--info .block--info__verified {
  padding: 16px;
  border: 1px solid #DADADA;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner {
  margin-bottom: 32px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__content {
  display: block;
  text-align: center;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__content .header {
  text-align: left;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__content .body {
  text-align: left;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__result {
  display: block;
  text-align: center;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__result .header {
  font-weight: 600;
  text-align: left;
  margin-top: 0px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__result .body {
  width: 208px;
  text-align: left;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__result .body .calc-result {
  display: inline-block;
  width: 80px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__result .body .footer {
  margin: 0px 8px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__result .total-amount {
  display: inline-block;
  width: 80px;
  margin: 0;
  text-align: right;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-form__result .footer {
  margin: 0px 8px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content {
  display: block;
  text-align: center;
  border-bottom: 1px dotted #dadada;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .block--title {
  margin-bottom: 8px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .block--title p {
  margin-bottom: 0;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .header {
  text-align: left;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .body {
  text-align: left;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .area-simulation__input {
  display: flex;
  padding: 0 16px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .area-simulation__input .header {
  font-weight: 600;
  text-align: left;
  width: 80px;
  min-width: 80px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .area-simulation__input .body {
  flex: 1;
  text-align: right;
}
@media screen and (min-width: 840px) {
  .page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .area-simulation__input input {
    width: 192px;
  }
}
@media screen and (min-width: 600px) and (max-width: 840px) {
  .page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .area-simulation__input input {
    width: 128px;
  }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
  .page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .area-simulation__input input {
    width: 96px;
  }
}
@media screen and (max-width: 320px) {
  .page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__content .area-simulation__input input {
    width: 56px;
    min-width: 56px;
  }
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__result {
  display: flex;
  padding: 0 16px;
  text-align: center;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__result .header {
  font-weight: 600;
  text-align: left;
  margin-top: 0px;
}
.page-detail .page-detail--top .block--info .block--info__verified .block--info__inner .area-simulation__result .body {
  flex: 1;
  text-align: right;
}
.page-detail .page-detail--top .block--info .block--info__verified .header {
  min-width: 120px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
}
.page-detail .page-detail--top .block--info .block--info__verified .body {
  display: inline-block;
}
.page-detail .page-detail--top .block--info .block--info__verified .body span {
  margin: 0 8px;
}
.page-detail .page-detail--tab {
  border-bottom: 1px solid #0054A7;
  display: flex;
  overflow-y: scroll;
  margin-bottom: 16px;
}
.page-detail .page-detail--tab .tab-btn {
  cursor: pointer;
  margin-right: 4px;
  text-align: center;
  min-width: 110px;
  background: #F9F9F9;
  padding: 16px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: none;
  color: #555555;
}
.page-detail .page-detail--tab .active {
  background: #0054A7;
  color: #FEFEFE;
}
.page-detail .page-detail--panel .tab-panel {
  display: none;
}
.page-detail .page-detail--panel .tab-panel .title-h3 {
  border-bottom: 1px solid #0054A7;
  margin-bottom: 16px;
}
.page-detail .page-detail--panel .tab-panel .title-h3 h3 {
  color: #555555;
  margin: 0 0 8px;
}
.page-detail .page-detail--panel .tab-panel .tab-panel__content {
  min-height: 400px;
  margin-bottom: 16px;
}
.page-detail .page-detail--panel .tab-panel .tab-panel__content .area-textlink {
  margin-bottom: 16px;
  width: 100%;
}
.page-detail .page-detail--panel .tab-panel .tab-panel__content img {
  width: 100%;
  margin-bottom: 16px;
}
.page-detail .page-detail--panel .tab-panel .tab-panel__content p {
  line-height: 2;
  margin-bottom: 16px;
}
.page-detail .page-detail--panel .tab-panel .tab-panel__content .area-image--harf {
  margin: 0 auto;
  width: 50%;
}
.page-detail .page-detail--panel .tab-panel .title-h4 {
  background: #F9F9F9;
  padding: 16px;
  margin-bottom: 16px;
}
.page-detail .page-detail--panel .tab-panel .col2 {
  margin-bottom: 24px;
  display: flex;
}
.page-detail .page-detail--panel .tab-panel .col2 .col {
  width: 50%;
}
.page-detail .page-detail--panel .tab-panel .col2 .col:first-child {
  margin-right: 16px;
}
.page-detail .page-detail--panel .tab-panel .col2 .col dl {
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #DADADA;
}
.page-detail .page-detail--panel .tab-panel .col2 .col dl:last-child {
  border-bottom: none;
}
.page-detail .page-detail--panel .tab-panel .col2 .col dl dt {
  min-width: 30%;
  font-weight: bold;
  line-height: 2;
}
.page-detail .page-detail--panel .tab-panel .col2 .col dl dd {
  flex: 1;
  line-height: 2;
}
.page-detail .page-detail--panel .tab-panel .col2--variant .col--image {
  width: 40%;
}
.page-detail .page-detail--panel .tab-panel .col2--variant .col--image img {
  width: 100%;
}
.page-detail .page-detail--panel .tab-panel .col2--variant .col--txt {
  width: 60%;
}
.page-detail .page-detail--panel .tab-panel .block-accordion .block-accordion__head .title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.page-detail .modaal-inner-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.page-detail .modal-detail .modal-detail__list {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DADADA;
  min-height: 48px;
}
.page-detail .modal-detail .modal-detail__list:last-child {
  border-bottom: none;
}
.page-detail .modal-detail .modal-detail__list .header {
  padding: 16px 16px 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
  width: 160px;
}
.page-detail .modal-detail .modal-detail__list .body {
  padding: 16px 16px 16px 0;
  line-height: 1.6;
  flex: 1;
}
.page-detail .modal-detail .modal-detail__list .body .txt-main {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 4px;
}
.page-detail .modal-detail .modal-detail__list .body .txt-unit {
  font-size: 12px;
  font-size: 1.2rem;
}
.page-detail .modal-detail .modal-detail__list:nth-child(2) .body .txt-main, .page-detail .modal-detail .modal-detail__list:nth-child(3) .body .txt-main {
  font-size: 20px;
  font-size: 2rem;
}
.page-detail .modal-detail .modal-detail__list:nth-child(2) .body .txt-unit, .page-detail .modal-detail .modal-detail__list:nth-child(3) .body .txt-unit {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 840px) {
  .page-detail .page-detail--top .block--detail .block--detail__list .header {
    width: 120px;
  }
  .page-detail .modal-detail .modal-detail__list .header {
    padding: 16px 16px 16px 0;
    font-size: 14px;
    font-size: 1.4rem;
    width: 80px;
  }
  .page-detail .page-detail--panel .tab-panel .tab-panel__content .area-image--harf {
    width: 100%;
  }
  .page-detail .page-detail--panel .tab-panel .tab-panel__content .col2 {
    flex-direction: column;
  }
  .page-detail .page-detail--panel .tab-panel .tab-panel__content .col2 .col {
    width: 100%;
  }
  .page-detail .page-detail--panel .tab-panel .tab-panel__content .col2 .col:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .page-detail .page-detail--top {
    display: flex;
    flex-wrap: wrap;
  }
  .page-detail .block {
    width: 100%;
  }
  .page-detail .block--info .block--info__verified .area-form__content .input-txt input {
    width: 80px;
    min-width: initial;
  }
  .page-detail .page-detail--panel .tab-panel .area-image--harf {
    width: 100%;
  }
  .page-detail .page-detail--panel .tab-panel .col2 {
    flex-direction: column;
  }
  .page-detail .page-detail--panel .tab-panel .col2 .col {
    width: 100%;
  }
  .page-detail .page-detail--panel .tab-panel .col2 .col:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.page-login .title-h2,
.page-regist .title-h2 {
  text-align: center;
}
.page-login .area-alert,
.page-regist .area-alert {
  width: 520px;
  margin: 0 auto 16px;
}
.page-login .content-body,
.page-regist .content-body {
  background: transparent;
}
.page-login .area-form__content,
.page-regist .area-form__content {
  border-bottom: none;
  padding-bottom: 0;
}
.page-login .area-form__content .header,
.page-regist .area-form__content .header {
  min-width: 160px;
}
.page-login .area-form__content .body,
.page-regist .area-form__content .body {
  flex-direction: column;
}
.page-login .area-form__content .input-check,
.page-regist .area-form__content .input-check {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-login .area-form__content .input-check label,
.page-regist .area-form__content .input-check label {
  margin: 0;
}
.page-login .area-form__content .input-txt input,
.page-regist .area-form__content .input-txt input {
  min-width: 280px;
}
.page-login .area-inline-link,
.page-regist .area-inline-link {
  margin-bottom: 24px;
}
.page-login .area-inline-link .link-inline,
.page-regist .area-inline-link .link-inline {
  justify-content: center;
  display: flex;
  width: 100%;
}
.page-login .area-form,
.page-regist .area-form {
  border: 1px solid #DADADA;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.page-login .area-form .btn,
.page-regist .area-form .btn {
  width: 280px;
}
.page-login .area-form,
.page-regist .area-form {
  width: 520px;
  box-sizing: border-box;
  padding: 40px 40px 8px 40px;
  background: #FEFEFE;
  margin-bottom: 24px;
}
.page-login .area-err .input-err,
.page-regist .area-err .input-err {
  margin-bottom: 16px;
}
.page-login .area-err .input-err .input-err__inner,
.page-regist .area-err .input-err .input-err__inner {
  margin-top: 0;
  justify-content: center;
}
.page-login .area-register,
.page-regist .area-register {
  text-align: center;
}
.page-login .area-register p,
.page-regist .area-register p {
  margin-bottom: 16px;
}
.page-login .area-register .btn,
.page-regist .area-register .btn {
  width: 280px;
  background: #FEFEFE;
  border: 2px solid #0054A7;
  color: #0054A7;
  box-sizing: border-box;
}

@media screen and (max-width: 840px) {
  .page-login .area-form__content,
  .page-regist .area-form__content {
    flex-direction: unset;
  }
}
@media screen and (max-width: 600px) {
  .page-login .area-alert,
  .page-regist .area-alert {
    width: 100%;
  }
  .page-login .area-form,
  .page-regist .area-form {
    width: 100%;
    padding: 16px 16px 8px 16px;
  }
  .page-login .area-form .area-form__content,
  .page-regist .area-form .area-form__content {
    flex-direction: column;
  }
  .page-login .area-form .area-form__content .input-txt input,
  .page-regist .area-form .area-form__content .input-txt input {
    min-width: 100%;
  }
}
.page-my--transactions .area-select {
  display: flex;
  margin-bottom: 16px;
}
.page-my--transactions .area-select .submit {
  margin: 7px;
}

.page-funds .area-input {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.page-funds .area-input .area-input__select {
  display: flex;
  align-items: center;
}
.page-funds .area-input .area-input__select p {
  color: #999999;
  margin-right: 16px;
}
.page-funds .area-input .area-input__select .input-selectbox {
  margin-right: 16px;
}
.page-funds .area-input .area-input__select .input-selectbox .input-selectbox__inner select {
  min-width: 160px;
}
.page-funds .area-input .input-txt {
  margin: 0;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.card-list .card-item {
  position: relative;
  min-height: 320px;
  width: calc((100% - 96px) / 3);
  border: 1px solid #DADADA;
  box-sizing: border-box;
  margin: 0px 16px 32px;
}
.card-list .card-item a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.card-list .card-item .card-item__head {
  width: 100%;
  position: relative;
}
.card-list .card-item .card-item__head .area-status {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
}
.card-list .card-item .card-item__head .area-status p {
  color: #FFFFFF;
  font-size: 10px;
  font-size: 1rem;
}
.card-list .card-item .card-item__head .area-status__now {
  background: #2EA7E0;
}
.card-list .card-item .card-item__head .area-status__before {
  background: #0054A7;
}
.card-list .card-item .card-item__head .area-status__after {
  background: #555555;
}
.card-list .card-item .card-item__head .area-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.card-list .card-item .card-item__head .area-title {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 84, 167, 0.6);
}
.card-list .card-item .card-item__head .area-title h4 {
  margin: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.card-list .card-item .card-item__head .area-title .area-amount .area-amount__display {
  margin-bottom: 8px;
}
.card-list .card-item .card-item__head .area-title .area-amount .area-amount__display span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFFFFF;
}
.card-list .card-item .card-item__head .area-title .area-amount .area-amount__display .area-amount__title {
  margin-left: 8px;
  background-color: #FFFFFF;
  padding: 2px 4px;
  color: #222222;
  font-size: 10px;
  font-size: 1rem;
  margin-right: 16px;
}
.card-list .card-item .card-item__head .area-title .area-amount .area-amount__display .area-amount__separater {
  margin: 0 4px;
}
.card-list .card-item .card-item__head .area-title .area-amount .area-amount__gauge {
  position: relative;
  width: 100%;
  height: 16px;
  background: #D9D9D9;
}
.card-list .card-item .card-item__head .area-title .area-amount .area-amount__gauge .area-amount__gauge__active {
  height: 16px;
  background: #2EA7E0;
}
.card-list .card-item .card-item__head .area-title .area-amount .area-amount__gauge .area-amount__gauge__rate {
  position: absolute;
  left: 0;
  width: 100%;
  top: -2px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.card-list .card-item .card-item__body .area-detail {
  padding: 16px;
}
.card-list .card-item .card-item__body .area-detail .area-detail__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #DADADA;
}
.card-list .card-item .card-item__body .area-detail .area-detail__list:first-child {
  padding: 0 0 16px;
}
.card-list .card-item .card-item__body .area-detail .area-detail__list:last-child {
  padding: 16px 0 0;
  border-bottom: none;
}
.card-list .card-item .card-item__body .area-detail .area-detail__list dl dt {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 16px;
}
.card-list .card-item .card-item__body .area-detail .area-detail__list dl dd {
  display: inline-block;
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
}
.page-detail .block-accordion {
  border: 1px solid #DADADA;
  border-bottom: none;
}
.page-detail .block-accordion:last-child {
  border-bottom: 1px solid #DADADA;
}

.block-accordion {
  background: #FFFFFF;
  cursor: pointer;
}
.block-accordion .block-accordion__head {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-accordion .block-accordion__head .date {
  font-size: 10px;
  font-size: 1rem;
  margin-right: 16px;
}
.block-accordion .block-accordion__head .title {
  margin-right: 8px;
  color: #555555;
  font-size: 16px;
  font-size: 1.6rem;
  flex: 1;
}
.block-accordion .block-accordion__head .material-icons {
  color: #0054A7;
}
.block-accordion .block-accordion__body {
  display: none;
  padding: 0px 16px 16px 16px;
}
.block-accordion .block-accordion__body p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.block-accordion.open .block-accordion__head .material-icons {
  transform: rotate(180deg);
}

.page-my--identification .content-body .area-form .area-form__mynumber .header,
.page-my--mynumber .content-body .area-form .area-form__mynumber .header {
  min-width: 240px;
}
.page-my--identification .pagenation,
.page-my--mynumber .pagenation {
  justify-content: center;
}

@media screen and (max-width: 840px) {
  .page-my--identification .title-h2,
  .page-my--mynumber .title-h2 {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px) {
  .card-list .card-item {
    width: calc((100% - 64px) / 2);
  }
}
@media screen and (max-width: 600px) {
  .area-input {
    display: block !important;
  }
  .area-input .area-input__select {
    margin-bottom: 8px;
  }
  .area-input .input-txt input {
    width: 100%;
  }
  .card-list .card-item {
    width: 100%;
  }
}
.page-my--notice-detail .area-head {
  margin-bottom: 16px;
}
.page-my--notice-detail .area-head .area-date {
  color: #555555;
  margin-bottom: 16px;
}
.page-my--notice-detail .area-head .title-h2 {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.page-my--notice-detail .area-head .title-h2 .badge {
  padding: 4px 8px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 8px;
}
.page-my--notice-detail .area-head .title-h2 .badge-important {
  background-color: #F06D6D;
}
.page-my--notice-detail .area-head .title-h2 .badge-new {
  background-color: #2EA7E0;
}
.page-my--notice-detail .area-head .title-h2 h2 {
  margin: 0;
}
.page-my--notice-detail .area-body {
  margin-bottom: 64px;
}
.page-my--notice-detail .area-body p {
  color: #555555;
}
.page-my--notice-detail .area-body .area-textlink {
  margin: 32px 0;
}
.page-my--notice-detail .area-body .area-deposit {
  margin: 32px 0;
}
.page-my--notice-detail .area-body .area-deposit dl {
  color: #555555;
  margin-bottom: 16px;
}
.page-my--notice-detail .area-body .area-deposit dl dt {
  display: inline-block;
}
.page-my--notice-detail .area-body .area-deposit dl dd {
  display: inline-block;
}

.annual-transaction-report {
  font-family: serif;
  color: #000;
}
.annual-transaction-report h1 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  text-align: center;
}
.annual-transaction-report table {
  width: 100%;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-collapse: collapse;
}
.annual-transaction-report table.border-top {
  border-top: 2px solid #000;
}
.annual-transaction-report table.border-bottom {
  border-bottom: 2px solid #000;
}
.annual-transaction-report th,
.annual-transaction-report td {
  font-size: 12px;
  line-height: 1.4;
  padding: 10px 15px;
  border: 1px solid #000;
}
.annual-transaction-report .align-center {
  text-align: center;
}
.annual-transaction-report .align-left {
  text-align: left;
}
.annual-transaction-report .align-right {
  text-align: right;
}
.annual-transaction-report .align-justify {
  text-align-last: justify;
}
.annual-transaction-report .description {
  position: relative;
  height: 30px;
}
.annual-transaction-report .description > span {
  position: absolute;
  left: 4px;
  top: 4px;
}
.annual-transaction-report .my-number {
  padding: 0;
  height: 20px;
}
.annual-transaction-report .my-number table {
  height: 28px;
  border: none;
}
.annual-transaction-report .my-number table tr {
  border: none;
}
.annual-transaction-report .my-number table tbody {
  border: none;
}
.annual-transaction-report .my-number table td {
  border: none;
  padding: 0;
  width: 20px;
}
.annual-transaction-report .my-number table td.border-solid {
  border-right: 1px solid #000;
}
.annual-transaction-report .my-number table td.border-dashed {
  border-right: 1px dashed #000;
}
.annual-transaction-report .organize-table {
  margin-top: 20px;
  border: 2px solid #000;
}

.wizard {
  margin-bottom: 2rem;
}

.wizard__header {
  display: flex;
  background-color: #F06D6D;
  border-radius: 4px 4px 0 0;
  color: #F2F2F2;
  padding: 2rem;
}
.wizard__header span {
  font-size: 1.6rem;
}

.wizard__body {
  border: 1px solid #F06D6D;
  border-radius: 0 0 4px 4px;
  padding: 2rem;
}

@media screen and (max-width: 840px) {
  .wizard__body a {
    margin-bottom: 2rem;
  }
  .wizard__body a:last-child {
    margin-bottom: 0;
  }
}
.text-danger {
  color: #F06D6D;
}

.help-text {
  font-size: 1.3rem;
  margin-top: 5px;
}

.debug {
  background-color: #ff9762;
  border: solid 2px #ff5722;
  padding: 1rem;
  margin-bottom: 2rem;
}

.error-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40rem;
  text-align: center;
}
.error-content .error-message {
  color: #0054A7;
  font-size: 2rem;
}

.ckeditor-content ul {
  padding: 0 0 0 40px;
}
.ckeditor-content ol {
  padding: 0 0 0 40px;
}
.ckeditor-content li {
  list-style: unset;
}
.ckeditor-content img {
  width: initial !important;
}
@media screen and (max-width: 600px) {
  .ckeditor-content img {
    width: 100% !important;
    height: 100% !important;
  }
}

.fund_contract_documents-show .title-h2 {
  margin-bottom: 2rem;
}
.fund_contract_documents-show .title-h2 h2 {
  margin-bottom: 0.5rem;
}

.fund_contract_document {
  margin-bottom: 3rem;
}

.fund_contract_document__title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.fund_contract_document__document-html h1, .fund_contract_document__document-html h2, .fund_contract_document__document-html h3 {
  margin-bottom: 2rem;
}
.fund_contract_document__document-html h1 {
  font-size: 2.4rem;
}
.fund_contract_document__document-html h2 {
  font-size: 2rem;
}
.fund_contract_document__document-html h3 {
  font-size: 1.8rem;
}
.fund_contract_document__document-html p, .fund_contract_document__document-html ul, .fund_contract_document__document-html ol {
  margin-bottom: 1.2rem;
}
.fund_contract_document__document-html ul, .fund_contract_document__document-html ol {
  padding-left: 2rem;
}
.fund_contract_document__document-html ul li {
  list-style-type: disc;
}
.fund_contract_document__document-html ol li {
  list-style-type: decimal;
}

.hidden {
  display: none;
}

.search-input-txt input {
  width: 240px;
  border: 1px solid #DADADA;
  margin-top: 4px;
  border-radius: 4px;
  background: #FFFFFF;
  padding: 12px;
  box-sizing: border-box;
}
.search-input-txt input::placeholder {
  color: #BCBCBC;
}
.search-input-txt input:-ms-input-placeholder {
  color: #BCBCBC;
}
.search-input-txt input::-ms-input-placeholder {
  color: #BCBCBC;
}

.selected {
  float: left;
  margin-right: 10px;
  padding: 10px;
}

.suggestion-list {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 4px;
  border-radius: 4px;
  background: #fff;
  padding: 12px;
}

.suggestion-item {
  padding: 8px 12px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #f0f0f0;
}

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.overlay p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 1.5rem;
  text-align: center;
}
