﻿html.effects #main-hero:not(.fxd) img.hero {
  transform: scale(1.1);
  transition: none; }

html.effects #main-hero.fx img.hero {
  transition: 0.6s;
  transform: scale(1); }

html.effects #main-hero:not(.fxd) div div a {
  transform: translateY(500%);
  transition: none; }

html.effects #main-hero.fx div div a {
  transition: 1s;
  transform: translateY(0); }

html.effects #main-hero:not(.fxd) div div img.text {
  transform: translateY(-150%);
  transition: none; }

html.effects #main-hero.fx div div img.text {
  transition: 1s;
  transform: translateY(0); }

html.effects #hero-2:not(.fxd) img {
  opacity: 0;
  transition: none; }

html.effects #hero-2.fx img {
  transition: 1s;
  opacity: 1; }

html.effects #hero-2:not(.fxd) #hero2-head {
  transform: translateX(-100vw);
  transition: none; }

html.effects #hero-2.fx #hero2-head {
  transition: 1s;
  transform: translateX(0); }

html.effects #hero-2:not(.fxd) #hero2-text {
  transform: translateX(-100vw);
  transition: none; }

html.effects #hero-2.fx #hero2-text {
  transition: 1s;
  transition-delay: 0.5s;
  transform: translateX(0); }

html.effects #hero-2:not(.fxd) #hero2-link {
  transform: translateY(8rem);
  transition: none; }

html.effects #hero-2.fx #hero2-link {
  transition: 1s;
  transition-delay: 1.5s;
  transform: translateY(0); }

html.effects #services-list:not(.fxd) a {
  opacity: 0;
  transform: translateY(2rem);
  transition: none; }

html.effects #services-list.fx a {
  transition: 1s;
  opacity: 1;
  transform: translateY(0); }
  html.effects #services-list.fx a:nth-child(1) {
    transition-delay: 0.05s; }
  html.effects #services-list.fx a:nth-child(2) {
    transition-delay: 0.1s; }
  html.effects #services-list.fx a:nth-child(3) {
    transition-delay: 0.15s; }
  html.effects #services-list.fx a:nth-child(4) {
    transition-delay: 0.2s; }
  html.effects #services-list.fx a:nth-child(5) {
    transition-delay: 0.25s; }
  html.effects #services-list.fx a:nth-child(6) {
    transition-delay: 0.3s; }
  html.effects #services-list.fx a:nth-child(7) {
    transition-delay: 0.35s; }
  html.effects #services-list.fx a:nth-child(8) {
    transition-delay: 0.4s; }
  html.effects #services-list.fx a:nth-child(9) {
    transition-delay: 0.45s; }
  html.effects #services-list.fx a:nth-child(10) {
    transition-delay: 0.5s; }
  html.effects #services-list.fx a:nth-child(11) {
    transition-delay: 0.55s; }
  html.effects #services-list.fx a:nth-child(12) {
    transition-delay: 0.6s; }
  html.effects #services-list.fx a:nth-child(13) {
    transition-delay: 0.65s; }
  html.effects #services-list.fx a:nth-child(14) {
    transition-delay: 0.7s; }
  html.effects #services-list.fx a:nth-child(15) {
    transition-delay: 0.75s; }
  html.effects #services-list.fx a:nth-child(16) {
    transition-delay: 0.8s; }
  html.effects #services-list.fx a:nth-child(17) {
    transition-delay: 0.85s; }
  html.effects #services-list.fx a:nth-child(18) {
    transition-delay: 0.9s; }
  html.effects #services-list.fx a:nth-child(19) {
    transition-delay: 0.95s; }
  html.effects #services-list.fx a:nth-child(20) {
    transition-delay: 1s; }

html.effects #why-choose:not(.fxd) > span, html.effects #why-choose:not(.fxd) > a {
  opacity: 0;
  transform: translateX(-100vw);
  transition: none; }

html.effects #why-choose.fx > span, html.effects #why-choose.fx > a {
  transition: 1s;
  opacity: 1;
  transform: translateX(0); }
  html.effects #why-choose.fx > span:nth-child(1), html.effects #why-choose.fx > a:nth-child(1) {
    transition-delay: 0.25s; }
  html.effects #why-choose.fx > span:nth-child(2), html.effects #why-choose.fx > a:nth-child(2) {
    transition-delay: 0.5s; }
  html.effects #why-choose.fx > span:nth-child(3), html.effects #why-choose.fx > a:nth-child(3) {
    transition-delay: 0.75s; }
  html.effects #why-choose.fx > span:nth-child(4), html.effects #why-choose.fx > a:nth-child(4) {
    transition-delay: 1s; }
  html.effects #why-choose.fx > span:nth-child(5), html.effects #why-choose.fx > a:nth-child(5) {
    transition-delay: 1.25s; }

html.effects .hero-bg:not(.fxd) h2 > div > span:first-child {
  transform: translateY(-10em);
  transition: none; }

html.effects .hero-bg.fx h2 > div > span:first-child {
  transition: 1s;
  transform: translateY(0); }

html.effects .hero-bg:not(.fxd) h2 > div > span:last-child {
  transform: translateX(-100vw);
  transition: none; }

html.effects .hero-bg.fx h2 > div > span:last-child {
  transition: 1s;
  transition-delay: 0.5s;
  transform: translateX(0); }

html.effects #latest-news-container:not(.fxd) {
  opacity: 0;
  transition: none; }

html.effects #latest-news-container.fx {
  transition: 1s;
  opacity: 1; }

html.effects .info-links:not(.fxd) .info-link {
  opacity: 0; }

html.effects .info-links:not(.fxd) .info-link > span {
  opacity: 0;
  transform: scale(3); }

html.effects .info-links.fx .info-link {
  transition: 1s;
  opacity: 1; }
  html.effects .info-links.fx .info-link:nth-child(1) {
    transition-delay: 0.5s; }
  html.effects .info-links.fx .info-link:nth-child(1) span {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1s; }
  html.effects .info-links.fx .info-link:nth-child(2) {
    transition-delay: 1s; }
  html.effects .info-links.fx .info-link:nth-child(2) span {
    opacity: 1;
    transform: scale(1);
    transition-delay: 1.5s; }
  html.effects .info-links.fx .info-link:nth-child(3) {
    transition-delay: 1.5s; }
  html.effects .info-links.fx .info-link:nth-child(3) span {
    opacity: 1;
    transform: scale(1);
    transition-delay: 2s; }
