@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 2560px;
  }
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  max-width: 2560px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h2 {
  font-size: 2.625rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1rem;
  font-weight: 600;
}
.btn-more,
.btn-back {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
  display: inline-block;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
}
.btn-more span,
.btn-back span {
  font-size: 0.625rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.btn-more:hover,
.btn-back:hover {
  background-color: #000;
  color: #fff;
}
.btn-more:hover span,
.btn-back:hover span {
  color: #fff;
}
.back-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 7.8125rem;
  overflow: hidden;
}
.btn-back {
  background-color: #f5f6f7;
  color: #161616;
}
.btn-back span {
  margin: 0 0.5rem 0 0;
}
@media (max-width: 1199px) {
  .back-container {
    margin-bottom: 6rem;
  }
  h2 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 1.65rem;
  }
}
@media (max-width: 991px) {
  .back-container {
    margin-bottom: 5rem;
  }
  .btn-more,
  .btn-back {
    font-size: 1rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .back-container {
    margin-bottom: 4rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.35rem;
  }
  h4 {
    font-size: 1rem;
  }
  .btn-back,
  .btn-more {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }
  .btn-back span,
  .btn-more span {
    font-size: 0.5rem;
    margin-left: 0.35rem;
  }
  .btn-back span {
    margin: 0 0.35rem 0 0;
  }
}
@media (max-width: 575px) {
  .back-container {
    margin-bottom: 3rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-125%, 0);
    transform: translate(-125%, 0);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-125%, 0);
    transform: translate(-125%, 0);
  }
}
.news-submenu {
  background-color: #f5f6f7;
  padding: 1rem 0;
  margin: 4rem 0 0;
  width: 100%;
  overflow: hidden;
}
.news-submenu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 2560px;
  margin: 0 auto;
  padding-left: 0.75rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-submenu a {
  font-size: 0.75rem;
  font-weight: 600;
  color: #161616;
  margin: 0 1rem 1rem 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.news-submenu a.active {
  color: #30b7f1;
}
.news-submenu a:hover {
  color: #30b7f1;
}
.news-submenu.scrolled {
  position: fixed;
  top: 61px;
  width: 100%;
  z-index: 50;
  margin: 0;
}

footer {
  background-color: #f9f9f9;
  padding: 2rem 0;
  overflow: hidden;
}
footer h5 {
  margin-bottom: 1.5rem;
  color: #4d4d4d;
  font-size: 0.875rem;
}
footer a {
  color: #868686;
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  line-height: 1.2em;
  display: inline-block;
}
footer a:hover {
  color: #317db9;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer li {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  color: #868686;
}
footer p {
  font-size: 0.75rem;
  color: #727272;
}
footer .language-switcher {
  font-size: 0.75rem;
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: 1.5rem;
  position: relative;
  display: inline-block;
  text-transform: none !important;
}
footer .language-switcher:before {
  content: "";
  background: url("../images/glob.png") center center no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: -0.125rem;
  margin-left: -1.75rem;
}
footer .lang-col {
  margin-top: 2rem;
  text-align: right;
}
footer .icons-col {
  margin-top: 2rem;
}
footer .icons-col h5 {
  margin-bottom: 1.5rem;
}
footer .icons img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  max-height: 1.5rem;
}
footer .icons img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 576px) {
  footer {
    padding: 2.5rem 0;
  }
  footer li {
    font-size: 0.8125rem;
  }
  footer p {
    font-size: 0.8125rem;
  }
  footer .language-switcher {
    font-size: 0.8125rem;
    margin-bottom: 2rem;
    padding-left: 25px;
  }
  footer h5 {
    font-size: 1rem;
  }
  footer .lang-col {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 3rem 0 2.5rem;
  }
  footer .lang-col,
  footer .icons-col {
    margin-top: 0;
  }
  footer .lang-col {
    text-align: right;
  }
  footer .icons-col h5 {
    margin-bottom: 2rem;
  }
  footer .language-switcher {
    margin-bottom: 2.5rem;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 4rem 0 3rem;
  }
  footer .language-switcher {
    margin-bottom: 3rem;
    font-size: 0.875rem;
  }
  footer li {
    font-size: 0.875rem;
  }
  footer p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 5rem 0 4rem;
  }
}
footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}
footer .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  footer .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  footer .offset-sm-2 {
    margin-left: 16.66667%;
  }
}
@media (min-width: 768px) {
  footer .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  footer .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  footer .offset-md-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  footer .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-125%, 0);
    transform: translate(-125%, 0);
  }
}

.news-submenu {
  background-color: #f5f6f7;
  padding: calc(1rem * 1.6) 0;
  margin: calc(4rem * 1.6) 0 0;
  width: 100%;
  overflow: hidden;
}
.news-submenu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 2560px;
  margin: 0 auto;
  padding-left: calc(0.75rem * 1.6);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-submenu a {
  font-size: calc(0.75rem * 1.6);
  font-weight: 600;
  color: #161616;
  margin: 0 calc(1rem * 1.6) calc(1rem * 1.6) 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.news-submenu a.active {
  color: #30b7f1;
}
.news-submenu a:hover {
  color: #30b7f1;
}
.news-submenu.scrolled {
  position: fixed;
  top: 61px;
  width: 100%;
  z-index: 50;
  margin: 0;
}
@media (min-width: 576px) {
  .news-submenu {
    margin: calc(4rem * 1.6) 0 0;
  }
}
@media (min-width: 768px) {
  .news-submenu {
    padding: calc(1.125rem * 1.6) 0;
    margin: calc(4rem * 1.6) 0 0;
  }
  .news-submenu ul {
    padding-left: calc(1rem * 1.6);
  }
  .news-submenu a {
    font-size: 1rem;
    margin-right: calc(1.25rem * 1.6);
  }
}
@media (min-width: 992px) {
  .news-submenu {
    padding: calc(1.5rem * 1.6) 0;
    margin: 2rem 0 0;
  }
}
@media (min-width: 1400px) {
  .news-submenu {
    padding: calc(1.875rem * 1.6) 0;
  }
  .news-submenu ul {
    padding-left: calc(1.875rem * 1.6);
  }
}
.netipbox footer {
  background-color: #f9f9f9;
  padding: calc(2rem * 1.6) 0;
  overflow: hidden;
}
.netipbox footer h5 {
  margin-bottom: calc(1.5rem * 1.6);
  color: #4d4d4d;
  font-size: calc(0.875rem * 1.6);
}
.netipbox footer a {
  color: #868686;
  text-decoration: none;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  line-height: 1.2em;
  display: inline-block;
}
.netipbox footer a:hover {
  color: #317db9;
}
.netipbox footer ul {
  list-style-type: none;
  padding: 0;
}
.netipbox footer li {
  margin-bottom: calc(0.25rem * 1.6);
  font-size: calc(0.75rem * 1.6);
  color: #868686;
}
.netipbox footer p {
  font-size: calc(0.75rem * 1.6);
  color: #727272;
}
.netipbox footer .language-switcher {
  font-size: calc(0.75rem * 1.6);
  font-weight: 400;
  color: #4d4d4d;
  margin-bottom: calc(1.5rem * 1.6);
  position: relative;
  display: inline-block;
  text-transform: none !important;
}
.netipbox footer .language-switcher:before {
  content: "";
  background: url("../images/glob.png") center center no-repeat;
  background-size: cover;
  width: calc(1.25rem * 1.6);
  height: calc(1.25rem * 1.6);
  position: absolute;
  top: -0.2rem;
  margin-left: -2.8rem;
}
.netipbox footer .lang-col {
  margin-top: calc(2rem * 1.6);
  text-align: right;
}
.netipbox footer .icons-col {
  margin-top: calc(2rem * 1.6);
}
.netipbox footer .icons-col h5 {
  margin-bottom: calc(1.5rem * 1.6);
}
.netipbox footer .icons img {
  margin-right: calc(0.5rem * 1.6);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  max-height: calc(1.5rem * 1.6);
}
.netipbox footer .icons img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media (min-width: 576px) {
  .netipbox footer {
    padding: calc(2.5rem * 1.6) 0;
  }
  .netipbox footer li {
    font-size: calc(0.8125rem * 1.6);
  }
  .netipbox footer p {
    font-size: calc(0.8125rem * 1.6);
  }
  .netipbox footer .language-switcher {
    font-size: calc(0.8125rem * 1.6);
    margin-bottom: calc(2rem * 1.6);
    padding-left: 25px;
  }
  .netipbox footer h5 {
    font-size: calc(1rem * 1.6);
  }
  .netipbox footer .icons img {
    margin-right: calc(0.75rem * 1.6);
    max-height: calc(1.75rem * 1.6);
  }
  .netipbox footer .lang-col {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .netipbox footer {
    padding: calc(3rem * 1.6) 0 calc(2.5rem * 1.6);
  }
  .netipbox footer .lang-col,
  .netipbox footer .icons-col {
    margin-top: 0;
  }
  .netipbox footer .lang-col {
    text-align: right;
  }
  .netipbox footer .icons-col h5 {
    margin-bottom: calc(2rem * 1.6);
  }
  .netipbox footer .language-switcher {
    margin-bottom: calc(2.5rem * 1.6);
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .netipbox footer {
    padding: calc(4rem * 1.6) 0 calc(3rem * 1.6);
  }
  .netipbox footer .icons img {
    margin-right: calc(1.75rem * 1.6);
    max-height: calc(2.25rem * 1.6);
  }
  .netipbox footer .language-switcher {
    margin-bottom: calc(3rem * 1.6);
    font-size: calc(0.875rem * 1.6);
  }
  .netipbox footer li {
    font-size: calc(0.875rem * 1.6);
  }
  .netipbox footer p {
    font-size: calc(0.875rem * 1.6);
  }
}
@media (min-width: 1200px) {
  .netipbox footer {
    padding: calc(5rem * 1.6) 0 calc(4rem * 1.6);
  }
}
.ii-dummy-new .ii-products-list-container {
  padding-top: 90px;
}
.ii-dummy-new .ii-page-header .ii-product-list-header {
  padding: 165px 0 75px;
}
#div-serviceform {
  font-size: 0.813em;
  padding-top: 55px;
}
#div-serviceform .after-correct-submission {
  margin: auto;
  min-height: 500px;
  font-size: 1.5rem;
  padding: 100px 15px 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#div-serviceform .after-correct-submission span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
#div-serviceform .after-correct-submission span::before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 3px;
  background-color: #00f700;
  content: "";
  -webkit-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#div-serviceform .after-correct-submission span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #00f700;
  content: "";
  -webkit-transform: translateX(10px) rotate(-45deg);
  transform: translateX(10px) rotate(-45deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.sending-submission {
  position: fixed;
  width: 50vw;
  height: 50vh;
  top: 25vh;
  left: 25vw;
  background: #fff;
  border: 1px solid #999;
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}
.sending-submission-error {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.sending-submission-error .inside-bg {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sending-submission-error .inside {
  position: fixed;
  width: 30vw;
  height: 30vh;
  top: 35vh;
  left: 35vw;
  background: #fff;
  border: 1px solid #999;
  font-size: 1.5rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  padding: 15px;
}
.sending-submission-error p {
  color: #1593cc;
  text-align: center;
}
.sending-submission-error .submission-error-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #1593cc;
  border-radius: 50% !important;
  padding: 0;
}
.sending-submission-error .submission-error-close:after {
  content: "X";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
.sending-submission-error .submission-error-close.hidden {
  display: none;
}
.compareb-close {
  background: transparent;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg)
    brightness(503%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(503%)
    contrast(103%);
}
#iicolleft {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .ii-dummy-new .ii-products-list-container {
    padding-top: 30px;
  }
  .ii-dummy-new .ii-filters-bar {
    margin-top: 90px;
  }
  #div-serviceform {
    padding-top: 0;
  }
  #iicolright .consent-form .check {
    margin-bottom: 15px;
    padding-left: 35px;
  }
}
#serviceform input[type="date"]:not(.has-value):before {
  content: attr(placeholder) !important;
  color: #aaa;
  margin-right: 0.5em;
}
#serviceform input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}
#serviceform input#buydate-new[type="date"]:not(.has-value):before {
  color: transparent !important;
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
#serviceform input#buydate-new[type="date"]:focus:before,
input[type="date"]:valid:before {
  color: transparent !important;
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
#serviceform #buydate {
  display: none !important;
}
#serviceform #buydate + p {
  display: none !important;
}

@media (max-width: 991px) {
  #serviceform .radiofields .radiogplabel {
    width: 100%;
  }
  .sending-submission-error .inside {
    width: 50vw;
    height: 25vh;
    top: 35vh;
    left: 25vw;
  }
}
@media (max-width: 767px) {
  #serviceform .after-correct-submission {
    min-height: 200px;
    padding: 60px 0;
    font-size: 1.25rem;
  }
  #serviceform #buydate + p {
    right: 15px;
    left: auto !important;
    margin-left: auto !important;
  }
  .sending-submission {
    width: calc(100vw - 30px);
    height: 50vh;
    top: 25vh;
    left: 15px;
  }
  .without-consent-info .frm {
    left: 15px;
    -webkit-transform: none;
    transform: none;
    padding: 20px;
    text-align: center;
    top: 25vh;
    bottom: auto;
    /* height: 50vh; */
    width: calc(100vw - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #div-serviceform .sending-submission-error .inside {
    width: 80vw;
    left: 10vw;
  }
  #div-serviceform .sending-submission-error p {
    font-size: 1rem;
  }
}
.sending-container {
  height: 50px;
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sending-container::after {
  content: "Sending...";
  color: #1593cc;
  font-weight: 700;
  position: absolute;
  bottom: -50px;
  left: -16px;
  font-size: 1.25rem;
}
.border {
  background: #1593cc;
  position: absolute;
}
.border.one {
  height: 4px;
  top: 0;
  left: 0;
  -webkit-animation: border-one 5s infinite linear;
  animation: border-one 5s infinite linear;
}
.border.two {
  top: 0;
  right: 0;
  height: 100%;
  width: 4px;
  -webkit-animation: border-two 5s infinite linear;
  animation: border-two 5s infinite linear;
}
.border.three {
  bottom: 0;
  right: 0;
  height: 4px;
  width: 100%;
  -webkit-animation: border-three 5s infinite linear;
  animation: border-three 5s infinite linear;
}
.border.four {
  bottom: 0;
  left: 0;
  height: 100%;
  width: 4px;
  -webkit-animation: border-four 5s infinite linear;
  animation: border-four 5s infinite linear;
}
.line {
  height: 4px;
  background: #1593cc;
  position: absolute;
  width: 0%;
  left: 25%;
}
.line.one {
  top: 25%;
  width: 0%;
  -webkit-animation: line-one 5s infinite linear;
  animation: line-one 5s infinite linear;
}
.line.two {
  top: 45%;
  -webkit-animation: line-two 5s infinite linear;
  animation: line-two 5s infinite linear;
}
.line.three {
  top: 65%;
  -webkit-animation: line-three 5s infinite linear;
  animation: line-three 5s infinite linear;
}
@-webkit-keyframes border-one {
  0% {
    width: 0;
  }
  10% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-one {
  0% {
    width: 0;
  }
  10% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border-two {
  0% {
    height: 0;
  }
  10% {
    height: 0%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-two {
  0% {
    height: 0;
  }
  10% {
    height: 0%;
  }
  20% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes border-three {
  0% {
    width: 0;
  }
  20% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border-three {
  0% {
    width: 0;
  }
  20% {
    width: 0%;
  }
  30% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes border-four {
  0% {
    height: 0;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes border-four {
  0% {
    height: 0;
  }
  30% {
    height: 0%;
  }
  40% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes line-one {
  0% {
    left: 25%;
    width: 0;
  }
  40% {
    left: 25%;
    width: 0%;
  }
  43% {
    left: 25%;
    width: 50%;
  }
  52% {
    left: 25%;
    width: 50%;
  }
  54% {
    left: 25%;
    width: 0%;
  }
  55% {
    right: 25%;
    left: auto;
  }
  63% {
    width: 10%;
    right: 25%;
    left: auto;
  }
  100% {
    width: 10%;
    right: 25%;
    left: auto;
  }
}
@keyframes line-one {
  0% {
    left: 25%;
    width: 0;
  }
  40% {
    left: 25%;
    width: 0%;
  }
  43% {
    left: 25%;
    width: 50%;
  }
  52% {
    left: 25%;
    width: 50%;
  }
  54% {
    left: 25%;
    width: 0%;
  }
  55% {
    right: 25%;
    left: auto;
  }
  63% {
    width: 10%;
    right: 25%;
    left: auto;
  }
  100% {
    width: 10%;
    right: 25%;
    left: auto;
  }
}
@-webkit-keyframes line-two {
  0% {
    width: 0;
  }
  42% {
    width: 0%;
  }
  45% {
    width: 50%;
  }
  53% {
    width: 50%;
  }
  54% {
    width: 0%;
  }
  60% {
    width: 50%;
  }
  100% {
    width: 50%;
  }
}
@keyframes line-two {
  0% {
    width: 0;
  }
  42% {
    width: 0%;
  }
  45% {
    width: 50%;
  }
  53% {
    width: 50%;
  }
  54% {
    width: 0%;
  }
  60% {
    width: 50%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes line-three {
  0% {
    width: 0;
  }
  45% {
    width: 0%;
  }
  48% {
    width: 50%;
  }
  51% {
    width: 50%;
  }
  52% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@keyframes line-three {
  0% {
    width: 0;
  }
  45% {
    width: 0%;
  }
  48% {
    width: 50%;
  }
  51% {
    width: 50%;
  }
  52% {
    width: 0%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes box {
  0% {
    opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  55% {
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  60% {
    margin-left: 0px;
    height: 35px;
    width: 50px;
  }
  74% {
    msthin-left: 0;
  }
  80% {
    margin-left: -50px;
    opacity: 1;
  }
  90% {
    height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes box {
  0% {
    opacity: 1;
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  55% {
    margin-left: 0px;
    height: 50px;
    width: 40px;
  }
  60% {
    margin-left: 0px;
    height: 35px;
    width: 50px;
  }
  74% {
    msthin-left: 0;
  }
  80% {
    margin-left: -50px;
    opacity: 1;
  }
  90% {
    height: 35px;
    width: 50px;
    margin-left: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=style-old.css.map */
