/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ee0601;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ee0601;
}

body {
  font-family: "iranyekan", serif !important;
  background-color: #ffffff;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-family: "iranyekan", serif !important;
}

h1 {
  font-weight: bold;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

.btn {
  border-radius: 10px;
  font-weight: bold;
  border: none;
  padding-left: 25px;
  padding-right: 25px;
}

.btn.btn-secondary {
  background-color: #273372;
}

.btn.btn-primary {
  background-color: #ee0601;
}

.btn.tile {
  border-radius: 0;
}

.btn.icon {
  padding-right: 15px;
  padding-left: 15px;
}

#page {
  overflow-x: hidden;
}

.h-full {
  height: 100%;
}

.w-full {
  width: 100%;
}

.card-white {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
}

.card-white .numbers {
  color: #ee0601;
  direction: ltr;
  line-height: 1;
}

.card-white .numbers span {
  font-weight: 300;
  font-size: 2.5em;
}

.card-white .numbers strong {
  font-weight: 800;
  font-size: 3.5em;
}

header.zaiem-title {
  border-right: 3px solid #ee0601;
  padding-right: 15px;
}

small {
  font-size: 60%;
}

.text-grey {
  color: #999;
}

.pointer {
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none !important;
}

.menu-card {
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: -1;
}

.menu-card.open {
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 999;
}

.menu-card .pwa-close-icon {
  top: 0;
  right: 0;
  background-color: #000;
  z-index: 136;
}

.menu-card .pwa-menu-container {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 135;
  position: fixed;
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-card .pwa-menu-container .pwa-menu-button-wrapper {
  width: 90%;
  max-width: 700px;
}

.menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons {
  z-index: 1;
  width: 120px;
  height: 120px;
  position: relative;
  margin-bottom: 50px;
  color: white;
  border: 2px solid #273372;
  background-color: #273372;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons:hover {
  border: 2px solid #fff;
}

@media screen and (max-width: 430px) {
  .menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 400px) {
  .menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons {
    width: 90px;
    height: 90px;
  }
}

.menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons .pwa-menu-buttons-title {
  width: 100%;
  bottom: -30px;
  text-align: center;
  position: absolute;
}

.menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons .pwa-menu-buttons-icon {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons .pwa-menu-buttons-icon img {
  height: 70%;
}

.menu-card .pwa-menu-container .pwa-menu-button-wrapper .pwa-menu-buttons .pwa-menu-buttons-icon img.extend-height {
  height: 70% !important;
}

.menu-card .pwa-menu-container.zoom-out {
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.about-img {
  height: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 4px;
}

.about-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 4px;
}

#accordion .title {
  background-color: #555;
  color: white;
  font-size: 14px;
}

#accordion .content {
  font-size: 12px;
}

.logo.dark {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@-webkit-keyframes slideUp {
  from {
    visibility: visible;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  from {
    visibility: visible;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideDown {
  from {
    visibility: visible;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideDown {
  from {
    visibility: visible;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
            transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
            transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
            transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animated {
  opacity: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.header {
  top: 0;
  width: 100%;
  padding: 15px;
  position: absolute;
}

.header i {
  color: black;
  font-size: 28px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.header i:hover {
  color: #ee0601 !important;
}

.header.dark i {
  color: white;
}

.header.dark img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#section0 .header i,
#section3 .header i,
#section5 .header i,
#section6 .header i,
#section7 .header i {
  color: white;
}

#section0 .header img,
#section3 .header img,
#section5 .header img,
#section6 .header img,
#section7 .header img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#footer {
  position: relative;
  background-color: #273372;
  padding-top: 1px;
  padding-bottom: 1px;
}

#footer .address {
  margin-top: 15px;
  font-size: 0.9em;
}

#footer .address .address-title {
  color: rgba(255, 255, 255, 0.3);
  margin-left: 15px;
}

#footer .contacts {
  font-size: 0.9em;
  color: #ddd;
}

#fullpage .fp-section header {
  min-height: 110px;
}

#fullpage .fp-section.fp-completely .animated {
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(1) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(1) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(1) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(1) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(1) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(1) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(1) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(2) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(2) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(2) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(2) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(2) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(2) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(2) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(3) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(3) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(3) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(3) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(3) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(3) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(3) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(4) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(4) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(4) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(4) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(4) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(4) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(4) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(5) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(5) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(5) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(5) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(5) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(5) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(5) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(6) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(6) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(6) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(6) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(6) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(6) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(6) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(7) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(7) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(7) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(7) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(7) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(7) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(7) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(8) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(8) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(8) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(8) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(8) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(8) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(8) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(9) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(9) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(9) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(9) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(9) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(9) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(9) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(10) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(10) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(10) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(10) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(10) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(10) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(10) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(11) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(11) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(11) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(11) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(11) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(11) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(11) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideUp:nth-child(12) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.slideDown:nth-child(12) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.flipInX:nth-child(12) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.fadeIn:nth-child(12) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.zoomIn:nth-child(12) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.rollIn:nth-child(12) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.backInUp:nth-child(12) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(4) {
  -webkit-animation-delay: 1.33333s !important;
          animation-delay: 1.33333s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(5) {
  -webkit-animation-delay: 1.66667s !important;
          animation-delay: 1.66667s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(6) {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(7) {
  -webkit-animation-delay: 2.33333s !important;
          animation-delay: 2.33333s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(8) {
  -webkit-animation-delay: 2.66667s !important;
          animation-delay: 2.66667s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(9) {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(10) {
  -webkit-animation-delay: 3.33333s !important;
          animation-delay: 3.33333s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(11) {
  -webkit-animation-delay: 3.66667s !important;
          animation-delay: 3.66667s !important;
}

#fullpage .fp-section.fp-completely .animated.animation-delay:nth-child(12) {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

@media (max-width: 576px) {
  #fullpage .fp-section .container {
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

#fullpage .v-center {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fullpage .card-white {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
}

#fullpage .card-white .numbers {
  color: #ee0601;
  direction: ltr;
  line-height: 1;
}

#fullpage .card-white .numbers span {
  font-weight: 300;
  font-size: 2.5em;
}

#fullpage .card-white .numbers strong {
  min-width: 20px;
  font-weight: 700;
  font-size: 3.5em;
}

#fullpage h2,
#fullpage .h2 {
  font-size: 2rem;
  line-height: 45px;
}

@media (max-width: 576px) {
  #fullpage h2,
  #fullpage .h2 {
    font-size: 1.5rem;
    line-height: 35px;
  }
}

#fullpage #section0 {
  font-size: 28px;
  line-height: 45px;
}

#fullpage #section0 .custom-header {
  top: 0;
  z-index: 10;
  padding: 20px;
}

#fullpage #section0 .custom-header img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#fullpage #section0 .custom-header i {
  color: white;
  font-size: 28px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#fullpage #section0 .custom-header i:hover {
  color: #ee0601 !important;
}

#fullpage #section0 .custom-carousel .carousel-inner,
#fullpage #section0 .custom-carousel .fp-tableCell {
  width: 100vw !important;
  height: 100vh !important;
}

#fullpage #section0 .custom-carousel .carousel-control-prev,
#fullpage #section0 .custom-carousel .carousel-control-next {
  width: 10%;
  z-index: 3 !important;
}

#fullpage #section0 .custom-carousel .carousel-item .carousel-caption {
  bottom: auto;
  z-index: 2 !important;
}

#fullpage #section0 .custom-carousel .carousel-item img {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
}

#fullpage #section0 .custom-carousel .carousel-item .card-in {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#fullpage #section0 .custom-carousel .carousel-item:after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}

#fullpage #section1 {
  background: url("./img/bg/1.jpg") no-repeat;
  background-position: 200px center;
}

#fullpage #section1 .title {
  color: #273372;
}

#fullpage #section1 p {
  font-size: 16px;
  line-height: 30px;
}

#fullpage #section2 .activity-card {
  position: relative;
  background-color: #273372;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}

#fullpage #section2 .activity-card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#fullpage #section2 .activity-card img {
  max-width: 100%;
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 0;
}

#fullpage #section2 .activity-card .title {
  background-color: #273372;
  position: relative;
  padding: 12px;
  border-top: 1px solid #fff;
  margin-bottom: 0;
  z-index: 1;
}

#fullpage #section2 #about {
  background-size: cover;
  background-repeat: repeat;
  background-image: url("./img/pattern.jpg");
}

#fullpage #section2 #about .bordered {
  padding-right: 30px;
  position: relative;
  border-right: 2px solid #999;
  max-height: 100px;
  overflow: auto;
  direction: ltr;
}

#fullpage #section2 #about .bordered p {
  direction: rtl;
}

#fullpage #section2 #about .bordered::-webkit-scrollbar {
  width: 6px;
}

#fullpage #section2 #about .bordered::-webkit-scrollbar-track {
  background: transparent;
}

#fullpage #section3 {
  background: url("./img/bg/4.jpg") no-repeat;
  background-size: cover;
}

#fullpage #section3 .title {
  color: #273372;
}

#fullpage #section3 .product-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  color: #000;
}

#fullpage #section3 .product-card .product-name {
  font-size: 0.8em;
}

#fullpage #section3 .product-card img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}

#fullpage #section3 .swiper-button-prev {
  left: -30px;
  outline: none;
}

#fullpage #section3 .swiper-button-next {
  right: -30px;
  outline: none;
}

#fullpage #section3 .btn-secondary {
  background-color: #051120;
}

#fullpage #section4 {
  font-size: 14px;
  background: url("./img/bg/3.jpg") no-repeat;
  background-position: right center;
  background-size: auto;
}

#fullpage #section4 small {
  font-size: 12px !important;
}

#fullpage #section4 h2 {
  font-size: 17px !important;
  color: #273372;
}

#fullpage #section4 .blog-date {
  z-index: 1;
  font-size: 12px;
  top: -15px;
}

#fullpage #section4 p {
  padding-right: 15px;
  border-right: 2px dashed #ee0601;
}

#fullpage #section5 {
  background-color: #03b48c;
}

#fullpage #section5 .statues .swiper-slide {
  width: 100%;
}

#fullpage #section5 .statues .swiper-slide img {
  max-width: 200px;
}

#fullpage #section6 {
  background-color: #10173e;
}

#fullpage #section7 {
  background-color: #22103e;
}

#fullpage #section7 .company-card {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#fullpage #section7 .company-card small {
  font-size: 13px !important;
}

#fullpage #section7 .company-card .description {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

#fullpage #section7 .company-card:hover .description {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#fullpage #section8 {
  background: url("./img/bg/2.jpg") no-repeat;
  background-position: 50px top;
  background-size: auto;
  background-color: #34abd7;
}

#main {
  padding-bottom: 30px;
}

#main header img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#main > div {
  margin-top: -60px;
}

#main .products .product-card {
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #333;
}

#main .products .product-card img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#main .products .product-card:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#main .products .product-card:hover img {
  -webkit-transform: scale(0.95) rotate(2deg);
          transform: scale(0.95) rotate(2deg);
}

#main .animated {
  opacity: 1;
  -ms-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
}

#main .animated.slideUp:nth-child(1) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(1) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(1) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(1) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(1) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(1) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(1) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(2) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(2) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(2) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(2) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(2) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(2) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(2) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(3) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(3) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(3) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(3) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(3) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(3) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(3) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(4) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(4) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(4) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(4) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(4) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(4) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(4) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(5) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(5) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(5) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(5) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(5) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(5) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(5) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(6) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(6) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(6) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(6) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(6) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(6) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(6) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(7) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(7) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(7) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(7) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(7) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(7) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(7) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(8) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(8) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(8) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(8) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(8) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(8) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(8) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.6s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(9) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(9) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(9) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(9) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(9) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(9) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(9) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 1.8s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(10) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(10) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(10) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(10) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(10) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(10) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(10) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(11) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(11) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(11) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(11) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(11) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(11) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(11) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.2s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideUp:nth-child(12) {
  -webkit-animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: slideUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.slideDown:nth-child(12) {
  -webkit-animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: slideDown 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.flipInX:nth-child(12) {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: flipInX 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.fadeIn:nth-child(12) {
  -webkit-animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: fadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.zoomIn:nth-child(12) {
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: zoomIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.rollIn:nth-child(12) {
  -webkit-animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: rollIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.backInUp:nth-child(12) {
  -webkit-animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  animation: backInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s both;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-iteration-count: 1 !important;
          animation-iteration-count: 1 !important;
}

#main .animated.animation-delay:nth-child(4) {
  -webkit-animation-delay: 1.33333s !important;
          animation-delay: 1.33333s !important;
}

#main .animated.animation-delay:nth-child(5) {
  -webkit-animation-delay: 1.66667s !important;
          animation-delay: 1.66667s !important;
}

#main .animated.animation-delay:nth-child(6) {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

#main .animated.animation-delay:nth-child(7) {
  -webkit-animation-delay: 2.33333s !important;
          animation-delay: 2.33333s !important;
}

#main .animated.animation-delay:nth-child(8) {
  -webkit-animation-delay: 2.66667s !important;
          animation-delay: 2.66667s !important;
}

#main .animated.animation-delay:nth-child(9) {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

#main .animated.animation-delay:nth-child(10) {
  -webkit-animation-delay: 3.33333s !important;
          animation-delay: 3.33333s !important;
}

#main .animated.animation-delay:nth-child(11) {
  -webkit-animation-delay: 3.66667s !important;
          animation-delay: 3.66667s !important;
}

#main .animated.animation-delay:nth-child(12) {
  -webkit-animation-delay: 4s !important;
          animation-delay: 4s !important;
}

#product .product-subtitle {
  color: #777;
}

#product .product-price .discount {
  color: #999;
}

#product .product-price .price {
  font-size: 1.8em;
}

#product .product-price .currenry-text {
  font-size: 70% !important;
}

#product .product-images .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#product .product-images .swiper-slide {
  background-size: cover;
  background-position: center;
}

#product .product-images .gallery-top {
  height: 80%;
  width: 100%;
}

#product .product-images .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

#product .product-images .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

#product .product-images .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#product .product-description {
  background-color: #f3f3f3;
  padding: 15px;
}

#product .related-products {
  position: relative;
  border: 1px solid #273372;
  padding: 15px;
  border-radius: 7px;
}

#product .product-tags .tag {
  color: #273372;
  font-size: 80%;
  padding: 0 5px;
  border: 1px solid #273372;
  border-radius: 3px;
  margin: 5px;
}
/*# sourceMappingURL=style.css.map */