@charset "UTF-8";
/*
***********************************************************************
**
** mixins.less
**
***********************************************************************
*/
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.13em;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  line-height: inherit;
}
strong,
span,
em {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
main {
  display: block;
}
a,
a:hover,
a:focus,
a img,
img {
  outline: none;
  text-decoration: none;
  color: inherit;
}
ul,
li {
  list-style: none;
}
button:focus {
  outline: none;
}
body {
  position: relative;
  overflow-x: hidden;
  padding: 15px 13px;
}
@media screen and (max-width: 1420px) {
  body {
    padding: 10px;
  }
}
body.home .main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  z-index: -10;
}
body.home .main-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: .6;
}
.background-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .7;
}
.background-image .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-image.standard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.background-image.grey-bg {
  filter: grayscale(100%);
}
.entry-content h1 {
  font-size: 101px;
  font-weight: 700;
}
@media screen and (max-width: 1420px) {
  .entry-content h1 {
    font-size: 76px;
  }
}
@media screen and (max-width: 860px) {
  .entry-content h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 640px) {
  .entry-content h1 {
    font-size: 40px;
  }
}
.entry-content h2 {
  font-size: 74px;
}
@media screen and (max-width: 1420px) {
  .entry-content h2 {
    font-size: 56px;
  }
}
@media screen and (max-width: 1160px) {
  .entry-content h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 640px) {
  .entry-content h2 {
    font-size: 36px;
  }
}
.entry-content h3 {
  font-size: 54px;
  line-height: 67px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1420px) {
  .entry-content h3 {
    font-size: 41px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1160px) {
  .entry-content h3 {
    font-size: 29px;
    line-height: 40px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 860px) {
  .entry-content h3 {
    font-size: 31px;
  }
}
@media screen and (max-width: 640px) {
  .entry-content h3 {
    font-size: 28px;
    line-height: 37px;
  }
}
.entry-content h4 {
  font-size: 34px;
  line-height: 53px;
}
@media screen and (max-width: 1420px) {
  .entry-content h4 {
    font-size: 26px;
    line-height: 40px;
  }
}
.entry-content h5 {
  font-size: 20px;
}
.entry-content p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  color: #090909;
  padding-bottom: 25px;
}
.entry-content p:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1420px) {
  .entry-content p {
    font-size: 14px;
    line-height: 27px;
    padding-bottom: 15px;
  }
}
.inner-container .entry-content h4 {
  padding-bottom: 30px;
}
/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.moby-overlay.dark {
  background: rgba(0, 0, 0, 0.85);
}
.moby-overlay.light {
  background: rgba(255, 255, 255, 0.65);
}
.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.moby-body-fixed {
  overflow: hidden !important;
}
.moby {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}
.moby * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.moby.moby-hidden {
  display: none;
}
.moby.moby-demo {
  color: #ffffff;
  background: #2196f3;
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: 60px 0 20px 0;
  overflow: auto;
}
.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.moby-demo .moby-inner {
  height: 100%;
  min-height: 520px;
}
.moby.moby-demo .moby-inner > p {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 13px;
  text-align: center;
}
.moby.moby-demo .moby-close {
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.moby.moby-demo .moby-close .moby-close-icon {
  margin-right: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.moby.moby-demo .moby-close .moby-close-icon::before,
.moby.moby-demo .moby-close .moby-close-icon::after {
  background: #ffffff;
}
.moby.moby-demo .moby-wrap {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby.moby-demo .moby-wrap > div {
  width: 100%;
}
.moby.moby-demo .moby-wrap img {
  margin: 0 auto 40px auto;
  display: block;
  width: 100px;
  height: auto;
}
.moby.moby-demo .moby-wrap .moby-menu {
  width: 100%;
}
.moby.moby-demo .moby-wrap .moby-menu > * {
  width: 100%;
}
.moby.moby-demo ul li ul a {
  padding: 20px 70px 20px 70px;
  font-size: 16px;
  background: #0c7cd5;
}
.moby.moby-demo ul li a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 20px 70px 20px 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a .moby-expand:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand i,
.moby.moby-demo ul li a .moby-expand span {
  font-size: 20px;
}
.moby.right-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 280px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.fade {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.moby.fade.moby-active {
  opacity: 1;
  visibility: visible;
}
.moby.fade ul {
  width: 100%;
}
.moby.left-side {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 280px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.top-full {
  position: fixed;
  z-index: 3000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.top-full ul {
  width: 100%;
}
.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.bottom-full {
  position: fixed;
  z-index: 3000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.bottom-full ul {
  width: 100%;
}
.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.grow-out {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  visibility: hidden;
  opacity: 0;
}
.moby.grow-out ul {
  width: 100%;
}
.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby.shrink-in {
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
.moby.shrink-in ul {
  width: 100%;
}
.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby ul {
  list-style: none;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.moby ul ul {
  display: none;
}
.moby ul li ul a {
  padding: 15px 90px 30px 30px;
  font-weight: normal;
  font-size: 14px;
}
.moby ul li a {
  position: relative;
  color: #9a989a;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding: 30px 90px 30px 30px;
  text-align: left;
}
.moby ul li a .moby-expand {
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #2196f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby ul li a .moby-expand i,
.moby ul li a .moby-expand span {
  font-size: 20px;
}
.moby .moby-close {
  color: #9a989a;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.moby .moby-close .moby-close-icon {
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.moby .moby-close .moby-close-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9a989a;
  top: 50%;
  margin-top: -1px;
}
.moby .moby-close .moby-close-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #9a989a;
  top: 0%;
  margin-left: -1px;
}
.site-header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.site-header .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 1500px) {
  .site-header .header-wrapper {
    padding-top: 15px;
  }
}
.site-header .header-wrapper .h-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
}
.site-header .header-wrapper .h-left .h-logo {
  padding-left: 25px;
  margin-right: 40px;
  -webkit-animation: rainbow 30s ease-in-out infinite alternate;
  -moz-animation: rainbow 30s ease-in-out infinite alternate;
  animation: rainbow 30s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-logo img {
  -webkit-animation: rainbow 30s ease-in-out infinite alternate;
  -moz-animation: rainbow 30s ease-in-out infinite alternate;
  animation: rainbow 30s ease-in-out infinite alternate;
}
@media screen and (max-width: 1500px) {
  .site-header .header-wrapper .h-left .h-logo {
    padding-left: 20px;
    margin-right: 50px;
  }
  .site-header .header-wrapper .h-left .h-logo img {
    width: 180px;
  }
}
@media screen and (max-width: 1340px) {
  .site-header .header-wrapper .h-left .h-logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-wrapper .h-left .h-logo {
    margin-right: 10px;
  }
  .site-header .header-wrapper .h-left .h-logo img {
    width: 145px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .header-wrapper .h-left .h-menu {
    display: none;
  }
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item {
  position: relative;
  color: white;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 1750px) {
  .site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1340px) {
  .site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item {
    font-size: 12px;
  }
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:last-child {
  padding-right: 0;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:after {
  position: absolute;
  content: '';
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1.5s ease-in-out 0s;
  z-index: -5;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item a {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  width: 101%;
  z-index: 100;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item svg {
  border-radius: 10px;
}
@media screen and (max-width: 1750px) {
  .site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item svg {
    width: 90px !important;
  }
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item svg .shape {
  width: 100% !important;
  stroke-dasharray: 55px 540;
  stroke-dashoffset: -300;
  stroke-width: 5px;
  fill: transparent;
  stroke: transparent;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
@media screen and (max-width: 1750px) {
  .site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item svg .shape {
    width: 90px !important;
  }
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:hover {
  filter: drop-shadow(0 0 3px white);
  -webkit-animation: neon_white 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_white 1.5s ease-in-out infinite alternate;
  animation: neon_white 1.5s ease-in-out infinite alternate;
  color: white;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:hover svg {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:hover svg .shape {
  stroke-width: 5;
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
  stroke: white;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 1):hover {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 1):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 1):hover svg {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 1):hover .button-1 a {
  -webkit-animation: neon_green 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_green 1.5s ease-in-out infinite alternate;
  animation: neon_green 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 1):hover {
  color: white;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 1):hover a {
  -webkit-animation: neon_green 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_green 1.5s ease-in-out infinite alternate;
  animation: neon_green 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 2):hover {
  filter: drop-shadow(0 0 3px #f5ed59);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 2):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #f5ed59);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 2):hover svg {
  filter: drop-shadow(0 0 3px #f5ed59);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 2):hover .button-1 a {
  -webkit-animation: neon_yellow 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_yellow 1.5s ease-in-out infinite alternate;
  animation: neon_yellow 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 2):hover {
  color: white;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 2):hover a {
  -webkit-animation: neon_yellow 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_yellow 1.5s ease-in-out infinite alternate;
  animation: neon_yellow 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 3):hover {
  filter: drop-shadow(0 0 3px #e84524);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 3):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #e84524);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 3):hover svg {
  filter: drop-shadow(0 0 3px #e84524);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 3):hover .button-1 a {
  -webkit-animation: neon_red 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_red 1.5s ease-in-out infinite alternate;
  animation: neon_red 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 3):hover {
  color: white;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 3):hover a {
  -webkit-animation: neon_red 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_red 1.5s ease-in-out infinite alternate;
  animation: neon_red 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 4):hover {
  filter: drop-shadow(0 0 3px #8dd3ff);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 4):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #8dd3ff);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 4):hover svg {
  filter: drop-shadow(0 0 3px #8dd3ff);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 4):hover .button-1 a {
  -webkit-animation: neon_blue 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_blue 1.5s ease-in-out infinite alternate;
  animation: neon_blue 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 4):hover {
  color: white;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 4):hover a {
  -webkit-animation: neon_blue 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_blue 1.5s ease-in-out infinite alternate;
  animation: neon_blue 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 5):hover {
  filter: drop-shadow(0 0 3px #e777d0);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 5):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #e777d0);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 5):hover svg {
  filter: drop-shadow(0 0 3px #e777d0);
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 5):hover .button-1 a {
  -webkit-animation: neon_pink 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_pink 1.5s ease-in-out infinite alternate;
  animation: neon_pink 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 5):hover {
  color: white;
}
.site-header .header-wrapper .h-left .h-menu .menu-header-menu-container .menu li.menu-item:nth-child(6n + 5):hover a {
  -webkit-animation: neon_pink 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_pink 1.5s ease-in-out infinite alternate;
  animation: neon_pink 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 60px;
}
@media screen and (max-width: 1750px) {
  .site-header .header-wrapper .h-right {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .header-wrapper .h-right {
    margin-right: 60px;
  }
}
@media screen and (max-width: 420px) {
  .site-header .header-wrapper .h-right {
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) {
  .site-header .header-wrapper .h-right .social-media-icons {
    display: none;
  }
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg {
  margin-left: 0;
  margin-right: 40px;
}
@media screen and (max-width: 1750px) {
  .site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg {
    margin-right: 15px;
  }
}
@media screen and (max-width: 780px) {
  .site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1420px) {
  .site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg svg {
    width: 30px !important;
    height: 30px !important;
  }
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg svg .shape {
  stroke-dasharray: 5px 500;
  stroke-dashoffset: 0;
  stroke: transparent;
}
@media screen and (max-width: 1420px) {
  .site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg svg .shape {
    width: 30px !important;
    height: 30px !important;
  }
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg a:last-child {
  padding-right: 0;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg a i {
  color: white;
  font-size: 21px;
}
@media screen and (max-width: 1750px) {
  .site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg a i {
    font-size: 16px;
  }
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:hover svg .shape {
  stroke-dasharray: 500 0;
  stroke: white;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 1):hover {
  filter: drop-shadow(0 0 3px #8dd3ff);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 1):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #8dd3ff);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 1):hover svg {
  filter: drop-shadow(0 0 3px #8dd3ff);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 1):hover .button-1 a {
  -webkit-animation: neon_blue 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_blue 1.5s ease-in-out infinite alternate;
  animation: neon_blue 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 1):hover {
  color: white;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 1):hover a {
  -webkit-animation: neon_blue 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_blue 1.5s ease-in-out infinite alternate;
  animation: neon_blue 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 2):hover {
  filter: drop-shadow(0 0 3px #e84524);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 2):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #e84524);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 2):hover svg {
  filter: drop-shadow(0 0 3px #e84524);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 2):hover .button-1 a {
  -webkit-animation: neon_red 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_red 1.5s ease-in-out infinite alternate;
  animation: neon_red 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 2):hover {
  color: white;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 2):hover a {
  -webkit-animation: neon_red 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_red 1.5s ease-in-out infinite alternate;
  animation: neon_red 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 3):hover {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 3):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 3):hover svg {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 3):hover .button-1 a {
  -webkit-animation: neon_green 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_green 1.5s ease-in-out infinite alternate;
  animation: neon_green 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 3):hover {
  color: white;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 3):hover a {
  -webkit-animation: neon_green 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_green 1.5s ease-in-out infinite alternate;
  animation: neon_green 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 4):hover {
  filter: drop-shadow(0 0 3px #e777d0);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 4):hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #e777d0);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 4):hover svg {
  filter: drop-shadow(0 0 3px #e777d0);
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 4):hover .button-1 a {
  -webkit-animation: neon_pink 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_pink 1.5s ease-in-out infinite alternate;
  animation: neon_pink 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 4):hover {
  color: white;
}
.site-header .header-wrapper .h-right .social-media-icons .svg-wrapper.social-link-svg:nth-child(4n + 4):hover a {
  -webkit-animation: neon_pink 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_pink 1.5s ease-in-out infinite alternate;
  animation: neon_pink 1.5s ease-in-out infinite alternate;
}
.site-header .header-wrapper .h-right .svg-wrapper {
  margin-left: 80px;
}
@media screen and (max-width: 1500px) {
  .site-header .header-wrapper .h-right .svg-wrapper {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .site-header .header-wrapper .h-right .svg-wrapper {
    margin-left: 35px;
  }
}
@media screen and (max-width: 750px) {
  .site-header .header-wrapper .h-right .svg-wrapper {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .header-wrapper .h-right .svg-wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 430px) {
  .site-header .header-wrapper .h-right .svg-wrapper {
    display: none;
  }
}
.site-header .header-wrapper .h-right .svg-wrapper svg {
  transform: rotate(180deg);
}
.site-header .header-wrapper .h-right .svg-wrapper svg .shape {
  stroke-dashoffset: 0;
}
.site-header .header-wrapper .h-right .svg-wrapper .button-1 a {
  color: white;
}
.site-header .header-wrapper .h-right .svg-wrapper:hover svg .shape {
  stroke-dashoffset: 0;
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile-menu {
    display: block;
    cursor: pointer;
    margin-left: 80px;
  }
}
@media screen and (max-width: 860px) {
  .mobile-menu {
    margin-left: 65px;
  }
}
@media screen and (max-width: 640px) {
  .mobile-menu {
    margin-left: 25px;
  }
}
#moby1 {
  width: 60%;
}
.moby .moby-wrap .moby-close {
  background: #090909;
  color: white;
  font-weight: 600;
}
.moby .moby-wrap .moby-menu .menu .menu-item a {
  color: #090909;
  font-weight: 600;
  transition: all 0.3s;
}
.moby .moby-wrap .moby-menu .menu .menu-item a:hover {
  color: #090909;
}
.site-footer {
  position: relative;
}
.site-footer .background-image.grey-bg {
  filter: grayscale(100%);
}
.site-footer .footer-wrapper {
  padding-top: 100px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1700px) {
  .site-footer .footer-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 860px) {
  .site-footer .footer-wrapper {
    padding-top: 60px;
  }
}
.site-footer .footer-wrapper .footer-heading {
  padding-bottom: 80px;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-heading {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 1160px) {
  .site-footer .footer-wrapper .footer-heading {
    padding-bottom: 25px;
  }
}
.site-footer .footer-wrapper .footer-heading h1 {
  color: white;
}
@media screen and (max-width: 860px) {
  .site-footer .footer-wrapper .footer-heading h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-wrapper .footer-heading h1 {
    font-size: 34px;
  }
}
.site-footer .footer-wrapper .footer-top {
  margin-bottom: 60px;
}
.site-footer .footer-wrapper .footer-top .footer-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info {
  max-width: 800px;
  color: white;
}
@media screen and (max-width: 1700px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1500px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info {
    max-width: 600px;
  }
}
@media screen and (max-width: 860px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info {
    max-width: 100%;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info h4 {
  padding-bottom: 10px;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info p {
  color: white;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info {
  padding-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media screen and (max-width: 860px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info {
    margin-bottom: 30px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .social-media-icons a {
  display: block;
  font-size: 21px;
  padding-bottom: 70px;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .social-media-icons a:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .social-media-icons a {
    font-size: 16px;
    padding-bottom: 55px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .contact-text {
  margin-left: 70px;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .contact-text {
    margin-left: 50px;
  }
}
@media screen and (max-width: 640px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .contact-text {
    margin-left: 40px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .contact-text p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .contact-text p {
    font-size: 15px;
    line-height: 26px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .contact-text img {
  max-width: 230px;
  height: auto;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .footer-info .info .contact-text img {
    max-width: 170px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container {
  width: 700px;
}
@media screen and (max-width: 1500px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container {
    width: 600px;
  }
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container {
    width: 520px;
  }
}
@media screen and (max-width: 1160px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container {
    width: 385px;
  }
}
@media screen and (max-width: 860px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container {
    width: 100%;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  position: relative;
  transition: all 0.3s;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field svg {
    width: 100% !important;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field:focus-within {
  filter: drop-shadow(0 0 10px #e84524);
  height: 100%;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field:focus-within::before {
  filter: drop-shadow(0 0 10px #e84524);
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field:focus-within input,
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field:focus-within textarea {
  filter: drop-shadow(0 0 10px #e84524);
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field:focus-within svg {
  filter: drop-shadow(0 0 10px #e84524);
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  max-width: none;
  background: none;
  color: white;
  border: 2px solid white;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  padding: 35px 30px;
  cursor: pointer;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder,
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: white;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
    font-size: 14px;
    padding: 25px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  height: 185px;
  padding: 26px 30px;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
    height: 140px;
    padding: 20px 25px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field:before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field#wpforms-65-field_1-container:before,
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field#wpforms-65-field_2-container:before {
  background-image: url('../../../../../../pico/wp-content/themes/pico/assets/images/pencil.png');
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field#wpforms-65-field_3-container:before {
  background-image: url('../../../../../../pico/wp-content/themes/pico/assets/images/at-symbol.png');
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field#wpforms-65-field_4-container:before {
  background-image: url('../../../../../../pico/wp-content/themes/pico/assets/images/phone.png');
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field#wpforms-65-field_5-container:before {
  top: 40px;
  transform: translateY(0);
  background-image: url('../../../../../../pico/wp-content/themes/pico/assets/images/pencil.png');
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container {
  display: inline-block;
  text-align: right;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg {
  width: 100px !important;
  height: 45px !important;
  transform: rotate(180deg);
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg {
    width: 110px !important;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg .shape {
  width: 100px;
  height: 45px;
  stroke-dasharray: 55px 540;
  stroke-dashoffset: 0;
  stroke-width: 5px;
  fill: transparent;
  stroke: white;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg .shape {
    width: 100px !important;
    stroke-dasharray: 30px 540;
    stroke-width: 3px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper button[type="submit"] {
  position: absolute;
  top: 40%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: none;
  border: none;
  color: white;
  padding: 0;
  margin: 10px 15px;
  z-index: 500;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper button[type="submit"] {
    font-size: 14px;
    right: 10px;
  }
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper:hover svg .shape {
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
  stroke: white;
}
.site-footer .footer-wrapper .footer-top .footer-info-section .contact-form .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper:hover svg button[type="submit"] {
  -webkit-animation: neon_green 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_green 1.5s ease-in-out infinite alternate;
  animation: neon_green 1.5s ease-in-out infinite alternate;
  color: white;
}
.site-footer .footer-wrapper .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1160px) {
  .site-footer .footer-wrapper .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1160px) {
  .site-footer .footer-wrapper .footer-bottom .footer-menu {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 860px) {
  .site-footer .footer-wrapper .footer-bottom .footer-menu {
    display: none;
  }
}
.site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu > li.menu-item {
  font-size: 18px;
  color: white;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-right: 45px;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu > li.menu-item {
    font-size: 14px;
    margin-right: 35px;
  }
}
.site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu > li.menu-item .sub-menu {
  padding-top: 40px;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu > li.menu-item .sub-menu {
    padding-top: 30px;
  }
}
.site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu > li.menu-item .sub-menu li.menu-item {
  font-size: 16px;
  padding-bottom: 25px;
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu > li.menu-item .sub-menu li.menu-item {
    font-size: 12px;
    padding-bottom: 20px;
  }
}
.site-footer .footer-wrapper .footer-bottom .footer-menu .menu-footer-menu-container .menu > li.menu-item .sub-menu li.menu-item:last-child {
  padding-bottom: 0;
}
.site-footer .footer-wrapper .footer-bottom .credentials {
  color: white;
  letter-spacing: 0.075em;
  font-weight: 700;
  margin-right: -90px;
}
@media screen and (max-width: 1850px) {
  .site-footer .footer-wrapper .footer-bottom .credentials {
    margin-right: 0;
  }
}
@media screen and (max-width: 1420px) {
  .site-footer .footer-wrapper .footer-bottom .credentials {
    font-size: 12px;
    margin-right: -75px;
  }
}
@media screen and (max-width: 1320px) {
  .site-footer .footer-wrapper .footer-bottom .credentials {
    margin-right: 0;
  }
}
@media screen and (max-width: 1160px) {
  .site-footer .footer-wrapper .footer-bottom .credentials {
    margin: 0 auto;
  }
}
.page-container {
  position: relative;
  padding-top: 140px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1660px) {
  .page-container {
    padding: 140px 20px 160px;
  }
}
@media screen and (max-width: 1420px) {
  .page-container {
    padding-top: 105px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1160px) {
  .page-container {
    padding-top: 105px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 860px) {
  .page-container {
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-container {
    padding-top: 80px;
  }
}
.top-section.top-section-sm {
  position: relative;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: flex-end;
}
@media screen and (max-width: 1420px) {
  .top-section.top-section-sm {
    height: 270px;
  }
}
.top-section.top-section-sm .background-image {
  filter: grayscale(100%);
}
.top-section.top-section-sm .top-wrapper .top-content {
  color: white;
  margin-bottom: 30px;
}
.wide-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1420px) {
  .wide-container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1160px) {
  .wide-container {
    max-width: 930px;
  }
}
@media screen and (max-width: 860px) {
  .wide-container {
    max-width: none;
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .wide-container {
    padding: 0 20px;
  }
}
.top-section {
  position: relative;
}
@media screen and (max-width: 860px) {
  .top-section {
    height: inherit;
  }
}
.top-section .top-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 250px;
}
@media screen and (max-width: 860px) {
  .top-section .top-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.top-section .top-wrapper .top-content {
  color: white;
  margin: 0 auto;
  text-align: center;
}
.top-section .top-wrapper .top-content h2 {
  padding-bottom: 30px;
}
.demos-form-section {
  margin-bottom: 180px;
}
@media screen and (max-width: 1420px) {
  .demos-form-section {
    margin-bottom: 145px;
  }
}
@media screen and (max-width: 640px) {
  .demos-form-section {
    margin-bottom: 120px;
  }
}
.demos-form-section .demos-form-wrapper .headline {
  text-align: center;
}
.demos-form-section .demos-form-wrapper .form-section {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1520px) {
  .demos-form-section .demos-form-wrapper .form-section {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1220px) {
  .demos-form-section .demos-form-wrapper .form-section {
    max-width: 900px;
  }
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container {
  position: relative;
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  display: inline-block;
  width: 48%;
  margin-right: 20px;
}
@media screen and (max-width: 1420px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    width: 48%;
  }
}
@media screen and (max-width: 1220px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    width: 47%;
  }
}
@media screen and (max-width: 1160px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    width: 100%;
  }
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  max-width: none;
  padding: 30px;
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.full-length {
  display: block;
  width: 97.5%;
}
@media screen and (max-width: 1420px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.full-length {
    width: 98%;
  }
}
@media screen and (max-width: 1220px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.full-length {
    width: 96.2%;
  }
}
@media screen and (max-width: 1160px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.full-length {
    width: 100%;
  }
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container {
  position: absolute;
  right: 30px;
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg {
  width: 100px !important;
  height: 45px !important;
  transform: rotate(180deg);
}
@media screen and (max-width: 1420px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg {
    width: 110px !important;
  }
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg .shape {
  width: 100px;
  height: 45px;
  stroke-dasharray: 55px 540;
  stroke-dashoffset: 0;
  stroke-width: 5px;
  fill: transparent;
  stroke: black;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
@media screen and (max-width: 1420px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper svg .shape {
    width: 100px !important;
    stroke-dasharray: 30px 540;
    stroke-width: 3px;
  }
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper button[type="submit"] {
  position: absolute;
  top: 40%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: none;
  border: none;
  padding: 0;
  margin: 10px 15px;
  z-index: 500;
}
@media screen and (max-width: 1420px) {
  .demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper button[type="submit"] {
    font-size: 14px;
    right: 10px;
  }
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper:hover svg .shape {
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
  stroke: white;
}
.demos-form-section .demos-form-wrapper .form-section .wpforms-container .wpforms-form .wpforms-submit-container.svg-wrapper:hover svg button[type="submit"] {
  -webkit-animation: neon_green 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_green 1.5s ease-in-out infinite alternate;
  animation: neon_green 1.5s ease-in-out infinite alternate;
  color: white;
}
.video-section {
  position: relative;
}
.video-section .video-wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 1680px) {
  .video-section .video-wrapper {
    padding: 100px 30px;
  }
}
@media screen and (max-width: 1420px) {
  .video-section .video-wrapper {
    padding: 70px 30px;
  }
}
.video-section .video-wrapper .headline {
  color: white;
}
.video-section .video-wrapper .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 30px;
}
.video-section .video-wrapper .video-content .video-entry {
  position: relative;
  width: 48%;
  margin-bottom: 100px;
  padding: 25px;
}
@media screen and (max-width: 980px) {
  .video-section .video-wrapper .video-content .video-entry {
    width: 100%;
  }
  .video-section .video-wrapper .video-content .video-entry:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .video-section .video-wrapper .video-content .video-entry {
    padding: 15px;
  }
}
.video-section .video-wrapper .video-content .video-entry .vid {
  text-align: center;
}
.video-section .video-wrapper .video-content .video-entry .vid iframe {
  width: 90%;
  height: 400px;
}
@media screen and (max-width: 1680px) {
  .video-section .video-wrapper .video-content .video-entry .vid iframe {
    height: 350px;
  }
}
@media screen and (max-width: 1550px) {
  .video-section .video-wrapper .video-content .video-entry .vid iframe {
    height: 300px;
  }
}
@media screen and (max-width: 1420px) {
  .video-section .video-wrapper .video-content .video-entry .vid iframe {
    height: 250px;
  }
}
@media screen and (max-width: 980px) {
  .video-section .video-wrapper .video-content .video-entry .vid iframe {
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  .video-section .video-wrapper .video-content .video-entry .vid iframe {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .video-section .video-wrapper .video-content .video-entry .vid iframe {
    height: 200px;
  }
}
.video-section .video-wrapper .video-content .video-entry .vid-title {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .video-section .video-wrapper .video-content .video-entry .vid-title {
    padding-top: 10px;
  }
}
.video-section .video-wrapper .video-content .video-entry .vid-title p {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.video-section .video-wrapper .video-content .video-entry .svg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  filter: drop-shadow(0 0 3px #f5ed59);
}
.video-section .video-wrapper .video-content .video-entry .svg-wrapper .svg-inner-wrap {
  height: 100%;
  filter: drop-shadow(0 0 3px #f5ed59);
}
.video-section .video-wrapper .video-content .video-entry .svg-wrapper .svg-inner-wrap .svg-inner-wrap-inner {
  height: 100%;
  filter: drop-shadow(0 0 3px #f5ed59);
}
.video-section .video-wrapper .video-content .video-entry .svg-wrapper .svg-inner-wrap .svg-inner-wrap-inner svg {
  filter: drop-shadow(0 0 3px #f5ed59);
}
@media screen and (max-width: 1420px) {
  .video-section .video-wrapper .video-content .video-entry .svg-wrapper .svg-inner-wrap .svg-inner-wrap-inner svg {
    width: 100% !important;
  }
}
.video-section .video-wrapper .video-content .video-entry .svg-wrapper .svg-inner-wrap .svg-inner-wrap-inner svg .shape {
  stroke-dasharray: 3000 540;
}
@media screen and (max-width: 1420px) {
  .video-section .video-wrapper .video-content .video-entry .svg-wrapper .svg-inner-wrap .svg-inner-wrap-inner svg .shape {
    width: 100% !important;
  }
}
.brochures-section {
  margin-top: 160px;
}
@media screen and (max-width: 1420px) {
  .brochures-section {
    margin-top: 125px;
  }
}
@media screen and (max-width: 640px) {
  .brochures-section {
    margin-top: 100px;
  }
}
.brochures-section .brochures-wrapper .brochures-listings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 30px;
}
.brochures-section .brochures-wrapper .brochures-listings .brochure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
  width: 30%;
  margin-right: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 980px) {
  .brochures-section .brochures-wrapper .brochures-listings .brochure {
    width: 48%;
  }
}
@media screen and (max-width: 680px) {
  .brochures-section .brochures-wrapper .brochures-listings .brochure {
    width: 100%;
  }
}
.brochures-section .brochures-wrapper .brochures-listings .brochure .pdf-icon {
  margin-right: 5px;
}
.brochures-section .brochures-wrapper .brochures-listings .brochure .pdf-icon img {
  width: 45px;
}
.brochures-section .brochures-wrapper .brochures-listings .brochure p {
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s;
}
@media screen and (max-width: 1160px) {
  .brochures-section .brochures-wrapper .brochures-listings .brochure p {
    font-size: 16px;
  }
}
.brochures-section .brochures-wrapper .brochures-listings .brochure p:hover {
  color: #8dd3ff;
}
.full-row .bg-image {
  position: relative;
  height: 600px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1420px) {
  .full-row .bg-image {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 960px) {
  .full-row .bg-image {
    margin-left: 20px;
    margin-right: 20px;
    width: inherit;
  }
}
.full-row .bg-image .svg-wrapper.section-svg {
  width: 100%;
  height: 110%;
  left: 0;
  top: -35px;
}
@media screen and (max-width: 960px) {
  .full-row .bg-image .svg-wrapper.section-svg {
    width: 85%;
    height: 110%;
    left: 50%;
    top: -10%;
  }
}
.full-row .bg-image .svg-wrapper.section-svg .svg-inner-wrap .svg-inner-wrap-inner svg {
  stroke-dasharray: 3000 0;
  stroke-dashoffset: -1;
  stroke-width: 6px;
  fill: transparent;
  stroke: white;
  border: 5px solid white;
}
.full-row .full-row-wrap {
  width: inherit;
}
@media screen and (max-width: 960px) {
  .full-row .full-row-wrap {
    margin: 0 20px;
  }
}
.full-row .full-row-wrap .full-row-content {
  padding: 0 50px;
}
@media screen and (max-width: 1160px) {
  .full-row .full-row-wrap .full-row-content {
    padding: 0 25px;
  }
}
@media screen and (max-width: 860px) {
  .full-row .full-row-wrap .full-row-content {
    padding: 0;
  }
}
.two-col {
  padding-bottom: 40px;
}
.two-col .two-col-wrap .two-col-content {
  padding-left: 50px;
}
@media screen and (max-width: 1160px) {
  .two-col .two-col-wrap .two-col-content {
    padding-left: 25px;
  }
}
@media screen and (max-width: 960px) {
  .two-col .two-col-wrap .two-col-content {
    padding: 0 20px;
  }
}
.two-col .two-col-wrap .two-col-content .col-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .two-col .two-col-wrap .two-col-content .col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.two-col .two-col-wrap .two-col-content .col-content .col-text {
  padding-bottom: 20px;
  width: 45%;
}
@media screen and (max-width: 860px) {
  .two-col .two-col-wrap .two-col-content .col-content .col-text {
    width: 100%;
  }
}
.split-row .split-row-outer-wrap .split-row-inner-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-content {
  max-width: 595px;
  padding: 60px 0;
}
@media screen and (max-width: 1620px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-content {
    max-width: 520px;
  }
}
@media screen and (max-width: 1420px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-content {
    max-width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-content {
    max-width: 100%;
    padding: 40px 0;
  }
}
@media screen and (max-width: 420px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-content {
    padding: 20px 0;
  }
}
.split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-img {
  position: absolute;
  width: 650px;
  height: 100%;
  min-height: 300px;
}
@media screen and (max-width: 1620px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-img {
    width: 550px;
  }
}
@media screen and (max-width: 1420px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-img {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-img {
    position: relative;
    width: 100%;
  }
}
.split-row .split-row-outer-wrap .split-row-inner-wrap .split-row-img .background-image {
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .split-row.split-row-left .split-row-outer-wrap .split-row-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
  }
}
.split-row.split-row-left .split-row-outer-wrap .split-row-inner-wrap .split-row-img {
  right: 0;
}
.split-row.split-row-right .split-row-outer-wrap .split-row-inner-wrap {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.split-row.split-row-right .split-row-outer-wrap .split-row-inner-wrap .split-row-img {
  left: 0;
}
.svg-wrapper {
  display: inline-block;
  position: relative;
}
.svg-wrapper:hover {
  filter: drop-shadow(0 0 3px #e84524);
}
.svg-wrapper:hover .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #e84524);
}
.svg-wrapper:hover svg {
  filter: drop-shadow(0 0 3px #e84524);
}
.svg-wrapper:hover .button-1 a {
  -webkit-animation: neon_red 1.5s ease-in-out infinite alternate;
  -moz-animation: neon_red 1.5s ease-in-out infinite alternate;
  animation: neon_red 1.5s ease-in-out infinite alternate;
}
.svg-wrapper .svg-inner-wrap svg {
  transform: rotate(180deg);
  border-radius: 10px;
}
@media screen and (max-width: 1420px) {
  .svg-wrapper .svg-inner-wrap svg {
    width: 170px !important;
  }
}
.svg-wrapper .svg-inner-wrap svg .shape {
  stroke-dasharray: 55px 540;
  stroke-dashoffset: 0;
  stroke-width: 6px;
  fill: transparent;
  stroke: white;
  border-bottom: 5px solid black;
  transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}
@media screen and (max-width: 1420px) {
  .svg-wrapper .svg-inner-wrap svg .shape {
    width: 170px !important;
  }
}
.svg-wrapper:hover .svg-inner-wrap svg .shape {
  stroke-dashoffset: 0;
  stroke-dasharray: 760;
  stroke: white;
}
.svg-wrapper:hover .svg-inner-wrap .button-1 a {
  color: white;
}
.svg-wrapper .button-1 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 1420px) {
  .svg-wrapper .button-1 {
    padding: 0 12px;
  }
}
.svg-wrapper .button-1 a {
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1420px) {
  .svg-wrapper .button-1 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1420px) {
  .svg-wrapper.pdf-button .svg-inner-wrap svg {
    width: 250px !important;
  }
}
.svg-wrapper.pdf-button .svg-inner-wrap svg .shape {
  stroke: black;
  stroke-dasharray: 55px 650;
}
@media screen and (max-width: 1420px) {
  .svg-wrapper.pdf-button .svg-inner-wrap svg .shape {
    width: 250px !important;
  }
}
.svg-wrapper.pdf-button .svg-inner-wrap .button-1 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  align-items: center;
}
.svg-wrapper.pdf-button .svg-inner-wrap .button-1 a span {
  padding-left: 10px;
}
.svg-wrapper.pdf-button:hover .svg-inner-wrap svg .shape {
  stroke: white;
  stroke-dasharray: 760;
}
.panel-row.panel-row-shortcode {
  margin: 160px 0;
}
@media screen and (max-width: 1420px) {
  .panel-row.panel-row-shortcode {
    margin: 80px 0;
  }
}
@media screen and (max-width: 1680px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1420px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1250px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper {
    max-width: none;
  }
}
@media screen and (max-width: 960px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper {
    padding: 0;
  }
}
.panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper {
  min-height: 495px;
}
@media screen and (max-width: 1600px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper {
    min-height: 375px;
  }
}
@media screen and (max-width: 1250px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper {
    min-height: 280px;
  }
}
@media screen and (max-width: 960px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper {
    min-height: none;
  }
}
.panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-img {
  width: 730px;
}
@media screen and (max-width: 1600px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-img {
    width: 585px;
  }
}
@media screen and (max-width: 1250px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-img {
    width: 450px;
  }
}
@media screen and (max-width: 960px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-img {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-img {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-img {
    height: 250px;
  }
}
.panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-content {
  max-width: 600px;
}
@media screen and (max-width: 1550px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-content {
    max-width: 500px;
  }
}
@media screen and (max-width: 1420px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-content {
    max-width: 440px;
  }
}
@media screen and (max-width: 1020px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-content {
    max-width: 380px;
  }
}
@media screen and (max-width: 960px) {
  .panel-row.panel-row-shortcode .panel-outer-wrapper .panel-inner-wrapper .panel-content {
    max-width: 100%;
  }
}
.panel-row.panel-row-right .panel-outer-wrapper .panel-inner-wrapper .panel-img .svg-wrapper.section-svg {
  width: 100%;
  height: 95%;
  left: 58%;
  top: 35px;
}
@media screen and (max-width: 960px) {
  .panel-row.panel-row-right .panel-outer-wrapper .panel-inner-wrapper .panel-img .svg-wrapper.section-svg {
    width: 85%;
    height: 110%;
    left: 50%;
    top: -10%;
  }
}
.panel-row.panel-row-right .panel-outer-wrapper .panel-inner-wrapper .panel-img .svg-wrapper.section-svg .svg-inner-wrap .svg-inner-wrap-inner svg {
  stroke-dasharray: 3000 0;
  stroke-dashoffset: -1;
  stroke-width: 6px;
  fill: transparent;
  stroke: white;
  border: 5px solid white;
}
.panel-row.panel-row-right .panel-outer-wrapper .panel-inner-wrapper .panel-content {
  margin-right: 50px;
}
@media screen and (max-width: 1250px) {
  .panel-row.panel-row-right .panel-outer-wrapper .panel-inner-wrapper .panel-content {
    margin-right: 0;
  }
}
.panel-row.panel-row-left .panel-outer-wrapper .panel-inner-wrapper .panel-img .svg-wrapper.section-svg {
  width: 100%;
  height: 95%;
  left: 38%;
  top: 35px;
}
@media screen and (max-width: 960px) {
  .panel-row.panel-row-left .panel-outer-wrapper .panel-inner-wrapper .panel-img .svg-wrapper.section-svg {
    width: 85%;
    height: 110%;
    left: 50%;
    top: -10%;
  }
}
.panel-row.panel-row-left .panel-outer-wrapper .panel-inner-wrapper .panel-img .svg-wrapper.section-svg .svg-inner-wrap .svg-inner-wrap-inner svg {
  stroke-dasharray: 3000 0;
  stroke-dashoffset: -1;
  stroke-width: 6px;
  fill: transparent;
  stroke: white;
  border: 5px solid white;
}
.panel-row.panel-row-left .panel-outer-wrapper .panel-inner-wrapper .panel-content {
  margin-left: 50px;
}
@media screen and (max-width: 1250px) {
  .panel-row.panel-row-left .panel-outer-wrapper .panel-inner-wrapper .panel-content {
    margin-left: 0;
  }
}
.icon-section {
  position: relative;
}
.icon-section .background-image {
  filter: grayscale(100%);
}
.icon-section .icon-wrapper {
  padding: 70px 0 45px;
}
.icon-section .icon-wrapper .title {
  text-align: center;
  color: white;
}
.icon-section .icon-wrapper .icon-content {
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1680px) {
  .icon-section .icon-wrapper .icon-content {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1420px) {
  .icon-section .icon-wrapper .icon-content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1250px) {
  .icon-section .icon-wrapper .icon-content {
    max-width: none;
  }
}
@media screen and (max-width: 960px) {
  .icon-section .icon-wrapper .icon-content {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}
.icon-section .icon-wrapper .icon-content p {
  color: white;
}
.icon-section .icon-wrapper .icon-content .icon {
  display: inline-block;
  padding-bottom: 35px;
}
.icon-section .icon-wrapper .icon-content .icon .icon-img {
  padding-bottom: 15px;
}
.icon-section .icon-wrapper .icon-content .icon .icon-img img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 1250px) {
  .icon-section .icon-wrapper .icon-content .icon .icon-img img {
    height: 60px;
  }
}
.icon-section .icon-wrapper .icon-content .icon .icon-text {
  font-size: 19px;
  font-weight: 700;
}
@media screen and (max-width: 1250px) {
  .icon-section .icon-wrapper .icon-content .icon .icon-text {
    font-size: 16px;
  }
}
.icon-section .icon-wrapper .icon-content .text-block {
  flex-basis: 100%;
}
.icon-section .icon-wrapper .icon-content .text-block .text {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .icon-section .icon-wrapper .icon-content .text-block .text {
    max-width: none;
    padding: 0 20px;
  }
}
.featured-products.featured-prod-shortcode {
  margin-top: 105px;
  margin-bottom: 0;
}
.featured-products.featured-prod-shortcode p:empty {
  display: none;
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-headline {
  margin-left: 50px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-headline {
    margin-left: 0;
  }
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-headline h3 {
  font-size: 41px;
  max-width: 75%;
}
@media screen and (max-width: 1420px) {
  .featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-headline h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 750px) {
  .featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-headline h3 {
    max-width: 100%;
  }
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-flex .prod-entry .svg-wrapper.section-svg {
  filter: drop-shadow(0 0 0 transparent);
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-flex .prod-entry .svg-wrapper.section-svg .svg-inner-wrap {
  filter: drop-shadow(0 0 0 transparent);
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-flex .prod-entry .svg-wrapper.section-svg .svg-inner-wrap .svg-inner-wrap-inner {
  filter: drop-shadow(0 0 0 transparent);
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-flex .prod-entry .svg-wrapper.section-svg .svg-inner-wrap .svg-inner-wrap-inner svg {
  stroke-dasharray: 3000 0;
  stroke-dashoffset: -1;
  stroke-width: 6px;
  fill: transparent;
  stroke: white;
  border: 5px solid white;
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-flex .prod-entry:hover .svg-wrapper.section-svg {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-flex .prod-entry:hover .svg-wrapper.section-svg .svg-inner-wrap {
  filter: drop-shadow(0 0 3px #3ddb5e);
}
.featured-products.featured-prod-shortcode .featured-products-wrap .feat-prod-flex .prod-entry:hover .svg-wrapper.section-svg .svg-inner-wrap .svg-inner-wrap-inner svg {
  stroke-dasharray: 3000 0;
  stroke-dashoffset: -1;
  stroke-width: 6px;
  fill: transparent;
  stroke: white;
  border: 5px solid white;
}
@-moz-keyframes neon_green {
  from {
    text-shadow: 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e;
  }
  to {
    text-shadow: 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e;
  }
}
@keyframes neon_green {
  from {
    text-shadow: 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e;
  }
  to {
    text-shadow: 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e, 0 0 7px #3ddb5e;
  }
}
@-moz-keyframes neon_red {
  from {
    text-shadow: 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524;
  }
  to {
    text-shadow: 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524;
  }
}
@keyframes neon_red {
  from {
    text-shadow: 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524;
  }
  to {
    text-shadow: 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524, 0 0 7px #e84524;
  }
}
@-moz-keyframes neon_yellow {
  from {
    text-shadow: 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59;
  }
  to {
    text-shadow: 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59;
  }
}
@keyframes neon_yellow {
  from {
    text-shadow: 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59;
  }
  to {
    text-shadow: 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59, 0 0 7px #f5ed59;
  }
}
@-moz-keyframes neon_blue {
  from {
    text-shadow: 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff;
  }
  to {
    text-shadow: 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff;
  }
}
@keyframes neon_blue {
  from {
    text-shadow: 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff;
  }
  to {
    text-shadow: 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff, 0 0 7px #8dd3ff;
  }
}
@-moz-keyframes neon_pink {
  from {
    text-shadow: 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0;
  }
  to {
    text-shadow: 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0;
  }
}
@keyframes neon_pink {
  from {
    text-shadow: 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0;
  }
  to {
    text-shadow: 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0, 0 0 7px #e777d0;
  }
}
@-moz-keyframes neon_white {
  from {
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  }
  to {
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  }
}
@keyframes neon_white {
  from {
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  }
  to {
    text-shadow: 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rainbow {
  0% {
    filter: drop-shadow(0 0 5px #8dd3ff);
  }
  20% {
    filter: drop-shadow(0 0 5px #e84524);
  }
  40% {
    filter: drop-shadow(0 0 5px #3ddb5e);
  }
  60% {
    filter: drop-shadow(0 0 5px #f5ed59);
  }
  80% {
    filter: drop-shadow(0 0 5px #e777d0);
  }
  100% {
    filter: drop-shadow(0 0 5px white);
  }
}
@-moz-keyframes rainbow {
  0% {
    filter: drop-shadow(0 0 5px #8dd3ff);
    transition-delay: 3s;
  }
  20% {
    filter: drop-shadow(0 0 5px #e84524);
    transition-delay: 3s;
  }
  40% {
    filter: drop-shadow(0 0 5px #3ddb5e);
    transition-delay: 3s;
  }
  60% {
    filter: drop-shadow(0 0 5px #f5ed59);
    transition-delay: 3s;
  }
  80% {
    filter: drop-shadow(0 0 5px #e777d0);
    transition-delay: 3s;
  }
  100% {
    filter: drop-shadow(0 0 5px white);
    transition-delay: 3s;
  }
}
.svg-wrapper.section-svg svg .shape {
  transition: stroke-width 2s, stroke-dashoffset 2s, stroke-dasharray 2s;
}
/*# sourceMappingURL=master.css.map */