@charset "UTF-8";
 
.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
  flex: 0 0 auto;
  flex-basis: 100%;
  margin: 0;
}
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
  margin: 0 auto;
}
.fl-builder-ie-11
  .fl-row-full-height.fl-row-align-center
  .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11
  .fl-row-custom-height.fl-row-align-center
  .fl-col-group:not(.fl-col-group-equal-height) {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
  align-items: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-align: end;
  -ms-flex-pack: end;
}
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11
  .fl-row-custom-height.fl-row-align-bottom
  .fl-row-content-wrap {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 1024px;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 768px;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .fl-row-full-height .fl-row-content-wrap {
    min-height: 500px;
  }
}
.fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fl-col-group-equal-height {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after {
  content: none;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  width: 100%;
}
.fl-builder-ie-11 .fl-col-group-equal-height,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
  min-height: 1px;
}
.fl-col {
  float: left;
  min-height: 1px;
}
.fl-col-bg-overlay .fl-col-content {
  position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
  border-radius: inherit;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.fl-col-bg-overlay .fl-module {
  position: relative;
  z-index: 2;
}
.fl-module img {
  max-width: 100%;
}
.fl-builder-module-template {
  margin: 0 auto;
  max-width: 1100px;
  padding: 20px;
}
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
}
.fl-builder-content .fl-button:hover {
  text-decoration: none;
}
.fl-builder-content .fl-button:active {
  position: relative;
  top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
  display: block;
  text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
  display: inline-block;
  text-align: center;
  max-width: 100%;
}
.fl-builder-content .fl-button-left {
  text-align: left;
}
.fl-builder-content .fl-button-center {
  text-align: center;
}
.fl-builder-content .fl-button-right {
  text-align: right;
}
.fl-builder-content .fl-button i {
  font-size: 1.3em;
  height: auto;
  margin-right: 8px;
  vertical-align: middle;
  width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
  margin-left: 8px;
  margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
  vertical-align: middle;
}
.fl-icon-wrap {
  display: inline-block;
}
.fl-icon {
  display: table-cell;
  vertical-align: middle;
}
.fl-icon a {
  text-decoration: none;
}
.fl-icon i {
  float: right;
  height: auto;
  width: auto;
}
.fl-icon i:before {
  border: none !important;
  height: auto;
  width: auto;
}
.fl-icon-text {
  display: table-cell;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}
.fl-icon-text-empty {
  display: none;
}
.fl-icon-text *:last-child {
  margin: 0 !important;
  padding: 0 !important;
}
.fl-icon-text a {
  text-decoration: none;
}
.fl-icon-text span {
  display: block;
}
.fl-icon-text span.mce-edit-focus {
  min-width: 1px;
}
.fl-photo {
  line-height: 0;
  position: relative;
}
.fl-photo-align-left {
  text-align: left;
}
.fl-photo-align-center {
  text-align: center;
}
.fl-photo-align-right {
  text-align: right;
}
.fl-photo-content {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
}
.fl-photo-img-svg {
  width: 100%;
}
.fl-photo-content img {
  display: inline;
  height: auto;
  max-width: 100%;
}
.fl-photo-crop-circle img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.fl-photo-caption {
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fl-photo-caption-below {
  padding-bottom: 20px;
  padding-top: 10px;
}
.fl-photo-caption-hover {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 10px 15px;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
  opacity: 100;
  filter: alpha(opacity=100);
}
.fl-builder-pagination,
.fl-builder-pagination-load-more {
  padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fl-builder-pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 5px 10px;
  margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
  background: #f5f5f5;
  text-decoration: none;
}
.fl-slideshow,
.fl-slideshow * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fl-slideshow .fl-slideshow-image img {
  max-width: none !important;
}
.fl-slideshow-social {
  line-height: 0 !important;
}
.fl-slideshow-social * {
  margin: 0 !important;
}
.fl-builder-content .bx-wrapper .bx-viewport {
  background: transparent;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  left: 0;
}
.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 50%;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
  background: transparent !important;
  border: none !important;
  outline: none;
  position: absolute;
  top: 0;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
  top: 32px !important;
}
img.mfp-img {
  padding: 0;
}
.mfp-counter {
  display: none;
}
.mfp-wrap .mfp-preloader.fa {
  font-size: 30px;
}
.fl-form-field {
  margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
  border-color: #dd6420;
}
.fl-form-error-message {
  clear: both;
  color: #dd6420;
  display: none;
  padding-top: 8px;
  font-size: 12px;
  font-weight: lighter;
}
.fl-form-button-disabled {
  opacity: 0.5;
}
.fl-animation {
  opacity: 0;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
  opacity: 1;
}
.fl-animated {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.fl-button.fl-button-icon-animation i {
  width: 0 !important;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
  opacity: 1 !important;
  -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
  margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
  margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
  margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
  margin-right: 20px !important;
  margin-left: -10px;
}
.single:not(.woocommerce).single-fl-builder-template .fl-content {
  width: 100%;
}
.fl-builder-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.fl-builder-shape-layer {
  z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
  z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
  z-index: 2;
}
.fl-row-has-layers .fl-row-content {
  z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
  z-index: 2;
}
.fl-builder-layer > * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fl-builder-layer + .fl-row-content {
  position: relative;
}
.fl-builder-layer .fl-shape {
  fill: #aaa;
  stroke: none;
  stroke-width: 0;
  width: 100%;
}
@supports (-webkit-touch-callout: inherit) {
  .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}
@supports (-webkit-touch-callout: none) {
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}
.fl-row-content-wrap {
  margin: 0;
}
.fl-row-content-wrap {
  padding: 0;
}
.fl-row-fixed-width {
  max-width: 1440px;
}
.fl-col-content {
  margin: 0;
}
.fl-col-content {
  padding: 0;
}
.fl-module-content {
  margin: 0;
}
@media (max-width: 1024px) {
  body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,
  body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop {
    display: none !important;
  }
  .fl-visible-desktop,
  .fl-visible-mobile,
  .fl-col-group .fl-visible-desktop.fl-col,
  .fl-col-group .fl-visible-mobile.fl-col {
    display: none;
  }
  .fl-visible-desktop-medium,
  .fl-visible-medium,
  .fl-visible-medium-mobile,
  .fl-col-group .fl-visible-desktop-medium.fl-col,
  .fl-col-group .fl-visible-medium.fl-col,
  .fl-col-group .fl-visible-medium-mobile.fl-col {
    display: block;
  }
  .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
  .fl-col-group-equal-height .fl-visible-medium.fl-col,
  .fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
    display: flex;
  }
}
@media (max-width: 768px) {
  body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop,
  body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop,
  body.fl-builder-ie-11 .fl-row.fl-row-full-height.fl-visible-desktop-medium,
  body.fl-builder-ie-11 .fl-row.fl-row-custom-height.fl-visible-desktop-medium {
    display: none !important;
  }
  .fl-visible-desktop,
  .fl-visible-desktop-medium,
  .fl-visible-medium,
  .fl-col-group .fl-visible-desktop.fl-col,
  .fl-col-group .fl-visible-desktop-medium.fl-col,
  .fl-col-group .fl-visible-medium.fl-col,
  .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
  .fl-col-group-equal-height .fl-visible-medium.fl-col {
    display: none;
  }
  .fl-visible-medium-mobile,
  .fl-visible-mobile,
  .fl-col-group .fl-visible-medium-mobile.fl-col,
  .fl-col-group .fl-visible-mobile.fl-col {
    display: block;
  }
  .fl-row-content-wrap {
    background-attachment: scroll !important;
  }
  .fl-row-bg-parallax .fl-row-content-wrap {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
  .fl-col-group.fl-col-group-equal-height {
    display: block;
  }
  .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .fl-col-group.fl-col-group-responsive-reversed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -ms-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
  }
  .fl-col-group.fl-col-group-responsive-reversed .fl-col {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .fl-col {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto !important;
  }
  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 400px;
  }
  .fl-block-col-resize {
    display: none;
  }
  .fl-row[data-node] .fl-row-content-wrap {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .fl-row[data-node] .fl-bg-video,
  .fl-row[data-node] .fl-bg-slideshow {
    left: 0;
    right: 0;
  }
  .fl-col[data-node] .fl-col-content {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
  display: none;
}
.fl-node-3gh9t2bzfle6 > .fl-row-content-wrap {
  padding-bottom: 30px;
}
.fl-node-5zoj07ik4cyn > .fl-row-content-wrap {
  min-height: 709px;
}
.fl-node-5zoj07ik4cyn .fl-row-content {
  max-width: 1440px;
}
@media (max-width: 1024px) {
  .fl-node-5zoj07ik4cyn > .fl-row-content-wrap {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .fl-node-5zoj07ik4cyn > .fl-row-content-wrap {
    min-height: 0;
  }
}
@media (max-width: 1024px) {
  .fl-node-5zoj07ik4cyn.fl-row > .fl-row-content-wrap {
    margin-bottom: 0;
  }
}
.fl-node-5zoj07ik4cyn > .fl-row-content-wrap {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .fl-node-5zoj07ik4cyn.fl-row > .fl-row-content-wrap {
    padding-bottom: 0;
  }
}
.fl-node-1jmznfsqa6og > .fl-row-content-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .fl-node-1jmznfsqa6og.fl-row > .fl-row-content-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .fl-node-1jmznfsqa6og.fl-row > .fl-row-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fl-node-87qj1mtcp0hk > .fl-row-content-wrap {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .fl-node-b6gtzemscxwq.fl-row > .fl-row-content-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.fl-node-b6gtzemscxwq > .fl-row-content-wrap {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .fl-node-b6gtzemscxwq.fl-row > .fl-row-content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .fl-node-b6gtzemscxwq.fl-row > .fl-row-content-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fl-node-amqbku857sxo .fl-row-content {
  max-width: 1320px;
}
.fl-node-amqbku857sxo > .fl-row-content-wrap {
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .fl-node-amqbku857sxo.fl-row > .fl-row-content-wrap {
    padding-right: 50px;
    padding-bottom: 0;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .fl-node-amqbku857sxo.fl-row > .fl-row-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fl-node-p8eb14aj3tqw .fl-row-content {
  max-width: 1320px;
}
.fl-node-p8eb14aj3tqw > .fl-row-content-wrap {
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .fl-node-p8eb14aj3tqw.fl-row > .fl-row-content-wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .fl-node-p8eb14aj3tqw.fl-row > .fl-row-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fl-node-8boq1nl5gc2t .fl-row-content {
  max-width: 1320px;
}
.fl-node-8boq1nl5gc2t > .fl-row-content-wrap {
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .fl-node-8boq1nl5gc2t.fl-row > .fl-row-content-wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .fl-node-8boq1nl5gc2t.fl-row > .fl-row-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fl-node-0lxgsw2uozf4 .fl-row-content {
  max-width: 1320px;
}
.fl-node-0lxgsw2uozf4 > .fl-row-content-wrap {
  padding-right: 50px;
  padding-bottom: 80px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .fl-node-0lxgsw2uozf4.fl-row > .fl-row-content-wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .fl-node-0lxgsw2uozf4.fl-row > .fl-row-content-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.fl-node-r1x4vz95jhe3 > .fl-row-content-wrap:after {
  background-color: rgba(17, 17, 17, 0.15);
}
.fl-node-r1x4vz95jhe3 > .fl-row-content-wrap {
  background-image: url( );
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 700px;
}
.fl-node-r1x4vz95jhe3 .fl-row-content {
  max-width: 1440px;
}
.fl-node-r1x4vz95jhe3 > .fl-row-content-wrap {
  padding-top: 180px;
  padding-right: 60px;
  padding-bottom: 180px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .fl-node-r1x4vz95jhe3.fl-row > .fl-row-content-wrap {
    padding-top: 100px;
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }
}
.fl-node-do9u8pyt3x65 {
  color: #fff;
}
.fl-builder-content
  .fl-node-do9u8pyt3x65
  *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
  color: inherit;
}
.fl-builder-content .fl-node-do9u8pyt3x65 a {
  color: #fff;
}
.fl-builder-content .fl-node-do9u8pyt3x65 a:hover {
  color: #fff;
}
.fl-builder-content .fl-node-do9u8pyt3x65 h1,
.fl-builder-content .fl-node-do9u8pyt3x65 h2,
.fl-builder-content .fl-node-do9u8pyt3x65 h3,
.fl-builder-content .fl-node-do9u8pyt3x65 h4,
.fl-builder-content .fl-node-do9u8pyt3x65 h5,
.fl-builder-content .fl-node-do9u8pyt3x65 h6,
.fl-builder-content .fl-node-do9u8pyt3x65 h1 a,
.fl-builder-content .fl-node-do9u8pyt3x65 h2 a,
.fl-builder-content .fl-node-do9u8pyt3x65 h3 a,
.fl-builder-content .fl-node-do9u8pyt3x65 h4 a,
.fl-builder-content .fl-node-do9u8pyt3x65 h5 a,
.fl-builder-content .fl-node-do9u8pyt3x65 h6 a {
  color: #fff;
}
.fl-node-do9u8pyt3x65 > .fl-row-content-wrap:after {
  background-color: rgba(18, 18, 18, 0.5);
}
.fl-node-do9u8pyt3x65 > .fl-row-content-wrap {
  background-image: url(https://sunking.com/wp-content/uploads/2022/04/DSC_2202-1-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  min-height: 336px;
}
.fl-node-do9u8pyt3x65 .fl-row-content {
  max-width: 684px;
}
.fl-node-do9u8pyt3x65 > .fl-row-content-wrap {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 1024px) {
  .fl-node-do9u8pyt3x65.fl-row > .fl-row-content-wrap {
    padding-top: 180px;
    padding-bottom: 1801px;
  }
}
@media (max-width: 768px) {
  .fl-node-do9u8pyt3x65.fl-row > .fl-row-content-wrap {
    padding-top: 100px;
    padding-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
  }
}
.fl-node-6f87o0ucr1hi {
  width: 100%;
}
.fl-node-6cd39srm1v84 {
  width: 100%;
}
.fl-node-je5mwcfyx9ih {
  width: 100%;
}
.fl-node-hscowgjda587 {
  width: 100%;
}
.fl-node-hscowgjda587 > .fl-col-content {
  background-color: #fff;
}
.fl-node-h5mzkn61ur32 {
  width: 100%;
}
.fl-node-v4abe2ds8fm9 {
  width: 100%;
}
.fl-node-zia48qv0ustn {
  width: 100%;
}
.fl-node-d8bnt9a60kmh {
  width: 100%;
}
.fl-node-4djtru5x0epg {
  width: 33.33%;
}
.fl-node-4djtru5x0epg > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-4djtru5x0epg {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-4djtru5x0epg > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-4djtru5x0epg.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-4djtru5x0epg > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-4djtru5x0epg.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-qrytj3fak0iw {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-qrytj3fak0iw {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-qrytj3fak0iw {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-qrytj3fak0iw > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-qrytj3fak0iw > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.fl-node-adg2ywlbr9k7 {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-adg2ywlbr9k7 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-adg2ywlbr9k7 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-adg2ywlbr9k7 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-ico0tqp8ajz9 {
  width: 33.34%;
}
.fl-node-ico0tqp8ajz9 > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-ico0tqp8ajz9 {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-ico0tqp8ajz9 > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-ico0tqp8ajz9.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-ico0tqp8ajz9 > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-ico0tqp8ajz9.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-1e5p0as23mbo {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-1e5p0as23mbo {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-1e5p0as23mbo {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-1e5p0as23mbo > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-1e5p0as23mbo > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.fl-node-ohbqpda89gtr {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-ohbqpda89gtr {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-ohbqpda89gtr > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-ohbqpda89gtr > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-vz45m6qiagls {
  width: 33.33%;
}
.fl-node-vz45m6qiagls > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-vz45m6qiagls {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-vz45m6qiagls > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-vz45m6qiagls.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-vz45m6qiagls > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-vz45m6qiagls.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-raoqu3mkv6f4 {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-raoqu3mkv6f4 {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-raoqu3mkv6f4 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-raoqu3mkv6f4 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-raoqu3mkv6f4 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-raoqu3mkv6f4.fl-col > .fl-col-content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.fl-node-rui0w4a3x8g6 {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-rui0w4a3x8g6 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-rui0w4a3x8g6 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-rui0w4a3x8g6 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-if6rjvt04ewb {
  width: 33.33%;
}
.fl-node-if6rjvt04ewb > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-if6rjvt04ewb {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-if6rjvt04ewb > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-if6rjvt04ewb.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-if6rjvt04ewb > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-if6rjvt04ewb.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-ig5vmtzy0flo {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-ig5vmtzy0flo {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-ig5vmtzy0flo {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-ig5vmtzy0flo > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-ig5vmtzy0flo > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.fl-node-xvr2hdl3syob {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-xvr2hdl3syob {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-xvr2hdl3syob > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-xvr2hdl3syob > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-jh7dm94ic5w1 {
  width: 33.34%;
}
.fl-node-jh7dm94ic5w1 > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-jh7dm94ic5w1 {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-jh7dm94ic5w1 > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-jh7dm94ic5w1.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-jh7dm94ic5w1 > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-jh7dm94ic5w1.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-ko64w7i30fpe {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-ko64w7i30fpe {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-ko64w7i30fpe {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-ko64w7i30fpe > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-ko64w7i30fpe > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.fl-node-8hjmaq0ctoi6 {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-8hjmaq0ctoi6 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-8hjmaq0ctoi6 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-8hjmaq0ctoi6 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-7h3e819wvyxj {
  width: 33.33%;
}
.fl-node-7h3e819wvyxj > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-7h3e819wvyxj {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-7h3e819wvyxj > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-7h3e819wvyxj.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-7h3e819wvyxj > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-7h3e819wvyxj.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-s8opj3ikcwh7 {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-s8opj3ikcwh7 {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-s8opj3ikcwh7 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-s8opj3ikcwh7 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-s8opj3ikcwh7 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-s8opj3ikcwh7.fl-col > .fl-col-content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.fl-node-jb62u8coqks9 {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-jb62u8coqks9 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-jb62u8coqks9 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-jb62u8coqks9 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-arelufjtbvsm {
  width: 33.33%;
}
.fl-node-arelufjtbvsm > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-arelufjtbvsm {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-arelufjtbvsm > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-arelufjtbvsm.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-arelufjtbvsm > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-arelufjtbvsm.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-qp1s7rbdmnug {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-qp1s7rbdmnug {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-qp1s7rbdmnug {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-qp1s7rbdmnug > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-qp1s7rbdmnug > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.fl-node-a6xwzucneqsk {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-a6xwzucneqsk {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-a6xwzucneqsk > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-a6xwzucneqsk > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-bw57y16t3gnh {
  width: 33.34%;
}
.fl-node-bw57y16t3gnh > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-bw57y16t3gnh {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-bw57y16t3gnh > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-bw57y16t3gnh.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-bw57y16t3gnh > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-bw57y16t3gnh.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-kzg7uom5a1qw {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-kzg7uom5a1qw {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-kzg7uom5a1qw {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-kzg7uom5a1qw > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-kzg7uom5a1qw > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.fl-node-z18npoywdr69 {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-z18npoywdr69 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-z18npoywdr69 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-z18npoywdr69 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-6zgu8j1c35xv {
  width: 33.33%;
}
.fl-node-6zgu8j1c35xv > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-6zgu8j1c35xv {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-6zgu8j1c35xv > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-6zgu8j1c35xv.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-6zgu8j1c35xv > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-6zgu8j1c35xv.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-lhkuntjmpso7 {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-lhkuntjmpso7 {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-lhkuntjmpso7 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-lhkuntjmpso7 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-lhkuntjmpso7 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-lhkuntjmpso7.fl-col > .fl-col-content {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.fl-node-h8ydqb0zs9a7 {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-h8ydqb0zs9a7 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-h8ydqb0zs9a7 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-h8ydqb0zs9a7 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-ncgrh7qvbpmk {
  width: 33.333%;
}
.fl-node-ncgrh7qvbpmk > .fl-col-content {
  background-color: #f6f6f3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-ncgrh7qvbpmk {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.fl-node-ncgrh7qvbpmk > .fl-col-content {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .fl-node-ncgrh7qvbpmk.fl-col > .fl-col-content {
    margin-bottom: 30px;
  }
}
.fl-node-ncgrh7qvbpmk > .fl-col-content {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .fl-node-ncgrh7qvbpmk.fl-col > .fl-col-content {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.fl-node-rla4q92ts0gd {
  width: 35%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-rla4q92ts0gd {
    width: 25% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-rla4q92ts0gd {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-rla4q92ts0gd > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-rla4q92ts0gd > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.fl-node-4flgrctovmk7 {
  width: 65%;
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-4flgrctovmk7 {
    width: 100% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-4flgrctovmk7 > .fl-col-content {
  margin-right: 0;
  margin-left: 0;
}
.fl-node-4flgrctovmk7 > .fl-col-content {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.fl-node-vaqj8ehb4i3d {
  width: 33.334%;
}
.fl-node-98k0co62h1rn {
  width: 33.333%;
}
.fl-node-opr26v3aymn1 {
  width: 38%;
}
@media (max-width: 1024px) {
  .fl-builder-content .fl-node-opr26v3aymn1 {
    width: 50% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media (max-width: 768px) {
  .fl-builder-content .fl-node-opr26v3aymn1 {
    width: 60% !important;
    max-width: none;
    clear: none;
    float: left;
  }
}
.fl-node-opr26v3aymn1 > .fl-col-content {
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .fl-node-opr26v3aymn1.fl-col > .fl-col-content {
    padding-right: 0;
  }
}
.fl-node-xhkrud9pzscn {
  width: 28%;
}
.fl-node-m2tj8eqldi43 {
  width: 33.33%;
}
.fl-node-bl6shfjm2zcq {
  width: 100%;
}
.fl-node-dcr7j2yu69e1 .slick-next {
  color: #000;
}
.fl-node-dcr7j2yu69e1 .slick-prev {
  color: #000;
}
.fl-node-dcr7j2yu69e1 .slick-vertical .slick-slide {
  width: 72px !important;
  height: 72px !important;
}
.fl-node-dcr7j2yu69e1 .ProductSlider-sliderfor--description {
  color: #222;
}
.fl-node-dcr7j2yu69e1 .ProductSlider-sliderfor--description * {
  color: #222;
}
.fl-node-dcr7j2yu69e1 .ProductSlider-sliderfor--name {
  color: #2c2c2c;
}
.fl-node-dcr7j2yu69e1 .ProductSlider-sliderfor--category {
  color: #939699;
}
.fl-node-dcr7j2yu69e1 > .fl-module-content {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .fl-node-dcr7j2yu69e1.fl-module > .fl-module-content {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .fl-node-dcr7j2yu69e1.fl-module > .fl-module-content {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.fl-node-ofd5eb7sa2ti .OnPageNavigation {
  background-color: #f6f6f3;
}
.fl-node-ofd5eb7sa2ti .OnPageNavigation-menu {
  background-color: #f6f6f3;
}
.fl-node-ofd5eb7sa2ti .OnPageNavigation-menu li a {
  color: #939699;
}
.fl-node-ofd5eb7sa2ti .OnPageNavigation-menu li a:hover {
  color: #222;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #222;
}
.fl-node-ofd5eb7sa2ti .OnPageNavigation-menu li.active a {
  color: #222;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #222;
}
.fl-embed-video iframe {
  max-width: 100%;
}
.fl-wp-video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
}
.fl-wp-video .wp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.mfp-container .fl-video-lightbox-content .wp-video {
  margin-left: auto;
  margin-right: auto;
}
.mfp-container .fl-video-lightbox-content .fluid-width-video-wrapper iframe {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.fl-module-video .fl-video-poster {
  cursor: pointer;
}
.fl-wp-video .wp-video .mejs-container,
.fl-wp-video .wp-video .mejs-inner,
.fl-wp-video .wp-video .mejs-layers,
.fl-wp-video .wp-video .mejs-layer,
.fl-wp-video .wp-video-shortcode,
.fl-wp-video .me-plugin,
.fl-wp-video .me-plugin * {
  width: 100% !important;
  height: 100% !important;
}
.fl-video-sticky {
  position: fixed;
  top: 20px;
  z-index: 11;
}
.fl-wp-video img {
  width: 100%;
}
.fl-node-qmry4jw0ckpa .fl-video-poster {
  display: none;
}
.fl-node-g91sf0x3h26d .AccordionWithBgImage {
  background-position: center right !important;
  background-repeat: no-repeat !important; 
}
.fl-node-g91sf0x3h26d .AccordionWithBgImage-firstCol--sectionInactive img {
  opacity: 0.4;
}
.fl-node-g91sf0x3h26d .AccordionWithBgImage-title {
  text-align: left;
}
.fl-node-g91sf0x3h26d .AccordionWithBgImage-title i {
  color: #fff;
  margin: 1px 13px 0 0;
}
.fl-node-g91sf0x3h26d .AccordionWithBgImage-title img {
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
}
.fl-module-bw-video-player .video-inline-container {
  position: relative;
}
.fl-module-bw-video-player
  .video-inline-container.video-active
  .video-placeholder-container {
  z-index: 1;
  opacity: 0;
}
.fl-module-bw-video-player
  .video-inline-container.video-active
  .video-container {
  z-index: 2;
  opacity: 1;
}
.fl-module-bw-video-player .video-inline-container .video-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 350ms;
  opacity: 0;
}
.fl-module-bw-video-player .video-inline-container .video-container video {
  width: 100%;
  height: 100%;
}
.fl-module-bw-video-player
  .video-inline-container
  .video-container
  .plyr__control.plyr__control--overlaid {
  display: none;
}
.fl-module-bw-video-player
  .video-inline-container
  .video-placeholder-container {
  position: relative;
  z-index: 2;
  transition: opacity 350ms;
  opacity: 1;
}
.fl-module-bw-video-player .video-placeholder-container {
  position: relative;
}
.fl-module-bw-video-player
  .video-placeholder-container
  .video-play-icon-container {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.featherlight.bw-video-player-modal
  .featherlight-content
  .plyr__control.plyr__control--overlaid,
.fl-module-bw-video-player .video-content {
  display: none;
}
.fl-module-bw-video-player
  .video-placeholder-container
  .video-play-icon-container
  .video-play-button {
  margin: 0;
  padding: 0;
  border: none;
  background: 0 0;
}
.fl-module-bw-video-player
  .video-placeholder-container
  .video-play-icon-container
  .video-play-button
  .video-play-icon {
  cursor: pointer;
  transition: color 200ms;
}
.fl-module-bw-video-player .video-source-youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.fl-module-bw-video-player .video-source-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featherlight.bw-video-player-modal {
  transition: opacity 400ms;
  opacity: 0;
}
.featherlight.bw-video-player-modal.featherlight-visible {
  opacity: 1;
}
.featherlight.bw-video-player-modal .video-source-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.featherlight.bw-video-player-modal .video-source-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featherlight.bw-video-player-modal .featherlight-content {
  overflow: visible;
  width: 90%;
  background: 0 0;
}
.featherlight.bw-video-player-modal
  .featherlight-content
  .featherlight-close-icon {
  top: -10px;
  right: -10px;
  background: 0 0;
}
body.bw-video-modal-open {
  background-color: #000;
}
body.bw-video-modal-open .fl-page .fl-page-content,
body.bw-video-modal-open .fl-page header {
  transition: blur 350ms;
}
body.bw-video-modal-open #wpadminbar {
  filter: blur(2px);
}
.youtube_video_16_9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtube_video_16_9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}   
.EmployeeSpotlight .slick-prev,
.EmployeeSpotlight .slick-next {
  font-size: 20px;
  opacity: 1 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  z-index: 9;
  cursor: pointer;
  color: purple;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
}
.EmployeeSpotlight .slick-prev i,
.EmployeeSpotlight .slick-next i {
  margin-left: 2px;
}
.EmployeeSpotlight .slick-prev i:before,
.EmployeeSpotlight .slick-next i:before {
  font-size: 35px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.EmployeeSpotlight .slick-prev {
  left: 45%;
  bottom: -20px;
  top: unset;
}
.EmployeeSpotlight .slick-prev::before {
  content: "";
}
.EmployeeSpotlight .slick-next {
  right: 40%;
  bottom: -20px;
  top: unset;
}
.EmployeeSpotlight .slick-next::before {
  content: "";
}
.EmployeeSpotlight .shape {
  width: 48px;
  height: 48px;
}
.EmployeeSpotlight .shape img {
  border-radius: 0;
  width: 40px;
  height: auto;
}
.EmployeeSpotlight .oval {
  border-radius: 50%;
}
.EmployeeSpotlight .square {
  border-radius: 0%;
}
.EmployeeSpotlight-content {
  display: flex !important;
  flex-wrap: wrap;
}
.EmployeeSpotlight-slider--details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 993px) {
  .EmployeeSpotlight-slider--details {
    padding-left: 40px;
  }
}
.EmployeeSpotlight-slider--img img {
  border-radius: 5px;
  width: 100%;
}
.EmployeeSpotlight-slider--name {
  font-family: "Poppins", sans-serif;
  color: #2c2c2c;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 0;
}
.EmployeeSpotlight-slider--occupation {
  color: #2c2c2c;
  font-size: 21px;
  letter-spacing: 0.4px;
  line-height: 33px;
  padding-top: 12px;
  padding-left: 3px;
  margin-bottom: 15px;
  font-weight: 700;
}
.EmployeeSpotlight-slider--about {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 34px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 100px;
}
.EmployeeSpotlight-slider--arrows {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 10px;
  left: 90px;
}
@media only screen and (max-width: 1260px) {
  .EmployeeSpotlight-slider--about {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 991.99px) {
  .EmployeeSpotlight-slider--name {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .EmployeeSpotlight-slider--occupation {
    padding-top: 16px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .EmployeeSpotlight-slider--about {
    padding-bottom: 70px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .EmployeeSpotlight-slider--img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .EmployeeSpotlight-slider--img img {
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .EmployeeSpotlight-slider--arrows {
    left: 50%;
  }
  .EmployeeSpotlight-slider .slick-prev {
    top: 96% !important;
    -webkit-transform: translate(0, -96%) !important;
    -ms-transform: translate(0, -96%) !important;
    transform: translate(0, -96%) !important;
  }
  .EmployeeSpotlight-slider .slick-next {
    top: 96% !important;
    -webkit-transform: translate(0, -96%) !important;
    -ms-transform: translate(0, -96%) !important;
    transform: translate(0, -96%) !important;
  }
}
.EmployeeSpotlight-slider--arrows {
  display: none !important;
}
.AccordionWithBgImage {
  transition: background 0.5s linear;
  width: 100%;
}
.AccordionWithBgImage .row {
  padding: 0;
  margin: 0;
}
.AccordionWithBgImage .col-md-6 {
  padding: 0;
  margin: 0;
}
.AccordionWithBgImage-inner {
  max-width: 1440px;
  margin: 0 auto;
}
.AccordionWithBgImage-sectionTitle {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  text-align: center;
  padding-top: 65px;
  padding-bottom: 0;
  margin: 0;
}
.AccordionWithBgImage-firstCol {
  margin: 0;
  padding: 0;
}
.AccordionWithBgImage-firstCol--inner {
  padding: 140px 18% 150px 11%;
}
.AccordionWithBgImage-firstCol--section {
  margin-bottom: 0;
}
.AccordionWithBgImage-title {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 45px;
  margin-top: 31px;
  margin-bottom: 4px;
  cursor: pointer;
  display: flex;
}
.AccordionWithBgImage-title img {
  margin: 1px 18px 0 0;
  max-width: 50px;
  border-style: solid;
  padding: 6px;
  height: fit-content;
}
.AccordionWithBgImage-description { 
  color: #fff;   
  height: auto;
 
  overflow: hidden;
  display: block;
}
.AccordionWithBgImage-descriptionHide {
  height: 0;
}
.AccordionWithBgImage-secondCol {
  display: flex;
}
.AccordionWithBgImage-mainImg {
  max-width: 540px;
  align-self: center;
  right: 8.33%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.AccordionWithBgImage-mainImg img {
  max-height: 530px;
}
.AccordionWithBgImage-mainImgShowOpacity {
  opacity: 1;
}
.AccordionWithBgImage-equalHeight {
  display: flex !important;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1330px) {
  .AccordionWithBgImage-firstCol--inner {
    padding: 130px 8% 165px 8.33%;
  }
  .AccordionWithBgImage-inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .AccordionWithBgImage-sectionTitle {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    padding-top: 62px;
    padding-bottom: 0;
    margin: 0;
  }
  .AccordionWithBgImage-firstCol--inner {
    padding: 0 35px 10px 35px;
  }
  .AccordionWithBgImage-firstCol {
    order: 2;
    padding-bottom: 25px !important;
  }
  .AccordionWithBgImage-secondCol {
    order: 1;
    width: 100%;
    min-height: 55px;
  }
  .AccordionWithBgImage-mainImg {
    position: relative;
    max-width: 310px;
    margin: 0 auto;
    right: auto;
    padding: 30px 15px 30px 15px;
  }
  .AccordionWithBgImage-mainImg img {
    max-height: auto;
  }
  .AccordionWithBgImage-firstCol--section {
    margin-bottom: 22px;
  }
  .AccordionWithBgImage-title {
    margin-top: 7px;
    margin-bottom: 4px;
  }
  .AccordionWithBgImage-description {
    padding-left: 44px;
  }
}
@media only screen and (max-width: 550px) {
  .AccordionWithBgImage-mainImg {
    max-width: 210px;
  }
  .AccordionWithBgImage-title {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 26px;
  }
  .AccordionWithBgImage-title img {
    margin: 2px 9px 0 0;
    max-width: 35px;
    border-style: solid;
    padding: 6px;
  }
  .AccordionWithBgImage-title span {
    padding-top: 5px;
  }
  .AccordionWithBgImage-description {
    font-family: "Lexend", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 26px;
  }
}
.clickable-column {
  cursor: pointer;
}
.fl-button {
  height: 48px;
  padding: 12px 20px !important;
  font-size: 12px !important;
  line-height: 22px !important;
  text-align: center;
  text-transform: capitalize !important;
  transition: 0.3s;
  opacity: 1 !important;
}
.fl-button:hover {
  background: #ffdb00 !important;
  opacity: 1 !important;
  box-shadow: 0 0 15px #cccbcb;
}
.greenLight-buttonDarkOnBg .fl-button:hover {
  box-shadow: 0 0 15px #000;
  background: #ffdb00 !important;
}
.InfiniteScrollingCollage {
  width: 100%;
  margin: 0 auto;
  border-radius: 0;
}
.InfiniteScrollingCollage-slider {
  visibility: hidden;
  width: 100%;
  margin: 0 auto;
}
.InfiniteScrollingCollage-slider .slick-slide {
  overflow: hidden;
}
.InfiniteScrollingCollage-slider--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.InfiniteScrollingCollage-slider--image2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
}
.PostAjaxFilter-wrapper {
  padding: 0 20px;
}
.PostAjaxFilter-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  max-width: 1240px;
  padding: 0 20px;
  margin: auto;
}
@media (max-width: 1023px) {
  .PostAjaxFilter-filter {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .PostAjaxFilter-filter {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.99px) {
  .PostAjaxFilter-filter {
    grid-gap: 20px;
  }
}
.PostAjaxFilter-filter_wrapper {
  background-color: #f6f6f3;
  padding: 20px 50px;
  border-radius: 5px;
}
@media (max-width: 767.99px) {
  .PostAjaxFilter-filter_wrapper {
    padding: 20px 0;
  }
}
.PostAjaxFilter-filter select,
.PostAjaxFilter-filter input {
  color: #939699;
  font-family: "Lexend";
  padding: 4px 20px;
  font-size: 14px;
  border: unset;
  border-radius: 5px;
  height: 50px;
  outline: unset;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.PostAjaxFilter-filter select {
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20version%3D%221.1%22%20id%3D%22Layer_1%22%20width%3D%22531.74%22%20height%3D%22460.5%22%20viewBox%3D%220%200%20531.74%20460.5%22%20overflow%3D%22visible%22%20enable-background%3D%22new%200%200%20531.74%20460.5%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpolygon%20stroke%3D%22%23000000%22%20points%3D%22530.874%2C0.5%20265.87%2C459.5%200.866%2C0.5%20%22%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat, repeat;
  background-position: right 20px top 50%, 0 0;
  background-size: 11px;
}
.PostAjaxFilter-filter input {
  background-color: #f3cf00 !important;
}
.PostAjaxFilter-filter input::placeholder {
  color: #000;
  opacity: 1;
}
.PostAjaxFilter-results {
  min-height: 500px;
  position: relative;
  max-width: 1480px;
  margin: auto;
  padding: 45px 0 0;
}
.PostAjaxFilter-single {
  margin: 15px 0;
}
.PostAjaxFilter-single_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0 30px;
  align-items: center;
  min-height: 250px;
}
@media (max-width: 1023px) {
  .PostAjaxFilter-single_wrapper {
    grid-gap: 0 40px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .PostAjaxFilter-single_wrapper {
    grid-gap: 0 40px;
    grid-template-columns: 1fr;
  }
}
.PostAjaxFilter-single_content {
  background: #f6f6f3;
  border-radius: 5px;
  transition: 0.3s;
  min-height: 489px;
}
.PostAjaxFilter-single_content:hover {
  transform: scale(0.95);
  cursor: pointer;
  background: #f6f6f3;
}
.PostAjaxFilter-single_content:hover .PostAjaxFilter-excerpt {
  max-height: 240px;
  opacity: 1;
}
.PostAjaxFilter-single_content--inner {
  min-height: 209px;
  padding: 30px;
}
.PostAjaxFilter-image {
  min-height: 258px;
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
}
.PostAjaxFilter-heading {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin: 20px 0 10px;
  letter-spacing: 0;
}
.PostAjaxFilter-excerpt {
  transition: max-height 0.6s ease-in-out, opacity 0.6s;
  opacity: 0;
  max-height: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #f3cf00;
}
.PostAjaxFilter-number_of_pages {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
  line-height: 13px;
  color: #f3cf00;
}
.PostAjaxFilter-category {
  color: #000;
  background-color: #f3cf00;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.PostAjaxFilter-view_more {
  color: black !important;
  border-bottom: 2px solid #000;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0;
  transition: 0.3s;
}
.PostAjaxFilter-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.PostAjaxFilter-loading img {
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
  max-width: 50px;
}
.PostAjaxFilter-pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.PostAjaxFilter-pagination a {
  background: unset;
  color: #000;
  transition: 0.3s;
  margin: 0 25px;
}
.PostAjaxFilter-pagination a:hover {
  color: #f3cf00 !important;
}
.PostAjaxFilter-pagination .prev {
  transform: rotate(180deg);
}
.PostAjaxFilter-pagination a.page-numbers:not(.next, .prev),
.PostAjaxFilter-pagination span.page-numbers.current,
.PostAjaxFilter-pagination span.page-numbers.dots {
  display: none;
}
.blob {
  border-radius: 50%;
  margin: 10px;
  height: 55px;
  width: 55px;
  transform: scale(1);
  background: #f3cf00;
  box-shadow: 0 0 0 0 #f3cf00;
  animation: pulse-yellow 2s infinite;
  display: flex;
  justify-content: center;
  padding: 5px;
}
@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}
.NewsSingle-post_wrapper {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.NewsSingle-heading {
  font-family: "Poppins";
  font-size: 30px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 1;
}
.NewsSingle-content_card {
  border-radius: 5px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.NewsSingle-content_card:hover {
  transform: scale(0.95);
}
.NewsSingle-content_card_image {
  min-height: 258px;
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-position: center;
}
.NewsSingle-content_card_text {
  color: #000;
  padding: 30px;
  background-color: #f6f6f3;
  border-radius: 0 0 5px 5px;
}
.NewsSingle-content_card_text--category {
  background: #ffdb00;
  padding: 4px 7px;
  font-size: 12px !important;
  line-height: 22px !important;
  color: #000;
  border-radius: 3px;
  display: inline !important;
  letter-spacing: 0.3px;
  width: fit-content;
}
.NewsSingle-content_card_text--title {
  font-family: "Poppins";
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin: 10px 0 !important;
}
.NewsSingle-content_card_text--more {
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 2px solid #000;
  transition: 0.3s ease-in-out;
}
.NewsSingle-content_card:hover span {
  border-color: #000;
}
.NewsSingle-date_container .NewsSingle-date {
  letter-spacing: 0.5px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 768.99px) and (max-width: 1024.99px) {
  .NewsSingle-heading {
    margin-left: 30px;
  }
  .NewsSingle-content_card {
    margin-left: 30px;
  }
}
.OurValues {
  overflow: unset;
}
@media (min-width: 835px) {
  .OurValues {
    padding-bottom: 80px;
  }
}
.OurValues-header {
  text-align: left;
  overflow: unset;
}
.OurValues-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.OurValues-card {
  text-align: center;
  position: relative;
  padding: 70px 30px 30px;
  border-radius: 5px;
  z-index: 0;
  background-color: #f6f6f3;
}
@media (min-width: 835px) {
  .OurValues-card {
    max-width: 300px;
  }
}
.OurValues-card img {
  max-width: 50px;
  z-index: 9;
}
.OurValues-card .OurValues-card_inner {
  position: relative;
  z-index: 9;
}
.OurValues-card .OurValues-card_inner h2,
.OurValues-card .OurValues-card_inner p {
  color: #000;
}
.OurValues-card .OurValues-card_title h2 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  padding-bottom: 11px;
  padding-top: 17px;
  margin: 0;
  z-index: 9;
  font-family: "Popins", sans-serif;
}
.OurValues-card .OurValues-Card_content p {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 30px;
  z-index: 9;
  font-family: "Lexend", sans-serif;
}
.col {
  height: 100%;
  overflow: unset;
}
.OurValues-sidebar {
  width: 50%;
  padding-right: 50px;
  height: max-content;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}
.OurValues-main {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 1000px;
  display: grid;
  grid-gap: 15px;
}
@media (min-width: 768px) {
  .OurValues-main {
    grid-template-columns: 1fr 1fr;
  }
}
.OurValues-main li {
  list-style-type: none;
}
.OurValues-main li:nth-child(odd) {
  position: relative;
  top: 87px;
}
.OurValues-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  width: 100%;
  margin: auto;
}
.to-fade-in {
  opacity: 0;
}
.to-fade-in.fade-in {
  animation: fade-in 2s forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.OurValues-content {
  padding-bottom: 12px;
}
.OurValues-content p {
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #000;
  line-height: 30.4px;
}
@media only screen and (max-device-width: 834px) {
  .OurValues-sidebar {
    width: 100%;
    height: max-content;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: relative;
    top: unset;
    padding: 15px 15px 31px 15px;
  }
  .OurValues-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    width: 100%;
    margin: auto;
    flex-direction: column;
  }
  .OurValues-main {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .OurValues-card {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    z-index: 0;
    margin-bottom: 15px;
    height: fit-content;
    min-height: 100px;
  }
  li:nth-child(odd) {
    position: relative;
    top: unset !important;
  }
  .OurValues-card_link:after {
    display: none;
  }
  .OurValues-Card_content {
    margin-bottom: 0;
  }
  .OurValues-card .OurValues-card_title h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .OurValues-title {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .OurValues-content p {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 24px;
  }
  .OurValues-link_wrapper .OurValues_link {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
  }
  .OurValues {
    overflow: unset;
    padding-bottom: 40px;
  }
}
@media only screen and (min-device-width: 834px) and (-webkit-min-device-pixel-ratio: 2) {
  .OurValues-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.EmployeeReviews-content_block {
  padding: 0 15px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.EmployeeReviews-image {
  position: relative;
  min-height: 225px !important;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
}
.EmployeeReviews-quoteIcon {
  position: absolute;
  bottom: -10px;
  left: 20px;
  max-width: 40px !important;
}
.EmployeeReviews-text {
  background-color: #f6f6f3;
  padding: 30px;
  border-radius: 0 0 5px 5px;
}
.EmployeeReviews-review {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #2c2c2c;
}
.EmployeeReviews-name {
  font-size: 12px;
  font-weight: 700;
  color: #222;
  margin: 10px 0;
}
.EmployeeReviews-job {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #2c2c2c;
  margin-bottom: 0;
}
.EmployeeReviews-prev {
  left: -35px;
}
.EmployeeReviews-next {
  right: -35px;
}
.EmployeeReviews .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  z-index: 99;
  color: #000;
  line-height: 15px;
  background: transparent;
  padding: 7px;
  border-radius: 50%;
  text-align: center;
}
@media (min-width: 731px) and (max-width: 1520px) {
  .EmployeeReviews-content {
    padding: 0 60px;
  }
  .EmployeeReviews-prev {
    left: 15px;
  }
  .EmployeeReviews-next {
    right: 15px;
  }
}
@media (max-width: 1500px) {
  .JobsFeed-jobs_feed_wrapper {
    padding: 0 20px;
  }
}
.JobsFeed-search_container input {
  height: 40px;
  border: unset;
  color: #000;
  font-size: 14px;
  background: #fff;
}
.JobsFeed-button_container {
  background-color: #f6f6f3;
  display: grid;
  margin-bottom: 60px;
  padding: 25px;
  grid-gap: 50px;
}
@media (min-width: 768px) {
  .JobsFeed-button_container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767.99px) {
  .JobsFeed-button_container {
    grid-gap: 20px;
  }
}
.JobsFeed-location_container,
.JobsFeed-category_container {
  font-size: 14px;
  text-transform: capitalize;
  text-indent: 12px;
  background-color: #fff;
  height: 40px;
  border-radius: 3px;
  position: relative;
  line-height: 40px;
  cursor: pointer;
}
.JobsFeed-location_container .arrow,
.JobsFeed-category_container .arrow {
  position: absolute;
  right: 20px;
  color: #000;
}
.JobsFeed .dropdown {
  position: absolute;
  display: none;
  top: 70px;
  background: #f3f3f3;
  border: 1px solid #f6f6f3;
  padding: 20px;
  text-align: left;
  color: #000;
  z-index: 999;
  width: max-content;
}
.JobsFeed .dropdown.active {
  display: block;
}
.JobsFeed a.job-listing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.99px) {
  .JobsFeed a.job-listing {
    align-items: flex-start;
    flex-direction: column;
  }
}
.JobsFeed a.job-listing:last-child {
  border-bottom: unset;
}
.JobsFeed .job-listing_wrapper {
  margin-bottom: 30px;
  padding: 30px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.1);
  transition: 0.3s;
}
.JobsFeed .job-listing_wrapper:hover {
  background-color: #f3f3f3;
}
.JobsFeed .listing-contents .listing-title {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 21px;
  line-height: 31px;
  color: #2c2c2c;
}
.JobsFeed .listing-contents .listing-location {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.4px;
  color: #2c2c2c;
}
.JobsFeed .listing-apply {
  border-radius: 3px;
  background-color: #ffdb00;
}
@media (max-width: 767px) {
  .JobsFeed .listing-apply {
    margin-top: 15px;
  }
}
.JobsFeed .listing-apply p {
  color: #000;
  padding: 8px 12px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: 700;
  transition: 0.3s;
}
.JobsFeed .listing-apply p:hover {
  box-shadow: 0 0 15px #cccbcb;
}
.JobsFeed .pagination {
  display: flex;
  justify-content: center;
}
.JobsFeed .pagination li {
  border: unset !important;
  padding: 0 5px;
}
.JobsFeed .pagination li a {
  font-weight: 700;
  min-width: unset !important;
  border-bottom: 2px solid transparent;
  height: 26px !important;
}
.JobsFeed .pagination .active > a {
  background-color: unset !important;
  color: black !important;
  border-bottom: 2px solid;
  line-height: 28px !important;
}
.JobListing {
  display: grid;
  grid-gap: 100px;
  padding: 0 20px;
}
@media (max-width: 1240px) {
  .JobListing {
    grid-gap: 20px;
  }
}
@media (min-width: 768px) {
  .JobListing {
    grid-template-columns: 1fr 300px;
  }
}
.JobListing div {
  color: #383838;
}
.JobListing h2 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.5px;
  margin-top: 0;
}
.JobListing-listing--inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 100px 50px 50px;
}
.JobListing-listing--inner > div:not(:last-child) {
  margin-bottom: 60px;
}
.JobListing-listing--inner h3 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.JobListing-listing--inner .JobListing-apply {
  max-width: 165px;
  margin: auto;
}
.JobListing-listing--side {
  position: sticky;
  height: max-content;
  top: 140px;
}
@media (max-width: 767px) {
  .JobListing-listing--side {
    position: initial;
  }
}
.JobListing-listing--side_inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}
.JobListing-listing--side_inner > div:not(:last-child) {
  margin-bottom: 20px;
}
.JobListing-listing--side h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.JobListing-listing--side p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: #4c4c4c;
}
.JobListing-apply {
  text-align: center;
  background: #ffdb00;
  border-radius: 5px;
}
.JobListing-apply a {
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  color: #272727;
  display: block;
  padding: 12px 0;
  transition: 0.3s;
  border-radius: 5px;
}
.JobListing-apply a:hover {
  color: #272727;
  box-shadow: 0 0 15px #cccbcb;
}
.JobListing-more_jobs {
  text-align: center;
  margin-top: 20px;
}
.JobListing-more_jobs a {
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,
  43%,
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,
  80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,
  to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,
  20%,
  60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
 




 