@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;
0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap);@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); .scroll-wrapper {
overflow: hidden !important;
padding: 0 !important;
position: relative;
}
.scroll-wrapper > .scroll-content {
border: none !important;
box-sizing: content-box !important;
height: auto;
left: 0;
margin: 0;
max-height: none;
max-width: none !important;
overflow: scroll !important;
padding: 0;
position: relative !important;
top: 0;
width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
height: 0;
width: 0;
}
.scroll-element {
display: none;
}
.scroll-element, .scroll-element div {
box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
cursor: default;
}
.scroll-textarea {
border: 1px solid #cccccc;
border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
border: none !important;
box-sizing: border-box;
height: 100% !important;
margin: 0;
max-height: none !important;
max-width: none !important;
overflow: scroll !important;
outline: none;
padding: 2px;
position: relative !important;
top: 0;
width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
height: 0;
width: 0;
} .scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-inner > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
bottom: 2px;
height: 8px;
left: 0;
width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
height: 100%;
right: 2px;
top: 0;
width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; } .scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-outer > .scroll-element {
background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
height: 100%;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }
.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; } .scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; } .scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; } .scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
background-color: #6C6E71;
display: block;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
bottom: 0px;
height: 0px;
left: 0;
min-width: 100%;
overflow: visible;
width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0px;
top: 0;
width: 0px;
} .scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-light > .scroll-element {
background-color: #ffffff;
}
.scrollbar-light > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-light > .scroll-element .scroll-element_outer {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element .scroll-element_size {
background: #dbdbdb;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.scrollbar-light > .scroll-element.scroll-x {
bottom: 0;
height: 17px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-light > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 17px;
}
.scrollbar-light > .scroll-element .scroll-bar {
background: #fefefe;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);
border: 1px solid #dbdbdb;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} .scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; } .scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-rail > .scroll-element {
background-color: #ffffff;
}
.scrollbar-rail > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-rail > .scroll-element .scroll-element_size {
background-color: #999;
background-color: rgba(0, 0, 0, 0.3);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
background-color: #666;
background-color: rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element.scroll-x {
bottom: 0;
height: 12px;
left: 0;
min-width: 100%;
padding: 3px 0 2px;
width: 100%;
}
.scrollbar-rail > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
padding: 0 2px 0 3px;
right: 0;
top: 0;
width: 12px;
}
.scrollbar-rail > .scroll-element .scroll-bar {
background-color: #d0b9a0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
} .scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; } .scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; } .scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
background: none;
border: none;
margin: 0;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-dynamic > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-x {
bottom: 2px;
height: 7px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-dynamic > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 2px;
top: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_outer {
opacity: 0.3;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
background-color: #cccccc;
opacity: 0;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-ms-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.scrollbar-dynamic > .scroll-element .scroll-bar {
background-color: #6c6e71;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
} .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
bottom: 0;
height: 7px;
min-width: 24px;
top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
left: auto;
min-height: 24px;
right: 0;
width: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
bottom: 0;
top: auto;
left: 2px;
-webkit-transition: height 0.2s;
-moz-transition: height 0.2s;
-o-transition: height 0.2s;
-ms-transition: height 0.2s;
transition: height 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
left: auto;
right: 0;
top: 2px;
-webkit-transition: width 0.2s;
-moz-transition: width 0.2s;
-o-transition: width 0.2s;
-ms-transition: width 0.2s;
transition: width 0.2s;
}
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; } .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; } .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
overflow: hidden;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
opacity: 0.7;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
opacity: 1;
}
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
height: 100%;
width: 100%;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
height: 20px;
min-height: 7px;
}
.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
min-width: 7px;
width: 20px;
} .scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
border: none;
margin: 0;
overflow: hidden;
padding: 0;
position: absolute;
z-index: 10;
}
.scrollbar-chrome > .scroll-element {
background-color: #ffffff;
}
.scrollbar-chrome > .scroll-element div {
display: block;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
.scrollbar-chrome > .scroll-element .scroll-element_outer {}
.scrollbar-chrome > .scroll-element .scroll-element_track {
background: #f1f1f1;
border: 1px solid #dbdbdb;
}
.scrollbar-chrome > .scroll-element.scroll-x {
bottom: 0;
height: 16px;
left: 0;
min-width: 100%;
width: 100%;
}
.scrollbar-chrome > .scroll-element.scroll-y {
height: 100%;
min-height: 100%;
right: 0;
top: 0;
width: 16px;
}
.scrollbar-chrome > .scroll-element .scroll-bar {
background-color: #d9d9d9;
border: 1px solid #bdbdbd;
cursor: default;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.scrollbar-chrome > .scroll-element .scroll-bar:hover {
background-color: #c2c2c2;
border-color: #a9a9a9;
}
.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
background-color: #919191;
border-color: #7e7e7e;
} .scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; } .scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }

@font-face {
font-family: 'FontAwesome';
src: url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/vendor/fontawesome-webfont_674f50d2.eot);
src: url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
font-weight: normal;
font-style: normal;
} .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -15%;
} .fa-2x {
font-size: 2em;
} .fa-3x {
font-size: 3em;
} .fa-4x {
font-size: 4em;
} .fa-5x {
font-size: 5em;
} .fa-fw {
width: 1.28571em;
text-align: center;
} .fa-ul {
padding-left: 0;
margin-left: 2.14286em;
list-style-type: none;
} .fa-ul > li {
position: relative;
} .fa-li {
position: absolute;
left: -2.14286em;
width: 2.14286em;
top: 0.14286em;
text-align: center;
} .fa-li.fa-lg {
left: -1.85714em;
} .fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eee;
border-radius: .1em;
} .fa-pull-left {
float: left;
} .fa-pull-right {
float: right;
} .fa.fa-pull-left {
margin-right: .3em;
} .fa.fa-pull-right {
margin-left: .3em;
}  .pull-right {
float: right;
} .pull-left {
float: left;
} .fa.pull-left {
margin-right: .3em;
} .fa.pull-right {
margin-left: .3em;
} .fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
} .fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
} .fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
} .fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
} .fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
} .fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
} :root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none;
} .fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
} .fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
} .fa-stack-1x {
line-height: inherit;
} .fa-stack-2x {
font-size: 2em;
} .fa-inverse {
color: #fff;
}  .fa-glass:before {
content: "\F000";
} .fa-music:before {
content: "\F001";
} .fa-search:before {
content: "\F002";
} .fa-envelope-o:before {
content: "\F003";
} .fa-heart:before {
content: "\F004";
} .fa-star:before {
content: "\F005";
} .fa-star-o:before {
content: "\F006";
} .fa-user:before {
content: "\F007";
} .fa-film:before {
content: "\F008";
} .fa-th-large:before {
content: "\F009";
} .fa-th:before {
content: "\F00A";
} .fa-th-list:before {
content: "\F00B";
} .fa-check:before {
content: "\F00C";
} .fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\F00D";
} .fa-search-plus:before {
content: "\F00E";
} .fa-search-minus:before {
content: "\F010";
} .fa-power-off:before {
content: "\F011";
} .fa-signal:before {
content: "\F012";
} .fa-gear:before,
.fa-cog:before {
content: "\F013";
} .fa-trash-o:before {
content: "\F014";
} .fa-home:before {
content: "\F015";
} .fa-file-o:before {
content: "\F016";
} .fa-clock-o:before {
content: "\F017";
} .fa-road:before {
content: "\F018";
} .fa-download:before {
content: "\F019";
} .fa-arrow-circle-o-down:before {
content: "\F01A";
} .fa-arrow-circle-o-up:before {
content: "\F01B";
} .fa-inbox:before {
content: "\F01C";
} .fa-play-circle-o:before {
content: "\F01D";
} .fa-rotate-right:before,
.fa-repeat:before {
content: "\F01E";
} .fa-refresh:before {
content: "\F021";
} .fa-list-alt:before {
content: "\F022";
} .fa-lock:before {
content: "\F023";
} .fa-flag:before {
content: "\F024";
} .fa-headphones:before {
content: "\F025";
} .fa-volume-off:before {
content: "\F026";
} .fa-volume-down:before {
content: "\F027";
} .fa-volume-up:before {
content: "\F028";
} .fa-qrcode:before {
content: "\F029";
} .fa-barcode:before {
content: "\F02A";
} .fa-tag:before {
content: "\F02B";
} .fa-tags:before {
content: "\F02C";
} .fa-book:before {
content: "\F02D";
} .fa-bookmark:before {
content: "\F02E";
} .fa-print:before {
content: "\F02F";
} .fa-camera:before {
content: "\F030";
} .fa-font:before {
content: "\F031";
} .fa-bold:before {
content: "\F032";
} .fa-italic:before {
content: "\F033";
} .fa-text-height:before {
content: "\F034";
} .fa-text-width:before {
content: "\F035";
} .fa-align-left:before {
content: "\F036";
} .fa-align-center:before {
content: "\F037";
} .fa-align-right:before {
content: "\F038";
} .fa-align-justify:before {
content: "\F039";
} .fa-list:before {
content: "\F03A";
} .fa-dedent:before,
.fa-outdent:before {
content: "\F03B";
} .fa-indent:before {
content: "\F03C";
} .fa-video-camera:before {
content: "\F03D";
} .fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\F03E";
} .fa-pencil:before {
content: "\F040";
} .fa-map-marker:before {
content: "\F041";
} .fa-adjust:before {
content: "\F042";
} .fa-tint:before {
content: "\F043";
} .fa-edit:before,
.fa-pencil-square-o:before {
content: "\F044";
} .fa-share-square-o:before {
content: "\F045";
} .fa-check-square-o:before {
content: "\F046";
} .fa-arrows:before {
content: "\F047";
} .fa-step-backward:before {
content: "\F048";
} .fa-fast-backward:before {
content: "\F049";
} .fa-backward:before {
content: "\F04A";
} .fa-play:before {
content: "\F04B";
} .fa-pause:before {
content: "\F04C";
} .fa-stop:before {
content: "\F04D";
} .fa-forward:before {
content: "\F04E";
} .fa-fast-forward:before {
content: "\F050";
} .fa-step-forward:before {
content: "\F051";
} .fa-eject:before {
content: "\F052";
} .fa-chevron-left:before {
content: "\F053";
} .fa-chevron-right:before {
content: "\F054";
} .fa-plus-circle:before {
content: "\F055";
} .fa-minus-circle:before {
content: "\F056";
} .fa-times-circle:before {
content: "\F057";
} .fa-check-circle:before {
content: "\F058";
} .fa-question-circle:before {
content: "\F059";
} .fa-info-circle:before {
content: "\F05A";
} .fa-crosshairs:before {
content: "\F05B";
} .fa-times-circle-o:before {
content: "\F05C";
} .fa-check-circle-o:before {
content: "\F05D";
} .fa-ban:before {
content: "\F05E";
} .fa-arrow-left:before {
content: "\F060";
} .fa-arrow-right:before {
content: "\F061";
} .fa-arrow-up:before {
content: "\F062";
} .fa-arrow-down:before {
content: "\F063";
} .fa-mail-forward:before,
.fa-share:before {
content: "\F064";
} .fa-expand:before {
content: "\F065";
} .fa-compress:before {
content: "\F066";
} .fa-plus:before {
content: "\F067";
} .fa-minus:before {
content: "\F068";
} .fa-asterisk:before {
content: "\F069";
} .fa-exclamation-circle:before {
content: "\F06A";
} .fa-gift:before {
content: "\F06B";
} .fa-leaf:before {
content: "\F06C";
} .fa-fire:before {
content: "\F06D";
} .fa-eye:before {
content: "\F06E";
} .fa-eye-slash:before {
content: "\F070";
} .fa-warning:before,
.fa-exclamation-triangle:before {
content: "\F071";
} .fa-plane:before {
content: "\F072";
} .fa-calendar:before {
content: "\F073";
} .fa-random:before {
content: "\F074";
} .fa-comment:before {
content: "\F075";
} .fa-magnet:before {
content: "\F076";
} .fa-chevron-up:before {
content: "\F077";
} .fa-chevron-down:before {
content: "\F078";
} .fa-retweet:before {
content: "\F079";
} .fa-shopping-cart:before {
content: "\F07A";
} .fa-folder:before {
content: "\F07B";
} .fa-folder-open:before {
content: "\F07C";
} .fa-arrows-v:before {
content: "\F07D";
} .fa-arrows-h:before {
content: "\F07E";
} .fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\F080";
} .fa-twitter-square:before {
content: "\F081";
} .fa-facebook-square:before {
content: "\F082";
} .fa-camera-retro:before {
content: "\F083";
} .fa-key:before {
content: "\F084";
} .fa-gears:before,
.fa-cogs:before {
content: "\F085";
} .fa-comments:before {
content: "\F086";
} .fa-thumbs-o-up:before {
content: "\F087";
} .fa-thumbs-o-down:before {
content: "\F088";
} .fa-star-half:before {
content: "\F089";
} .fa-heart-o:before {
content: "\F08A";
} .fa-sign-out:before {
content: "\F08B";
} .fa-linkedin-square:before {
content: "\F08C";
} .fa-thumb-tack:before {
content: "\F08D";
} .fa-external-link:before {
content: "\F08E";
} .fa-sign-in:before {
content: "\F090";
} .fa-trophy:before {
content: "\F091";
} .fa-github-square:before {
content: "\F092";
} .fa-upload:before {
content: "\F093";
} .fa-lemon-o:before {
content: "\F094";
} .fa-phone:before {
content: "\F095";
} .fa-square-o:before {
content: "\F096";
} .fa-bookmark-o:before {
content: "\F097";
} .fa-phone-square:before {
content: "\F098";
} .fa-twitter:before {
content: "\F099";
} .fa-facebook-f:before,
.fa-facebook:before {
content: "\F09A";
} .fa-github:before {
content: "\F09B";
} .fa-unlock:before {
content: "\F09C";
} .fa-credit-card:before {
content: "\F09D";
} .fa-feed:before,
.fa-rss:before {
content: "\F09E";
} .fa-hdd-o:before {
content: "\F0A0";
} .fa-bullhorn:before {
content: "\F0A1";
} .fa-bell:before {
content: "\F0F3";
} .fa-certificate:before {
content: "\F0A3";
} .fa-hand-o-right:before {
content: "\F0A4";
} .fa-hand-o-left:before {
content: "\F0A5";
} .fa-hand-o-up:before {
content: "\F0A6";
} .fa-hand-o-down:before {
content: "\F0A7";
} .fa-arrow-circle-left:before {
content: "\F0A8";
} .fa-arrow-circle-right:before {
content: "\F0A9";
} .fa-arrow-circle-up:before {
content: "\F0AA";
} .fa-arrow-circle-down:before {
content: "\F0AB";
} .fa-globe:before {
content: "\F0AC";
} .fa-wrench:before {
content: "\F0AD";
} .fa-tasks:before {
content: "\F0AE";
} .fa-filter:before {
content: "\F0B0";
} .fa-briefcase:before {
content: "\F0B1";
} .fa-arrows-alt:before {
content: "\F0B2";
} .fa-group:before,
.fa-users:before {
content: "\F0C0";
} .fa-chain:before,
.fa-link:before {
content: "\F0C1";
} .fa-cloud:before {
content: "\F0C2";
} .fa-flask:before {
content: "\F0C3";
} .fa-cut:before,
.fa-scissors:before {
content: "\F0C4";
} .fa-copy:before,
.fa-files-o:before {
content: "\F0C5";
} .fa-paperclip:before {
content: "\F0C6";
} .fa-save:before,
.fa-floppy-o:before {
content: "\F0C7";
} .fa-square:before {
content: "\F0C8";
} .fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\F0C9";
} .fa-list-ul:before {
content: "\F0CA";
} .fa-list-ol:before {
content: "\F0CB";
} .fa-strikethrough:before {
content: "\F0CC";
} .fa-underline:before {
content: "\F0CD";
} .fa-table:before {
content: "\F0CE";
} .fa-magic:before {
content: "\F0D0";
} .fa-truck:before {
content: "\F0D1";
} .fa-pinterest:before {
content: "\F0D2";
} .fa-pinterest-square:before {
content: "\F0D3";
} .fa-google-plus-square:before {
content: "\F0D4";
} .fa-google-plus:before {
content: "\F0D5";
} .fa-money:before {
content: "\F0D6";
} .fa-caret-down:before {
content: "\F0D7";
} .fa-caret-up:before {
content: "\F0D8";
} .fa-caret-left:before {
content: "\F0D9";
} .fa-caret-right:before {
content: "\F0DA";
} .fa-columns:before {
content: "\F0DB";
} .fa-unsorted:before,
.fa-sort:before {
content: "\F0DC";
} .fa-sort-down:before,
.fa-sort-desc:before {
content: "\F0DD";
} .fa-sort-up:before,
.fa-sort-asc:before {
content: "\F0DE";
} .fa-envelope:before {
content: "\F0E0";
} .fa-linkedin:before {
content: "\F0E1";
} .fa-rotate-left:before,
.fa-undo:before {
content: "\F0E2";
} .fa-legal:before,
.fa-gavel:before {
content: "\F0E3";
} .fa-dashboard:before,
.fa-tachometer:before {
content: "\F0E4";
} .fa-comment-o:before {
content: "\F0E5";
} .fa-comments-o:before {
content: "\F0E6";
} .fa-flash:before,
.fa-bolt:before {
content: "\F0E7";
} .fa-sitemap:before {
content: "\F0E8";
} .fa-umbrella:before {
content: "\F0E9";
} .fa-paste:before,
.fa-clipboard:before {
content: "\F0EA";
} .fa-lightbulb-o:before {
content: "\F0EB";
} .fa-exchange:before {
content: "\F0EC";
} .fa-cloud-download:before {
content: "\F0ED";
} .fa-cloud-upload:before {
content: "\F0EE";
} .fa-user-md:before {
content: "\F0F0";
} .fa-stethoscope:before {
content: "\F0F1";
} .fa-suitcase:before {
content: "\F0F2";
} .fa-bell-o:before {
content: "\F0A2";
} .fa-coffee:before {
content: "\F0F4";
} .fa-cutlery:before {
content: "\F0F5";
} .fa-file-text-o:before {
content: "\F0F6";
} .fa-building-o:before {
content: "\F0F7";
} .fa-hospital-o:before {
content: "\F0F8";
} .fa-ambulance:before {
content: "\F0F9";
} .fa-medkit:before {
content: "\F0FA";
} .fa-fighter-jet:before {
content: "\F0FB";
} .fa-beer:before {
content: "\F0FC";
} .fa-h-square:before {
content: "\F0FD";
} .fa-plus-square:before {
content: "\F0FE";
} .fa-angle-double-left:before {
content: "\F100";
} .fa-angle-double-right:before {
content: "\F101";
} .fa-angle-double-up:before {
content: "\F102";
} .fa-angle-double-down:before {
content: "\F103";
} .fa-angle-left:before {
content: "\F104";
} .fa-angle-right:before {
content: "\F105";
} .fa-angle-up:before {
content: "\F106";
} .fa-angle-down:before {
content: "\F107";
} .fa-desktop:before {
content: "\F108";
} .fa-laptop:before {
content: "\F109";
} .fa-tablet:before {
content: "\F10A";
} .fa-mobile-phone:before,
.fa-mobile:before {
content: "\F10B";
} .fa-circle-o:before {
content: "\F10C";
} .fa-quote-left:before {
content: "\F10D";
} .fa-quote-right:before {
content: "\F10E";
} .fa-spinner:before {
content: "\F110";
} .fa-circle:before {
content: "\F111";
} .fa-mail-reply:before,
.fa-reply:before {
content: "\F112";
} .fa-github-alt:before {
content: "\F113";
} .fa-folder-o:before {
content: "\F114";
} .fa-folder-open-o:before {
content: "\F115";
} .fa-smile-o:before {
content: "\F118";
} .fa-frown-o:before {
content: "\F119";
} .fa-meh-o:before {
content: "\F11A";
} .fa-gamepad:before {
content: "\F11B";
} .fa-keyboard-o:before {
content: "\F11C";
} .fa-flag-o:before {
content: "\F11D";
} .fa-flag-checkered:before {
content: "\F11E";
} .fa-terminal:before {
content: "\F120";
} .fa-code:before {
content: "\F121";
} .fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\F122";
} .fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\F123";
} .fa-location-arrow:before {
content: "\F124";
} .fa-crop:before {
content: "\F125";
} .fa-code-fork:before {
content: "\F126";
} .fa-unlink:before,
.fa-chain-broken:before {
content: "\F127";
} .fa-question:before {
content: "\F128";
} .fa-info:before {
content: "\F129";
} .fa-exclamation:before {
content: "\F12A";
} .fa-superscript:before {
content: "\F12B";
} .fa-subscript:before {
content: "\F12C";
} .fa-eraser:before {
content: "\F12D";
} .fa-puzzle-piece:before {
content: "\F12E";
} .fa-microphone:before {
content: "\F130";
} .fa-microphone-slash:before {
content: "\F131";
} .fa-shield:before {
content: "\F132";
} .fa-calendar-o:before {
content: "\F133";
} .fa-fire-extinguisher:before {
content: "\F134";
} .fa-rocket:before {
content: "\F135";
} .fa-maxcdn:before {
content: "\F136";
} .fa-chevron-circle-left:before {
content: "\F137";
} .fa-chevron-circle-right:before {
content: "\F138";
} .fa-chevron-circle-up:before {
content: "\F139";
} .fa-chevron-circle-down:before {
content: "\F13A";
} .fa-html5:before {
content: "\F13B";
} .fa-css3:before {
content: "\F13C";
} .fa-anchor:before {
content: "\F13D";
} .fa-unlock-alt:before {
content: "\F13E";
} .fa-bullseye:before {
content: "\F140";
} .fa-ellipsis-h:before {
content: "\F141";
} .fa-ellipsis-v:before {
content: "\F142";
} .fa-rss-square:before {
content: "\F143";
} .fa-play-circle:before {
content: "\F144";
} .fa-ticket:before {
content: "\F145";
} .fa-minus-square:before {
content: "\F146";
} .fa-minus-square-o:before {
content: "\F147";
} .fa-level-up:before {
content: "\F148";
} .fa-level-down:before {
content: "\F149";
} .fa-check-square:before {
content: "\F14A";
} .fa-pencil-square:before {
content: "\F14B";
} .fa-external-link-square:before {
content: "\F14C";
} .fa-share-square:before {
content: "\F14D";
} .fa-compass:before {
content: "\F14E";
} .fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\F150";
} .fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\F151";
} .fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\F152";
} .fa-euro:before,
.fa-eur:before {
content: "\F153";
} .fa-gbp:before {
content: "\F154";
} .fa-dollar:before,
.fa-usd:before {
content: "\F155";
} .fa-rupee:before,
.fa-inr:before {
content: "\F156";
} .fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\F157";
} .fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\F158";
} .fa-won:before,
.fa-krw:before {
content: "\F159";
} .fa-bitcoin:before,
.fa-btc:before {
content: "\F15A";
} .fa-file:before {
content: "\F15B";
} .fa-file-text:before {
content: "\F15C";
} .fa-sort-alpha-asc:before {
content: "\F15D";
} .fa-sort-alpha-desc:before {
content: "\F15E";
} .fa-sort-amount-asc:before {
content: "\F160";
} .fa-sort-amount-desc:before {
content: "\F161";
} .fa-sort-numeric-asc:before {
content: "\F162";
} .fa-sort-numeric-desc:before {
content: "\F163";
} .fa-thumbs-up:before {
content: "\F164";
} .fa-thumbs-down:before {
content: "\F165";
} .fa-youtube-square:before {
content: "\F166";
} .fa-youtube:before {
content: "\F167";
} .fa-xing:before {
content: "\F168";
} .fa-xing-square:before {
content: "\F169";
} .fa-youtube-play:before {
content: "\F16A";
} .fa-dropbox:before {
content: "\F16B";
} .fa-stack-overflow:before {
content: "\F16C";
} .fa-instagram:before {
content: "\F16D";
} .fa-flickr:before {
content: "\F16E";
} .fa-adn:before {
content: "\F170";
} .fa-bitbucket:before {
content: "\F171";
} .fa-bitbucket-square:before {
content: "\F172";
} .fa-tumblr:before {
content: "\F173";
} .fa-tumblr-square:before {
content: "\F174";
} .fa-long-arrow-down:before {
content: "\F175";
} .fa-long-arrow-up:before {
content: "\F176";
} .fa-long-arrow-left:before {
content: "\F177";
} .fa-long-arrow-right:before {
content: "\F178";
} .fa-apple:before {
content: "\F179";
} .fa-windows:before {
content: "\F17A";
} .fa-android:before {
content: "\F17B";
} .fa-linux:before {
content: "\F17C";
} .fa-dribbble:before {
content: "\F17D";
} .fa-skype:before {
content: "\F17E";
} .fa-foursquare:before {
content: "\F180";
} .fa-trello:before {
content: "\F181";
} .fa-female:before {
content: "\F182";
} .fa-male:before {
content: "\F183";
} .fa-gittip:before,
.fa-gratipay:before {
content: "\F184";
} .fa-sun-o:before {
content: "\F185";
} .fa-moon-o:before {
content: "\F186";
} .fa-archive:before {
content: "\F187";
} .fa-bug:before {
content: "\F188";
} .fa-vk:before {
content: "\F189";
} .fa-weibo:before {
content: "\F18A";
} .fa-renren:before {
content: "\F18B";
} .fa-pagelines:before {
content: "\F18C";
} .fa-stack-exchange:before {
content: "\F18D";
} .fa-arrow-circle-o-right:before {
content: "\F18E";
} .fa-arrow-circle-o-left:before {
content: "\F190";
} .fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\F191";
} .fa-dot-circle-o:before {
content: "\F192";
} .fa-wheelchair:before {
content: "\F193";
} .fa-vimeo-square:before {
content: "\F194";
} .fa-turkish-lira:before,
.fa-try:before {
content: "\F195";
} .fa-plus-square-o:before {
content: "\F196";
} .fa-space-shuttle:before {
content: "\F197";
} .fa-slack:before {
content: "\F198";
} .fa-envelope-square:before {
content: "\F199";
} .fa-wordpress:before {
content: "\F19A";
} .fa-openid:before {
content: "\F19B";
} .fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\F19C";
} .fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\F19D";
} .fa-yahoo:before {
content: "\F19E";
} .fa-google:before {
content: "\F1A0";
} .fa-reddit:before {
content: "\F1A1";
} .fa-reddit-square:before {
content: "\F1A2";
} .fa-stumbleupon-circle:before {
content: "\F1A3";
} .fa-stumbleupon:before {
content: "\F1A4";
} .fa-delicious:before {
content: "\F1A5";
} .fa-digg:before {
content: "\F1A6";
} .fa-pied-piper-pp:before {
content: "\F1A7";
} .fa-pied-piper-alt:before {
content: "\F1A8";
} .fa-drupal:before {
content: "\F1A9";
} .fa-joomla:before {
content: "\F1AA";
} .fa-language:before {
content: "\F1AB";
} .fa-fax:before {
content: "\F1AC";
} .fa-building:before {
content: "\F1AD";
} .fa-child:before {
content: "\F1AE";
} .fa-paw:before {
content: "\F1B0";
} .fa-spoon:before {
content: "\F1B1";
} .fa-cube:before {
content: "\F1B2";
} .fa-cubes:before {
content: "\F1B3";
} .fa-behance:before {
content: "\F1B4";
} .fa-behance-square:before {
content: "\F1B5";
} .fa-steam:before {
content: "\F1B6";
} .fa-steam-square:before {
content: "\F1B7";
} .fa-recycle:before {
content: "\F1B8";
} .fa-automobile:before,
.fa-car:before {
content: "\F1B9";
} .fa-cab:before,
.fa-taxi:before {
content: "\F1BA";
} .fa-tree:before {
content: "\F1BB";
} .fa-spotify:before {
content: "\F1BC";
} .fa-deviantart:before {
content: "\F1BD";
} .fa-soundcloud:before {
content: "\F1BE";
} .fa-database:before {
content: "\F1C0";
} .fa-file-pdf-o:before {
content: "\F1C1";
} .fa-file-word-o:before {
content: "\F1C2";
} .fa-file-excel-o:before {
content: "\F1C3";
} .fa-file-powerpoint-o:before {
content: "\F1C4";
} .fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\F1C5";
} .fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\F1C6";
} .fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\F1C7";
} .fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\F1C8";
} .fa-file-code-o:before {
content: "\F1C9";
} .fa-vine:before {
content: "\F1CA";
} .fa-codepen:before {
content: "\F1CB";
} .fa-jsfiddle:before {
content: "\F1CC";
} .fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\F1CD";
} .fa-circle-o-notch:before {
content: "\F1CE";
} .fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\F1D0";
} .fa-ge:before,
.fa-empire:before {
content: "\F1D1";
} .fa-git-square:before {
content: "\F1D2";
} .fa-git:before {
content: "\F1D3";
} .fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\F1D4";
} .fa-tencent-weibo:before {
content: "\F1D5";
} .fa-qq:before {
content: "\F1D6";
} .fa-wechat:before,
.fa-weixin:before {
content: "\F1D7";
} .fa-send:before,
.fa-paper-plane:before {
content: "\F1D8";
} .fa-send-o:before,
.fa-paper-plane-o:before {
content: "\F1D9";
} .fa-history:before {
content: "\F1DA";
} .fa-circle-thin:before {
content: "\F1DB";
} .fa-header:before {
content: "\F1DC";
} .fa-paragraph:before {
content: "\F1DD";
} .fa-sliders:before {
content: "\F1DE";
} .fa-share-alt:before {
content: "\F1E0";
} .fa-share-alt-square:before {
content: "\F1E1";
} .fa-bomb:before {
content: "\F1E2";
} .fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\F1E3";
} .fa-tty:before {
content: "\F1E4";
} .fa-binoculars:before {
content: "\F1E5";
} .fa-plug:before {
content: "\F1E6";
} .fa-slideshare:before {
content: "\F1E7";
} .fa-twitch:before {
content: "\F1E8";
} .fa-yelp:before {
content: "\F1E9";
} .fa-newspaper-o:before {
content: "\F1EA";
} .fa-wifi:before {
content: "\F1EB";
} .fa-calculator:before {
content: "\F1EC";
} .fa-paypal:before {
content: "\F1ED";
} .fa-google-wallet:before {
content: "\F1EE";
} .fa-cc-visa:before {
content: "\F1F0";
} .fa-cc-mastercard:before {
content: "\F1F1";
} .fa-cc-discover:before {
content: "\F1F2";
} .fa-cc-amex:before {
content: "\F1F3";
} .fa-cc-paypal:before {
content: "\F1F4";
} .fa-cc-stripe:before {
content: "\F1F5";
} .fa-bell-slash:before {
content: "\F1F6";
} .fa-bell-slash-o:before {
content: "\F1F7";
} .fa-trash:before {
content: "\F1F8";
} .fa-copyright:before {
content: "\F1F9";
} .fa-at:before {
content: "\F1FA";
} .fa-eyedropper:before {
content: "\F1FB";
} .fa-paint-brush:before {
content: "\F1FC";
} .fa-birthday-cake:before {
content: "\F1FD";
} .fa-area-chart:before {
content: "\F1FE";
} .fa-pie-chart:before {
content: "\F200";
} .fa-line-chart:before {
content: "\F201";
} .fa-lastfm:before {
content: "\F202";
} .fa-lastfm-square:before {
content: "\F203";
} .fa-toggle-off:before {
content: "\F204";
} .fa-toggle-on:before {
content: "\F205";
} .fa-bicycle:before {
content: "\F206";
} .fa-bus:before {
content: "\F207";
} .fa-ioxhost:before {
content: "\F208";
} .fa-angellist:before {
content: "\F209";
} .fa-cc:before {
content: "\F20A";
} .fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\F20B";
} .fa-meanpath:before {
content: "\F20C";
} .fa-buysellads:before {
content: "\F20D";
} .fa-connectdevelop:before {
content: "\F20E";
} .fa-dashcube:before {
content: "\F210";
} .fa-forumbee:before {
content: "\F211";
} .fa-leanpub:before {
content: "\F212";
} .fa-sellsy:before {
content: "\F213";
} .fa-shirtsinbulk:before {
content: "\F214";
} .fa-simplybuilt:before {
content: "\F215";
} .fa-skyatlas:before {
content: "\F216";
} .fa-cart-plus:before {
content: "\F217";
} .fa-cart-arrow-down:before {
content: "\F218";
} .fa-diamond:before {
content: "\F219";
} .fa-ship:before {
content: "\F21A";
} .fa-user-secret:before {
content: "\F21B";
} .fa-motorcycle:before {
content: "\F21C";
} .fa-street-view:before {
content: "\F21D";
} .fa-heartbeat:before {
content: "\F21E";
} .fa-venus:before {
content: "\F221";
} .fa-mars:before {
content: "\F222";
} .fa-mercury:before {
content: "\F223";
} .fa-intersex:before,
.fa-transgender:before {
content: "\F224";
} .fa-transgender-alt:before {
content: "\F225";
} .fa-venus-double:before {
content: "\F226";
} .fa-mars-double:before {
content: "\F227";
} .fa-venus-mars:before {
content: "\F228";
} .fa-mars-stroke:before {
content: "\F229";
} .fa-mars-stroke-v:before {
content: "\F22A";
} .fa-mars-stroke-h:before {
content: "\F22B";
} .fa-neuter:before {
content: "\F22C";
} .fa-genderless:before {
content: "\F22D";
} .fa-facebook-official:before {
content: "\F230";
} .fa-pinterest-p:before {
content: "\F231";
} .fa-whatsapp:before {
content: "\F232";
} .fa-server:before {
content: "\F233";
} .fa-user-plus:before {
content: "\F234";
} .fa-user-times:before {
content: "\F235";
} .fa-hotel:before,
.fa-bed:before {
content: "\F236";
} .fa-viacoin:before {
content: "\F237";
} .fa-train:before {
content: "\F238";
} .fa-subway:before {
content: "\F239";
} .fa-medium:before {
content: "\F23A";
} .fa-yc:before,
.fa-y-combinator:before {
content: "\F23B";
} .fa-optin-monster:before {
content: "\F23C";
} .fa-opencart:before {
content: "\F23D";
} .fa-expeditedssl:before {
content: "\F23E";
} .fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\F240";
} .fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\F241";
} .fa-battery-2:before,
.fa-battery-half:before {
content: "\F242";
} .fa-battery-1:before,
.fa-battery-quarter:before {
content: "\F243";
} .fa-battery-0:before,
.fa-battery-empty:before {
content: "\F244";
} .fa-mouse-pointer:before {
content: "\F245";
} .fa-i-cursor:before {
content: "\F246";
} .fa-object-group:before {
content: "\F247";
} .fa-object-ungroup:before {
content: "\F248";
} .fa-sticky-note:before {
content: "\F249";
} .fa-sticky-note-o:before {
content: "\F24A";
} .fa-cc-jcb:before {
content: "\F24B";
} .fa-cc-diners-club:before {
content: "\F24C";
} .fa-clone:before {
content: "\F24D";
} .fa-balance-scale:before {
content: "\F24E";
} .fa-hourglass-o:before {
content: "\F250";
} .fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\F251";
} .fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\F252";
} .fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\F253";
} .fa-hourglass:before {
content: "\F254";
} .fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\F255";
} .fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\F256";
} .fa-hand-scissors-o:before {
content: "\F257";
} .fa-hand-lizard-o:before {
content: "\F258";
} .fa-hand-spock-o:before {
content: "\F259";
} .fa-hand-pointer-o:before {
content: "\F25A";
} .fa-hand-peace-o:before {
content: "\F25B";
} .fa-trademark:before {
content: "\F25C";
} .fa-registered:before {
content: "\F25D";
} .fa-creative-commons:before {
content: "\F25E";
} .fa-gg:before {
content: "\F260";
} .fa-gg-circle:before {
content: "\F261";
} .fa-tripadvisor:before {
content: "\F262";
} .fa-odnoklassniki:before {
content: "\F263";
} .fa-odnoklassniki-square:before {
content: "\F264";
} .fa-get-pocket:before {
content: "\F265";
} .fa-wikipedia-w:before {
content: "\F266";
} .fa-safari:before {
content: "\F267";
} .fa-chrome:before {
content: "\F268";
} .fa-firefox:before {
content: "\F269";
} .fa-opera:before {
content: "\F26A";
} .fa-internet-explorer:before {
content: "\F26B";
} .fa-tv:before,
.fa-television:before {
content: "\F26C";
} .fa-contao:before {
content: "\F26D";
} .fa-500px:before {
content: "\F26E";
} .fa-amazon:before {
content: "\F270";
} .fa-calendar-plus-o:before {
content: "\F271";
} .fa-calendar-minus-o:before {
content: "\F272";
} .fa-calendar-times-o:before {
content: "\F273";
} .fa-calendar-check-o:before {
content: "\F274";
} .fa-industry:before {
content: "\F275";
} .fa-map-pin:before {
content: "\F276";
} .fa-map-signs:before {
content: "\F277";
} .fa-map-o:before {
content: "\F278";
} .fa-map:before {
content: "\F279";
} .fa-commenting:before {
content: "\F27A";
} .fa-commenting-o:before {
content: "\F27B";
} .fa-houzz:before {
content: "\F27C";
} .fa-vimeo:before {
content: "\F27D";
} .fa-black-tie:before {
content: "\F27E";
} .fa-fonticons:before {
content: "\F280";
} .fa-reddit-alien:before {
content: "\F281";
} .fa-edge:before {
content: "\F282";
} .fa-credit-card-alt:before {
content: "\F283";
} .fa-codiepie:before {
content: "\F284";
} .fa-modx:before {
content: "\F285";
} .fa-fort-awesome:before {
content: "\F286";
} .fa-usb:before {
content: "\F287";
} .fa-product-hunt:before {
content: "\F288";
} .fa-mixcloud:before {
content: "\F289";
} .fa-scribd:before {
content: "\F28A";
} .fa-pause-circle:before {
content: "\F28B";
} .fa-pause-circle-o:before {
content: "\F28C";
} .fa-stop-circle:before {
content: "\F28D";
} .fa-stop-circle-o:before {
content: "\F28E";
} .fa-shopping-bag:before {
content: "\F290";
} .fa-shopping-basket:before {
content: "\F291";
} .fa-hashtag:before {
content: "\F292";
} .fa-bluetooth:before {
content: "\F293";
} .fa-bluetooth-b:before {
content: "\F294";
} .fa-percent:before {
content: "\F295";
} .fa-gitlab:before {
content: "\F296";
} .fa-wpbeginner:before {
content: "\F297";
} .fa-wpforms:before {
content: "\F298";
} .fa-envira:before {
content: "\F299";
} .fa-universal-access:before {
content: "\F29A";
} .fa-wheelchair-alt:before {
content: "\F29B";
} .fa-question-circle-o:before {
content: "\F29C";
} .fa-blind:before {
content: "\F29D";
} .fa-audio-description:before {
content: "\F29E";
} .fa-volume-control-phone:before {
content: "\F2A0";
} .fa-braille:before {
content: "\F2A1";
} .fa-assistive-listening-systems:before {
content: "\F2A2";
} .fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\F2A3";
} .fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\F2A4";
} .fa-glide:before {
content: "\F2A5";
} .fa-glide-g:before {
content: "\F2A6";
} .fa-signing:before,
.fa-sign-language:before {
content: "\F2A7";
} .fa-low-vision:before {
content: "\F2A8";
} .fa-viadeo:before {
content: "\F2A9";
} .fa-viadeo-square:before {
content: "\F2AA";
} .fa-snapchat:before {
content: "\F2AB";
} .fa-snapchat-ghost:before {
content: "\F2AC";
} .fa-snapchat-square:before {
content: "\F2AD";
} .fa-pied-piper:before {
content: "\F2AE";
} .fa-first-order:before {
content: "\F2B0";
} .fa-yoast:before {
content: "\F2B1";
} .fa-themeisle:before {
content: "\F2B2";
} .fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\F2B3";
} .fa-fa:before,
.fa-font-awesome:before {
content: "\F2B4";
} .fa-handshake-o:before {
content: "\F2B5";
} .fa-envelope-open:before {
content: "\F2B6";
} .fa-envelope-open-o:before {
content: "\F2B7";
} .fa-linode:before {
content: "\F2B8";
} .fa-address-book:before {
content: "\F2B9";
} .fa-address-book-o:before {
content: "\F2BA";
} .fa-vcard:before,
.fa-address-card:before {
content: "\F2BB";
} .fa-vcard-o:before,
.fa-address-card-o:before {
content: "\F2BC";
} .fa-user-circle:before {
content: "\F2BD";
} .fa-user-circle-o:before {
content: "\F2BE";
} .fa-user-o:before {
content: "\F2C0";
} .fa-id-badge:before {
content: "\F2C1";
} .fa-drivers-license:before,
.fa-id-card:before {
content: "\F2C2";
} .fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\F2C3";
} .fa-quora:before {
content: "\F2C4";
} .fa-free-code-camp:before {
content: "\F2C5";
} .fa-telegram:before {
content: "\F2C6";
} .fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\F2C7";
} .fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\F2C8";
} .fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\F2C9";
} .fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\F2CA";
} .fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\F2CB";
} .fa-shower:before {
content: "\F2CC";
} .fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\F2CD";
} .fa-podcast:before {
content: "\F2CE";
} .fa-window-maximize:before {
content: "\F2D0";
} .fa-window-minimize:before {
content: "\F2D1";
} .fa-window-restore:before {
content: "\F2D2";
} .fa-times-rectangle:before,
.fa-window-close:before {
content: "\F2D3";
} .fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\F2D4";
} .fa-bandcamp:before {
content: "\F2D5";
} .fa-grav:before {
content: "\F2D6";
} .fa-etsy:before {
content: "\F2D7";
} .fa-imdb:before {
content: "\F2D8";
} .fa-ravelry:before {
content: "\F2D9";
} .fa-eercast:before {
content: "\F2DA";
} .fa-microchip:before {
content: "\F2DB";
} .fa-snowflake-o:before {
content: "\F2DC";
} .fa-superpowers:before {
content: "\F2DD";
} .fa-wpexplorer:before {
content: "\F2DE";
} .fa-meetup:before {
content: "\F2E0";
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} .sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}  :root {
--animate-duration: 1s;
--animate-delay: 1s;
--animate-repeat: 1;
} .animate__animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-duration: var(--animate-duration);
animation-duration: var(--animate-duration);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
} .animate__animated.animate__infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} .animate__animated.animate__repeat-1 {
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-iteration-count: var(--animate-repeat);
animation-iteration-count: var(--animate-repeat);
} .animate__animated.animate__repeat-2 {
-webkit-animation-iteration-count: calc(1 * 2);
animation-iteration-count: calc(1 * 2);
-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
animation-iteration-count: calc(var(--animate-repeat) * 2);
} .animate__animated.animate__repeat-3 {
-webkit-animation-iteration-count: calc(1 * 3);
animation-iteration-count: calc(1 * 3);
-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
animation-iteration-count: calc(var(--animate-repeat) * 3);
} .animate__animated.animate__delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
-webkit-animation-delay: var(--animate-delay);
animation-delay: var(--animate-delay);
} .animate__animated.animate__delay-2s {
-webkit-animation-delay: calc(1s * 2);
animation-delay: calc(1s * 2);
-webkit-animation-delay: calc(var(--animate-delay) * 2);
animation-delay: calc(var(--animate-delay) * 2);
} .animate__animated.animate__delay-3s {
-webkit-animation-delay: calc(1s * 3);
animation-delay: calc(1s * 3);
-webkit-animation-delay: calc(var(--animate-delay) * 3);
animation-delay: calc(var(--animate-delay) * 3);
} .animate__animated.animate__delay-4s {
-webkit-animation-delay: calc(1s * 4);
animation-delay: calc(1s * 4);
-webkit-animation-delay: calc(var(--animate-delay) * 4);
animation-delay: calc(var(--animate-delay) * 4);
} .animate__animated.animate__delay-5s {
-webkit-animation-delay: calc(1s * 5);
animation-delay: calc(1s * 5);
-webkit-animation-delay: calc(var(--animate-delay) * 5);
animation-delay: calc(var(--animate-delay) * 5);
} .animate__animated.animate__faster {
-webkit-animation-duration: calc(1s / 2);
animation-duration: calc(1s / 2);
-webkit-animation-duration: calc(var(--animate-duration) / 2);
animation-duration: calc(var(--animate-duration) / 2);
} .animate__animated.animate__fast {
-webkit-animation-duration: calc(1s * 0.8);
animation-duration: calc(1s * 0.8);
-webkit-animation-duration: calc(var(--animate-duration) * 0.8);
animation-duration: calc(var(--animate-duration) * 0.8);
} .animate__animated.animate__slow {
-webkit-animation-duration: calc(1s * 2);
animation-duration: calc(1s * 2);
-webkit-animation-duration: calc(var(--animate-duration) * 2);
animation-duration: calc(var(--animate-duration) * 2);
} .animate__animated.animate__slower {
-webkit-animation-duration: calc(1s * 3);
animation-duration: calc(1s * 3);
-webkit-animation-duration: calc(var(--animate-duration) * 3);
animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) { .animate__animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
} .animate__animated[class*='Out'] {
opacity: 0;
}
} @-webkit-keyframes bounce {
from, 20%, 53%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
transform: translate3d(0, -30px, 0) scaleY(1.1);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
transform: translate3d(0, -15px, 0) scaleY(1.05);
}
80% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
transform: translate3d(0, 0, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
transform: translate3d(0, -4px, 0) scaleY(1.02);
}
}
@keyframes bounce {
from, 20%, 53%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
transform: translate3d(0, -30px, 0) scaleY(1.1);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
transform: translate3d(0, -15px, 0) scaleY(1.05);
}
80% {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
transform: translate3d(0, 0, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
transform: translate3d(0, -4px, 0) scaleY(1.02);
}
} .animate__bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
} .animate__flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} .animate__pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} .animate__rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shakeX {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
} .animate__shakeX {
-webkit-animation-name: shakeX;
animation-name: shakeX;
}
@-webkit-keyframes shakeY {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
}
@keyframes shakeY {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
} .animate__shakeY {
-webkit-animation-name: shakeY;
animation-name: shakeY;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
} .animate__headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
} .animate__swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} .animate__tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
transform: skewX(0.39063deg) skewY(0.39063deg);
}
88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
} .animate__jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
} .animate__heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: calc(1s * 1.3);
animation-duration: calc(1s * 1.3);
-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
animation-duration: calc(var(--animate-duration) * 1.3);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
} @-webkit-keyframes backInDown {
0% {
-webkit-transform: translateY(-1200px) scale(0.7);
transform: translateY(-1200px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes backInDown {
0% {
-webkit-transform: translateY(-1200px) scale(0.7);
transform: translateY(-1200px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
} .animate__backInDown {
-webkit-animation-name: backInDown;
animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
0% {
-webkit-transform: translateX(-2000px) scale(0.7);
transform: translateX(-2000px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes backInLeft {
0% {
-webkit-transform: translateX(-2000px) scale(0.7);
transform: translateX(-2000px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
} .animate__backInLeft {
-webkit-animation-name: backInLeft;
animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
0% {
-webkit-transform: translateX(2000px) scale(0.7);
transform: translateX(2000px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes backInRight {
0% {
-webkit-transform: translateX(2000px) scale(0.7);
transform: translateX(2000px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
} .animate__backInRight {
-webkit-animation-name: backInRight;
animation-name: backInRight;
}
@-webkit-keyframes backInUp {
0% {
-webkit-transform: translateY(1200px) scale(0.7);
transform: translateY(1200px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@keyframes backInUp {
0% {
-webkit-transform: translateY(1200px) scale(0.7);
transform: translateY(1200px) scale(0.7);
opacity: 0.7;
}
80% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
} .animate__backInUp {
-webkit-animation-name: backInUp;
animation-name: backInUp;
} @-webkit-keyframes backOutDown {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateY(700px) scale(0.7);
transform: translateY(700px) scale(0.7);
opacity: 0.7;
}
}
@keyframes backOutDown {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateY(700px) scale(0.7);
transform: translateY(700px) scale(0.7);
opacity: 0.7;
}
} .animate__backOutDown {
-webkit-animation-name: backOutDown;
animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateX(-2000px) scale(0.7);
transform: translateX(-2000px) scale(0.7);
opacity: 0.7;
}
}
@keyframes backOutLeft {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateX(-2000px) scale(0.7);
transform: translateX(-2000px) scale(0.7);
opacity: 0.7;
}
} .animate__backOutLeft {
-webkit-animation-name: backOutLeft;
animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateX(2000px) scale(0.7);
transform: translateX(2000px) scale(0.7);
opacity: 0.7;
}
}
@keyframes backOutRight {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateX(0px) scale(0.7);
transform: translateX(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateX(2000px) scale(0.7);
transform: translateX(2000px) scale(0.7);
opacity: 0.7;
}
} .animate__backOutRight {
-webkit-animation-name: backOutRight;
animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateY(-700px) scale(0.7);
transform: translateY(-700px) scale(0.7);
opacity: 0.7;
}
}
@keyframes backOutUp {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
20% {
-webkit-transform: translateY(0px) scale(0.7);
transform: translateY(0px) scale(0.7);
opacity: 0.7;
}
100% {
-webkit-transform: translateY(-700px) scale(0.7);
transform: translateY(-700px) scale(0.7);
opacity: 0.7;
}
} .animate__backOutUp {
-webkit-animation-name: backOutUp;
animation-name: backOutUp;
} @-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
} .animate__bounceIn {
-webkit-animation-duration: calc(1s * 0.75);
animation-duration: calc(1s * 0.75);
-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
animation-duration: calc(var(--animate-duration) * 0.75);
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
transform: translate3d(0, -3000px, 0) scaleY(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
transform: translate3d(0, 25px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
transform: translate3d(0, -10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
transform: translate3d(0, 5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
transform: translate3d(0, -3000px, 0) scaleY(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
transform: translate3d(0, 25px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
transform: translate3d(0, -10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
transform: translate3d(0, 5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
transform: translate3d(-3000px, 0, 0) scaleX(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
transform: translate3d(25px, 0, 0) scaleX(1);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
transform: translate3d(-10px, 0, 0) scaleX(0.98);
}
90% {
-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
transform: translate3d(5px, 0, 0) scaleX(0.995);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
transform: translate3d(-3000px, 0, 0) scaleX(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
transform: translate3d(25px, 0, 0) scaleX(1);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
transform: translate3d(-10px, 0, 0) scaleX(0.98);
}
90% {
-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
transform: translate3d(5px, 0, 0) scaleX(0.995);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
transform: translate3d(3000px, 0, 0) scaleX(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
transform: translate3d(-25px, 0, 0) scaleX(1);
}
75% {
-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
transform: translate3d(10px, 0, 0) scaleX(0.98);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
transform: translate3d(-5px, 0, 0) scaleX(0.995);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
transform: translate3d(3000px, 0, 0) scaleX(3);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
transform: translate3d(-25px, 0, 0) scaleX(1);
}
75% {
-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
transform: translate3d(10px, 0, 0) scaleX(0.98);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
transform: translate3d(-5px, 0, 0) scaleX(0.995);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
transform: translate3d(0, 3000px, 0) scaleY(5);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
transform: translate3d(0, -20px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
transform: translate3d(0, 10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
transform: translate3d(0, -5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
transform: translate3d(0, 3000px, 0) scaleY(5);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
transform: translate3d(0, -20px, 0) scaleY(0.9);
}
75% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
transform: translate3d(0, 10px, 0) scaleY(0.95);
}
90% {
-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
transform: translate3d(0, -5px, 0) scaleY(0.985);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
} @-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
} .animate__bounceOut {
-webkit-animation-duration: calc(1s * 0.75);
animation-duration: calc(1s * 0.75);
-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
animation-duration: calc(var(--animate-duration) * 0.75);
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
transform: translate3d(0, 10px, 0) scaleY(0.985);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
transform: translate3d(0, -20px, 0) scaleY(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
transform: translate3d(0, 2000px, 0) scaleY(3);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
transform: translate3d(0, 10px, 0) scaleY(0.985);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
transform: translate3d(0, -20px, 0) scaleY(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
transform: translate3d(0, 2000px, 0) scaleY(3);
}
} .animate__bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
transform: translate3d(20px, 0, 0) scaleX(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
transform: translate3d(-2000px, 0, 0) scaleX(2);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
transform: translate3d(20px, 0, 0) scaleX(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
transform: translate3d(-2000px, 0, 0) scaleX(2);
}
} .animate__bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
transform: translate3d(-20px, 0, 0) scaleX(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
transform: translate3d(2000px, 0, 0) scaleX(2);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
transform: translate3d(-20px, 0, 0) scaleX(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
transform: translate3d(2000px, 0, 0) scaleX(2);
}
} .animate__bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
transform: translate3d(0, -10px, 0) scaleY(0.985);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
transform: translate3d(0, 20px, 0) scaleY(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
transform: translate3d(0, -2000px, 0) scaleY(3);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
transform: translate3d(0, -10px, 0) scaleY(0.985);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
transform: translate3d(0, 20px, 0) scaleY(0.9);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
transform: translate3d(0, -2000px, 0) scaleY(3);
}
} .animate__bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
} @-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .animate__fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInTopLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInTopLeft {
-webkit-animation-name: fadeInTopLeft;
animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInTopRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInTopRight {
-webkit-animation-name: fadeInTopRight;
animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInBottomLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInBottomLeft {
-webkit-animation-name: fadeInBottomLeft;
animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInBottomRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__fadeInBottomRight {
-webkit-animation-name: fadeInBottomRight;
animation-name: fadeInBottomRight;
} @-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
} .animate__fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
} .animate__fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
} .animate__fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
} .animate__fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
} .animate__fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
} .animate__fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
} .animate__fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
} .animate__fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
} .animate__fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
}
@keyframes fadeOutTopLeft {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, -100%, 0);
transform: translate3d(-100%, -100%, 0);
}
} .animate__fadeOutTopLeft {
-webkit-animation-name: fadeOutTopLeft;
animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
}
@keyframes fadeOutTopRight {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, -100%, 0);
transform: translate3d(100%, -100%, 0);
}
} .animate__fadeOutTopRight {
-webkit-animation-name: fadeOutTopRight;
animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
}
@keyframes fadeOutBottomRight {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 100%, 0);
transform: translate3d(100%, 100%, 0);
}
} .animate__fadeOutBottomRight {
-webkit-animation-name: fadeOutBottomRight;
animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
}
@keyframes fadeOutBottomLeft {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 100%, 0);
transform: translate3d(-100%, 100%, 0);
}
} .animate__fadeOutBottomLeft {
-webkit-animation-name: fadeOutBottomLeft;
animation-name: fadeOutBottomLeft;
} @-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
} .animate__animated.animate__flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
} .animate__flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
} .animate__flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
} .animate__flipOutX {
-webkit-animation-duration: calc(1s * 0.75);
animation-duration: calc(1s * 0.75);
-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
animation-duration: calc(var(--animate-duration) * 0.75);
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
} .animate__flipOutY {
-webkit-animation-duration: calc(1s * 0.75);
animation-duration: calc(1s * 0.75);
-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
animation-duration: calc(var(--animate-duration) * 0.75);
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
} @-webkit-keyframes lightSpeedInRight {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedInRight {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__lightSpeedInRight {
-webkit-animation-name: lightSpeedInRight;
animation-name: lightSpeedInRight;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
transform: translate3d(-100%, 0, 0) skewX(30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(5deg);
transform: skewX(5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
transform: translate3d(-100%, 0, 0) skewX(30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(-20deg);
transform: skewX(-20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(5deg);
transform: skewX(5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__lightSpeedInLeft {
-webkit-animation-name: lightSpeedInLeft;
animation-name: lightSpeedInLeft;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOutRight {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
} .animate__lightSpeedOutRight {
-webkit-animation-name: lightSpeedOutRight;
animation-name: lightSpeedOutRight;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
transform: translate3d(-100%, 0, 0) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOutLeft {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
transform: translate3d(-100%, 0, 0) skewX(-30deg);
opacity: 0;
}
} .animate__lightSpeedOutLeft {
-webkit-animation-name: lightSpeedOutLeft;
animation-name: lightSpeedOutLeft;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
} @-webkit-keyframes rotateIn {
from {
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .animate__rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .animate__rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .animate__rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .animate__rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
} .animate__rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
} @-webkit-keyframes rotateOut {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
} .animate__rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
} .animate__rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
} .animate__rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
} .animate__rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
opacity: 1;
}
to {
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
} .animate__rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
} @-webkit-keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
} .animate__hinge {
-webkit-animation-duration: calc(1s * 2);
animation-duration: calc(1s * 2);
-webkit-animation-duration: calc(var(--animate-duration) * 2);
animation-duration: calc(var(--animate-duration) * 2);
-webkit-animation-name: hinge;
animation-name: hinge;
-webkit-transform-origin: top left;
transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
} .animate__jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
} .animate__rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
} @-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
} .animate__zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
} .animate__zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
} .animate__zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
} .animate__zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
} .animate__zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
} @-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
} .animate__zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
} .animate__zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
}
} .animate__zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
-webkit-transform-origin: left center;
transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
}
} .animate__zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
-webkit-transform-origin: right center;
transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
} .animate__zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
} @-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
} .animate__slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
} @-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
} .animate__slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
} .animate__slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
} .animate__slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
} .animate__slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
} * {
-webkit-box-sizing: border-box;
box-sizing: border-box; } *::-moz-selection {
color: #fff;
background: #f00;
}
*::selection {
color: #fff;
background: #f00;
} html,
body {
font-family: "Lato", sans-serif;
font-size: 1rem;
color: #000;
background-color: #fff;
} body {
margin: 0;
padding: 0;
overflow-x: hidden !important;
} img {
max-width: 100%;
height: auto;
} img.alignright {
float: right;
margin: 0 0 1em 1em;
} img.alignleft {
float: left;
margin: 0 1em 1em 0;
} img.aligncenter {
display: block;
margin: 0 auto;
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 2.75rem;
text-align: left;
} h1 {
font-family: "Lato", sans-serif;
font-size: 2rem;
font-weight: 600;
color: #000;
letter-spacing: -1.5px;
max-width: 100%;
width: 100%;
margin-top: 0;
margin-bottom: 10px;
}
@media screen and (min-width: 1200px) { h1 {
font-size: 3.75rem;
margin-bottom: 23px;
}
} .front-page h1 {
max-width: 720px;
} p {
margin-top: 0;
} a {
text-decoration: none; } ul {
-webkit-padding-start: 1.25rem;
padding-inline-start: 1.25rem;
}
@media screen and (max-width: 600px) { .nojq {
position: fixed !important;
}
} .wp-block-video {
margin-bottom: 70px;
} .vid-box {
max-width: 770px;
width: 100%;
} video {
max-width: 100%;
width: 100%;
} .vid-box video {
max-width: 100%;
width: 100%;
height: 100%;
} .wp-block-video video {
max-width: 770px;
width: 100%;
} .navigation.posts-navigation {
margin-bottom: 120px;
} .laz-page_search .laz-site-main {
padding-top: 32px;
} .wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
text-align: center;
} @media screen and (max-width: 596px) { .wp-block-image figure {
float: unset !important;
display: block !important;
margin: .5em auto .5em auto !important;
} .wp-block-image figure img {
display: block;
margin: auto;
} .wp-block-image figure figcaption {
display: block !important;
}
}
@media screen and (max-width: 580px) { .laz-block-sections__content img.alignleft,
.laz-block-sections__content img.alignright {
display: block !important;
margin: 1em auto !important;
float: unset !important;
}
}
@media screen and (min-width: 782px) { .wp-block-columns.video-columns {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
@media screen and (min-width: 600px) { .wp-block-columns.video-columns .wp-block-column:not(:only-child) {
-ms-flex-preferred-size: 100% !important;
flex-basis: 100% !important;
margin-left: 0 !important;
}
}
@media screen and (min-width: 1200px) { .wp-block-columns.video-columns .wp-block-column:not(:only-child) {
-ms-flex-preferred-size: 48% !important;
flex-basis: 48% !important;
} .wp-block-columns.video-columns .wp-block-column:not(:first-child) {
margin-left: 2em !important;
}
} .wp-block-columns.video-columns .wp-block-column .wp-video {
margin: auto;
} .wp-block-columns.video-columns .wp-block-column figure.is-type-video,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler {
margin: 0 0 32px 0;
}
@media screen and (min-width: 768px) { .wp-block-columns.video-columns .wp-block-column figure.is-type-video,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler {
max-width: 700px;
margin: 0 auto 32px auto;
}
} .wp-block-columns.video-columns .wp-block-column figure.is-type-video figcaption,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler figcaption {
text-align: center;
} .wp-block-columns.video-columns .wp-block-column figure.is-type-video iframe,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler iframe {
display: block;
max-width: 100%;
width: 100%;
min-height: 200px;
height: auto;
}
@media screen and (min-width: 420px) { .wp-block-columns.video-columns .wp-block-column figure.is-type-video iframe,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler iframe {
min-height: 300px;
}
}
@media screen and (min-width: 576px) { .wp-block-columns.video-columns .wp-block-column figure.is-type-video iframe,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler iframe {
min-height: 400px;
}
}
@media screen and (min-width: 768px) { .wp-block-columns.video-columns .wp-block-column figure.is-type-video iframe,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler iframe {
min-height: 500px;
max-width: 700px;
margin: auto;
}
}
@media screen and (min-width: 1200px) { .wp-block-columns.video-columns .wp-block-column figure.is-type-video iframe,
.wp-block-columns.video-columns .wp-block-column figure.is-provider-embed-handler iframe {
min-height: 400px;
}
} .facebook-responsive {
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
height: 0;
margin-bottom: 32px;
} .facebook-responsive.vertical {
padding-bottom: 99.25%;
} .facebook-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
max-width: 100%;
position: absolute;
}  .laz-content-area.laz-page p,
.laz-content-area.laz-home p {
font-family: "Lato", sans-serif;
font-size: 0.9375rem;
font-weight: 400;
line-height: 22px;
color: #000;
margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) { .laz-content-area.laz-page p,
.laz-content-area.laz-home p {
font-size: 1.1875rem;
line-height: 36px;
}
} .laz-content-area.laz-page ul li,
.laz-content-area.laz-home ul li {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 0.9375rem;
margin-bottom: 30px;
}
@media screen and (min-width: 768px) { .laz-content-area.laz-page ul li,
.laz-content-area.laz-home ul li {
font-size: 1.25rem;
}
} .laz-content-area.laz-page a,
.laz-content-area.laz-home a {
color: #da0000;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
} .laz-content-area.laz-page a:hover,
.laz-content-area.laz-page a:focus,
.laz-content-area.laz-page a:active,
.laz-content-area.laz-home a:hover,
.laz-content-area.laz-home a:focus,
.laz-content-area.laz-home a:active {
color: #f00;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
}  .header {
position: fixed;
top: 0;
left: 0;
right: 0;
background: transparent;
z-index: 9999;
opacity: 1;
-webkit-transition: 0.1s linear all;
transition: 0.1s linear all;
}
@media screen and (max-width: 1365px) { .header {
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
} .front-page .header {
border-bottom: 1px solid #cecece;
}
@media screen and (min-width: 1366px) { .front-page .header {
border-bottom: 0;
}
} .header_white {
background: #fff !important;
border-bottom: 1px solid #cecece !important;
}
@media screen and (min-width: 1366px) { .header_white {
border-bottom: 0;
}
} .header_white .header-top__logo {
display: none;
}
@media screen and (min-width: 1366px) { .header_white .header-top__logo {
display: block !important;
}
} .header_white .header-top__phone span {
color: #5c5c5c;
} .header_white .header-top__phone span a {
color: #f00;
} .admin-bar .header {
margin-top: 46px;
}
@media screen and (min-width: 783px) { .admin-bar .header {
margin-top: 32px;
}
}
@media screen and (min-width: 1366px) { .header {
background: transparent;
height: 190px;
} .header .header-top__logo {
display: none;
}
} .header__container {
position: relative;
max-width: 100%;
width: 100%;
} .header-top {
background: #000;
} .header-top_mobile {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 1.875rem;
}
@media screen and (min-width: 1366px) { .header-top_desktop {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
height: 6.875rem;
background: transparent;
max-width: 89.6%;
width: 100%;
margin: auto;
}
} .header-top__logo {
display: none;
}
@media screen and (min-width: 1366px) { .header-top__logo {
display: block;
position: absolute;
left: 5.2%;
top: 30px;
height: 52px;
}
} .header-top-language__button {
position: relative;
z-index: 2;
} .header-top__language {
position: relative;
max-width: 32%;
width: 100%;
}
@media screen and (min-width: 1366px) { .header-top__language {
margin-bottom: 1.625rem;
max-width: 8.75rem;
}
} .header-top__phone {
background: #000;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
max-width: 68%;
width: 100%;
font-family: "Lato", sans-serif;
font-size: 0.625rem;
font-weight: 400;
color: #fff;
letter-spacing: 0.02063rem;
text-transform: uppercase;
}
@media screen and (min-width: 1366px) { .header-top__phone {
background: transparent;
font-size: 1.1875rem;
max-width: 100%;
height: auto;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
} .header-top__phone a {
color: #f00;
}
@media screen and (min-width: 1366px) { .header-top__phone a {
color: #fff;
}
} .header-main__mobile {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 3.125rem;
background: #fff;
padding: 0 0.625rem;
}
@media screen and (min-width: 400px) { .header-main__mobile {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (min-width: 1366px) { .header-main__mobile {
display: none;
}
} .header-main__button {
margin-right: 30px;
} .header-main__logo_mobile {
display: block;
max-width: 150px;
}
@media screen and (min-width: 350px) { .header-main__logo_mobile {
position: absolute;
left: 0;
right: 0;
margin: auto;
}
} .header-main__logo_mobile img {
max-width: 100%;
width: 100%;
height: auto;
} .header-top-phone__desktop {
display: none;
}
@media screen and (min-width: 1366px) { .header-top-phone__desktop {
display: block;
}
} .header-top-phone__mobile {
display: block;
font-size: 0.8125rem;
}
@media screen and (min-width: 1366px) { .header-top-phone__mobile {
display: none;
}
} .hide {
opacity: 0;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
} .laz-footer {
background-color: #da0000;
padding-top: 1.875rem;
padding-bottom: 2.5rem;
}
@media screen and (min-width: 87.5rem) { .laz-footer {
padding-top: 5rem;
padding-bottom: 3.75rem;
}
} .laz-footer__container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 109.375rem;
width: 100%;
margin: auto;
}
@media screen and (min-width: 75rem) { .laz-footer__container {
max-width: 75rem;
}
}
@media screen and (min-width: 87.5rem) { .laz-footer__container {
max-width: 86.25rem;
}
}
@media screen and (min-width: 107.5rem) { .laz-footer__container {
max-width: 107.5rem;
}
} .laz-footer__socials {
max-width: 100%;
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
@media screen and (min-width: 87.5rem) { .laz-footer__socials {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
max-width: 300px;
}
} .laz-footer__locations {
padding-bottom: 3.125rem;
margin-bottom: 2.5rem;
border-bottom: 0.0625rem solid #fff;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 87.5rem) { .laz-footer__locations {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
max-width: calc(100% - 376px);
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 0;
}
} .laz-footer__copyright {
display: none;
}
@media screen and (min-width: 87.5rem) { .laz-footer__copyright {
display: block;
max-width: 100%;
width: 100%;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
}  .laz-home {
margin-top: 5rem;
}
@media screen and (min-width: 62rem) { .laz-home {
margin-top: 0;
}
} .laz-home .laz-site-main {
padding: 40px 10.4% 60px 10.4%;
}
@media screen and (min-width: 1200px) { .laz-home .laz-site-main {
padding: 88px 10.4% 60px 10.4%;
}
} .laz-home .laz-site-main .laz-entry-content h1 {
font-size: 2rem;
}
@media screen and (min-width: 1200px) { .laz-home .laz-site-main .laz-entry-content h1 {
font-size: 3.75rem;
}
} .laz-home .laz-site-main .laz-entry-content > h2:nth-of-type(1) {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 1.625rem;
color: #6e6e6e;
max-width: 628px;
letter-spacing: -0.9px;
margin-bottom: 32px;
}
@media screen and (min-width: 1200px) { .laz-home .laz-site-main .laz-entry-content > h2:nth-of-type(1) {
font-size: 2.25rem;
margin-bottom: 40px;
}
} .laz-home .laz-container {
max-width: 1460px;
width: 100%;
margin: auto;
} .laz-page {
margin-top: 80px;
}
@media screen and (min-width: 1200px) { .laz-page {
margin-top: 210px;
}
} .laz-page .laz-site-main .laz-container {
max-width: 100%;
width: 100%;
padding: 0 8%;
margin: auto;
}
@media screen and (min-width: 1890px) { .laz-page .laz-site-main .laz-container {
max-width: 1460px;
padding: 0;
}
} .laz-page .laz-site-main article {
padding-bottom: 3.75rem;
} .laz-page .laz-site-main article h1 {
max-width: 100%;
} .laz-page .laz-site-main article h2,
.laz-page .laz-site-main article h3,
.laz-page .laz-site-main article h4,
.laz-page .laz-site-main article h5,
.laz-page .laz-site-main article h6 {
font-family: "Lato", sans-serif;
margin-bottom: 25px;
text-transform: uppercase;
} .laz-page .laz-site-main article h2 {
font-size: 1.375rem;
font-weight: 400;
}
@media screen and (min-width: 992px) { .laz-page .laz-site-main article h2 {
margin-bottom: 44px;
}
}
@media screen and (min-width: 1440px) { .laz-page .laz-site-main article h2 {
font-size: 2.25rem;
}
} .type-post a {
color: #da0000;
} .type-post .laz-entry-meta {
margin-bottom: 16px;
} .blog .type-post,
.archive .type-post {
max-width: 100%;
} .blog a,
.archive a {
color: #da0000;
} .blog .laz-entry-meta,
.archive .laz-entry-meta {
margin-bottom: 16px;
} .blog .laz-entry-content,
.archive .laz-entry-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
} .blog .laz-entry-content .laz-entry-excerpt,
.archive .laz-entry-content .laz-entry-excerpt {
max-width: calc(100% - 350px);
margin-bottom: 16px;
} .blog .laz-entry-content .laz-entry-excerpt p:not(:last-child),
.archive .laz-entry-content .laz-entry-excerpt p:not(:last-child) {
margin-bottom: 55px;
} .blog .laz-entry-content .laz-entry-excerpt p:last-child,
.archive .laz-entry-content .laz-entry-excerpt p:last-child {
margin-bottom: 0;
} .blog .laz-entry-content .laz-entry-thumbnail,
.archive .laz-entry-content .laz-entry-thumbnail {
max-width: 400px;
height: 200px;
} .blog .laz-entry-content .laz-entry-thumbnail img,
.archive .laz-entry-content .laz-entry-thumbnail img {
height: 100%;
} .blog .posts-navigation,
.archive .posts-navigation {
margin-bottom: 50px;
} .single article p:first-child img:first-child {
max-width: 100%;
width: 100%;
margin: auto;
display: block;
}
@media screen and (min-width: 1200px) { .single article p:first-child img:first-child {
float: left;
max-width: 480px;
width: 100%;
margin: 0 20px 0 0;
}
}
@media screen and (min-width: 1366px) { .laz-inner-page .laz-container article .laz-entry-content > h2.has-text-align-center {
opacity: 0;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
}  .laz-socials__title {
display: inline-block;
font-family: "Lato", sans-serif;
font-size: 1.625rem;
font-weight: 400;
text-align: center;
color: #fff;
margin-bottom: 26px;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 768px) { .laz-socials__title {
margin-bottom: 30px;
}
}
@media screen and (min-width: 1400px) { .laz-socials__title {
text-align: left;
}
} .laz-socials-list {
list-style: none;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 224px;
width: 100%;
margin: auto;
}
@media screen and (min-width: 578px) { .laz-socials-list {
max-width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (min-width: 1400px) { .laz-socials-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
margin-left: -14px;
}
} .laz-socials-list__item {
max-width: 56px;
width: 100%;
height: 56px;
}
@media screen and (min-width: 1200px) { .laz-socials-list__item {
max-width: 42px;
height: 42px;
}
} .laz-socials-list__item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
} .laz-socials-list__item a img { }
@media screen and (min-width: 992px) { .laz-socials-list__item a img {
width: 21px;
height: 21px;
}
}
@media screen and (min-width: 1200px) { .laz-socials-list__item_facebook a.facebook:hover,
.laz-socials-list__item_facebook a.facebook:focus {
background: #3a5795;
} .laz-socials-list__item_twitter a.twitter:hover,
.laz-socials-list__item_twitter a.twitter:focus {
background: #54aced;
} .laz-socials-list__item_youtube a.youtube:hover,
.laz-socials-list__item_youtube a.youtube:focus {
background: #cd1f1f;
} .laz-socials-list__item_instagram a.instagram:hover,
.laz-socials-list__item_instagram a.instagram:focus {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
} .laz-socials-list__item_tuvision a.tuvision:hover,
.laz-socials-list__item_tuvision a.tuvision:focus {
background: #24a3b4;
} .laz-socials-list__item_yelp a.yelp:hover,
.laz-socials-list__item_yelp a.yelp:focus {
background: #af0606;
} .laz-socials-list__item_blog a.blog:hover,
.laz-socials-list__item_blog a.blog:focus {
background: #ed7b00;
}
} .laz-footer-locations__title {
display: inline-block;
font-family: "Lato", sans-serif;
font-size: 1.625rem;
font-weight: 400;
color: #fff;
text-align: center;
margin-bottom: 33px;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 1400px) { .laz-footer-locations__title {
text-align: left;
}
} .laz-locations-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
list-style: none;
padding: 0 10px;
margin: auto;
}
@media screen and (min-width: 380px) { .laz-locations-list {
padding: 0 25px;
max-width: 380px;
}
}
@media screen and (min-width: 480px) { .laz-locations-list {
max-width: 100%;
width: 100%;
}
}
@media screen and (min-width: 578px) { .laz-locations-list {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 100%;
}
}
@media screen and (min-width: 1400px) { .laz-locations-list {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
}
} .laz-locations-list__item {
font-family: "Lato", sans-serif;
font-weight: 400;
color: #fff;
line-height: 26px;
max-width: 49%;
width: 100%;
margin-bottom: 35px;
}
@media screen and (min-width: 523px) { .laz-locations-list__item {
max-width: 152px;
width: 100%;
}
}
@media screen and (min-width: 992px) { .laz-locations-list__item {
margin-right: 10px;
}
}
@media screen and (min-width: 1200px) { .laz-locations-list__item {
min-width: 154px;
max-width: 211px;
margin-right: 0;
}
} .laz-locations-list__item:nth-child(1),
.laz-locations-list__item:nth-child(3),
.laz-locations-list__item:nth-child(5) {
margin-right: 0;
}
@media screen and (min-width: 578px) { .laz-locations-list__item:nth-child(1),
.laz-locations-list__item:nth-child(3),
.laz-locations-list__item:nth-child(5) {
margin-right: 0;
}
} .laz-locations-list__item span {
font-family: "Lato", sans-serif;
font-size: 1.25rem;
}
@media screen and (min-width: 1200px) { .laz-locations-list__item span {
font-size: 1.375rem;
}
} .laz-locations-list__item address {
font-family: "Lato", sans-serif;
font-weight: 300;
font-size: 0.9375rem;
font-style: normal;
}
@media screen and (min-width: 1200px) { .laz-locations-list__item address {
font-size: 1.25rem;
line-height: 26px;
}
} .laz-locations-list__item a {
font-family: "Lato", sans-serif;
font-size: 0.9375rem;
font-weight: 300;
color: #fff;
-webkit-box-shadow: 0 2px 0 #fff;
box-shadow: 0 2px 0 #fff;
}
@media screen and (min-width: 992px) { .laz-locations-list__item a {
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
}
}
@media screen and (min-width: 1200px) { .laz-locations-list__item a {
font-size: 1.25rem;
line-height: 26px;
}
} .laz-copyright {
border-top: 0.0625rem solid #fff;
padding-top: 1.0625rem;
} .laz-copyright__text {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 1rem;
color: #fff;
text-align: right;
} .laz-copyright__text span > a {
color: #fff; } .laz-copyright__text span:first-child {
position: relative;
margin-right: 0.9375rem;
} .laz-copyright__text span:first-child::after {
content: "";
width: 0.0625rem;
position: absolute;
top: 0;
bottom: 0;
right: 0;
background: #fff;
margin-right: -0.625rem;
} .menu-toggler {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: transparent;
background-color: transparent;
max-width: 4.125rem;
width: 100%;
padding: 0;
border: 0;
outline: 0;
} .menu-toggler__lines {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 1rem;
width: 100%;
height: 0.75rem;
} .menu-toggler__lines span {
background: #000;
height: 0.125rem;
max-width: 100%;
width: 100%;
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
opacity: 1;
} .menu-toggler__title {
font-family: "Lato", sans-serif;
font-size: 0.875rem;
font-weight: 400;
color: #000;
text-transform: uppercase;
} .menu-toggler_open .menu-toggler__lines span:first-child {
position: absolute;
top: 0.3125rem;
left: 0;
-webkit-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transition: 0.4s -webkit-transform ease;
transition: 0.4s -webkit-transform ease;
transition: 0.4s transform ease;
transition: 0.4s transform ease, 0.4s -webkit-transform ease;
} .menu-toggler_open .menu-toggler__lines span:nth-child(2) {
opacity: 0;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
} .menu-toggler_open .menu-toggler__lines span:last-child {
position: absolute;
top: 0.3125rem;
left: 0;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
-webkit-transition: 0.4s -webkit-transform ease;
transition: 0.4s -webkit-transform ease;
transition: 0.4s transform ease;
transition: 0.4s transform ease, 0.4s -webkit-transform ease;
} .header-top-language-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #da0000;
border: none;
outline: none;
max-width: 100%;
width: 100%;
height: 1.875rem;
padding: 0;
cursor: pointer;
}
@media screen and (min-width: 1366px) { .header-top-language-button {
width: 8.75rem;
height: 2rem;
}
} .header-top-language-button__text {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 0.875rem;
text-transform: uppercase;
color: #fff;
}
@media screen and (min-width: 1366px) { .header-top-language-button__text {
font-size: 1.125rem;
}
} .header-top-language-button__icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 0.75rem;
height: 0.625rem;
margin-left: 0.625rem;
} .header-top-language-button_open .header-top-language-button__icon {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
} .yelp-button {
background: #da0000;
color: #fff !important;
text-transform: uppercase;
padding: 10px;
max-width: 300px;
text-align: center;
} .yelp-button a {
color: #fff !important;
} .hero {
position: relative;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 62rem) { .hero {
height: 100vh;
}
} .hero__video {
max-width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
@media screen and (min-width: 47.5rem) { .hero__video {
min-width: 100%;
}
} .hero__content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
} .hero__content img {
max-width: 78%;
width: 100%;
margin: 6% auto 0 auto;
}
@media screen and (min-width: 1460px) { .hero__content img {
max-width: 1160px;
}
} .laz-sidebar-widget {
display: none;
position: fixed;
right: 0;
top: 250px;
overflow: hidden;
z-index: 9999;
}
@media screen and (min-width: 1200px) { .laz-sidebar-widget {
display: block;
}
} .laz-sidebar-widget__opn-btn {
width: 70px;
height: 335px;
position: fixed;
right: -70px;
padding-top: 10px;
padding-bottom: 10px;
background: #2b10f5;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
} .laz-sidebar-widget__opn-btn_open {
right: 0;
-webkit-transition: 0.2s linear all;
transition: 0.2s linear all;
} .laz-sidebar-widget_open .laz-sidebar-widget__opn-btn {
right: 0;
-webkit-transition: 0.2s linear all;
transition: 0.2s linear all;
} .laz-sidebar-widget__white-panel {
position: fixed;
right: -60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 315px;
padding-top: 20px;
padding-bottom: 15px;
background: #fff;
-webkit-transition: 0.2s linear all;
transition: 0.2s linear all;
} .laz-sidebar-widget__white-panel_open {
right: 0;
-webkit-transition: 0.6s linear all;
transition: 0.6s linear all;
} .laz-sidebar-widget_open .laz-sidebar-widget__white-panel {
right: 0;
-webkit-transition: 0.3s linear all;
transition: 0.3s linear all;
} .laz-sidebar-widget__menu {
position: fixed;
right: -260px;
z-index: 0;
top: 310px;
overflow: hidden;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
} .laz-sidebar-widget__menu_open {
right: 0;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
} .laz-sidebar-widget-opn-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
} .laz-sidebar-widget-opn-btn__button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 24px;
width: 100%;
height: 20px;
padding: 0;
background: transparent;
outline: none;
border: none;
margin-bottom: 29px;
cursor: pointer;
} .laz-sidebar-widget-opn-btn__button span {
display: block;
height: 4px;
max-width: 100%;
width: 100%;
background: #da0000;
} .laz-sidebar-widget-opn-btn__title {
-webkit-writing-mode: tb-rl;
-ms-writing-mode: tb-rl;
writing-mode: tb-rl;
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 1.0625rem;
color: #4c4c4c;
letter-spacing: 0.85px;
text-transform: uppercase;
} .laz-sidebar-widget-opn-btn__title_first {
color: #da0000;
} .laz-sidebar-widget-cls-btn {
position: absolute;
top: 12px;
left: 12px;
width: 15px;
height: 15px;
border: none;
outline: none;
background: transparent;
padding: 0;
cursor: pointer;
} .laz-sidebar-widget-cls-btn span {
display: block;
height: 1px;
max-width: 100%;
width: 100%;
background: #fff;
} .laz-sidebar-widget-cls-btn span:first-child {
position: absolute;
top: 7px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} .laz-sidebar-widget-cls-btn span:last-child {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
} .laz-sidebar-widget-menu {
width: 260px;
border-left: 1px solid #da0000;
border-bottom: 1px solid #da0000;
border-right: 1px solid #da0000;
} .laz-sidebar-widget-menu__logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #da0000;
max-width: 100%;
width: 100%;
height: 110px;
} .laz-sidebar-widget-menu__logo img {
max-width: 200px;
width: 100%;
} .laz-sidebar-widget-menu__container {
background: #fff;
padding-top: 38px;
padding-bottom: 41px;
} .laz-sidebar-widget-menu__connect,
.laz-sidebar-widget-menu__phone {
display: block;
font-family: "Lato", sans-serif;
font-weight: 700;
font-size: 1.125rem;
color: #da0000;
text-transform: uppercase;
text-align: center;
} .laz-sidebar-widget-menu-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin: 10px auto 17px auto;
padding: 25px 0 25px 0;
list-style: none;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
max-width: 180px;
width: 100%;
} .laz-sidebar-widget-menu-list__item {
text-align: center;
} .laz-sidebar-widget-menu-list__item:not(:last-child) {
margin-bottom: 20px;
} .laz-sidebar-widget-menu-list__item a {
font-family: "Lato", sans-serif;
font-weight: 600;
font-size: 1.125rem;
color: #000;
text-transform: capitalize;
}  .front-page .laz-sidebar-widget__white-panel {
position: fixed;
right: -60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 60px;
height: 315px;
padding-top: 20px;
padding-bottom: 15px;
background: #fff;
-webkit-transition: 0.2s linear all;
transition: 0.2s linear all;
} .front-page .laz-sidebar-widget__white-panel_open {
right: 0;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
} .laz-sidebar-widget_open .front-page .laz-sidebar-widget__white-panel {
right: 0;
-webkit-transition: 0.2s linear all;
transition: 0.2s linear all;
} @font-face {
font-family: 'Lato - Semibold';
src: url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/fonts/Lato-Semibold.ttf);
font-weight: 600;
}
@font-face {
font-family: 'Lato - Light';
src: url(//www.lasereyecenter.com/wp-content/themes/lazereye/dist/fonts/Lato-Light.ttf);
font-weight: 300;
} .header-top-language .google_translate_tool {
display: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 13.75rem;
height: 5.625rem;
background: #fff;
padding-bottom: 0.8125rem;
} .header-top-language .google_translate_tool_open {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}  .site-navigation-mobile {
position: absolute;
left: -100%;
background: #da0000;
max-width: 100%;
width: 100%;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
max-height: 100vh;
overflow-y: auto;
} .site-navigation-mobile_open {
left: 0;
right: 0;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
}
@media screen and (min-width: 1366px) { .site-navigation-mobile {
display: none;
}
} .site-navigation-desktop {
display: none;
}
@media screen and (min-width: 1366px) { .site-navigation-desktop {
display: block;
background: #da0000;
max-width: 100%;
width: 100%;
}
} .menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
max-width: 100%;
width: 100%;
padding: 0;
margin: 0;
}
@media screen and (min-width: 1366px) { .menu {
max-width: 1366px;
width: 100%;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
margin: auto;
height: 50px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 32px;
}
}
@media screen and (min-width: 1460px) { .menu {
padding: 0;
}
}
@media screen and (min-width: 1300px) { .menu {
max-width: 1366px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (min-width: 1420px) { .menu {
max-width: 1390px;
}
} .menu .menu-item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 100%;
width: 100%;
min-height: 34px;
}
@media screen and (min-width: 1366px) { .menu .menu-item {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
} .menu .menu-item:not(:last-child) {
margin-right: 32px;
}
}
@media screen and (min-width: 1300px) { .menu .menu-item {
margin-right: 0 !important;
}
} .menu .menu-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 100%;
width: 100%;
height: 34px;
background-color: #da0000;
text-decoration: none;
font-family: "Lato", sans-serif;
font-size: 1rem;
font-weight: 400;
color: #fff;
text-transform: uppercase;
border-bottom: 1px solid #fff;
padding: 0 15px;
}
@media screen and (min-width: 1366px) { .menu .menu-item a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 0.9375rem;
border-bottom: 0;
text-align: center;
min-height: 34px;
}
}
@media screen and (max-width: 1365px) { .menu .menu-item.dropdown > a {
position: relative;
} .menu .menu-item.dropdown > a::after {
position: absolute;
right: 0;
top: 0;
content: "";
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIj48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNiA5Ljk5OEwwIDBIMTJsLTYgOS45OTgiLz48L2c+PC9nPjwvc3ZnPg==);
background-position: center;
background-repeat: no-repeat;
border-left: 1px solid #fff;
width: 34px;
height: 34px;
}
} .menu > .menu-item {
min-height: 100%;
}
@media screen and (min-width: 1366px) { .menu > .menu-item:hover > a,
.menu > .menu-item:focus > a,
.menu > .menu-item:active > a {
border-bottom: 2px solid #fff;
}
} .menu > .menu-item > a {
position: relative;
}
@media screen and (min-width: 1366px) { .menu > .menu-item > a {
height: 50px;
padding: 0;
border-bottom: 2px solid transparent;
} .menu > .menu-item > a:hover,
.menu > .menu-item > a:focus,
.menu > .menu-item > a:active {
border-bottom: 2px solid #fff;
}
} .menu > .menu-item.dropdown > .dropdown-menu {
display: none;
max-width: 100%;
width: 100%;
padding: 0;
margin: 0;
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item {
min-height: 34px;
width: 100%;
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a {
height: 34px;
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu {
display: none;
max-width: 100%;
width: 100%;
padding: 0;
margin: 0;
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu {
position: relative;
left: 0;
display: none;
max-width: 100%;
width: 100%;
padding: 0;
margin: 0;
}
@media screen and (min-width: 1366px) { .menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown:hover > .dropdown-menu {
display: block;
}
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a {
height: 34px;
background: #2e2e31;
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a:hover,
.menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a:active,
.menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a:focus {
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
background: #b90000 !important;
}
@media screen and (min-width: 1366px) { .menu > .menu-item.dropdown > .dropdown-menu > .menu-item.dropdown:hover > .dropdown-menu {
display: block;
}
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a {
font-size: 0.9375rem;
background: #4c4c4c;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
}
@media screen and (min-width: 1366px) { .menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a {
background: #da0000;
}
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item:focus > a {
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
background: #2e2e31;
}
@media screen and (min-width: 1366px) { .menu > .menu-item.dropdown > .dropdown-menu {
position: absolute;
top: 50px;
display: none;
min-width: 160px;
width: auto;
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item {
height: 34px;
} .menu > .menu-item.dropdown > .dropdown-menu > .menu-item > a {
font-size: 0.9375rem;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
}
}
@media screen and (min-width: 1366px) and (min-width: 1366px) { .menu > .menu-item.dropdown > .dropdown-menu > .menu-item:hover > a,
.menu > .menu-item.dropdown > .dropdown-menu > .menu-item:focus > a {
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
background: #2e2e31;
}
}
@media screen and (min-width: 1366px) { .menu > .menu-item.dropdown:hover > .dropdown-menu {
display: block;
}
}
@media screen and (min-width: 1366px) and (min-width: 1366px) { .menu > .menu-item.dropdown:hover > .dropdown-menu {
display: block;
}
}
@media screen and (min-width: 1366px) { .dropdown-menu .menu-item {
position: relative;
} .dropdown-menu .menu-item .dropdown-menu {
position: absolute;
top: 0 !important;
left: 100%;
} .dropdown-menu .menu-item .dropdown-menu .menu-item a:hover {
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
background: #2e2e31 !important;
}
}
@media screen and (min-width: 1366px) { .menu .menu-item:last-child.dropdown:hover > .dropdown-menu,
.menu .menu-item:nth-last-child(2).dropdown:hover > .dropdown-menu {
display: block;
} .menu .menu-item:last-child.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.menu .menu-item:nth-last-child(2).dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
display: block;
left: -100%;
} .menu .menu-item:last-child.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover,
.menu .menu-item:last-child.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:active,
.menu .menu-item:nth-last-child(2).dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover,
.menu .menu-item:nth-last-child(2).dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:active {
background: #2e2e31;
} .menu .menu-item:last-child.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.menu .menu-item:last-child.dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:active > .dropdown-menu,
.menu .menu-item:nth-last-child(2).dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu,
.menu .menu-item:nth-last-child(2).dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu > .dropdown:active > .dropdown-menu {
position: absolute;
left: -100%;
}
} .dropdown {
position: relative;
} .dropdown a {
position: relative;
z-index: 1;
} .dropdown .caret {
position: absolute;
top: 0;
bottom: 0;
width: 34px;
height: 34px;
right: 0;
z-index: 2;
}
@media screen and (min-width: 1366px) { .dropdown-menu .menu-item {
min-height: 34px;
height: auto !important;
} .dropdown-menu .menu-item a {
min-height: 34px;
height: auto !important;
padding: 8px 15px;
}
}
@media screen and (min-width: 1366px) { .menu > .menu-item a {
font-size: 1.25rem !important;
}
}
@media screen and (min-width: 1366px) { .dropdown-menu > .menu-item a {
font-size: 0.9375rem !important;
}
}
@media screen and (min-width: 1366px) { .default-page .dropdown-menu .menu-item a,
.front-page .dropdown-menu .menu-item a {
display: block;
width: 100%;
text-align: left;
}
}  .laz-reviews {
position: relative;
max-width: 100%;
margin: auto;
width: 100%;
} .laz-reviews__container {
position: absolute;
top: 0;
left: 0;
right: 0;
display: block;
max-width: 1460px;
width: 100%;
height: 860px;
margin: auto;
background: #f0f0f0;
z-index: 0;
}
@media screen and (min-width: 657px) { .laz-reviews__container {
height: 950px;
}
}
@media screen and (min-width: 762px) { .laz-reviews__container {
height: 845px;
}
}
@media screen and (min-width: 992px) { .laz-reviews__container {
height: 720px;
}
}
@media screen and (min-width: 1920px) { .laz-reviews__container {
max-width: 76%;
}
} .laz-reviews::before {
position: absolute;
z-index: 1;
content: "";
top: 0;
left: 0;
right: 0;
width: 280px;
height: 220px;
margin: auto;
background: #da0000;
}
@media screen and (min-width: 360px) { .laz-reviews::before {
width: 300px;
height: 230px;
}
}
@media screen and (min-width: 419px) { .laz-reviews::before {
width: 320px;
height: 210px;
}
}
@media screen and (min-width: 478px) { .laz-reviews::before {
width: 360px;
height: 220px;
}
}
@media screen and (min-width: 640px) { .laz-reviews::before {
height: 235px;
}
}
@media screen and (min-width: 657px) { .laz-reviews::before {
height: 260px;
}
}
@media screen and (min-width: 723px) { .laz-reviews::before {
height: 230px;
}
}
@media screen and (min-width: 762px) { .laz-reviews::before {
height: 240px;
}
}
@media screen and (min-width: 992px) { .laz-reviews::before {
width: 420px;
height: 235px;
}
}
@media screen and (min-width: 1225px) { .laz-reviews::before {
height: 220px;
}
}
@media screen and (min-width: 1360px) { .laz-reviews::before {
height: 230px;
}
}
@media screen and (min-width: 1920px) { .laz-reviews::before {
height: 240px;
}
} .laz-reviews iframe {
position: relative;
max-width: 100%;
width: 100%;
height: 860px;
border: 0;
outline: 0;
z-index: 1;
}
@media screen and (min-width: 657px) { .laz-reviews iframe {
height: 950px;
}
}
@media screen and (min-width: 762px) { .laz-reviews iframe {
height: 845px;
}
}
@media screen and (min-width: 992px) { .laz-reviews iframe {
height: 720px;
}
} .laz-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 60px;
}
@media screen and (min-width: 768px) { .laz-contact {
padding-top: 90px;
padding-bottom: 130px;
}
} .laz-contact__title {
font-family: "Lato", sans-serif;
font-size: 1.375rem;
font-weight: 400;
line-height: 26px;
text-transform: uppercase;
color: #000;
margin-bottom: 50px;
}
@media screen and (min-width: 768px) { .laz-contact__title {
max-width: 100%;
width: 100%;
margin-bottom: 74px;
font-size: 2.25rem;
text-align: center;
}
} .laz-contact__container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 768px) { .laz-contact__container {
max-width: 720px;
}
}
@media screen and (min-width: 1366px) { .laz-contact__container {
max-width: 84%;
margin: auto;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (min-width: 1700px) { .laz-contact__container {
max-width: 76%;
margin: auto;
}
}
@media screen and (min-width: 1890px) { .laz-contact__container {
max-width: 1460px;
margin: auto;
}
} .laz-contact__locations {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
@media screen and (min-width: 768px) { .laz-contact__locations {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
} .laz-contact__locations.laz-contact-locations {
max-width: 100%;
width: 100%;
background: #2b10f5;
padding: 40px;
}
@media screen and (min-width: 768px) { .laz-contact__locations.laz-contact-locations {
max-width: 720px;
height: 370px;
padding: 62px 80px 70px 80px;
margin-bottom: 32px;
}
}
@media screen and (min-width: 1366px) { .laz-contact__locations.laz-contact-locations {
max-width: 46%;
margin-bottom: 0;
}
}
@media screen and (min-width: 1700px) { .laz-contact__locations.laz-contact-locations {
max-width: 42%;
margin-right: 8.2%;
}
} .laz-contact__locations.laz-contact-locations .laz-contact-locations__title {
max-width: 100%;
width: 100%;
font-family: "Lato", sans-serif;
font-size: 1.375rem;
font-weight: 400;
line-height: 1;
text-align: center;
text-transform: uppercase;
color: #fff;
margin-bottom: 35px;
}
@media screen and (min-width: 1200px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations__title {
font-size: 1.875rem;
}
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-lists {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
background: #fff;
padding: 30px 15px 25px 15px;
max-width: 460px;
width: 100%;
margin: auto;
}
@media screen and (min-width: 340px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-lists {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (min-width: 768px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-lists {
height: 180px;
}
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left,
.laz-contact__locations.laz-contact-locations .laz-contact-locations-list-right {
list-style: none;
margin: 0;
padding: 0;
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left {
margin-bottom: 20px;
}
@media screen and (min-width: 340px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left {
margin-right: 20px;
}
}
@media screen and (min-width: 408px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left {
margin-right: 32px;
margin-bottom: 0;
}
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left__item {
font-family: "Lato", sans-serif;
font-size: 0.875rem;
font-weight: 500;
line-height: 1;
text-align: left;
text-transform: uppercase;
color: #000;
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left__item:not(:last-child) {
margin-bottom: 20px;
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left__item a {
color: #000;
}
@media screen and (min-width: 380px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left__item {
font-size: 1.125rem;
}
}
@media screen and (min-width: 540px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-left__item {
font-size: 1.3125rem;
}
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-right__item {
font-family: "Lato", sans-serif;
font-size: 0.875rem;
font-weight: 500;
line-height: 1;
text-align: left;
text-transform: uppercase;
color: #000;
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-right__item:not(:last-child) {
margin-bottom: 20px;
} .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-right__item a {
color: #000;
}
@media screen and (min-width: 380px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-right__item {
font-size: 1.125rem;
}
}
@media screen and (min-width: 540px) { .laz-contact__locations.laz-contact-locations .laz-contact-locations-list-right__item {
font-size: 1.3125rem;
}
} .laz-contact .cmgform {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
background: #fff;
padding: 0 11%;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 768px) { .laz-contact .cmgform {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 720px;
padding: 0;
}
}
@media screen and (min-width: 1366px) { .laz-contact .cmgform {
max-width: 51%;
}
}
@media screen and (min-width: 1700px) { .laz-contact .cmgform {
max-width: 49.8%;
}
} .laz-contact .cmgform input[type='text'],
.laz-contact .cmgform input[type='tel'],
.laz-contact .cmgform input[type='email'] {
border: 0;
outline: 0;
height: 50px;
max-width: 100%;
width: 100%;
border-bottom: 2px solid #da0000;
font-family: "Lato", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 34px;
text-align: left;
color: #000;
padding: 16px 14px 21px 14px;
border-radius: 0;
}
@media screem and (min-width: 768px) { .laz-contact .cmgform input[type='text'],
.laz-contact .cmgform input[type='tel'],
.laz-contact .cmgform input[type='email'] {
font-size: 1.125rem;
}
} .laz-contact .cmgform button[type="submit"] {
display: block;
max-width: 300px;
width: 100%;
height: 50px;
border: 0;
outline: 0;
background: #da0000;
border-radius: 12px;
font-family: "Lato", sans-serif;
font-size: 1.5rem;
font-weight: 400;
color: #fff;
line-height: 34px;
text-transform: uppercase;
margin: 0 auto 90px auto;
cursor: pointer;
}
@media screen and (min-width: 768px) { .laz-contact .cmgform button[type="submit"] {
max-width: 350px;
}
}
@media screen and (min-width: 1366px) { .laz-contact .cmgform button[type="submit"] {
margin: 32px auto 0 auto;
}
} .laz-contact .cmgform label {
font-family: "Lato", sans-serif;
font-size: 0.8125rem;
font-weight: 400;
line-height: 34px;
color: #595959;
text-transform: capitalize;
text-align: left;
margin-top: 7px;
} .laz-contact .cmgform .cmgform-field-group {
max-width: 100%;
width: 100%;
margin-bottom: 19px;
} .laz-contact .cmgform .cmgform-field-group:last-child {
margin-bottom: 0;
}
@media screen and (min-width: 768px) { .laz-contact .cmgform .cmgform-field-group {
max-width: 340px;
}
}
@media screen and (min-width: 1366px) { .laz-contact .cmgform .cmgform-field-group {
max-width: 46%;
margin-bottom: 10px;
}
}
@media screen and (min-width: 1700px) { .laz-contact .cmgform .cmgform-field-group {
max-width: 47%;
}
} .laz-contact .cmgform .cmgform-field-group_submit {
max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}
@media screen and (min-width: 1366px) { .page .laz-contact h2.laz-contact__title {
opacity: 0;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
} .search-form {
margin-bottom: 120px;
}
@media screen and (min-width: 468px) { .search-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
}
@media screen and (min-width: 768px) { .search-form {
max-width: 768px;
width: 100%;
}
} .search-form label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
max-width: 100%;
width: 100%;
margin-bottom: 16px;
}
@media screen and (min-width: 468px) { .search-form label {
max-width: 68%;
}
} .search-form label span.screen-reader-text {
display: block;
font-family: "Lato", sans-serif;
font-weight: 700;
font-size: 1rem;
text-transform: uppercase;
margin-bottom: 16px;
} .search-form label input.search-field {
font-family: "Lato", sans-serif;
font-size: 1rem;
border: 1px solid #da0000;
padding: 5px;
max-width: 100%;
width: 100%;
} .search-form input.search-submit {
font-family: "Lato", sans-serif;
font-size: 1rem;
text-transform: uppercase;
color: #fff;
background: #da0000;
padding: 6px;
border: 0;
outline: 0;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 468px) { .search-form input.search-submit {
height: 31px;
max-width: 30%;
margin-top: 35px;
}
} .laz-cursor {
position: fixed;
z-index: 999999;
top: 0;
left: 0;
pointer-events: none;
overflow: hidden;
mix-blend-mode: difference;
width: 20px;
height: 20px;
border-radius: 60px;
} .laz-cursor__dot {
background-color: #0ff;
width: 120px;
height: 120px;
position: relative;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}  .candidate-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
max-width: 768px;
width: 100%;
background: #ff0000bf;
padding: 15px;
color: #fff;
} .candidate-form #instructions {
color: #fff;
} .candidate-form__input-text {
outline: 0;
border: 2px solid #da0000;
height: 55px;
font-family: "Lato", sans-serif;
font-size: 1rem;
line-height: 34px;
text-align: left;
color: #000;
padding: 16px 14px 21px 14px;
border-radius: 0;
margin-bottom: 16px;
} .candidate-form .contact-submit {
font-family: "Lato", sans-serif;
font-weight: 700;
max-width: 400px;
width: 100%;
height: 55px;
margin: 16px auto 0 auto;
text-transform: uppercase;
border: 0;
outline: 0;
} .candidate-form .privacy {
color: #fff !important;
margin-top: 16px !important;
text-align: center;
} .candidate-form .privacy a {
color: #fff;
} .candidate-form-container-labels label {
display: block;
margin-bottom: 16px;
} .candidate-form-container-labels label > span {
display: block;
max-width: 100%;
width: 100%;
margin-bottom: 16px;
} .candidate-form-container-labels__fields {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 300px;
width: 100%;
margin-bottom: 6px;
} .candidate-form-container-labels__fields span {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
max-width: 200px;
width: 100%;
text-align: left;
} .candidate-form-container-labels__fields input {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}  .laz-block-sections {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 100%;
width: 100%;
margin-bottom: 60px;
}
@media screen and (min-width: 1200px) { .laz-block-sections {
margin-bottom: 120px;
}
} .laz-page .laz-block-sections {
max-width: 100%;
} .laz-block-sections h2 {
font-size: 1.625rem;
font-weight: 400;
letter-spacing: -0.0625rem;
color: #010101;
line-height: 3.25rem;
margin-bottom: 31px;
}
@media screen and (min-width: 1366px) { .laz-block-sections h2 {
font-size: 3.125rem;
}
} .laz-block-sections__sections {
display: none;
overflow-y: hidden;
overflow-x: hidden;
padding-left: 20px;
margin: 0;
}
@media screen and (min-width: 1200px) { .laz-block-sections__sections {
display: block;
padding-left: 30px;
padding-right: 30px;
}
}
@media screen and (min-width: 992px) { .laz-block-sections__sections {
padding-left: 90px;
padding-right: 0;
}
} .laz-block-sections-list {
margin: 0;
padding: 0;
list-style: none;
width: 100%;
}
@media screen and (min-width: 992px) { .laz-block-sections-list {
min-width: 270px;
max-width: 100%;
}
}
@media screen and (min-width: 1200px) { .laz-block-sections-list {
min-width: 220px;
max-width: 220px;
border-right: 2px solid #da0000;
}
}
@media screen and (min-width: 1440px) { .laz-page .laz-block-sections-list,
.laz-home .laz-block-sections-list {
min-width: 350px;
max-width: 350px;
}
} .laz-block-sections-list__item {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
height: 8.75rem;
padding: 3.125rem 5.5625rem 2.9375rem 2.4375rem;
overflow: hidden;
border-top: 1px solid #d5d5d5;
border-left: 1px solid #d5d5d5;
border-right: 1px solid #d5d5d5;
cursor: pointer;
}
@media screen and (min-width: 1200px) { .laz-block-sections-list__item {
border-left: none;
border-right: none;
}
} .laz-block-sections-list__item:last-of-type {
border-bottom: 1px solid #d5d5d5;
} .laz-block-sections-list__item > span {
display: none;
position: absolute;
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 1.25rem;
color: #000;
text-align: left;
max-width: 146px;
width: 100%;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
left: 2.5rem;
white-space: break-spaces;
}
@media screen and (min-width: 1200px) { .laz-block-sections-list__item > span {
display: inline;
}
} .laz-block-sections-list__item > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
background: transparent;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
}
@media screen and (min-width: 1200px) { .laz-block-sections-list__item > a {
left: -100%;
}
} .laz-block-sections-list__item > a span {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 1.5625rem;
text-align: left;
color: #000;
}
@media screen and (min-width: 1200px) { .laz-block-sections-list__item > a span {
max-width: 10.75rem;
color: #fff;
}
}
@media screen and (min-width: 1200px) { .laz-block-sections-list__item:hover > a {
background: #da0000;
left: 0;
width: 100%;
}
} .laz-block-sections-list__item:hover > span {
position: absolute;
left: 100%;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
} .laz-block-sections-list__item_active::before {
position: absolute;
content: '';
width: 0.9375rem;
height: 3.125rem;
top: 2.8125rem;
left: 0;
background: #da0000;
} .laz-block-sections__content {
margin-left: 0;
font-size: 1.25rem;
font-weight: 400;
line-height: 2rem;
color: #000;
} .laz-block-sections__content::-webkit-scrollbar-track {
border-radius: 0.25rem;
background: #bdbdbd;
} .laz-block-sections__content::-webkit-scrollbar {
width: 0.5rem;
} .laz-block-sections__content::-webkit-scrollbar-thumb {
width: 0.5rem;
border-radius: 0.25rem;
background: #da0000;
}
@media screen and (min-width: 1200px) { .laz-block-sections__content {
overflow-y: auto;
min-height: 100%;
height: 100%;
padding-bottom: 30px;
padding-right: 73px;
}
} .laz-block-sections__content_mobile {
border-top: 1px solid #d5d5d5;
border-left: 2px solid #da0000;
height: 0;
opacity: 0;
-webkit-transition: 0.4s linear height, 0.4s linear opacity;
transition: 0.4s linear height, 0.4s linear opacity;
overflow: hidden;
}
@media screen and (min-width: 1200px) { .laz-block-sections__content_mobile {
display: none;
}
} .laz-block-sections__content_active {
padding: 23px 12px 33px 18px;
padding-top: 20px;
padding-left: 18px;
height: auto;
opacity: 1;
margin-bottom: 21px;
} .laz-block-sections__content_active > p:last-of-type {
margin-bottom: 0;
} .laz-faq-accordion {
margin-bottom: 70px;
} .laz-faq-accordion__title {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 100%;
width: 100%;
padding: 25px 0;
min-height: 60px;
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 1.1875rem;
color: #000;
border-bottom: 1px solid #d1d1d1;
margin-bottom: 5px !important;
cursor: pointer;
} .laz-faq-accordion__title > div {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 84%;
width: 100%;
} .laz-faq-accordion__title > div span:first-child {
margin-right: 9px;
} .laz-faq-accordion__title::after {
position: absolute;
top: 25px;
right: 0;
content: "";
width: 30px;
height: 13px;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIwIDEzIj48Zz48Zz48cGF0aCBmaWxsPSIjZGEwMDAwIiBkPSJNMTAuMDIgMTIuNDk2bDMuMTIzLTMuMTk5IDYuODcyLTcuMDM2LTIuNC0xLjc2Mi03Ljc1MiA3Ljg0LTcuNDQtNy44NC0yLjQgMS43NjJMNi43NCA5LjEzOGwzLjI4IDMuMzU4eiIvPjwvZz48L2c+PC9zdmc+);
background-repeat: no-repeat;
background-position: center;
}
@media screen and (min-width: 992px) { .laz-faq-accordion__title::after {
right: 30px;
}
} .laz-faq-accordion__title:focus,
.laz-faq-accordion__title:hover,
.laz-faq-accordion__title:active {
outline: 0;
background: #da0000;
color: #fff;
padding: 25px 0 25px 28px;
} .laz-faq-accordion__title:focus::after,
.laz-faq-accordion__title:hover::after,
.laz-faq-accordion__title:active::after {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIwIDEzIj48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuMDIgMTIuNDk3bDMuMTIzLTMuMiA2Ljg3Mi03LjAzNy0yLjQtMS43Ni03Ljc1MiA3LjgzOS03LjQ0LTcuODQtMi40IDEuNzYxTDYuNzQgOS4xMzhsMy4yOCAzLjM1OXoiLz48L2c+PC9nPjwvc3ZnPg==);
} .laz-faq-accordion__title_active {
outline: 0;
background: #da0000;
color: #fff;
padding: 25px 0 25px 28px;
} .laz-faq-accordion__title_active::after {
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDIwIDEzIj48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTAuMDIgMTIuNDk3bDMuMTIzLTMuMiA2Ljg3Mi03LjAzNy0yLjQtMS43Ni03Ljc1MiA3LjgzOS03LjQ0LTcuODQtMi40IDEuNzYxTDYuNzQgOS4xMzhsMy4yOCAzLjM1OXoiLz48L2c+PC9nPjwvc3ZnPg==);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
} .laz-faq-accordion__content {
padding: 30px 20px 18px 20px;
font-family: "Lato", sans-serif;
color: #000;
} .laz-faq-accordion__content ul li {
font-size: 0.9375rem;
} .laz-faq-accordion__content p {
font-size: 0.9375rem;
line-height: 22px;
}
@media screen and (min-width: 992px) { .laz-faq-accordion__content {
padding: 40px 50px 40px 50px;
} .laz-faq-accordion__content ul li {
font-size: 1.1875rem;
} .laz-faq-accordion__content p {
font-size: 1.1875rem;
}
} .laz-cta-section {
margin-top: 80px;
}
@media screen and (min-width: 1200px) { .laz-cta-section {
margin-top: 160px;
}
} .laz-cta-section .laz-cta {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
max-width: 568px;
width: 100%;
margin: 0 auto 50px auto;
}
@media screen and (min-width: 992px) { .laz-cta-section .laz-cta {
max-width: 870px;
height: 350px;
padding: 0;
margin: 0 auto 150px auto;
} .laz-cta-section .laz-cta:hover .laz-cta__title {
bottom: 80px;
-webkit-transition: 0.6s linear all;
transition: 0.6s linear all;
} .laz-cta-section .laz-cta:hover .laz-cta__image {
right: -30px;
-webkit-transition: 0.6s linear all;
transition: 0.6s linear all;
} .laz-cta-section .laz-cta:hover .laz-cta__link {
opacity: 1;
left: 30px;
-webkit-transition: 0.6s linear all;
transition: 0.6s linear all;
}
} .laz-cta-section .laz-cta__title {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
background: #da0000;
padding: 40px 46px 49px 44px;
font-family: "Lato", sans-serif;
font-size: 1.625rem;
font-weight: 400;
line-height: 36px;
text-transform: uppercase;
text-align: left;
color: #fff;
margin-bottom: 20px;
}
@media screen and (min-width: 992px) { .laz-cta-section .laz-cta__title {
position: absolute;
left: 0;
bottom: 30px;
z-index: 1;
font-size: 2.25rem;
padding: 61px 31px 55px 60px;
max-width: 380px;
-webkit-transition: 0.6s linear all;
transition: 0.6s linear all;
}
} .laz-cta-section .laz-cta__image {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
height: 220px;
max-width: 100%;
width: 100%;
background-size: cover;
background-position: center;
}
@media screen and (min-width: 480px) { .laz-cta-section .laz-cta__image {
height: 236px;
}
}
@media screen and (min-width: 576px) { .laz-cta-section .laz-cta__image {
height: 282px;
}
}
@media screen and (min-width: 676px) { .laz-cta-section .laz-cta__image {
height: 331px;
}
}
@media screen and (min-width: 992px) { .laz-cta-section .laz-cta__image {
position: absolute;
right: 0;
z-index: 0;
max-width: 600px;
width: 100%;
height: 350px;
-webkit-transition: 0.6s linear all;
transition: 0.6s linear all;
}
} .laz-cta-section .laz-cta__link {
font-family: "Lato", sans-serif;
font-size: 0.875rem;
font-weight: 400;
line-height: 24px;
color: #000;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
@media screen and (min-width: 992px) { .laz-cta-section .laz-cta__link {
position: absolute;
opacity: 0;
left: 90px;
bottom: 25px;
font-size: 1.1875rem;
-webkit-transition: 0.6s linear all;
transition: 0.6s linear all;
}
} .laz-animated-header {
position: relative;
height: 135px;
max-width: 300px;
width: 100%;
margin: 0 auto 56px auto;
}
@media screen and (min-width: 676px) { .laz-animated-header {
max-width: 576px;
}
}
@media screen and (min-width: 846px) { .laz-animated-header {
max-width: 710px;
height: 280px;
}
}
@media screen and (min-width: 1200px) { .laz-animated-header {
margin-bottom: 110px;
}
} .laz-animated-header__red-box {
position: absolute;
right: 0;
height: 100%;
width: 230px;
background: #da0000;
}
@media screen and (min-width: 676px) { .laz-animated-header__red-box {
width: 73%;
}
}
@media screen and (min-width: 846px) { .laz-animated-header__red-box {
width: 520px;
}
}
@media screen and (min-width: 1366px) { .laz-animated-header__red-box {
right: -80px;
}
} .laz-animated-header__blue-box {
position: absolute;
left: 0;
top: 20px;
height: 95px;
width: 260px;
background: #2b10f5;
}
@media screen and (min-width: 676px) { .laz-animated-header__blue-box {
width: 84%;
}
}
@media screen and (min-width: 846px) { .laz-animated-header__blue-box {
top: 40px;
height: 210px;
width: 600px;
}
}
@media screen and (min-width: 1366px) { .laz-animated-header__blue-box {
left: -80px;
}
} .laz-animated-header__title {
position: absolute;
top: 40px;
right: 72px;
font-family: "Lato", sans-serif;
font-size: 1.375rem;
font-weight: 400;
line-height: 16px;
text-transform: uppercase;
color: #000;
padding: 20px 23px 20px 23px;
background: #fff;
margin-bottom: 0;
text-align: center;
}
@media screen and (min-width: 676px) { .laz-animated-header__title {
width: 55%;
right: 125px;
}
}
@media screen and (min-width: 846px) { .laz-animated-header__title {
padding: 40px 81px 44px 79px;
font-size: 2.25rem;
top: 90px;
right: 185px;
}
}
@media screen and (min-width: 1366px) { .laz-animated-header__title {
opacity: 0;
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
} .laz-conditions {
margin-bottom: 60px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
} .laz-conditions-item {
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 768px) { .laz-conditions-item {
max-width: 47.2%;
}
} .laz-conditions-item__title {
position: relative;
font-family: "Lato", sans-serif;
font-size: 0.8125rem;
font-weight: 400;
color: #000;
text-align: left;
text-transform: uppercase;
line-height: 1;
padding-top: 26px;
padding-bottom: 21px;
border-bottom: 2px solid #da0000;
margin-bottom: 5px !important;
cursor: pointer;
}
@media screen and (min-width: 768px) { .laz-conditions-item__title {
font-size: 1.1875rem;
}
} .laz-conditions-item__title_active {
color: #fff;
background: #da0000;
padding-left: 29px;
} .laz-conditions-item__title_active::after {
position: absolute;
right: 10px !important;
content: "";
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE1IDE2Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuMDAyIDkuMDc0SDguNTc0VjE1LjVINi40MzJWOS4wNzRILjAwM1Y2LjkzMWg2LjQyOVYuNTA0aDIuMTQyVjYuOTNoNi40Mjh6Ii8+PC9nPjwvZz48L3N2Zz4=) !important;
width: 15px;
height: 16px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
} .laz-conditions-item__title::after {
position: absolute;
right: 0;
content: "";
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE1IDE2Ij48Zz48Zz48cGF0aCBkPSJNMTUuMDAzIDkuMDc0SDguNTc0VjE1LjVINi40MzJWOS4wNzRILjAwNFY2LjkzaDYuNDI4Vi41MDRoMi4xNDJWNi45M2g2LjQyOXoiLz48L2c+PC9nPjwvc3ZnPg==);
width: 15px;
height: 16px;
}
@media screen and (min-width: 1366px) { .laz-conditions-item__title:hover {
color: #fff;
background: #da0000;
padding-left: 29px;
} .laz-conditions-item__title:hover::after {
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE1IDE2Ij48Zz48Zz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUuMDAyIDkuMDc0SDguNTc0VjE1LjVINi40MzJWOS4wNzRILjAwM1Y2LjkzMWg2LjQyOVYuNTA0aDIuMTQyVjYuOTNoNi40Mjh6Ii8+PC9nPjwvZz48L3N2Zz4=);
right: 10px;
}
} .laz-conditions-item__content {
background: #fff;
padding: 0 20px 20px 20px;
font-family: "Lato", sans-serif;
font-size: 0.9375rem;
font-weight: 400;
line-height: 22px;
color: #000;
} .laz-conditions-item__content p:not(:last-child) {
margin-bottom: 30px;
}
@media screen and (min-width: 768px) { .laz-conditions-item__content {
position: absolute;
left: 0;
right: 0;
min-height: 150px;
opacity: 0;
z-index: 10;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
padding: 0 8%;
} .laz-conditions-item__content_active {
opacity: 1;
-webkit-transition: 0.4s linear all;
transition: 0.4s linear all;
}
} .laz-hero-inner {
position: relative;
margin-bottom: 60px;
}
@media screen and (min-width: 768px) { .laz-hero-inner {
max-width: 76%;
width: 100%;
margin-left: auto;
margin-right: auto;
}
} .laz-hero-inner .laz-container {
padding: 0 !important;
background: #f0f0f0;
} .laz-hero-inner__image {
max-width: 100%;
width: 100%;
height: 180px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
@media screen and (min-width: 768px) { .laz-hero-inner__image {
height: 420px;
}
} .laz-hero-inner__title {
font-family: "Lato", sans-serif;
font-size: 1.875rem;
font-weight: 600;
color: #000;
padding: 30px 15px 32px 15px;
text-transform: uppercase;
text-align: center;
background: #fff;
margin-bottom: 0;
}
@media screen and (min-width: 768px) { .laz-hero-inner__title {
max-width: 68%;
width: 100%;
text-align: center;
margin: auto;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
}
@media screen and (min-width: 1440px) { .laz-hero-inner__title {
font-size: 3.125rem;
}
} .laz-hero-inner__content {
background: #f0f0f0;
padding: 40px;
}
@media screen and (min-width: 768px) { .laz-hero-inner__content {
padding: 0 11% 40px 11%;
}
} .laz-hero-inner__content h1 {
font-family: "Lato", sans-serif;
font-size: 1.375rem;
font-weight: 400;
color: #000;
line-height: 30px;
letter-spacing: -0.55px;
text-transform: uppercase;
margin: 0 0 34px 0;
max-width: 100%;
width: 100%;
}
@media screen and (min-width: 992px) { .laz-hero-inner__content h1 {
font-size: 2.75rem;
line-height: 56px;
}
} .laz-hero-inner__content h2 {
font-family: "Lato", sans-serif;
font-size: 1.375rem;
font-weight: 400;
color: #000;
}
@media screen and (min-width: 992px) { .laz-hero-inner__content h2 {
margin-bottom: 44px;
}
}
@media screen and (min-width: 1440px) { .laz-hero-inner__content h2 {
font-size: 2.25rem;
}
} .laz-hero-inner__content p {
font-family: "Lato", sans-serif;
font-weight: 400;
font-size: 0.9375rem;
line-height: 22px;
margin: 0;
}
@media screen and (min-width: 992px) { .laz-hero-inner__content p {
font-size: 1.1875rem;
line-height: 36px;
}
} .laz-hero-inner__red-line {
position: absolute;
left: 0;
right: 0;
bottom: -10px;
max-width: 73%;
width: 100%;
height: 10px;
background: #da0000;
margin: auto;
}
@media screen and (min-width: 1366px) { .laz-hero-inner__red-line {
left: 0;
right: auto;
}
} .laz-video-iframe {
position: relative;
max-width: 770px;
width: 100%;
margin: auto;
margin-bottom: 40px;
} .laz-video-iframe iframe {
max-height: 430px;
}