@import url(https://fonts.googleapis.com/css?family=Nunito:400,700);/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated{animation-duration:1s;animation-fill-mode:both
}
.animated.infinite{animation-iteration-count:infinite
}
.animated.hinge{animation-duration:2s
}
.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s
}
@keyframes bounce{
from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)
}
40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)
}
70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)
}
90%{transform:translate3d(0, -4px, 0)
}
}
.bounce{animation-name:bounce;-ms-transform-origin:center bottom;transform-origin:center bottom
}
@keyframes flash{
from,50%,to{opacity:1
}
25%,75%{opacity:0
}
}
.flash{animation-name:flash
}
@keyframes pulse{
from{transform:scale3d(1, 1, 1)
}
50%{transform:scale3d(1.05, 1.05, 1.05)
}
to{transform:scale3d(1, 1, 1)
}
}
.pulse{animation-name:pulse
}
@keyframes rubberBand{
from{transform:scale3d(1, 1, 1)
}
30%{transform:scale3d(1.25, 0.75, 1)
}
40%{transform:scale3d(0.75, 1.25, 1)
}
50%{transform:scale3d(1.15, 0.85, 1)
}
65%{transform:scale3d(0.95, 1.05, 1)
}
75%{transform:scale3d(1.05, 0.95, 1)
}
to{transform:scale3d(1, 1, 1)
}
}
.rubberBand{animation-name:rubberBand
}
@keyframes shake{
from,to{transform:translate3d(0, 0, 0)
}
10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)
}
20%,40%,60%,80%{transform:translate3d(10px, 0, 0)
}
}
.shake{animation-name:shake
}
@keyframes headShake{
0%{transform:translateX(0)
}
6.5%{transform:translateX(-6px) rotateY(-9deg)
}
18.5%{transform:translateX(5px) rotateY(7deg)
}
31.5%{transform:translateX(-3px) rotateY(-5deg)
}
43.5%{transform:translateX(2px) rotateY(3deg)
}
50%{transform:translateX(0)
}
}
.headShake{animation-timing-function:ease-in-out;animation-name:headShake
}
@keyframes swing{
20%{transform:rotate3d(0, 0, 1, 15deg)
}
40%{transform:rotate3d(0, 0, 1, -10deg)
}
60%{transform:rotate3d(0, 0, 1, 5deg)
}
80%{transform:rotate3d(0, 0, 1, -5deg)
}
to{transform:rotate3d(0, 0, 1, 0deg)
}
}
.swing{-ms-transform-origin:top center;transform-origin:top center;animation-name:swing
}
@keyframes tada{
from{transform:scale3d(1, 1, 1)
}
10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
}
30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
to{transform:scale3d(1, 1, 1)
}
}
.tada{animation-name:tada
}
@keyframes wobble{
from{transform:none
}
15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}
30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}
45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}
60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}
75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
to{transform:none
}
}
.wobble{animation-name:wobble
}
@keyframes jello{
from,11.1%,to{transform:none
}
22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3%{transform:skewX(6.25deg) skewY(6.25deg)
}
44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)
}
77.7%{transform:skewX(0.39062deg) skewY(0.39062deg)
}
88.8%{transform:skewX(-0.19531deg) skewY(-0.19531deg)
}
}
.jello{animation-name:jello;-ms-transform-origin:center;transform-origin:center
}
@keyframes bounceIn{
from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)
}
20%{transform:scale3d(1.1, 1.1, 1.1)
}
40%{transform:scale3d(0.9, 0.9, 0.9)
}
60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)
}
80%{transform:scale3d(0.97, 0.97, 0.97)
}
to{opacity:1;transform:scale3d(1, 1, 1)
}
}
.bounceIn{animation-name:bounceIn
}
@keyframes bounceInDown{
from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0%{opacity:0;transform:translate3d(0, -3000px, 0)
}
60%{opacity:1;transform:translate3d(0, 25px, 0)
}
75%{transform:translate3d(0, -10px, 0)
}
90%{transform:translate3d(0, 5px, 0)
}
to{transform:none
}
}
.bounceInDown{animation-name:bounceInDown
}
@keyframes bounceInLeft{
from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
0%{opacity:0;transform:translate3d(-3000px, 0, 0)
}
60%{opacity:1;transform:translate3d(25px, 0, 0)
}
75%{transform:translate3d(-10px, 0, 0)
}
90%{transform:translate3d(5px, 0, 0)
}
to{transform:none
}
}
.bounceInLeft{animation-name:bounceInLeft
}
@keyframes bounceInRight{
from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from{opacity:0;transform:translate3d(3000px, 0, 0)
}
60%{opacity:1;transform:translate3d(-25px, 0, 0)
}
75%{transform:translate3d(10px, 0, 0)
}
90%{transform:translate3d(-5px, 0, 0)
}
to{transform:none
}
}
.bounceInRight{animation-name:bounceInRight
}
@keyframes bounceInUp{
from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
from{opacity:0;transform:translate3d(0, 3000px, 0)
}
60%{opacity:1;transform:translate3d(0, -20px, 0)
}
75%{transform:translate3d(0, 10px, 0)
}
90%{transform:translate3d(0, -5px, 0)
}
to{transform:translate3d(0, 0, 0)
}
}
.bounceInUp{animation-name:bounceInUp
}
@keyframes bounceOut{
20%{transform:scale3d(0.9, 0.9, 0.9)
}
50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)
}
to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)
}
}
.bounceOut{animation-name:bounceOut
}
@keyframes bounceOutDown{
20%{transform:translate3d(0, 10px, 0)
}
40%,45%{opacity:1;transform:translate3d(0, -20px, 0)
}
to{opacity:0;transform:translate3d(0, 2000px, 0)
}
}
.bounceOutDown{animation-name:bounceOutDown
}
@keyframes bounceOutLeft{
20%{opacity:1;transform:translate3d(20px, 0, 0)
}
to{opacity:0;transform:translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft{animation-name:bounceOutLeft
}
@keyframes bounceOutRight{
20%{opacity:1;transform:translate3d(-20px, 0, 0)
}
to{opacity:0;transform:translate3d(2000px, 0, 0)
}
}
.bounceOutRight{animation-name:bounceOutRight
}
@keyframes bounceOutUp{
20%{transform:translate3d(0, -10px, 0)
}
40%,45%{opacity:1;transform:translate3d(0, 20px, 0)
}
to{opacity:0;transform:translate3d(0, -2000px, 0)
}
}
.bounceOutUp{animation-name:bounceOutUp
}
@keyframes fadeIn{
from{opacity:0
}
to{opacity:1
}
}
.fadeIn{animation-name:fadeIn
}
@keyframes fadeInDown{
from{opacity:0;transform:translate3d(0, -100%, 0)
}
to{opacity:1;transform:none
}
}
.fadeInDown{animation-name:fadeInDown
}
@keyframes fadeInDownBig{
from{opacity:0;transform:translate3d(0, -2000px, 0)
}
to{opacity:1;transform:none
}
}
.fadeInDownBig{animation-name:fadeInDownBig
}
@keyframes fadeInLeft{
from{opacity:0;transform:translate3d(-100%, 0, 0)
}
to{opacity:1;transform:none
}
}
.fadeInLeft{animation-name:fadeInLeft
}
@keyframes fadeInLeftBig{
from{opacity:0;transform:translate3d(-2000px, 0, 0)
}
to{opacity:1;transform:none
}
}
.fadeInLeftBig{animation-name:fadeInLeftBig
}
@keyframes fadeInRight{
from{opacity:0;transform:translate3d(100%, 0, 0)
}
to{opacity:1;transform:none
}
}
.fadeInRight{animation-name:fadeInRight
}
@keyframes fadeInRightBig{
from{opacity:0;transform:translate3d(2000px, 0, 0)
}
to{opacity:1;transform:none
}
}
.fadeInRightBig{animation-name:fadeInRightBig
}
@keyframes fadeInUp{
from{opacity:0;transform:translate3d(0, 100%, 0)
}
to{opacity:1;transform:none
}
}
.fadeInUp{animation-name:fadeInUp
}
@keyframes fadeInUpBig{
from{opacity:0;transform:translate3d(0, 2000px, 0)
}
to{opacity:1;transform:none
}
}
.fadeInUpBig{animation-name:fadeInUpBig
}
@keyframes fadeOut{
from{opacity:1
}
to{opacity:0
}
}
.fadeOut{animation-name:fadeOut
}
@keyframes fadeOutDown{
from{opacity:1
}
to{opacity:0;transform:translate3d(0, 100%, 0)
}
}
.fadeOutDown{animation-name:fadeOutDown
}
@keyframes fadeOutDownBig{
from{opacity:1
}
to{opacity:0;transform:translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig{animation-name:fadeOutDownBig
}
@keyframes fadeOutLeft{
from{opacity:1
}
to{opacity:0;transform:translate3d(-100%, 0, 0)
}
}
.fadeOutLeft{animation-name:fadeOutLeft
}
@keyframes fadeOutLeftBig{
from{opacity:1
}
to{opacity:0;transform:translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig{animation-name:fadeOutLeftBig
}
@keyframes fadeOutRight{
from{opacity:1
}
to{opacity:0;transform:translate3d(100%, 0, 0)
}
}
.fadeOutRight{animation-name:fadeOutRight
}
@keyframes fadeOutRightBig{
from{opacity:1
}
to{opacity:0;transform:translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig{animation-name:fadeOutRightBig
}
@keyframes fadeOutUp{
from{opacity:1
}
to{opacity:0;transform:translate3d(0, -100%, 0)
}
}
.fadeOutUp{animation-name:fadeOutUp
}
@keyframes fadeOutUpBig{
from{opacity:1
}
to{opacity:0;transform:translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig{animation-name:fadeOutUpBig
}
@keyframes flip{
from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out
}
40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out
}
50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in
}
80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in
}
to{transform:perspective(400px);animation-timing-function:ease-in
}
}
.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip
}
@keyframes flipInX{
from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0
}
40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in
}
60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1
}
80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)
}
to{transform:perspective(400px)
}
}
.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX
}
@keyframes flipInY{
from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0
}
40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in
}
60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1
}
80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
to{transform:perspective(400px)
}
}
.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY
}
@keyframes flipOutX{
from{transform:perspective(400px)
}
30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1
}
to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0
}
}
.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important
}
@keyframes flipOutY{
from{transform:perspective(400px)
}
30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1
}
to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0
}
}
.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY
}
@keyframes lightSpeedIn{
from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0
}
60%{transform:skewX(20deg);opacity:1
}
80%{transform:skewX(-5deg);opacity:1
}
to{transform:none;opacity:1
}
}
.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out
}
@keyframes lightSpeedOut{
from{opacity:1
}
to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0
}
}
.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in
}
@keyframes rotateIn{
from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0
}
to{transform-origin:center;transform:none;opacity:1
}
}
.rotateIn{animation-name:rotateIn
}
@keyframes rotateInDownLeft{
from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0
}
to{transform-origin:left bottom;transform:none;opacity:1
}
}
.rotateInDownLeft{animation-name:rotateInDownLeft
}
@keyframes rotateInDownRight{
from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0
}
to{transform-origin:right bottom;transform:none;opacity:1
}
}
.rotateInDownRight{animation-name:rotateInDownRight
}
@keyframes rotateInUpLeft{
from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0
}
to{transform-origin:left bottom;transform:none;opacity:1
}
}
.rotateInUpLeft{animation-name:rotateInUpLeft
}
@keyframes rotateInUpRight{
from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0
}
to{transform-origin:right bottom;transform:none;opacity:1
}
}
.rotateInUpRight{animation-name:rotateInUpRight
}
@keyframes rotateOut{
from{transform-origin:center;opacity:1
}
to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0
}
}
.rotateOut{animation-name:rotateOut
}
@keyframes rotateOutDownLeft{
from{transform-origin:left bottom;opacity:1
}
to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0
}
}
.rotateOutDownLeft{animation-name:rotateOutDownLeft
}
@keyframes rotateOutDownRight{
from{transform-origin:right bottom;opacity:1
}
to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0
}
}
.rotateOutDownRight{animation-name:rotateOutDownRight
}
@keyframes rotateOutUpLeft{
from{transform-origin:left bottom;opacity:1
}
to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0
}
}
.rotateOutUpLeft{animation-name:rotateOutUpLeft
}
@keyframes rotateOutUpRight{
from{transform-origin:right bottom;opacity:1
}
to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0
}
}
.rotateOutUpRight{animation-name:rotateOutUpRight
}
@keyframes hinge{
0%{transform-origin:top left;animation-timing-function:ease-in-out
}
20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out
}
40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1
}
to{transform:translate3d(0, 700px, 0);opacity:0
}
}
.hinge{animation-name:hinge
}
@keyframes rollIn{
from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}
to{opacity:1;transform:none
}
}
.rollIn{animation-name:rollIn
}
@keyframes rollOut{
from{opacity:1
}
to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}
.rollOut{animation-name:rollOut
}
@keyframes zoomIn{
from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)
}
50%{opacity:1
}
}
.zoomIn{animation-name:zoomIn
}
@keyframes zoomInDown{
from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInDown{animation-name:zoomInDown
}
@keyframes zoomInLeft{
from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInLeft{animation-name:zoomInLeft
}
@keyframes zoomInRight{
from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInRight{animation-name:zoomInRight
}
@keyframes zoomInUp{
from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomInUp{animation-name:zoomInUp
}
@keyframes zoomOut{
from{opacity:1
}
50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)
}
to{opacity:0
}
}
.zoomOut{animation-name:zoomOut
}
@keyframes zoomOutDown{
40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutDown{animation-name:zoomOutDown
}
@keyframes zoomOutLeft{
40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
}
to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center
}
}
.zoomOutLeft{animation-name:zoomOutLeft
}
@keyframes zoomOutRight{
40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
}
to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center
}
}
.zoomOutRight{animation-name:zoomOutRight
}
@keyframes zoomOutUp{
40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)
}
}
.zoomOutUp{animation-name:zoomOutUp
}
@keyframes slideInDown{
from{transform:translate3d(0, -100%, 0);visibility:visible
}
to{transform:translate3d(0, 0, 0)
}
}
.slideInDown{animation-name:slideInDown
}
@keyframes slideInLeft{
from{transform:translate3d(-100%, 0, 0);visibility:visible
}
to{transform:translate3d(0, 0, 0)
}
}
.slideInLeft{animation-name:slideInLeft
}
@keyframes slideInRight{
from{transform:translate3d(100%, 0, 0);visibility:visible
}
to{transform:translate3d(0, 0, 0)
}
}
.slideInRight{animation-name:slideInRight
}
@keyframes slideInUp{
from{transform:translate3d(0, 100%, 0);visibility:visible
}
to{transform:translate3d(0, 0, 0)
}
}
.slideInUp{animation-name:slideInUp
}
@keyframes slideOutDown{
from{transform:translate3d(0, 0, 0)
}
to{visibility:hidden;transform:translate3d(0, 100%, 0)
}
}
.slideOutDown{animation-name:slideOutDown
}
@keyframes slideOutLeft{
from{transform:translate3d(0, 0, 0)
}
to{visibility:hidden;transform:translate3d(-100%, 0, 0)
}
}
.slideOutLeft{animation-name:slideOutLeft
}
@keyframes slideOutRight{
from{transform:translate3d(0, 0, 0)
}
to{visibility:hidden;transform:translate3d(100%, 0, 0)
}
}
.slideOutRight{animation-name:slideOutRight
}
@keyframes slideOutUp{
from{transform:translate3d(0, 0, 0)
}
to{visibility:hidden;transform:translate3d(0, -100%, 0)
}
}
.slideOutUp{animation-name:slideOutUp
}
.animated{animation-duration:.377s
}/*! bulma.io v0.3.2 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0
}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal
}
ul{list-style:none
}
button,input,select,textarea{margin:0
}
html{box-sizing:border-box
}
*{box-sizing:inherit
}
*:before,*:after{box-sizing:inherit
}
img,embed,object,audio,video{height:auto;max-width:100%
}
iframe{border:0
}
table{border-collapse:collapse;border-spacing:0
}
td,th{padding:0;text-align:left
}
html{background-color:#fff;font-size:14px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility
}
article,aside,figure,footer,header,hgroup,section{display:block
}
body,button,input,select,textarea{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif
}
code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"Inconsolata","Consolas","Monaco",monospace
}
body{color:#4a4a4a;font-size:1rem;font-weight:400;line-height:1.5
}
a{color:#00d1b2;cursor:pointer;text-decoration:none;transition:none 86ms ease-out
}
a:hover{color:#363636
}
code{background-color:#f5f5f5;color:#ff3860;font-size:0.8em;font-weight:normal;padding:0.25em 0.5em 0.25em
}
hr{background-color:#dbdbdb;border:none;display:block;height:1px;margin:1.5rem 0
}
img{max-width:100%
}
input[type="checkbox"],input[type="radio"]{vertical-align:baseline
}
small{font-size:0.8em
}
span{font-style:inherit;font-weight:inherit
}
strong{color:#363636;font-weight:700
}
pre{background-color:#f5f5f5;color:#4a4a4a;font-size:0.8em;white-space:pre;word-wrap:normal
}
pre code{background:none;color:inherit;display:block;font-size:1em;overflow-x:auto;padding:1.25rem 1.5rem
}
table{width:100%
}
table td,table th{text-align:left;vertical-align:top
}
table th{color:#363636
}
.is-block{display:block
}
@media screen and (max-width: 768px){
.is-block-mobile{display:block !important
}
}
@media screen and (min-width: 769px){
.is-block-tablet{display:block !important
}
}
@media screen and (min-width: 769px) and (max-width: 999px){
.is-block-tablet-only{display:block !important
}
}
@media screen and (max-width: 999px){
.is-block-touch{display:block !important
}
}
@media screen and (min-width: 1000px){
.is-block-desktop{display:block !important
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px){
.is-block-desktop-only{display:block !important
}
}
@media screen and (min-width: 1192px){
.is-block-widescreen{display:block !important
}
}
.is-flex{display:-ms-flexbox;display:flex
}
@media screen and (max-width: 768px){
.is-flex-mobile{display:-ms-flexbox !important;display:flex !important
}
}
@media screen and (min-width: 769px){
.is-flex-tablet{display:-ms-flexbox !important;display:flex !important
}
}
@media screen and (min-width: 769px) and (max-width: 999px){
.is-flex-tablet-only{display:-ms-flexbox !important;display:flex !important
}
}
@media screen and (max-width: 999px){
.is-flex-touch{display:-ms-flexbox !important;display:flex !important
}
}
@media screen and (min-width: 1000px){
.is-flex-desktop{display:-ms-flexbox !important;display:flex !important
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px){
.is-flex-desktop-only{display:-ms-flexbox !important;display:flex !important
}
}
@media screen and (min-width: 1192px){
.is-flex-widescreen{display:-ms-flexbox !important;display:flex !important
}
}
.is-inline{display:inline
}
@media screen and (max-width: 768px){
.is-inline-mobile{display:inline !important
}
}
@media screen and (min-width: 769px){
.is-inline-tablet{display:inline !important
}
}
@media screen and (min-width: 769px) and (max-width: 999px){
.is-inline-tablet-only{display:inline !important
}
}
@media screen and (max-width: 999px){
.is-inline-touch{display:inline !important
}
}
@media screen and (min-width: 1000px){
.is-inline-desktop{display:inline !important
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px){
.is-inline-desktop-only{display:inline !important
}
}
@media screen and (min-width: 1192px){
.is-inline-widescreen{display:inline !important
}
}
.is-inline-block{display:inline-block
}
@media screen and (max-width: 768px){
.is-inline-block-mobile{display:inline-block !important
}
}
@media screen and (min-width: 769px){
.is-inline-block-tablet{display:inline-block !important
}
}
@media screen and (min-width: 769px) and (max-width: 999px){
.is-inline-block-tablet-only{display:inline-block !important
}
}
@media screen and (max-width: 999px){
.is-inline-block-touch{display:inline-block !important
}
}
@media screen and (min-width: 1000px){
.is-inline-block-desktop{display:inline-block !important
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px){
.is-inline-block-desktop-only{display:inline-block !important
}
}
@media screen and (min-width: 1192px){
.is-inline-block-widescreen{display:inline-block !important
}
}
.is-inline-flex{display:-ms-inline-flexbox;display:inline-flex
}
@media screen and (max-width: 768px){
.is-inline-flex-mobile{display:-ms-inline-flexbox !important;display:inline-flex !important
}
}
@media screen and (min-width: 769px){
.is-inline-flex-tablet{display:-ms-inline-flexbox !important;display:inline-flex !important
}
}
@media screen and (min-width: 769px) and (max-width: 999px){
.is-inline-flex-tablet-only{display:-ms-inline-flexbox !important;display:inline-flex !important
}
}
@media screen and (max-width: 999px){
.is-inline-flex-touch{display:-ms-inline-flexbox !important;display:inline-flex !important
}
}
@media screen and (min-width: 1000px){
.is-inline-flex-desktop{display:-ms-inline-flexbox !important;display:inline-flex !important
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px){
.is-inline-flex-desktop-only{display:-ms-inline-flexbox !important;display:inline-flex !important
}
}
@media screen and (min-width: 1192px){
.is-inline-flex-widescreen{display:-ms-inline-flexbox !important;display:inline-flex !important
}
}
.is-clearfix:after{clear:both;content:" ";display:table
}
.is-pulled-left{float:left
}
.is-pulled-right{float:right
}
.is-clipped{overflow:hidden !important
}
.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0
}
.has-text-centered{text-align:center
}
.has-text-left{text-align:left
}
.has-text-right{text-align:right
}
.is-hidden{display:none !important
}
@media screen and (max-width: 768px){
.is-hidden-mobile{display:none !important
}
}
@media screen and (min-width: 769px){
.is-hidden-tablet{display:none !important
}
}
@media screen and (min-width: 769px) and (max-width: 999px){
.is-hidden-tablet-only{display:none !important
}
}
@media screen and (max-width: 999px){
.is-hidden-touch{display:none !important
}
}
@media screen and (min-width: 1000px){
.is-hidden-desktop{display:none !important
}
}
@media screen and (min-width: 1000px) and (max-width: 1191px){
.is-hidden-desktop-only{display:none !important
}
}
@media screen and (min-width: 1192px){
.is-hidden-widescreen{display:none !important
}
}
.is-disabled{pointer-events:none
}
.is-marginless{margin:0 !important
}
.is-paddingless{padding:0 !important
}
.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
.box{background-color:#fff;border-radius:5px;box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);display:block;padding:1.25rem
}
.box:not(:last-child){margin-bottom:1.5rem
}
a.box:hover,a.box:focus{box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px #00d1b2
}
a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2),0 0 0 1px #00d1b2
}
.button{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:0.75em;padding-right:0.75em;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid #dbdbdb;color:#363636;cursor:pointer;-ms-flex-pack:center;justify-content:center;padding-left:0.75em;padding-right:0.75em;text-align:center;white-space:nowrap
}
.button:focus,.button.is-focused,.button:active,.button.is-active{outline:none
}
.button[disabled],.button.is-disabled{pointer-events:none
}
.button strong{color:inherit
}
.button .icon:first-child:not(:last-child){margin-left:-.25rem;margin-right:.5rem
}
.button .icon:last-child:not(:first-child){margin-left:.5rem;margin-right:-.25rem
}
.button .icon:first-child:last-child{margin-left:calc(-1px + -.25rem);margin-right:calc(-1px + -.25rem)
}
.button .icon.is-small:first-child:not(:last-child){margin-left:0rem
}
.button .icon.is-small:last-child:not(:first-child){margin-right:0rem
}
.button .icon.is-small:first-child:last-child{margin-left:calc(-1px + 0rem);margin-right:calc(-1px + 0rem)
}
.button .icon.is-medium:first-child:not(:last-child){margin-left:-.5rem
}
.button .icon.is-medium:last-child:not(:first-child){margin-right:-.5rem
}
.button .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.5rem);margin-right:calc(-1px + -.5rem)
}
.button .icon.is-large:first-child:not(:last-child){margin-left:-1rem
}
.button .icon.is-large:last-child:not(:first-child){margin-right:-1rem
}
.button .icon.is-large:first-child:last-child{margin-left:calc(-1px + -1rem);margin-right:calc(-1px + -1rem)
}
.button:hover,.button.is-hovered{border-color:#b5b5b5;color:#363636
}
.button:focus,.button.is-focused{border-color:#00d1b2;box-shadow:0 0 0.5em rgba(0,209,178,0.25);color:#363636
}
.button:active,.button.is-active{border-color:#4a4a4a;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#363636
}
.button.is-link{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline
}
.button.is-link:hover,.button.is-link.is-hovered,.button.is-link:focus,.button.is-link.is-focused,.button.is-link:active,.button.is-link.is-active{background-color:#f5f5f5;color:#363636
}
.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a
}
.button.is-white:hover,.button.is-white.is-hovered{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a
}
.button.is-white:focus,.button.is-white.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(255,255,255,0.25);color:#0a0a0a
}
.button.is-white:active,.button.is-white.is-active{background-color:#f2f2f2;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#0a0a0a
}
.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff
}
.button.is-white.is-inverted:hover{background-color:#000
}
.button.is-white.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a !important
}
.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff
}
.button.is-white.is-outlined:hover,.button.is-white.is-outlined:focus{background-color:#fff;border-color:#fff;color:#0a0a0a
}
.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff !important
}
.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a
}
.button.is-white.is-inverted.is-outlined:hover,.button.is-white.is-inverted.is-outlined:focus{background-color:#0a0a0a;color:#fff
}
.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff
}
.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff
}
.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(10,10,10,0.25);color:#fff
}
.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#fff
}
.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a
}
.button.is-black.is-inverted:hover{background-color:#f2f2f2
}
.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff !important
}
.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a
}
.button.is-black.is-outlined:hover,.button.is-black.is-outlined:focus{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff
}
.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #0a0a0a #0a0a0a !important
}
.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff
}
.button.is-black.is-inverted.is-outlined:hover,.button.is-black.is-inverted.is-outlined:focus{background-color:#fff;color:#0a0a0a
}
.button.is-light{background-color:#f5f5f5;border-color:transparent;color:#363636
}
.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:#363636
}
.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(245,245,245,0.25);color:#363636
}
.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#363636
}
.button.is-light.is-inverted{background-color:#363636;color:#f5f5f5
}
.button.is-light.is-inverted:hover{background-color:#292929
}
.button.is-light.is-loading:after{border-color:transparent transparent #363636 #363636 !important
}
.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5
}
.button.is-light.is-outlined:hover,.button.is-light.is-outlined:focus{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636
}
.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important
}
.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#363636;color:#363636
}
.button.is-light.is-inverted.is-outlined:hover,.button.is-light.is-inverted.is-outlined:focus{background-color:#363636;color:#f5f5f5
}
.button.is-dark{background-color:#363636;border-color:transparent;color:#f5f5f5
}
.button.is-dark:hover,.button.is-dark.is-hovered{background-color:#2f2f2f;border-color:transparent;color:#f5f5f5
}
.button.is-dark:focus,.button.is-dark.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(54,54,54,0.25);color:#f5f5f5
}
.button.is-dark:active,.button.is-dark.is-active{background-color:#292929;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#f5f5f5
}
.button.is-dark.is-inverted{background-color:#f5f5f5;color:#363636
}
.button.is-dark.is-inverted:hover{background-color:#e8e8e8
}
.button.is-dark.is-loading:after{border-color:transparent transparent #f5f5f5 #f5f5f5 !important
}
.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636
}
.button.is-dark.is-outlined:hover,.button.is-dark.is-outlined:focus{background-color:#363636;border-color:#363636;color:#f5f5f5
}
.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #363636 #363636 !important
}
.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5
}
.button.is-dark.is-inverted.is-outlined:hover,.button.is-dark.is-inverted.is-outlined:focus{background-color:#f5f5f5;color:#363636
}
.button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff
}
.button.is-primary:hover,.button.is-primary.is-hovered{background-color:#00c4a7;border-color:transparent;color:#fff
}
.button.is-primary:focus,.button.is-primary.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(0,209,178,0.25);color:#fff
}
.button.is-primary:active,.button.is-primary.is-active{background-color:#00b89c;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#fff
}
.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2
}
.button.is-primary.is-inverted:hover{background-color:#f2f2f2
}
.button.is-primary.is-loading:after{border-color:transparent transparent #fff #fff !important
}
.button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;color:#00d1b2
}
.button.is-primary.is-outlined:hover,.button.is-primary.is-outlined:focus{background-color:#00d1b2;border-color:#00d1b2;color:#fff
}
.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #00d1b2 #00d1b2 !important
}
.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff
}
.button.is-primary.is-inverted.is-outlined:hover,.button.is-primary.is-inverted.is-outlined:focus{background-color:#fff;color:#00d1b2
}
.button.is-info{background-color:#3273dc;border-color:transparent;color:#fff
}
.button.is-info:hover,.button.is-info.is-hovered{background-color:#276cda;border-color:transparent;color:#fff
}
.button.is-info:focus,.button.is-info.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(50,115,220,0.25);color:#fff
}
.button.is-info:active,.button.is-info.is-active{background-color:#2366d1;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#fff
}
.button.is-info.is-inverted{background-color:#fff;color:#3273dc
}
.button.is-info.is-inverted:hover{background-color:#f2f2f2
}
.button.is-info.is-loading:after{border-color:transparent transparent #fff #fff !important
}
.button.is-info.is-outlined{background-color:transparent;border-color:#3273dc;color:#3273dc
}
.button.is-info.is-outlined:hover,.button.is-info.is-outlined:focus{background-color:#3273dc;border-color:#3273dc;color:#fff
}
.button.is-info.is-outlined.is-loading:after{border-color:transparent transparent #3273dc #3273dc !important
}
.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff
}
.button.is-info.is-inverted.is-outlined:hover,.button.is-info.is-inverted.is-outlined:focus{background-color:#fff;color:#3273dc
}
.button.is-success{background-color:#23d160;border-color:transparent;color:#fff
}
.button.is-success:hover,.button.is-success.is-hovered{background-color:#22c65b;border-color:transparent;color:#fff
}
.button.is-success:focus,.button.is-success.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(35,209,96,0.25);color:#fff
}
.button.is-success:active,.button.is-success.is-active{background-color:#20bc56;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#fff
}
.button.is-success.is-inverted{background-color:#fff;color:#23d160
}
.button.is-success.is-inverted:hover{background-color:#f2f2f2
}
.button.is-success.is-loading:after{border-color:transparent transparent #fff #fff !important
}
.button.is-success.is-outlined{background-color:transparent;border-color:#23d160;color:#23d160
}
.button.is-success.is-outlined:hover,.button.is-success.is-outlined:focus{background-color:#23d160;border-color:#23d160;color:#fff
}
.button.is-success.is-outlined.is-loading:after{border-color:transparent transparent #23d160 #23d160 !important
}
.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff
}
.button.is-success.is-inverted.is-outlined:hover,.button.is-success.is-inverted.is-outlined:focus{background-color:#fff;color:#23d160
}
.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,0.7)
}
.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,0.7)
}
.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(255,221,87,0.25);color:rgba(0,0,0,0.7)
}
.button.is-warning:active,.button.is-warning.is-active{background-color:#ffd83d;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:rgba(0,0,0,0.7)
}
.button.is-warning.is-inverted{background-color:rgba(0,0,0,0.7);color:#ffdd57
}
.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,0.7)
}
.button.is-warning.is-loading:after{border-color:transparent transparent rgba(0,0,0,0.7) rgba(0,0,0,0.7) !important
}
.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57
}
.button.is-warning.is-outlined:hover,.button.is-warning.is-outlined:focus{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,0.7)
}
.button.is-warning.is-outlined.is-loading:after{border-color:transparent transparent #ffdd57 #ffdd57 !important
}
.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,0.7);color:rgba(0,0,0,0.7)
}
.button.is-warning.is-inverted.is-outlined:hover,.button.is-warning.is-inverted.is-outlined:focus{background-color:rgba(0,0,0,0.7);color:#ffdd57
}
.button.is-danger{background-color:#ff3860;border-color:transparent;color:#fff
}
.button.is-danger:hover,.button.is-danger.is-hovered{background-color:#ff2b56;border-color:transparent;color:#fff
}
.button.is-danger:focus,.button.is-danger.is-focused{border-color:transparent;box-shadow:0 0 0.5em rgba(255,56,96,0.25);color:#fff
}
.button.is-danger:active,.button.is-danger.is-active{background-color:#ff1f4b;border-color:transparent;box-shadow:inset 0 1px 2px rgba(10,10,10,0.2);color:#fff
}
.button.is-danger.is-inverted{background-color:#fff;color:#ff3860
}
.button.is-danger.is-inverted:hover{background-color:#f2f2f2
}
.button.is-danger.is-loading:after{border-color:transparent transparent #fff #fff !important
}
.button.is-danger.is-outlined{background-color:transparent;border-color:#ff3860;color:#ff3860
}
.button.is-danger.is-outlined:hover,.button.is-danger.is-outlined:focus{background-color:#ff3860;border-color:#ff3860;color:#fff
}
.button.is-danger.is-outlined.is-loading:after{border-color:transparent transparent #ff3860 #ff3860 !important
}
.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff
}
.button.is-danger.is-inverted.is-outlined:hover,.button.is-danger.is-inverted.is-outlined:focus{background-color:#fff;color:#ff3860
}
.button.is-small{border-radius:2px;font-size:.75rem
}
.button.is-small .icon:first-child:not(:last-child){margin-left:-.375rem;margin-right:.375rem
}
.button.is-small .icon:last-child:not(:first-child){margin-left:.375rem;margin-right:-.375rem
}
.button.is-small .icon:first-child:last-child{margin-left:calc(-1px + -.375rem);margin-right:calc(-1px + -.375rem)
}
.button.is-small .icon.is-small:first-child:not(:last-child){margin-left:-.125rem
}
.button.is-small .icon.is-small:last-child:not(:first-child){margin-right:-.125rem
}
.button.is-small .icon.is-small:first-child:last-child{margin-left:calc(-1px + -.125rem);margin-right:calc(-1px + -.125rem)
}
.button.is-small .icon.is-medium:first-child:not(:last-child){margin-left:-.625rem
}
.button.is-small .icon.is-medium:last-child:not(:first-child){margin-right:-.625rem
}
.button.is-small .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.625rem);margin-right:calc(-1px + -.625rem)
}
.button.is-small .icon.is-large:first-child:not(:last-child){margin-left:-1.125rem
}
.button.is-small .icon.is-large:last-child:not(:first-child){margin-right:-1.125rem
}
.button.is-small .icon.is-large:first-child:last-child{margin-left:calc(-1px + -1.125rem);margin-right:calc(-1px + -1.125rem)
}
.button.is-medium{font-size:1.25rem
}
.button.is-medium .icon:first-child:not(:last-child){margin-left:-.125rem;margin-right:.625rem
}
.button.is-medium .icon:last-child:not(:first-child){margin-left:.625rem;margin-right:-.125rem
}
.button.is-medium .icon:first-child:last-child{margin-left:calc(-1px + -.125rem);margin-right:calc(-1px + -.125rem)
}
.button.is-medium .icon.is-small:first-child:not(:last-child){margin-left:.125rem
}
.button.is-medium .icon.is-small:last-child:not(:first-child){margin-right:.125rem
}
.button.is-medium .icon.is-small:first-child:last-child{margin-left:calc(-1px + .125rem);margin-right:calc(-1px + .125rem)
}
.button.is-medium .icon.is-medium:first-child:not(:last-child){margin-left:-.375rem
}
.button.is-medium .icon.is-medium:last-child:not(:first-child){margin-right:-.375rem
}
.button.is-medium .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.375rem);margin-right:calc(-1px + -.375rem)
}
.button.is-medium .icon.is-large:first-child:not(:last-child){margin-left:-.875rem
}
.button.is-medium .icon.is-large:last-child:not(:first-child){margin-right:-.875rem
}
.button.is-medium .icon.is-large:first-child:last-child{margin-left:calc(-1px + -.875rem);margin-right:calc(-1px + -.875rem)
}
.button.is-large{font-size:1.5rem
}
.button.is-large .icon:first-child:not(:last-child){margin-left:0rem;margin-right:.75rem
}
.button.is-large .icon:last-child:not(:first-child){margin-left:.75rem;margin-right:0rem
}
.button.is-large .icon:first-child:last-child{margin-left:calc(-1px + 0rem);margin-right:calc(-1px + 0rem)
}
.button.is-large .icon.is-small:first-child:not(:last-child){margin-left:.25rem
}
.button.is-large .icon.is-small:last-child:not(:first-child){margin-right:.25rem
}
.button.is-large .icon.is-small:first-child:last-child{margin-left:calc(-1px + .25rem);margin-right:calc(-1px + .25rem)
}
.button.is-large .icon.is-medium:first-child:not(:last-child){margin-left:-.25rem
}
.button.is-large .icon.is-medium:last-child:not(:first-child){margin-right:-.25rem
}
.button.is-large .icon.is-medium:first-child:last-child{margin-left:calc(-1px + -.25rem);margin-right:calc(-1px + -.25rem)
}
.button.is-large .icon.is-large:first-child:not(:last-child){margin-left:-.75rem
}
.button.is-large .icon.is-large:last-child:not(:first-child){margin-right:-.75rem
}
.button.is-large .icon.is-large:first-child:last-child{margin-left:calc(-1px + -.75rem);margin-right:calc(-1px + -.75rem)
}
.button[disabled],.button.is-disabled{opacity:0.5
}
.button.is-fullwidth{display:-ms-flexbox;display:flex;width:100%
}
.button.is-loading{color:transparent !important;pointer-events:none
}
.button.is-loading:after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1rem;position:relative;width:1rem;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;position:absolute !important
}
.content{color:#4a4a4a
}
.content:not(:last-child){margin-bottom:1.5rem
}
.content li+li{margin-top:0.25em
}
.content p:not(:last-child),.content ol:not(:last-child),.content ul:not(:last-child),.content blockquote:not(:last-child),.content table:not(:last-child){margin-bottom:1em
}
.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#363636;font-weight:400;line-height:1.125
}
.content h1{font-size:2em;margin-bottom:0.5em
}
.content h1:not(:first-child){margin-top:1em
}
.content h2{font-size:1.75em;margin-bottom:0.5714em
}
.content h2:not(:first-child){margin-top:1.1428em
}
.content h3{font-size:1.5em;margin-bottom:0.6666em
}
.content h3:not(:first-child){margin-top:1.3333em
}
.content h4{font-size:1.25em;margin-bottom:0.8em
}
.content h5{font-size:1.125em;margin-bottom:0.8888em
}
.content h6{font-size:1em;margin-bottom:1em
}
.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em
}
.content ol{list-style:decimal outside;margin-left:2em;margin-right:2em;margin-top:1em
}
.content ul{list-style:disc outside;margin-left:2em;margin-right:2em;margin-top:1em
}
.content ul ul{list-style-type:circle;margin-top:0.5em
}
.content ul ul ul{list-style-type:square
}
.content table{width:100%
}
.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top
}
.content table th{color:#363636;text-align:left
}
.content table tr:hover{background-color:#f5f5f5
}
.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636
}
.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636
}
.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0
}
.content.is-small{font-size:.75rem
}
.content.is-medium{font-size:1.25rem
}
.content.is-large{font-size:1.5rem
}
.input,.textarea{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:0.75em;padding-right:0.75em;position:relative;vertical-align:top;background-color:#fff;border:1px solid #dbdbdb;color:#363636;box-shadow:inset 0 1px 2px rgba(10,10,10,0.1);max-width:100%;width:100%
}
.input:focus,.input.is-focused,.input:active,.input.is-active,.textarea:focus,.textarea.is-focused,.textarea:active,.textarea.is-active{outline:none
}
.input[disabled],.input.is-disabled,.textarea[disabled],.textarea.is-disabled{pointer-events:none
}
.input:hover,.input.is-hovered,.textarea:hover,.textarea.is-hovered{border-color:#b5b5b5
}
.input:focus,.input.is-focused,.input:active,.input.is-active,.textarea:focus,.textarea.is-focused,.textarea:active,.textarea.is-active{border-color:#00d1b2
}
.input[disabled],.input.is-disabled,.textarea[disabled],.textarea.is-disabled{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a
}
.input[disabled]::-moz-placeholder,.input.is-disabled::-moz-placeholder,.textarea[disabled]::-moz-placeholder,.textarea.is-disabled::-moz-placeholder{color:rgba(54,54,54,0.3)
}
.input[disabled]::-webkit-input-placeholder,.input.is-disabled::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,.textarea.is-disabled::-webkit-input-placeholder{color:rgba(54,54,54,0.3)
}
.input[disabled]:-moz-placeholder,.input.is-disabled:-moz-placeholder,.textarea[disabled]:-moz-placeholder,.textarea.is-disabled:-moz-placeholder{color:rgba(54,54,54,0.3)
}
.input[disabled]:-ms-input-placeholder,.input.is-disabled:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,.textarea.is-disabled:-ms-input-placeholder{color:rgba(54,54,54,0.3)
}
.input[type="search"],.textarea[type="search"]{border-radius:290486px
}
.input.is-white,.textarea.is-white{border-color:#fff
}
.input.is-black,.textarea.is-black{border-color:#0a0a0a
}
.input.is-light,.textarea.is-light{border-color:#f5f5f5
}
.input.is-dark,.textarea.is-dark{border-color:#363636
}
.input.is-primary,.textarea.is-primary{border-color:#00d1b2
}
.input.is-info,.textarea.is-info{border-color:#3273dc
}
.input.is-success,.textarea.is-success{border-color:#23d160
}
.input.is-warning,.textarea.is-warning{border-color:#ffdd57
}
.input.is-danger,.textarea.is-danger{border-color:#ff3860
}
.input.is-small,.textarea.is-small{border-radius:2px;font-size:.75rem
}
.input.is-medium,.textarea.is-medium{font-size:1.25rem
}
.input.is-large,.textarea.is-large{font-size:1.5rem
}
.input.is-fullwidth,.textarea.is-fullwidth{display:block;width:100%
}
.input.is-inline,.textarea.is-inline{display:inline;width:auto
}
.textarea{display:block;line-height:1.25;max-height:600px;max-width:100%;min-height:120px;min-width:100%;padding:10px;resize:vertical
}
.checkbox,.radio{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;position:relative;vertical-align:top
}
.checkbox input,.radio input{cursor:pointer;margin-right:0.5em
}
.checkbox:hover,.radio:hover{color:#363636
}
.checkbox.is-disabled,.radio.is-disabled{color:#7a7a7a;pointer-events:none
}
.checkbox.is-disabled input,.radio.is-disabled input{pointer-events:none
}
.radio+.radio{margin-left:0.5em
}
.select{display:inline-block;height:2.5em;position:relative;vertical-align:top
}
.select:after{border:1px solid #00d1b2;border-right:0;border-top:0;content:" ";display:block;height:0.5em;pointer-events:none;position:absolute;-ms-transform:rotate(-45deg);transform:rotate(-45deg);width:0.5em;margin-top:-0.375em;right:1.125em;top:50%;z-index:4
}
.select select{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:0.75em;padding-right:0.75em;position:relative;vertical-align:top;background-color:#fff;border:1px solid #dbdbdb;color:#363636;cursor:pointer;display:block;font-size:1em;outline:none;padding-right:2.5em
}
.select select:focus,.select select.is-focused,.select select:active,.select select.is-active{outline:none
}
.select select[disabled],.select select.is-disabled{pointer-events:none
}
.select select:hover,.select select.is-hovered{border-color:#b5b5b5
}
.select select:focus,.select select.is-focused,.select select:active,.select select.is-active{border-color:#00d1b2
}
.select select[disabled],.select select.is-disabled{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a
}
.select select[disabled]::-moz-placeholder,.select select.is-disabled::-moz-placeholder{color:rgba(54,54,54,0.3)
}
.select select[disabled]::-webkit-input-placeholder,.select select.is-disabled::-webkit-input-placeholder{color:rgba(54,54,54,0.3)
}
.select select[disabled]:-moz-placeholder,.select select.is-disabled:-moz-placeholder{color:rgba(54,54,54,0.3)
}
.select select[disabled]:-ms-input-placeholder,.select select.is-disabled:-ms-input-placeholder{color:rgba(54,54,54,0.3)
}
.select select:hover{border-color:#b5b5b5
}
.select select::ms-expand{display:none
}
.select:hover:after{border-color:#363636
}
.select.is-small{border-radius:2px;font-size:.75rem
}
.select.is-medium{font-size:1.25rem
}
.select.is-large{font-size:1.5rem
}
.select.is-fullwidth{width:100%
}
.select.is-fullwidth select{width:100%
}
.label{color:#363636;display:block;font-weight:bold
}
.label:not(:last-child){margin-bottom:0.5em
}
.help{display:block;font-size:.75rem;margin-top:5px
}
.help.is-white{color:#fff
}
.help.is-black{color:#0a0a0a
}
.help.is-light{color:#f5f5f5
}
.help.is-dark{color:#363636
}
.help.is-primary{color:#00d1b2
}
.help.is-info{color:#3273dc
}
.help.is-success{color:#23d160
}
.help.is-warning{color:#ffdd57
}
.help.is-danger{color:#ff3860
}
@media screen and (max-width: 768px){
.control-label{margin-bottom:0.5em
}
}
@media screen and (min-width: 769px){
.control-label{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;margin-right:1.5em;padding-top:0.5em;text-align:right
}
}
.control{position:relative;text-align:left
}
.control:not(:last-child){margin-bottom:0.75rem
}
.control.has-addons{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start
}
.control.has-addons .button,.control.has-addons .input,.control.has-addons .select{border-radius:0;margin-right:-1px;width:auto
}
.control.has-addons .button:hover,.control.has-addons .input:hover,.control.has-addons .select:hover{z-index:2
}
.control.has-addons .button:focus,.control.has-addons .button:active,.control.has-addons .input:focus,.control.has-addons .input:active,.control.has-addons .select:focus,.control.has-addons .select:active{z-index:3
}
.control.has-addons .button:first-child,.control.has-addons .input:first-child,.control.has-addons .select:first-child{border-radius:3px 0 0 3px
}
.control.has-addons .button:first-child select,.control.has-addons .input:first-child select,.control.has-addons .select:first-child select{border-radius:3px 0 0 3px
}
.control.has-addons .button:last-child,.control.has-addons .input:last-child,.control.has-addons .select:last-child{border-radius:0 3px 3px 0
}
.control.has-addons .button:last-child select,.control.has-addons .input:last-child select,.control.has-addons .select:last-child select{border-radius:0 3px 3px 0
}
.control.has-addons .button.is-expanded,.control.has-addons .input.is-expanded,.control.has-addons .select.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0
}
.control.has-addons .select select:hover{z-index:2
}
.control.has-addons .select select:focus,.control.has-addons .select select:active{z-index:3
}
.control.has-addons.has-addons-centered{-ms-flex-pack:center;justify-content:center
}
.control.has-addons.has-addons-right{-ms-flex-pack:end;justify-content:flex-end
}
.control.has-addons.has-addons-fullwidth .button,.control.has-addons.has-addons-fullwidth .input,.control.has-addons.has-addons-fullwidth .select{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0
}
.control.has-icon .icon{color:#dbdbdb;pointer-events:none;position:absolute;top:1.25rem;z-index:4
}
.control.has-icon .input:focus+.icon{color:#7a7a7a
}
.control.has-icon .input.is-small+.icon{top:.9375rem
}
.control.has-icon .input.is-medium+.icon{top:1.5625rem
}
.control.has-icon .input.is-large+.icon{top:1.875rem
}
.control.has-icon:not(.has-icon-right) .icon{left:1.25rem;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)
}
.control.has-icon:not(.has-icon-right) .input{padding-left:2.5em
}
.control.has-icon:not(.has-icon-right) .input.is-small+.icon{left:.9375rem
}
.control.has-icon:not(.has-icon-right) .input.is-medium+.icon{left:1.5625rem
}
.control.has-icon:not(.has-icon-right) .input.is-large+.icon{left:1.875rem
}
.control.has-icon.has-icon-right .icon{right:1.25rem;-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)
}
.control.has-icon.has-icon-right .input{padding-right:2.5em
}
.control.has-icon.has-icon-right .input.is-small+.icon{right:.9375rem
}
.control.has-icon.has-icon-right .input.is-medium+.icon{right:1.5625rem
}
.control.has-icon.has-icon-right .input.is-large+.icon{right:1.875rem
}
.control.is-grouped{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start
}
.control.is-grouped>.control{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-negative:0;flex-shrink:0
}
.control.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:0.75rem
}
.control.is-grouped>.control.is-expanded{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1
}
.control.is-grouped.is-grouped-centered{-ms-flex-pack:center;justify-content:center
}
.control.is-grouped.is-grouped-right{-ms-flex-pack:end;justify-content:flex-end
}
@media screen and (min-width: 769px){
.control.is-horizontal{display:-ms-flexbox;display:flex
}
.control.is-horizontal>.control{display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:5;flex-grow:5;-ms-flex-negative:1;flex-shrink:1
}
}
.control.is-loading:after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1rem;position:relative;width:1rem;position:absolute !important;right:0.75em;top:0.75em
}
.icon{display:inline-block;font-size:21px;height:1.5rem;line-height:1.5rem;text-align:center;vertical-align:top;width:1.5rem
}
.icon .fa{font-size:inherit;line-height:inherit
}
.icon.is-small{display:inline-block;font-size:14px;height:1rem;line-height:1rem;text-align:center;vertical-align:top;width:1rem
}
.icon.is-medium{display:inline-block;font-size:28px;height:2rem;line-height:2rem;text-align:center;vertical-align:top;width:2rem
}
.icon.is-large{display:inline-block;font-size:42px;height:3rem;line-height:3rem;text-align:center;vertical-align:top;width:3rem
}
.image{display:block;position:relative
}
.image img{display:block;height:auto;width:100%
}
.image.is-square img,.image.is-1by1 img,.image.is-4by3 img,.image.is-3by2 img,.image.is-16by9 img,.image.is-2by1 img{bottom:0;left:0;position:absolute;right:0;top:0;height:100%;width:100%
}
.image.is-square,.image.is-1by1{padding-top:100%
}
.image.is-4by3{padding-top:75%
}
.image.is-3by2{padding-top:66.6666%
}
.image.is-16by9{padding-top:56.25%
}
.image.is-2by1{padding-top:50%
}
.image.is-16x16{height:16px;width:16px
}
.image.is-24x24{height:24px;width:24px
}
.image.is-32x32{height:32px;width:32px
}
.image.is-48x48{height:48px;width:48px
}
.image.is-64x64{height:64px;width:64px
}
.image.is-96x96{height:96px;width:96px
}
.image.is-128x128{height:128px;width:128px
}
.notification{background-color:#f5f5f5;border-radius:3px;padding:1.25rem 2.5rem 1.25rem 1.5rem;position:relative
}
.notification:not(:last-child){margin-bottom:1.5rem
}
.notification code,.notification pre{background:#fff
}
.notification pre code{background:transparent
}
.notification .delete{position:absolute;right:0.5em;top:0.5em
}
.notification .title,.notification .subtitle,.notification .content{color:inherit
}
.notification.is-white{background-color:#fff;color:#0a0a0a
}
.notification.is-black{background-color:#0a0a0a;color:#fff
}
.notification.is-light{background-color:#f5f5f5;color:#363636
}
.notification.is-dark{background-color:#363636;color:#f5f5f5
}
.notification.is-primary{background-color:#00d1b2;color:#fff
}
.notification.is-info{background-color:#3273dc;color:#fff
}
.notification.is-success{background-color:#23d160;color:#fff
}
.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)
}
.notification.is-danger{background-color:#ff3860;color:#fff
}
.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%
}
.progress:not(:last-child){margin-bottom:1.5rem
}
.progress::-webkit-progress-bar{background-color:#dbdbdb
}
.progress::-webkit-progress-value{background-color:#4a4a4a
}
.progress::-moz-progress-bar{background-color:#4a4a4a
}
.progress.is-white::-webkit-progress-value{background-color:#fff
}
.progress.is-white::-moz-progress-bar{background-color:#fff
}
.progress.is-black::-webkit-progress-value{background-color:#0a0a0a
}
.progress.is-black::-moz-progress-bar{background-color:#0a0a0a
}
.progress.is-light::-webkit-progress-value{background-color:#f5f5f5
}
.progress.is-light::-moz-progress-bar{background-color:#f5f5f5
}
.progress.is-dark::-webkit-progress-value{background-color:#363636
}
.progress.is-dark::-moz-progress-bar{background-color:#363636
}
.progress.is-primary::-webkit-progress-value{background-color:#00d1b2
}
.progress.is-primary::-moz-progress-bar{background-color:#00d1b2
}
.progress.is-info::-webkit-progress-value{background-color:#3273dc
}
.progress.is-info::-moz-progress-bar{background-color:#3273dc
}
.progress.is-success::-webkit-progress-value{background-color:#23d160
}
.progress.is-success::-moz-progress-bar{background-color:#23d160
}
.progress.is-warning::-webkit-progress-value{background-color:#ffdd57
}
.progress.is-warning::-moz-progress-bar{background-color:#ffdd57
}
.progress.is-danger::-webkit-progress-value{background-color:#ff3860
}
.progress.is-danger::-moz-progress-bar{background-color:#ff3860
}
.progress.is-small{height:.75rem
}
.progress.is-medium{height:1.25rem
}
.progress.is-large{height:1.5rem
}
.table{background-color:#fff;color:#363636;margin-bottom:1.5rem;width:100%
}
.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:0.5em 0.75em;vertical-align:top
}
.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%
}
.table th{color:#363636;text-align:left
}
.table tr:hover{background-color:#fafafa
}
.table thead td,.table thead th{border-width:0 0 2px;color:#7a7a7a
}
.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#7a7a7a
}
.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0
}
.table.is-bordered td,.table.is-bordered th{border-width:1px
}
.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px
}
.table.is-narrow td,.table.is-narrow th{padding:0.25em 0.5em
}
.table.is-striped tbody tr:nth-child(even){background-color:#fafafa
}
.table.is-striped tbody tr:nth-child(even):hover{background-color:#f5f5f5
}
.tag{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;border-radius:290486px;color:#4a4a4a;display:-ms-inline-flexbox;display:inline-flex;font-size:.75rem;height:2em;-ms-flex-pack:center;justify-content:center;line-height:1.5;padding-left:0.875em;padding-right:0.875em;vertical-align:top;white-space:nowrap
}
.tag .delete{margin-left:0.25em;margin-right:-0.5em
}
.tag.is-white{background-color:#fff;color:#0a0a0a
}
.tag.is-black{background-color:#0a0a0a;color:#fff
}
.tag.is-light{background-color:#f5f5f5;color:#363636
}
.tag.is-dark{background-color:#363636;color:#f5f5f5
}
.tag.is-primary{background-color:#00d1b2;color:#fff
}
.tag.is-info{background-color:#3273dc;color:#fff
}
.tag.is-success{background-color:#23d160;color:#fff
}
.tag.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)
}
.tag.is-danger{background-color:#ff3860;color:#fff
}
.tag.is-medium{font-size:1rem
}
.tag.is-large{font-size:1.25rem
}
.title,.subtitle{word-break:break-word
}
.title:not(:last-child),.subtitle:not(:last-child){margin-bottom:1.5rem
}
.title em,.title span,.subtitle em,.subtitle span{font-weight:300
}
.title strong,.subtitle strong{font-weight:500
}
.title .tag,.subtitle .tag{vertical-align:middle
}
.title{color:#363636;font-size:2rem;font-weight:300;line-height:1.125
}
.title strong{color:inherit
}
.title+.highlight{margin-top:-0.75rem
}
.title+.subtitle{margin-top:-1.25rem
}
.title.is-1{font-size:3.5rem
}
.title.is-2{font-size:2.75rem
}
.title.is-3{font-size:2rem
}
.title.is-4{font-size:1.5rem
}
.title.is-5{font-size:1.25rem
}
.title.is-6{font-size:14px
}
.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:300;line-height:1.25
}
.subtitle strong{color:#363636
}
.subtitle+.title{margin-top:-1.5rem
}
.subtitle.is-1{font-size:3.5rem
}
.subtitle.is-2{font-size:2.75rem
}
.subtitle.is-3{font-size:2rem
}
.subtitle.is-4{font-size:1.5rem
}
.subtitle.is-5{font-size:1.25rem
}
.subtitle.is-6{font-size:14px
}
.block:not(:last-child){margin-bottom:1.5rem
}
.container{position:relative
}
@media screen and (min-width: 1000px){
.container{margin:0 auto;max-width:960px
}
.container.is-fluid{margin:0 20px;max-width:none
}
}
@media screen and (min-width: 1192px){
.container{max-width:1152px
}
}
.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;font-size:1rem;height:20px;outline:none;position:relative;-ms-transform:rotate(45deg);transform:rotate(45deg);-ms-transform-origin:center center;transform-origin:center center;vertical-align:top;width:20px
}
.delete:before,.delete:after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)
}
.delete:before{height:2px;width:50%
}
.delete:after{height:50%;width:2px
}
.delete:hover,.delete:focus{background-color:rgba(10,10,10,0.3)
}
.delete:active{background-color:rgba(10,10,10,0.4)
}
.delete.is-small{height:14px;width:14px
}
.delete.is-medium{height:26px;width:26px
}
.delete.is-large{height:30px;width:30px
}
.fa{font-size:21px;text-align:center;vertical-align:top
}
.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase
}
.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0
}
.highlight:not(:last-child){margin-bottom:1.5rem
}
.highlight pre{overflow:auto;max-width:100%
}
.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1rem;position:relative;width:1rem
}
.number{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;border-radius:290486px;display:-ms-inline-flexbox;display:inline-flex;font-size:1.25rem;height:2em;-ms-flex-pack:center;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:0.25rem 0.5rem;text-align:center;vertical-align:top
}
.card-header{-ms-flex-align:stretch;align-items:stretch;box-shadow:0 1px 2px rgba(10,10,10,0.1);display:-ms-flexbox;display:flex
}
.card-header-title{-ms-flex-align:center;align-items:center;color:#363636;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;font-weight:700;padding:0.75rem
}
.card-header-icon{-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:0.75rem
}
.card-image{display:block;position:relative
}
.card-content{padding:1.5rem
}
.card-content .title+.subtitle{margin-top:-1.5rem
}
.card-footer{border-top:1px solid #dbdbdb;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex
}
.card-footer-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;padding:0.75rem
}
.card-footer-item:not(:last-child){border-right:1px solid #dbdbdb
}
.card{background-color:#fff;box-shadow:0 2px 3px rgba(10,10,10,0.1),0 0 0 1px rgba(10,10,10,0.1);color:#4a4a4a;max-width:100%;position:relative
}
.card .media:not(:last-child){margin-bottom:0.75rem
}
.level-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center
}
.level-item .title,.level-item .subtitle{margin-bottom:0
}
@media screen and (max-width: 768px){
.level-item:not(:last-child){margin-bottom:0.75rem
}
}
.level-left,.level-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0
}
.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:0.75rem
}
.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{-ms-flex-positive:1;flex-grow:1
}
.level-left{-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start
}
@media screen and (max-width: 768px){
.level-left+.level-right{margin-top:1.5rem
}
}
@media screen and (min-width: 769px){
.level-left{display:-ms-flexbox;display:flex
}
}
.level-right{-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end
}
@media screen and (min-width: 769px){
.level-right{display:-ms-flexbox;display:flex
}
}
.level{-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between
}
.level:not(:last-child){margin-bottom:1.5rem
}
.level code{border-radius:3px
}
.level img{display:inline-block;vertical-align:top
}
.level.is-mobile{display:-ms-flexbox;display:flex
}
.level.is-mobile>.level-item:not(:last-child){margin-bottom:0
}
.level.is-mobile>.level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1
}
@media screen and (min-width: 769px){
.level{display:-ms-flexbox;display:flex
}
.level>.level-item:not(.is-narrow){-ms-flex-positive:1;flex-grow:1
}
}
.media-left,.media-right{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0
}
.media-left{margin-right:1rem
}
.media-right{margin-left:1rem
}
.media-content{-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;text-align:left
}
.media{-ms-flex-align:start;align-items:flex-start;display:-ms-flexbox;display:flex;text-align:left
}
.media .content:not(:last-child){margin-bottom:0.75rem
}
.media .media{border-top:1px solid rgba(219,219,219,0.5);display:-ms-flexbox;display:flex;padding-top:0.75rem
}
.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:0.5rem
}
.media .media .media{padding-top:0.5rem
}
.media .media .media+.media{margin-top:0.5rem
}
.media+.media{border-top:1px solid rgba(219,219,219,0.5);margin-top:1rem;padding-top:1rem
}
.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem
}
.menu{font-size:1rem
}
.menu-list{line-height:1.25
}
.menu-list a{border-radius:2px;color:#4a4a4a;display:block;padding:0.5em 0.75em
}
.menu-list a:hover{background-color:#f5f5f5;color:#00d1b2
}
.menu-list a.is-active{background-color:#00d1b2;color:#fff
}
.menu-list li ul{border-left:1px solid #dbdbdb;margin:0.75em;padding-left:0.75em
}
.menu-label{color:#7a7a7a;font-size:0.8em;letter-spacing:0.1em;text-transform:uppercase
}
.menu-label:not(:first-child){margin-top:1em
}
.menu-label:not(:last-child){margin-bottom:1em
}
.message{background-color:#f5f5f5;border-radius:3px;font-size:1rem
}
.message:not(:last-child){margin-bottom:1.5rem
}
.message.is-white{background-color:#fff
}
.message.is-white .message-header{background-color:#fff;color:#0a0a0a
}
.message.is-white .message-body{border-color:#fff;color:#4d4d4d
}
.message.is-black{background-color:#fafafa
}
.message.is-black .message-header{background-color:#0a0a0a;color:#fff
}
.message.is-black .message-body{border-color:#0a0a0a;color:#090909
}
.message.is-light{background-color:#fafafa
}
.message.is-light .message-header{background-color:#f5f5f5;color:#363636
}
.message.is-light .message-body{border-color:#f5f5f5;color:#505050
}
.message.is-dark{background-color:#fafafa
}
.message.is-dark .message-header{background-color:#363636;color:#f5f5f5
}
.message.is-dark .message-body{border-color:#363636;color:#2a2a2a
}
.message.is-primary{background-color:#f5fffd
}
.message.is-primary .message-header{background-color:#00d1b2;color:#fff
}
.message.is-primary .message-body{border-color:#00d1b2;color:#021310
}
.message.is-info{background-color:#f6f9fe
}
.message.is-info .message-header{background-color:#3273dc;color:#fff
}
.message.is-info .message-body{border-color:#3273dc;color:#22509a
}
.message.is-success{background-color:#f6fef9
}
.message.is-success .message-header{background-color:#23d160;color:#fff
}
.message.is-success .message-body{border-color:#23d160;color:#0e301a
}
.message.is-warning{background-color:#fffdf5
}
.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,0.7)
}
.message.is-warning .message-body{border-color:#ffdd57;color:#3b3108
}
.message.is-danger{background-color:#fff5f7
}
.message.is-danger .message-header{background-color:#ff3860;color:#fff
}
.message.is-danger .message-body{border-color:#ff3860;color:#cd0930
}
.message-header{-ms-flex-align:center;align-items:center;background-color:#4a4a4a;border-radius:3px 3px 0 0;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;line-height:1.25;padding:0.5em 0.75em;position:relative
}
.message-header a,.message-header strong{color:inherit
}
.message-header a{text-decoration:underline
}
.message-header .delete{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;margin-left:0.75em
}
.message-header+.message-body{border-top-left-radius:0;border-top-right-radius:0;border-top:none
}
.message-body{border:1px solid #dbdbdb;border-radius:3px;color:#4a4a4a;padding:1em 1.25em
}
.message-body a,.message-body strong{color:inherit
}
.message-body a{text-decoration:underline
}
.message-body code,.message-body pre{background:#fff
}
.message-body pre code{background:transparent
}
.modal-background{bottom:0;left:0;position:absolute;right:0;top:0;background-color:rgba(10,10,10,0.86)
}
.modal-content,.modal-card{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%
}
@media screen and (min-width: 769px){
.modal-content,.modal-card{margin:0 auto;max-height:calc(100vh - 40px);width:640px
}
}
.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,0.2);border:none;border-radius:290486px;cursor:pointer;display:inline-block;font-size:1rem;height:20px;outline:none;position:relative;-ms-transform:rotate(45deg);transform:rotate(45deg);-ms-transform-origin:center center;transform-origin:center center;vertical-align:top;width:20px;background:none;height:40px;position:fixed;right:20px;top:20px;width:40px
}
.modal-close:before,.modal-close:after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)
}
.modal-close:before{height:2px;width:50%
}
.modal-close:after{height:50%;width:2px
}
.modal-close:hover,.modal-close:focus{background-color:rgba(10,10,10,0.3)
}
.modal-close:active{background-color:rgba(10,10,10,0.4)
}
.modal-close.is-small{height:14px;width:14px
}
.modal-close.is-medium{height:26px;width:26px
}
.modal-close.is-large{height:30px;width:30px
}
.modal-card{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden
}
.modal-card-head,.modal-card-foot{-ms-flex-align:center;align-items:center;background-color:#f5f5f5;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start;padding:20px;position:relative
}
.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:5px;border-top-right-radius:5px
}
.modal-card-title{color:#363636;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;font-size:1.5rem;line-height:1
}
.modal-card-foot{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid #dbdbdb
}
.modal-card-foot .button:not(:last-child){margin-right:10px
}
.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;overflow:auto;padding:20px
}
.modal{bottom:0;left:0;position:absolute;right:0;top:0;-ms-flex-align:center;align-items:center;display:none;-ms-flex-pack:center;justify-content:center;overflow:hidden;position:fixed;z-index:1986
}
.modal.is-active{display:-ms-flexbox;display:flex
}
.nav-toggle{cursor:pointer;display:block;height:3.5rem;position:relative;width:3.5rem
}
.nav-toggle span{background-color:#4a4a4a;display:block;height:1px;left:50%;margin-left:-7px;position:absolute;top:50%;transition:none 86ms ease-out;transition-property:background, left, opacity, transform;width:15px
}
.nav-toggle span:nth-child(1){margin-top:-6px
}
.nav-toggle span:nth-child(2){margin-top:-1px
}
.nav-toggle span:nth-child(3){margin-top:4px
}
.nav-toggle:hover{background-color:#f5f5f5
}
.nav-toggle.is-active span{background-color:#00d1b2
}
.nav-toggle.is-active span:nth-child(1){margin-left:-5px;-ms-transform:rotate(45deg);transform:rotate(45deg);-ms-transform-origin:left top;transform-origin:left top
}
.nav-toggle.is-active span:nth-child(2){opacity:0
}
.nav-toggle.is-active span:nth-child(3){margin-left:-5px;-ms-transform:rotate(-45deg);transform:rotate(-45deg);-ms-transform-origin:left bottom;transform-origin:left bottom
}
@media screen and (min-width: 769px){
.nav-toggle{display:none
}
}
.nav-item{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;font-size:1rem;-ms-flex-pack:center;justify-content:center;padding:0.5rem 0.75rem
}
.nav-item a{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0
}
.nav-item img{max-height:1.75rem
}
.nav-item .button+.button{margin-left:0.75rem
}
.nav-item .tag:first-child:not(:last-child){margin-right:0.5rem
}
.nav-item .tag:last-child:not(:first-child){margin-left:0.5rem
}
@media screen and (max-width: 768px){
.nav-item{-ms-flex-pack:start;justify-content:flex-start
}
}
.nav-item a,a.nav-item{color:#7a7a7a
}
.nav-item a:hover,a.nav-item:hover{color:#363636
}
.nav-item a.is-active,a.nav-item.is-active{color:#363636
}
.nav-item a.is-tab,a.nav-item.is-tab{border-bottom:1px solid transparent;border-top:1px solid transparent;padding-bottom:calc(0.5rem - 1px);padding-left:1rem;padding-right:1rem;padding-top:calc(0.5rem - 1px)
}
.nav-item a.is-tab:hover,a.nav-item.is-tab:hover{border-bottom-color:#00d1b2;border-top-color:transparent
}
.nav-item a.is-tab.is-active,a.nav-item.is-tab.is-active{border-bottom:3px solid #00d1b2;color:#00d1b2;padding-bottom:calc(0.5rem - 3px)
}
@media screen and (min-width: 1000px){
.nav-item a.is-brand,a.nav-item.is-brand{padding-left:0
}
}
@media screen and (max-width: 768px){
.nav-menu{background-color:#fff;box-shadow:0 4px 7px rgba(10,10,10,0.1);left:0;display:none;right:0;top:100%;position:absolute
}
.nav-menu .nav-item{border-top:1px solid rgba(219,219,219,0.5);padding:0.75rem
}
.nav-menu.is-active{display:block
}
}
@media screen and (min-width: 769px) and (max-width: 999px){
.nav-menu{padding-right:1.5rem
}
}
.nav-left,.nav-right{-ms-flex-align:stretch;align-items:stretch;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0
}
.nav-left{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;overflow:hidden;overflow-x:auto;white-space:nowrap
}
.nav-center{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto
}
.nav-right{-ms-flex-pack:end;justify-content:flex-end
}
@media screen and (min-width: 769px){
.nav-right{display:-ms-flexbox;display:flex
}
}
.nav{-ms-flex-align:stretch;align-items:stretch;background-color:#fff;display:-ms-flexbox;display:flex;min-height:3.5rem;position:relative;text-align:center;z-index:2
}
.nav>.container{-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;min-height:3.5rem;width:100%
}
.nav.has-shadow{box-shadow:0 2px 3px rgba(10,10,10,0.1)
}
.pagination,.pagination-list{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;text-align:center
}
.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-moz-appearance:none;-webkit-appearance:none;-ms-flex-align:center;align-items:center;border:none;border-radius:3px;box-shadow:none;display:-ms-inline-flexbox;display:inline-flex;font-size:1rem;height:2.285em;-ms-flex-pack:start;justify-content:flex-start;line-height:1.5;padding-left:0.75em;padding-right:0.75em;position:relative;vertical-align:top;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:0.875rem;padding-left:0.5em;padding-right:0.5em;-ms-flex-pack:center;justify-content:center;text-align:center
}
.pagination-previous:focus,.pagination-previous.is-focused,.pagination-previous:active,.pagination-previous.is-active,.pagination-next:focus,.pagination-next.is-focused,.pagination-next:active,.pagination-next.is-active,.pagination-link:focus,.pagination-link.is-focused,.pagination-link:active,.pagination-link.is-active,.pagination-ellipsis:focus,.pagination-ellipsis.is-focused,.pagination-ellipsis:active,.pagination-ellipsis.is-active{outline:none
}
.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled,.pagination-ellipsis[disabled],.pagination-ellipsis.is-disabled{pointer-events:none
}
.pagination-previous,.pagination-next,.pagination-link{border:1px solid #dbdbdb;min-width:2.5em
}
.pagination-previous:hover,.pagination-next:hover,.pagination-link:hover{border-color:#b5b5b5;color:#363636
}
.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#00d1b2
}
.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,0.2)
}
.pagination-previous[disabled],.pagination-previous.is-disabled,.pagination-next[disabled],.pagination-next.is-disabled,.pagination-link[disabled],.pagination-link.is-disabled{background:#dbdbdb;color:#7a7a7a;opacity:0.5;pointer-events:none
}
.pagination-previous,.pagination-next{padding-left:0.75em;padding-right:0.75em
}
.pagination-link.is-current{background-color:#00d1b2;border-color:#00d1b2;color:#fff
}
.pagination-ellipsis{color:#b5b5b5;pointer-events:none
}
.pagination-list li:not(:first-child){margin-left:0.375rem
}
@media screen and (max-width: 768px){
.pagination{-ms-flex-wrap:wrap;flex-wrap:wrap
}
.pagination-previous,.pagination-next{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;width:calc(50% - 0.375rem)
}
.pagination-next{margin-left:0.75rem
}
.pagination-list{margin-top:0.75rem
}
.pagination-list li{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1
}
}
@media screen and (min-width: 769px){
.pagination-list{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-order:1;order:1
}
.pagination-previous,.pagination-next{margin-left:0.75rem
}
.pagination-previous{-ms-flex-order:2;order:2
}
.pagination-next{-ms-flex-order:3;order:3
}
.pagination{-ms-flex-pack:justify;justify-content:space-between
}
.pagination.is-centered .pagination-previous{margin-left:0;-ms-flex-order:1;order:1
}
.pagination.is-centered .pagination-list{-ms-flex-pack:center;justify-content:center;-ms-flex-order:2;order:2
}
.pagination.is-centered .pagination-next{-ms-flex-order:3;order:3
}
.pagination.is-right .pagination-previous{margin-left:0;-ms-flex-order:1;order:1
}
.pagination.is-right .pagination-next{-ms-flex-order:2;order:2;margin-right:0.75rem
}
.pagination.is-right .pagination-list{-ms-flex-pack:end;justify-content:flex-end;-ms-flex-order:3;order:3
}
}
.panel{font-size:1rem
}
.panel:not(:last-child){margin-bottom:1.5rem
}
.panel-heading,.panel-tabs,.panel-block{border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;border-right:1px solid #dbdbdb
}
.panel-heading:first-child,.panel-tabs:first-child,.panel-block:first-child{border-top:1px solid #dbdbdb
}
.panel-heading{background-color:#f5f5f5;border-radius:3px 3px 0 0;color:#363636;font-size:1.25em;font-weight:300;line-height:1.25;padding:0.5em 0.75em
}
.panel-tabs{-ms-flex-align:end;align-items:flex-end;display:-ms-flexbox;display:flex;font-size:0.875em;-ms-flex-pack:center;justify-content:center
}
.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:0.5em
}
.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636
}
.panel-list a{color:#4a4a4a
}
.panel-list a:hover{color:#00d1b2
}
.panel-block{-ms-flex-align:center;align-items:center;color:#363636;display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;padding:0.5em 0.75em
}
.panel-block input[type="checkbox"]{margin-right:0.75em
}
.panel-block>.control{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;width:100%
}
.panel-block.is-active{border-left-color:#00d1b2;color:#363636
}
.panel-block.is-active .panel-icon{color:#00d1b2
}
a.panel-block,label.panel-block{cursor:pointer
}
a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5
}
.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:0.75em
}
.panel-icon .fa{font-size:inherit;line-height:inherit
}
.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-flex-align:stretch;align-items:stretch;display:-ms-flexbox;display:flex;font-size:1rem;-ms-flex-pack:justify;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap
}
.tabs:not(:last-child){margin-bottom:1.5rem
}
.tabs a{-ms-flex-align:center;align-items:center;border-bottom:1px solid #dbdbdb;color:#4a4a4a;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:-1px;padding:0.5em 1em;vertical-align:top
}
.tabs a:hover{border-bottom-color:#363636;color:#363636
}
.tabs li{display:block
}
.tabs li.is-active a{border-bottom-color:#00d1b2;color:#00d1b2
}
.tabs ul{-ms-flex-align:center;align-items:center;border-bottom:1px solid #dbdbdb;display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-pack:start;justify-content:flex-start
}
.tabs ul.is-left{padding-right:0.75em
}
.tabs ul.is-center{-ms-flex:none;flex:none;-ms-flex-pack:center;justify-content:center;padding-left:0.75em;padding-right:0.75em
}
.tabs ul.is-right{-ms-flex-pack:end;justify-content:flex-end;padding-left:0.75em
}
.tabs .icon:first-child{margin-right:0.5em
}
.tabs .icon:last-child{margin-left:0.5em
}
.tabs.is-centered ul{-ms-flex-pack:center;justify-content:center
}
.tabs.is-right ul{-ms-flex-pack:end;justify-content:flex-end
}
.tabs.is-boxed a{border:1px solid transparent;border-radius:3px 3px 0 0
}
.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb
}
.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent !important
}
.tabs.is-fullwidth li{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0
}
.tabs.is-toggle a{border:1px solid #dbdbdb;margin-bottom:0;position:relative
}
.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2
}
.tabs.is-toggle li+li{margin-left:-1px
}
.tabs.is-toggle li:first-child a{border-radius:3px 0 0 3px
}
.tabs.is-toggle li:last-child a{border-radius:0 3px 3px 0
}
.tabs.is-toggle li.is-active a{background-color:#00d1b2;border-color:#00d1b2;color:#fff;z-index:1
}
.tabs.is-toggle ul{border-bottom:none
}
.tabs.is-small{font-size:.75rem
}
.tabs.is-medium{font-size:1.25rem
}
.tabs.is-large{font-size:1.5rem
}
.column{display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:0.75rem
}
.columns.is-mobile>.column.is-narrow{-ms-flex:none;flex:none
}
.columns.is-mobile>.column.is-full{-ms-flex:none;flex:none;width:100%
}
.columns.is-mobile>.column.is-three-quarters{-ms-flex:none;flex:none;width:75%
}
.columns.is-mobile>.column.is-two-thirds{-ms-flex:none;flex:none;width:66.6666%
}
.columns.is-mobile>.column.is-half{-ms-flex:none;flex:none;width:50%
}
.columns.is-mobile>.column.is-one-third{-ms-flex:none;flex:none;width:33.3333%
}
.columns.is-mobile>.column.is-one-quarter{-ms-flex:none;flex:none;width:25%
}
.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%
}
.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%
}
.columns.is-mobile>.column.is-offset-half{margin-left:50%
}
.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%
}
.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%
}
.columns.is-mobile>.column.is-1{-ms-flex:none;flex:none;width:8.33333%
}
.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%
}
.columns.is-mobile>.column.is-2{-ms-flex:none;flex:none;width:16.66667%
}
.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%
}
.columns.is-mobile>.column.is-3{-ms-flex:none;flex:none;width:25%
}
.columns.is-mobile>.column.is-offset-3{margin-left:25%
}
.columns.is-mobile>.column.is-4{-ms-flex:none;flex:none;width:33.33333%
}
.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%
}
.columns.is-mobile>.column.is-5{-ms-flex:none;flex:none;width:41.66667%
}
.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%
}
.columns.is-mobile>.column.is-6{-ms-flex:none;flex:none;width:50%
}
.columns.is-mobile>.column.is-offset-6{margin-left:50%
}
.columns.is-mobile>.column.is-7{-ms-flex:none;flex:none;width:58.33333%
}
.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%
}
.columns.is-mobile>.column.is-8{-ms-flex:none;flex:none;width:66.66667%
}
.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%
}
.columns.is-mobile>.column.is-9{-ms-flex:none;flex:none;width:75%
}
.columns.is-mobile>.column.is-offset-9{margin-left:75%
}
.columns.is-mobile>.column.is-10{-ms-flex:none;flex:none;width:83.33333%
}
.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%
}
.columns.is-mobile>.column.is-11{-ms-flex:none;flex:none;width:91.66667%
}
.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%
}
.columns.is-mobile>.column.is-12{-ms-flex:none;flex:none;width:100%
}
.columns.is-mobile>.column.is-offset-12{margin-left:100%
}
@media screen and (max-width: 768px){
.column.is-narrow-mobile{-ms-flex:none;flex:none
}
.column.is-full-mobile{-ms-flex:none;flex:none;width:100%
}
.column.is-three-quarters-mobile{-ms-flex:none;flex:none;width:75%
}
.column.is-two-thirds-mobile{-ms-flex:none;flex:none;width:66.6666%
}
.column.is-half-mobile{-ms-flex:none;flex:none;width:50%
}
.column.is-one-third-mobile{-ms-flex:none;flex:none;width:33.3333%
}
.column.is-one-quarter-mobile{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-three-quarters-mobile{margin-left:75%
}
.column.is-offset-two-thirds-mobile{margin-left:66.6666%
}
.column.is-offset-half-mobile{margin-left:50%
}
.column.is-offset-one-third-mobile{margin-left:33.3333%
}
.column.is-offset-one-quarter-mobile{margin-left:25%
}
.column.is-1-mobile{-ms-flex:none;flex:none;width:8.33333%
}
.column.is-offset-1-mobile{margin-left:8.33333%
}
.column.is-2-mobile{-ms-flex:none;flex:none;width:16.66667%
}
.column.is-offset-2-mobile{margin-left:16.66667%
}
.column.is-3-mobile{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-3-mobile{margin-left:25%
}
.column.is-4-mobile{-ms-flex:none;flex:none;width:33.33333%
}
.column.is-offset-4-mobile{margin-left:33.33333%
}
.column.is-5-mobile{-ms-flex:none;flex:none;width:41.66667%
}
.column.is-offset-5-mobile{margin-left:41.66667%
}
.column.is-6-mobile{-ms-flex:none;flex:none;width:50%
}
.column.is-offset-6-mobile{margin-left:50%
}
.column.is-7-mobile{-ms-flex:none;flex:none;width:58.33333%
}
.column.is-offset-7-mobile{margin-left:58.33333%
}
.column.is-8-mobile{-ms-flex:none;flex:none;width:66.66667%
}
.column.is-offset-8-mobile{margin-left:66.66667%
}
.column.is-9-mobile{-ms-flex:none;flex:none;width:75%
}
.column.is-offset-9-mobile{margin-left:75%
}
.column.is-10-mobile{-ms-flex:none;flex:none;width:83.33333%
}
.column.is-offset-10-mobile{margin-left:83.33333%
}
.column.is-11-mobile{-ms-flex:none;flex:none;width:91.66667%
}
.column.is-offset-11-mobile{margin-left:91.66667%
}
.column.is-12-mobile{-ms-flex:none;flex:none;width:100%
}
.column.is-offset-12-mobile{margin-left:100%
}
}
@media screen and (min-width: 769px){
.column.is-narrow,.column.is-narrow-tablet{-ms-flex:none;flex:none
}
.column.is-full,.column.is-full-tablet{-ms-flex:none;flex:none;width:100%
}
.column.is-three-quarters,.column.is-three-quarters-tablet{-ms-flex:none;flex:none;width:75%
}
.column.is-two-thirds,.column.is-two-thirds-tablet{-ms-flex:none;flex:none;width:66.6666%
}
.column.is-half,.column.is-half-tablet{-ms-flex:none;flex:none;width:50%
}
.column.is-one-third,.column.is-one-third-tablet{-ms-flex:none;flex:none;width:33.3333%
}
.column.is-one-quarter,.column.is-one-quarter-tablet{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%
}
.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%
}
.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%
}
.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%
}
.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%
}
.column.is-1,.column.is-1-tablet{-ms-flex:none;flex:none;width:8.33333%
}
.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%
}
.column.is-2,.column.is-2-tablet{-ms-flex:none;flex:none;width:16.66667%
}
.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%
}
.column.is-3,.column.is-3-tablet{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%
}
.column.is-4,.column.is-4-tablet{-ms-flex:none;flex:none;width:33.33333%
}
.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%
}
.column.is-5,.column.is-5-tablet{-ms-flex:none;flex:none;width:41.66667%
}
.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%
}
.column.is-6,.column.is-6-tablet{-ms-flex:none;flex:none;width:50%
}
.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%
}
.column.is-7,.column.is-7-tablet{-ms-flex:none;flex:none;width:58.33333%
}
.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%
}
.column.is-8,.column.is-8-tablet{-ms-flex:none;flex:none;width:66.66667%
}
.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%
}
.column.is-9,.column.is-9-tablet{-ms-flex:none;flex:none;width:75%
}
.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%
}
.column.is-10,.column.is-10-tablet{-ms-flex:none;flex:none;width:83.33333%
}
.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%
}
.column.is-11,.column.is-11-tablet{-ms-flex:none;flex:none;width:91.66667%
}
.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%
}
.column.is-12,.column.is-12-tablet{-ms-flex:none;flex:none;width:100%
}
.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%
}
}
@media screen and (min-width: 1000px){
.column.is-narrow-desktop{-ms-flex:none;flex:none
}
.column.is-full-desktop{-ms-flex:none;flex:none;width:100%
}
.column.is-three-quarters-desktop{-ms-flex:none;flex:none;width:75%
}
.column.is-two-thirds-desktop{-ms-flex:none;flex:none;width:66.6666%
}
.column.is-half-desktop{-ms-flex:none;flex:none;width:50%
}
.column.is-one-third-desktop{-ms-flex:none;flex:none;width:33.3333%
}
.column.is-one-quarter-desktop{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-three-quarters-desktop{margin-left:75%
}
.column.is-offset-two-thirds-desktop{margin-left:66.6666%
}
.column.is-offset-half-desktop{margin-left:50%
}
.column.is-offset-one-third-desktop{margin-left:33.3333%
}
.column.is-offset-one-quarter-desktop{margin-left:25%
}
.column.is-1-desktop{-ms-flex:none;flex:none;width:8.33333%
}
.column.is-offset-1-desktop{margin-left:8.33333%
}
.column.is-2-desktop{-ms-flex:none;flex:none;width:16.66667%
}
.column.is-offset-2-desktop{margin-left:16.66667%
}
.column.is-3-desktop{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-3-desktop{margin-left:25%
}
.column.is-4-desktop{-ms-flex:none;flex:none;width:33.33333%
}
.column.is-offset-4-desktop{margin-left:33.33333%
}
.column.is-5-desktop{-ms-flex:none;flex:none;width:41.66667%
}
.column.is-offset-5-desktop{margin-left:41.66667%
}
.column.is-6-desktop{-ms-flex:none;flex:none;width:50%
}
.column.is-offset-6-desktop{margin-left:50%
}
.column.is-7-desktop{-ms-flex:none;flex:none;width:58.33333%
}
.column.is-offset-7-desktop{margin-left:58.33333%
}
.column.is-8-desktop{-ms-flex:none;flex:none;width:66.66667%
}
.column.is-offset-8-desktop{margin-left:66.66667%
}
.column.is-9-desktop{-ms-flex:none;flex:none;width:75%
}
.column.is-offset-9-desktop{margin-left:75%
}
.column.is-10-desktop{-ms-flex:none;flex:none;width:83.33333%
}
.column.is-offset-10-desktop{margin-left:83.33333%
}
.column.is-11-desktop{-ms-flex:none;flex:none;width:91.66667%
}
.column.is-offset-11-desktop{margin-left:91.66667%
}
.column.is-12-desktop{-ms-flex:none;flex:none;width:100%
}
.column.is-offset-12-desktop{margin-left:100%
}
}
@media screen and (min-width: 1192px){
.column.is-narrow-widescreen{-ms-flex:none;flex:none
}
.column.is-full-widescreen{-ms-flex:none;flex:none;width:100%
}
.column.is-three-quarters-widescreen{-ms-flex:none;flex:none;width:75%
}
.column.is-two-thirds-widescreen{-ms-flex:none;flex:none;width:66.6666%
}
.column.is-half-widescreen{-ms-flex:none;flex:none;width:50%
}
.column.is-one-third-widescreen{-ms-flex:none;flex:none;width:33.3333%
}
.column.is-one-quarter-widescreen{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-three-quarters-widescreen{margin-left:75%
}
.column.is-offset-two-thirds-widescreen{margin-left:66.6666%
}
.column.is-offset-half-widescreen{margin-left:50%
}
.column.is-offset-one-third-widescreen{margin-left:33.3333%
}
.column.is-offset-one-quarter-widescreen{margin-left:25%
}
.column.is-1-widescreen{-ms-flex:none;flex:none;width:8.33333%
}
.column.is-offset-1-widescreen{margin-left:8.33333%
}
.column.is-2-widescreen{-ms-flex:none;flex:none;width:16.66667%
}
.column.is-offset-2-widescreen{margin-left:16.66667%
}
.column.is-3-widescreen{-ms-flex:none;flex:none;width:25%
}
.column.is-offset-3-widescreen{margin-left:25%
}
.column.is-4-widescreen{-ms-flex:none;flex:none;width:33.33333%
}
.column.is-offset-4-widescreen{margin-left:33.33333%
}
.column.is-5-widescreen{-ms-flex:none;flex:none;width:41.66667%
}
.column.is-offset-5-widescreen{margin-left:41.66667%
}
.column.is-6-widescreen{-ms-flex:none;flex:none;width:50%
}
.column.is-offset-6-widescreen{margin-left:50%
}
.column.is-7-widescreen{-ms-flex:none;flex:none;width:58.33333%
}
.column.is-offset-7-widescreen{margin-left:58.33333%
}
.column.is-8-widescreen{-ms-flex:none;flex:none;width:66.66667%
}
.column.is-offset-8-widescreen{margin-left:66.66667%
}
.column.is-9-widescreen{-ms-flex:none;flex:none;width:75%
}
.column.is-offset-9-widescreen{margin-left:75%
}
.column.is-10-widescreen{-ms-flex:none;flex:none;width:83.33333%
}
.column.is-offset-10-widescreen{margin-left:83.33333%
}
.column.is-11-widescreen{-ms-flex:none;flex:none;width:91.66667%
}
.column.is-offset-11-widescreen{margin-left:91.66667%
}
.column.is-12-widescreen{-ms-flex:none;flex:none;width:100%
}
.column.is-offset-12-widescreen{margin-left:100%
}
}
.columns{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem
}
.columns:last-child{margin-bottom:-0.75rem
}
.columns:not(:last-child){margin-bottom:0.75rem
}
.columns.is-centered{-ms-flex-pack:center;justify-content:center
}
.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0
}
.columns.is-gapless:last-child{margin-bottom:0
}
.columns.is-gapless:not(:last-child){margin-bottom:1.5rem
}
.columns.is-gapless>.column{margin:0;padding:0
}
@media screen and (min-width: 769px){
.columns.is-grid{-ms-flex-wrap:wrap;flex-wrap:wrap
}
.columns.is-grid>.column{max-width:33.3333%;padding:0.75rem;width:33.3333%
}
.columns.is-grid>.column+.column{margin-left:0
}
}
.columns.is-mobile{display:-ms-flexbox;display:flex
}
.columns.is-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap
}
.columns.is-vcentered{-ms-flex-align:center;align-items:center
}
@media screen and (min-width: 769px){
.columns:not(.is-desktop){display:-ms-flexbox;display:flex
}
}
@media screen and (min-width: 1000px){
.columns.is-desktop{display:-ms-flexbox;display:flex
}
}
.tile{-ms-flex-align:stretch;align-items:stretch;display:block;-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;min-height:-webkit-min-content;min-height:-moz-min-content;min-height:min-content
}
.tile.is-ancestor{margin-left:-0.75rem;margin-right:-0.75rem;margin-top:-0.75rem
}
.tile.is-ancestor:last-child{margin-bottom:-0.75rem
}
.tile.is-ancestor:not(:last-child){margin-bottom:0.75rem
}
.tile.is-child{margin:0 !important
}
.tile.is-parent{padding:0.75rem
}
.tile.is-vertical{-ms-flex-direction:column;flex-direction:column
}
.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem !important
}
@media screen and (min-width: 769px){
.tile:not(.is-child){display:-ms-flexbox;display:flex
}
.tile.is-1{-ms-flex:none;flex:none;width:8.33333%
}
.tile.is-2{-ms-flex:none;flex:none;width:16.66667%
}
.tile.is-3{-ms-flex:none;flex:none;width:25%
}
.tile.is-4{-ms-flex:none;flex:none;width:33.33333%
}
.tile.is-5{-ms-flex:none;flex:none;width:41.66667%
}
.tile.is-6{-ms-flex:none;flex:none;width:50%
}
.tile.is-7{-ms-flex:none;flex:none;width:58.33333%
}
.tile.is-8{-ms-flex:none;flex:none;width:66.66667%
}
.tile.is-9{-ms-flex:none;flex:none;width:75%
}
.tile.is-10{-ms-flex:none;flex:none;width:83.33333%
}
.tile.is-11{-ms-flex:none;flex:none;width:91.66667%
}
.tile.is-12{-ms-flex:none;flex:none;width:100%
}
}
.hero-video{bottom:0;left:0;position:absolute;right:0;top:0;overflow:hidden
}
.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%, -50%, 0)
}
.hero-video.is-transparent{opacity:0.3
}
@media screen and (max-width: 768px){
.hero-video{display:none
}
}
.hero-buttons{margin-top:1.5rem
}
@media screen and (max-width: 768px){
.hero-buttons .button{display:-ms-flexbox;display:flex
}
.hero-buttons .button:not(:last-child){margin-bottom:0.75rem
}
}
@media screen and (min-width: 769px){
.hero-buttons{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center
}
.hero-buttons .button:not(:last-child){margin-right:1.5rem
}
}
.hero-head,.hero-foot{-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0
}
.hero-body{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;padding:3rem 1.5rem
}
@media screen and (min-width: 1192px){
.hero-body{padding-left:0;padding-right:0
}
}
.hero{-ms-flex-align:stretch;align-items:stretch;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between
}
.hero .nav{background:none;box-shadow:0 1px 0 rgba(219,219,219,0.3)
}
.hero .tabs ul{border-bottom:none
}
.hero.is-white{background-color:#fff;color:#0a0a0a
}
.hero.is-white a,.hero.is-white strong{color:inherit
}
.hero.is-white .title{color:#0a0a0a
}
.hero.is-white .subtitle{color:rgba(10,10,10,0.9)
}
.hero.is-white .subtitle a,.hero.is-white .subtitle strong{color:#0a0a0a
}
.hero.is-white .nav{box-shadow:0 1px 0 rgba(10,10,10,0.2)
}
@media screen and (max-width: 768px){
.hero.is-white .nav-menu{background-color:#fff
}
}
.hero.is-white a.nav-item,.hero.is-white .nav-item a:not(.button){color:rgba(10,10,10,0.7)
}
.hero.is-white a.nav-item:hover,.hero.is-white a.nav-item.is-active,.hero.is-white .nav-item a:not(.button):hover,.hero.is-white .nav-item a:not(.button).is-active{color:#0a0a0a
}
.hero.is-white .tabs a{color:#0a0a0a;opacity:0.9
}
.hero.is-white .tabs a:hover{opacity:1
}
.hero.is-white .tabs li.is-active a{opacity:1
}
.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a
}
.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff
}
.hero.is-white.is-bold{background-image:linear-gradient(141deg, #e6e6e6 0%, #fff 71%, #fff 100%)
}
@media screen and (max-width: 768px){
.hero.is-white .nav-toggle span{background-color:#0a0a0a
}
.hero.is-white .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-white .nav-toggle.is-active span{background-color:#0a0a0a
}
.hero.is-white .nav-menu .nav-item{border-top-color:rgba(10,10,10,0.2)
}
}
.hero.is-black{background-color:#0a0a0a;color:#fff
}
.hero.is-black a,.hero.is-black strong{color:inherit
}
.hero.is-black .title{color:#fff
}
.hero.is-black .subtitle{color:rgba(255,255,255,0.9)
}
.hero.is-black .subtitle a,.hero.is-black .subtitle strong{color:#fff
}
.hero.is-black .nav{box-shadow:0 1px 0 rgba(255,255,255,0.2)
}
@media screen and (max-width: 768px){
.hero.is-black .nav-menu{background-color:#0a0a0a
}
}
.hero.is-black a.nav-item,.hero.is-black .nav-item a:not(.button){color:rgba(255,255,255,0.7)
}
.hero.is-black a.nav-item:hover,.hero.is-black a.nav-item.is-active,.hero.is-black .nav-item a:not(.button):hover,.hero.is-black .nav-item a:not(.button).is-active{color:#fff
}
.hero.is-black .tabs a{color:#fff;opacity:0.9
}
.hero.is-black .tabs a:hover{opacity:1
}
.hero.is-black .tabs li.is-active a{opacity:1
}
.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff
}
.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a
}
.hero.is-black.is-bold{background-image:linear-gradient(141deg, #000 0%, #0a0a0a 71%, #181616 100%)
}
@media screen and (max-width: 768px){
.hero.is-black .nav-toggle span{background-color:#fff
}
.hero.is-black .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-black .nav-toggle.is-active span{background-color:#fff
}
.hero.is-black .nav-menu .nav-item{border-top-color:rgba(255,255,255,0.2)
}
}
.hero.is-light{background-color:#f5f5f5;color:#363636
}
.hero.is-light a,.hero.is-light strong{color:inherit
}
.hero.is-light .title{color:#363636
}
.hero.is-light .subtitle{color:rgba(54,54,54,0.9)
}
.hero.is-light .subtitle a,.hero.is-light .subtitle strong{color:#363636
}
.hero.is-light .nav{box-shadow:0 1px 0 rgba(54,54,54,0.2)
}
@media screen and (max-width: 768px){
.hero.is-light .nav-menu{background-color:#f5f5f5
}
}
.hero.is-light a.nav-item,.hero.is-light .nav-item a:not(.button){color:rgba(54,54,54,0.7)
}
.hero.is-light a.nav-item:hover,.hero.is-light a.nav-item.is-active,.hero.is-light .nav-item a:not(.button):hover,.hero.is-light .nav-item a:not(.button).is-active{color:#363636
}
.hero.is-light .tabs a{color:#363636;opacity:0.9
}
.hero.is-light .tabs a:hover{opacity:1
}
.hero.is-light .tabs li.is-active a{opacity:1
}
.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#363636
}
.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#363636;border-color:#363636;color:#f5f5f5
}
.hero.is-light.is-bold{background-image:linear-gradient(141deg, #dfd8d9 0%, #f5f5f5 71%, #fff 100%)
}
@media screen and (max-width: 768px){
.hero.is-light .nav-toggle span{background-color:#363636
}
.hero.is-light .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-light .nav-toggle.is-active span{background-color:#363636
}
.hero.is-light .nav-menu .nav-item{border-top-color:rgba(54,54,54,0.2)
}
}
.hero.is-dark{background-color:#363636;color:#f5f5f5
}
.hero.is-dark a,.hero.is-dark strong{color:inherit
}
.hero.is-dark .title{color:#f5f5f5
}
.hero.is-dark .subtitle{color:rgba(245,245,245,0.9)
}
.hero.is-dark .subtitle a,.hero.is-dark .subtitle strong{color:#f5f5f5
}
.hero.is-dark .nav{box-shadow:0 1px 0 rgba(245,245,245,0.2)
}
@media screen and (max-width: 768px){
.hero.is-dark .nav-menu{background-color:#363636
}
}
.hero.is-dark a.nav-item,.hero.is-dark .nav-item a:not(.button){color:rgba(245,245,245,0.7)
}
.hero.is-dark a.nav-item:hover,.hero.is-dark a.nav-item.is-active,.hero.is-dark .nav-item a:not(.button):hover,.hero.is-dark .nav-item a:not(.button).is-active{color:#f5f5f5
}
.hero.is-dark .tabs a{color:#f5f5f5;opacity:0.9
}
.hero.is-dark .tabs a:hover{opacity:1
}
.hero.is-dark .tabs li.is-active a{opacity:1
}
.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#f5f5f5
}
.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#363636
}
.hero.is-dark.is-bold{background-image:linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%)
}
@media screen and (max-width: 768px){
.hero.is-dark .nav-toggle span{background-color:#f5f5f5
}
.hero.is-dark .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-dark .nav-toggle.is-active span{background-color:#f5f5f5
}
.hero.is-dark .nav-menu .nav-item{border-top-color:rgba(245,245,245,0.2)
}
}
.hero.is-primary{background-color:#00d1b2;color:#fff
}
.hero.is-primary a,.hero.is-primary strong{color:inherit
}
.hero.is-primary .title{color:#fff
}
.hero.is-primary .subtitle{color:rgba(255,255,255,0.9)
}
.hero.is-primary .subtitle a,.hero.is-primary .subtitle strong{color:#fff
}
.hero.is-primary .nav{box-shadow:0 1px 0 rgba(255,255,255,0.2)
}
@media screen and (max-width: 768px){
.hero.is-primary .nav-menu{background-color:#00d1b2
}
}
.hero.is-primary a.nav-item,.hero.is-primary .nav-item a:not(.button){color:rgba(255,255,255,0.7)
}
.hero.is-primary a.nav-item:hover,.hero.is-primary a.nav-item.is-active,.hero.is-primary .nav-item a:not(.button):hover,.hero.is-primary .nav-item a:not(.button).is-active{color:#fff
}
.hero.is-primary .tabs a{color:#fff;opacity:0.9
}
.hero.is-primary .tabs a:hover{opacity:1
}
.hero.is-primary .tabs li.is-active a{opacity:1
}
.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff
}
.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2
}
.hero.is-primary.is-bold{background-image:linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%)
}
@media screen and (max-width: 768px){
.hero.is-primary .nav-toggle span{background-color:#fff
}
.hero.is-primary .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-primary .nav-toggle.is-active span{background-color:#fff
}
.hero.is-primary .nav-menu .nav-item{border-top-color:rgba(255,255,255,0.2)
}
}
.hero.is-info{background-color:#3273dc;color:#fff
}
.hero.is-info a,.hero.is-info strong{color:inherit
}
.hero.is-info .title{color:#fff
}
.hero.is-info .subtitle{color:rgba(255,255,255,0.9)
}
.hero.is-info .subtitle a,.hero.is-info .subtitle strong{color:#fff
}
.hero.is-info .nav{box-shadow:0 1px 0 rgba(255,255,255,0.2)
}
@media screen and (max-width: 768px){
.hero.is-info .nav-menu{background-color:#3273dc
}
}
.hero.is-info a.nav-item,.hero.is-info .nav-item a:not(.button){color:rgba(255,255,255,0.7)
}
.hero.is-info a.nav-item:hover,.hero.is-info a.nav-item.is-active,.hero.is-info .nav-item a:not(.button):hover,.hero.is-info .nav-item a:not(.button).is-active{color:#fff
}
.hero.is-info .tabs a{color:#fff;opacity:0.9
}
.hero.is-info .tabs a:hover{opacity:1
}
.hero.is-info .tabs li.is-active a{opacity:1
}
.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff
}
.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc
}
.hero.is-info.is-bold{background-image:linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%)
}
@media screen and (max-width: 768px){
.hero.is-info .nav-toggle span{background-color:#fff
}
.hero.is-info .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-info .nav-toggle.is-active span{background-color:#fff
}
.hero.is-info .nav-menu .nav-item{border-top-color:rgba(255,255,255,0.2)
}
}
.hero.is-success{background-color:#23d160;color:#fff
}
.hero.is-success a,.hero.is-success strong{color:inherit
}
.hero.is-success .title{color:#fff
}
.hero.is-success .subtitle{color:rgba(255,255,255,0.9)
}
.hero.is-success .subtitle a,.hero.is-success .subtitle strong{color:#fff
}
.hero.is-success .nav{box-shadow:0 1px 0 rgba(255,255,255,0.2)
}
@media screen and (max-width: 768px){
.hero.is-success .nav-menu{background-color:#23d160
}
}
.hero.is-success a.nav-item,.hero.is-success .nav-item a:not(.button){color:rgba(255,255,255,0.7)
}
.hero.is-success a.nav-item:hover,.hero.is-success a.nav-item.is-active,.hero.is-success .nav-item a:not(.button):hover,.hero.is-success .nav-item a:not(.button).is-active{color:#fff
}
.hero.is-success .tabs a{color:#fff;opacity:0.9
}
.hero.is-success .tabs a:hover{opacity:1
}
.hero.is-success .tabs li.is-active a{opacity:1
}
.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff
}
.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#23d160
}
.hero.is-success.is-bold{background-image:linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%)
}
@media screen and (max-width: 768px){
.hero.is-success .nav-toggle span{background-color:#fff
}
.hero.is-success .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-success .nav-toggle.is-active span{background-color:#fff
}
.hero.is-success .nav-menu .nav-item{border-top-color:rgba(255,255,255,0.2)
}
}
.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,0.7)
}
.hero.is-warning a,.hero.is-warning strong{color:inherit
}
.hero.is-warning .title{color:rgba(0,0,0,0.7)
}
.hero.is-warning .subtitle{color:rgba(0,0,0,0.9)
}
.hero.is-warning .subtitle a,.hero.is-warning .subtitle strong{color:rgba(0,0,0,0.7)
}
.hero.is-warning .nav{box-shadow:0 1px 0 rgba(0,0,0,0.2)
}
@media screen and (max-width: 768px){
.hero.is-warning .nav-menu{background-color:#ffdd57
}
}
.hero.is-warning a.nav-item,.hero.is-warning .nav-item a:not(.button){color:rgba(0,0,0,0.7)
}
.hero.is-warning a.nav-item:hover,.hero.is-warning a.nav-item.is-active,.hero.is-warning .nav-item a:not(.button):hover,.hero.is-warning .nav-item a:not(.button).is-active{color:rgba(0,0,0,0.7)
}
.hero.is-warning .tabs a{color:rgba(0,0,0,0.7);opacity:0.9
}
.hero.is-warning .tabs a:hover{opacity:1
}
.hero.is-warning .tabs li.is-active a{opacity:1
}
.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,0.7)
}
.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,0.7);border-color:rgba(0,0,0,0.7);color:#ffdd57
}
.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%)
}
@media screen and (max-width: 768px){
.hero.is-warning .nav-toggle span{background-color:rgba(0,0,0,0.7)
}
.hero.is-warning .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-warning .nav-toggle.is-active span{background-color:rgba(0,0,0,0.7)
}
.hero.is-warning .nav-menu .nav-item{border-top-color:rgba(0,0,0,0.2)
}
}
.hero.is-danger{background-color:#ff3860;color:#fff
}
.hero.is-danger a,.hero.is-danger strong{color:inherit
}
.hero.is-danger .title{color:#fff
}
.hero.is-danger .subtitle{color:rgba(255,255,255,0.9)
}
.hero.is-danger .subtitle a,.hero.is-danger .subtitle strong{color:#fff
}
.hero.is-danger .nav{box-shadow:0 1px 0 rgba(255,255,255,0.2)
}
@media screen and (max-width: 768px){
.hero.is-danger .nav-menu{background-color:#ff3860
}
}
.hero.is-danger a.nav-item,.hero.is-danger .nav-item a:not(.button){color:rgba(255,255,255,0.7)
}
.hero.is-danger a.nav-item:hover,.hero.is-danger a.nav-item.is-active,.hero.is-danger .nav-item a:not(.button):hover,.hero.is-danger .nav-item a:not(.button).is-active{color:#fff
}
.hero.is-danger .tabs a{color:#fff;opacity:0.9
}
.hero.is-danger .tabs a:hover{opacity:1
}
.hero.is-danger .tabs li.is-active a{opacity:1
}
.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff
}
.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#ff3860
}
.hero.is-danger.is-bold{background-image:linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%)
}
@media screen and (max-width: 768px){
.hero.is-danger .nav-toggle span{background-color:#fff
}
.hero.is-danger .nav-toggle:hover{background-color:rgba(10,10,10,0.1)
}
.hero.is-danger .nav-toggle.is-active span{background-color:#fff
}
.hero.is-danger .nav-menu .nav-item{border-top-color:rgba(255,255,255,0.2)
}
}
@media screen and (min-width: 769px){
.hero.is-medium .hero-body{padding-bottom:9rem;padding-top:9rem
}
}
@media screen and (min-width: 769px){
.hero.is-large .hero-body{padding-bottom:18rem;padding-top:18rem
}
}
.hero.is-fullheight{min-height:100vh
}
.hero.is-fullheight .hero-body{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex
}
.hero.is-fullheight .hero-body>.container{-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1
}
.section{background-color:#fff;padding:3rem 1.5rem
}
@media screen and (min-width: 1000px){
.section.is-medium{padding:9rem 1.5rem
}
.section.is-large{padding:18rem 1.5rem
}
}
.footer{background-color:#f5f5f5;padding:3rem 1.5rem 6rem
}/*! wysiwyg.css v0.0.2 | MIT License | github.com/jgthms/wysiwyg.css */
.wysiwyg{line-height:1.6
}
.wysiwyg a{text-decoration:none
}
.wysiwyg a:hover{border-bottom:1px solid
}
.wysiwyg abbr{border-bottom:1px dotted;cursor:help
}
.wysiwyg cite{font-style:italic
}
.wysiwyg hr{background:#dbdbdb;border:none;display:block;height:1px;margin-bottom:1.4em;margin-top:1.4em
}
.wysiwyg img{vertical-align:text-bottom
}
.wysiwyg ins{background-color:lime;text-decoration:none
}
.wysiwyg mark{background-color:#ff0
}
.wysiwyg small{font-size:0.8em
}
.wysiwyg strong{font-weight:700
}
.wysiwyg sub,.wysiwyg sup{font-size:0.8em
}
.wysiwyg sub{vertical-align:sub
}
.wysiwyg sup{vertical-align:super
}
.wysiwyg p,.wysiwyg dl,.wysiwyg ol,.wysiwyg ul,.wysiwyg blockquote,.wysiwyg pre,.wysiwyg table{margin-bottom:1.4em
}
.wysiwyg p:last-child,.wysiwyg dl:last-child,.wysiwyg ol:last-child,.wysiwyg ul:last-child,.wysiwyg blockquote:last-child,.wysiwyg pre:last-child,.wysiwyg table:last-child{margin-bottom:0
}
.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{font-weight:700;line-height:1.2
}
.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child{margin-top:0
}
.wysiwyg h1{font-size:2.4em;margin-bottom:.58333em;margin-top:.58333em;line-height:1
}
.wysiwyg h2{font-size:1.6em;margin-bottom:.875em;margin-top:1.75em;line-height:1.1
}
.wysiwyg h3{font-size:1.3em;margin-bottom:1.07692em;margin-top:1.07692em
}
.wysiwyg h4{font-size:1.2em;margin-bottom:1.16667em;margin-top:1.16667em
}
.wysiwyg h5{font-size:1.1em;margin-bottom:1.27273em;margin-top:1.27273em
}
.wysiwyg h6{font-size:1em;margin-bottom:1.4em;margin-top:1.4em
}
.wysiwyg dd{margin-left:1.4em
}
.wysiwyg ol,.wysiwyg ul{list-style-position:outside;margin-left:1.4em
}
.wysiwyg ol{list-style-type:decimal
}
.wysiwyg ol ol{list-style-type:lower-alpha
}
.wysiwyg ol ol ol{list-style-type:lower-roman
}
.wysiwyg ol ol ol ol{list-style-type:lower-greek
}
.wysiwyg ol ol ol ol ol{list-style-type:decimal
}
.wysiwyg ol ol ol ol ol ol{list-style-type:lower-alpha
}
.wysiwyg ul{list-style-type:disc
}
.wysiwyg ul ul{list-style-type:circle
}
.wysiwyg ul ul ul{list-style-type:square
}
.wysiwyg ul ul ul ul{list-style-type:circle
}
.wysiwyg ul ul ul ul ul{list-style-type:disc
}
.wysiwyg ul ul ul ul ul ul{list-style-type:circle
}
.wysiwyg blockquote{border-left:4px solid #dbdbdb;padding:0.6em 1.2em
}
.wysiwyg blockquote p{margin-bottom:0
}
.wysiwyg code,.wysiwyg kbd,.wysiwyg samp,.wysiwyg pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;background-color:#f5f5f5;color:#4a4a4a;font-size:0.8em
}
.wysiwyg code,.wysiwyg kbd,.wysiwyg samp{border-radius:2px;line-height:2;padding:0.2em 0.5em 0.3em;vertical-align:baseline
}
.wysiwyg pre{overflow:auto;padding:1em 1.2em
}
.wysiwyg pre code{background:none;font-size:1em;line-height:1em
}
.wysiwyg figure{margin-bottom:2.8em;text-align:center
}
.wysiwyg figure:first-child{margin-top:0
}
.wysiwyg figure:last-child{margin-bottom:0
}
.wysiwyg figcaption{font-size:0.8em;margin-top:.875em
}
.wysiwyg table{width:100%
}
.wysiwyg table pre{white-space:pre-wrap
}
.wysiwyg th,.wysiwyg td{font-size:1em;padding:.7em;border:1px solid #dbdbdb;line-height:1.4
}
.wysiwyg thead tr,.wysiwyg tfoot tr{background-color:#f5f5f5
}
.wysiwyg thead th,.wysiwyg thead td,.wysiwyg tfoot th,.wysiwyg tfoot td{font-size:.9em;padding:.77778em
}
.wysiwyg thead th code,.wysiwyg thead td code,.wysiwyg tfoot th code,.wysiwyg tfoot td code{background-color:#fff
}
.wysiwyg tbody tr{background-color:#fff
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url(/assets/fonts/fontawesome-webfont.674f50d.eot);src:url(/assets/fonts/fontawesome-webfont.674f50d.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/assets/fonts/fontawesome-webfont.af7ae50.woff2) format("woff2"),url(/assets/fonts/fontawesome-webfont.fee66e7.woff) format("woff"),url(/assets/fonts/fontawesome-webfont.b06871f.ttf) format("truetype"),url(/assets/img/fontawesome-webfont.912ec66.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:.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:.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{animation:fa-spin 2s infinite linear
}
.fa-pulse{animation:fa-spin 1s infinite steps(8)
}
@keyframes fa-spin{
0%{transform:rotate(0deg)
}
100%{transform:rotate(359deg)
}
}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-ms-transform:rotate(90deg);transform:rotate(90deg)
}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-ms-transform:rotate(180deg);transform:rotate(180deg)
}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-ms-transform:rotate(270deg);transform:rotate(270deg)
}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-ms-transform:scale(-1, 1);transform:scale(-1, 1)
}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-ms-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{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:""
}
.fa-music:before{content:""
}
.fa-search:before{content:""
}
.fa-envelope-o:before{content:""
}
.fa-heart:before{content:""
}
.fa-star:before{content:""
}
.fa-star-o:before{content:""
}
.fa-user:before{content:""
}
.fa-film:before{content:""
}
.fa-th-large:before{content:""
}
.fa-th:before{content:""
}
.fa-th-list:before{content:""
}
.fa-check:before{content:""
}
.fa-remove:before,.fa-close:before,.fa-times:before{content:""
}
.fa-search-plus:before{content:""
}
.fa-search-minus:before{content:""
}
.fa-power-off:before{content:""
}
.fa-signal:before{content:""
}
.fa-gear:before,.fa-cog:before{content:""
}
.fa-trash-o:before{content:""
}
.fa-home:before{content:""
}
.fa-file-o:before{content:""
}
.fa-clock-o:before{content:""
}
.fa-road:before{content:""
}
.fa-download:before{content:""
}
.fa-arrow-circle-o-down:before{content:""
}
.fa-arrow-circle-o-up:before{content:""
}
.fa-inbox:before{content:""
}
.fa-play-circle-o:before{content:""
}
.fa-rotate-right:before,.fa-repeat:before{content:""
}
.fa-refresh:before{content:""
}
.fa-list-alt:before{content:""
}
.fa-lock:before{content:""
}
.fa-flag:before{content:""
}
.fa-headphones:before{content:""
}
.fa-volume-off:before{content:""
}
.fa-volume-down:before{content:""
}
.fa-volume-up:before{content:""
}
.fa-qrcode:before{content:""
}
.fa-barcode:before{content:""
}
.fa-tag:before{content:""
}
.fa-tags:before{content:""
}
.fa-book:before{content:""
}
.fa-bookmark:before{content:""
}
.fa-print:before{content:""
}
.fa-camera:before{content:""
}
.fa-font:before{content:""
}
.fa-bold:before{content:""
}
.fa-italic:before{content:""
}
.fa-text-height:before{content:""
}
.fa-text-width:before{content:""
}
.fa-align-left:before{content:""
}
.fa-align-center:before{content:""
}
.fa-align-right:before{content:""
}
.fa-align-justify:before{content:""
}
.fa-list:before{content:""
}
.fa-dedent:before,.fa-outdent:before{content:""
}
.fa-indent:before{content:""
}
.fa-video-camera:before{content:""
}
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""
}
.fa-pencil:before{content:""
}
.fa-map-marker:before{content:""
}
.fa-adjust:before{content:""
}
.fa-tint:before{content:""
}
.fa-edit:before,.fa-pencil-square-o:before{content:""
}
.fa-share-square-o:before{content:""
}
.fa-check-square-o:before{content:""
}
.fa-arrows:before{content:""
}
.fa-step-backward:before{content:""
}
.fa-fast-backward:before{content:""
}
.fa-backward:before{content:""
}
.fa-play:before{content:""
}
.fa-pause:before{content:""
}
.fa-stop:before{content:""
}
.fa-forward:before{content:""
}
.fa-fast-forward:before{content:""
}
.fa-step-forward:before{content:""
}
.fa-eject:before{content:""
}
.fa-chevron-left:before{content:""
}
.fa-chevron-right:before{content:""
}
.fa-plus-circle:before{content:""
}
.fa-minus-circle:before{content:""
}
.fa-times-circle:before{content:""
}
.fa-check-circle:before{content:""
}
.fa-question-circle:before{content:""
}
.fa-info-circle:before{content:""
}
.fa-crosshairs:before{content:""
}
.fa-times-circle-o:before{content:""
}
.fa-check-circle-o:before{content:""
}
.fa-ban:before{content:""
}
.fa-arrow-left:before{content:""
}
.fa-arrow-right:before{content:""
}
.fa-arrow-up:before{content:""
}
.fa-arrow-down:before{content:""
}
.fa-mail-forward:before,.fa-share:before{content:""
}
.fa-expand:before{content:""
}
.fa-compress:before{content:""
}
.fa-plus:before{content:""
}
.fa-minus:before{content:""
}
.fa-asterisk:before{content:""
}
.fa-exclamation-circle:before{content:""
}
.fa-gift:before{content:""
}
.fa-leaf:before{content:""
}
.fa-fire:before{content:""
}
.fa-eye:before{content:""
}
.fa-eye-slash:before{content:""
}
.fa-warning:before,.fa-exclamation-triangle:before{content:""
}
.fa-plane:before{content:""
}
.fa-calendar:before{content:""
}
.fa-random:before{content:""
}
.fa-comment:before{content:""
}
.fa-magnet:before{content:""
}
.fa-chevron-up:before{content:""
}
.fa-chevron-down:before{content:""
}
.fa-retweet:before{content:""
}
.fa-shopping-cart:before{content:""
}
.fa-folder:before{content:""
}
.fa-folder-open:before{content:""
}
.fa-arrows-v:before{content:""
}
.fa-arrows-h:before{content:""
}
.fa-bar-chart-o:before,.fa-bar-chart:before{content:""
}
.fa-twitter-square:before{content:""
}
.fa-facebook-square:before{content:""
}
.fa-camera-retro:before{content:""
}
.fa-key:before{content:""
}
.fa-gears:before,.fa-cogs:before{content:""
}
.fa-comments:before{content:""
}
.fa-thumbs-o-up:before{content:""
}
.fa-thumbs-o-down:before{content:""
}
.fa-star-half:before{content:""
}
.fa-heart-o:before{content:""
}
.fa-sign-out:before{content:""
}
.fa-linkedin-square:before{content:""
}
.fa-thumb-tack:before{content:""
}
.fa-external-link:before{content:""
}
.fa-sign-in:before{content:""
}
.fa-trophy:before{content:""
}
.fa-github-square:before{content:""
}
.fa-upload:before{content:""
}
.fa-lemon-o:before{content:""
}
.fa-phone:before{content:""
}
.fa-square-o:before{content:""
}
.fa-bookmark-o:before{content:""
}
.fa-phone-square:before{content:""
}
.fa-twitter:before{content:""
}
.fa-facebook-f:before,.fa-facebook:before{content:""
}
.fa-github:before{content:""
}
.fa-unlock:before{content:""
}
.fa-credit-card:before{content:""
}
.fa-feed:before,.fa-rss:before{content:""
}
.fa-hdd-o:before{content:""
}
.fa-bullhorn:before{content:""
}
.fa-bell:before{content:""
}
.fa-certificate:before{content:""
}
.fa-hand-o-right:before{content:""
}
.fa-hand-o-left:before{content:""
}
.fa-hand-o-up:before{content:""
}
.fa-hand-o-down:before{content:""
}
.fa-arrow-circle-left:before{content:""
}
.fa-arrow-circle-right:before{content:""
}
.fa-arrow-circle-up:before{content:""
}
.fa-arrow-circle-down:before{content:""
}
.fa-globe:before{content:""
}
.fa-wrench:before{content:""
}
.fa-tasks:before{content:""
}
.fa-filter:before{content:""
}
.fa-briefcase:before{content:""
}
.fa-arrows-alt:before{content:""
}
.fa-group:before,.fa-users:before{content:""
}
.fa-chain:before,.fa-link:before{content:""
}
.fa-cloud:before{content:""
}
.fa-flask:before{content:""
}
.fa-cut:before,.fa-scissors:before{content:""
}
.fa-copy:before,.fa-files-o:before{content:""
}
.fa-paperclip:before{content:""
}
.fa-save:before,.fa-floppy-o:before{content:""
}
.fa-square:before{content:""
}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""
}
.fa-list-ul:before{content:""
}
.fa-list-ol:before{content:""
}
.fa-strikethrough:before{content:""
}
.fa-underline:before{content:""
}
.fa-table:before{content:""
}
.fa-magic:before{content:""
}
.fa-truck:before{content:""
}
.fa-pinterest:before{content:""
}
.fa-pinterest-square:before{content:""
}
.fa-google-plus-square:before{content:""
}
.fa-google-plus:before{content:""
}
.fa-money:before{content:""
}
.fa-caret-down:before{content:""
}
.fa-caret-up:before{content:""
}
.fa-caret-left:before{content:""
}
.fa-caret-right:before{content:""
}
.fa-columns:before{content:""
}
.fa-unsorted:before,.fa-sort:before{content:""
}
.fa-sort-down:before,.fa-sort-desc:before{content:""
}
.fa-sort-up:before,.fa-sort-asc:before{content:""
}
.fa-envelope:before{content:""
}
.fa-linkedin:before{content:""
}
.fa-rotate-left:before,.fa-undo:before{content:""
}
.fa-legal:before,.fa-gavel:before{content:""
}
.fa-dashboard:before,.fa-tachometer:before{content:""
}
.fa-comment-o:before{content:""
}
.fa-comments-o:before{content:""
}
.fa-flash:before,.fa-bolt:before{content:""
}
.fa-sitemap:before{content:""
}
.fa-umbrella:before{content:""
}
.fa-paste:before,.fa-clipboard:before{content:""
}
.fa-lightbulb-o:before{content:""
}
.fa-exchange:before{content:""
}
.fa-cloud-download:before{content:""
}
.fa-cloud-upload:before{content:""
}
.fa-user-md:before{content:""
}
.fa-stethoscope:before{content:""
}
.fa-suitcase:before{content:""
}
.fa-bell-o:before{content:""
}
.fa-coffee:before{content:""
}
.fa-cutlery:before{content:""
}
.fa-file-text-o:before{content:""
}
.fa-building-o:before{content:""
}
.fa-hospital-o:before{content:""
}
.fa-ambulance:before{content:""
}
.fa-medkit:before{content:""
}
.fa-fighter-jet:before{content:""
}
.fa-beer:before{content:""
}
.fa-h-square:before{content:""
}
.fa-plus-square:before{content:""
}
.fa-angle-double-left:before{content:""
}
.fa-angle-double-right:before{content:""
}
.fa-angle-double-up:before{content:""
}
.fa-angle-double-down:before{content:""
}
.fa-angle-left:before{content:""
}
.fa-angle-right:before{content:""
}
.fa-angle-up:before{content:""
}
.fa-angle-down:before{content:""
}
.fa-desktop:before{content:""
}
.fa-laptop:before{content:""
}
.fa-tablet:before{content:""
}
.fa-mobile-phone:before,.fa-mobile:before{content:""
}
.fa-circle-o:before{content:""
}
.fa-quote-left:before{content:""
}
.fa-quote-right:before{content:""
}
.fa-spinner:before{content:""
}
.fa-circle:before{content:""
}
.fa-mail-reply:before,.fa-reply:before{content:""
}
.fa-github-alt:before{content:""
}
.fa-folder-o:before{content:""
}
.fa-folder-open-o:before{content:""
}
.fa-smile-o:before{content:""
}
.fa-frown-o:before{content:""
}
.fa-meh-o:before{content:""
}
.fa-gamepad:before{content:""
}
.fa-keyboard-o:before{content:""
}
.fa-flag-o:before{content:""
}
.fa-flag-checkered:before{content:""
}
.fa-terminal:before{content:""
}
.fa-code:before{content:""
}
.fa-mail-reply-all:before,.fa-reply-all:before{content:""
}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""
}
.fa-location-arrow:before{content:""
}
.fa-crop:before{content:""
}
.fa-code-fork:before{content:""
}
.fa-unlink:before,.fa-chain-broken:before{content:""
}
.fa-question:before{content:""
}
.fa-info:before{content:""
}
.fa-exclamation:before{content:""
}
.fa-superscript:before{content:""
}
.fa-subscript:before{content:""
}
.fa-eraser:before{content:""
}
.fa-puzzle-piece:before{content:""
}
.fa-microphone:before{content:""
}
.fa-microphone-slash:before{content:""
}
.fa-shield:before{content:""
}
.fa-calendar-o:before{content:""
}
.fa-fire-extinguisher:before{content:""
}
.fa-rocket:before{content:""
}
.fa-maxcdn:before{content:""
}
.fa-chevron-circle-left:before{content:""
}
.fa-chevron-circle-right:before{content:""
}
.fa-chevron-circle-up:before{content:""
}
.fa-chevron-circle-down:before{content:""
}
.fa-html5:before{content:""
}
.fa-css3:before{content:""
}
.fa-anchor:before{content:""
}
.fa-unlock-alt:before{content:""
}
.fa-bullseye:before{content:""
}
.fa-ellipsis-h:before{content:""
}
.fa-ellipsis-v:before{content:""
}
.fa-rss-square:before{content:""
}
.fa-play-circle:before{content:""
}
.fa-ticket:before{content:""
}
.fa-minus-square:before{content:""
}
.fa-minus-square-o:before{content:""
}
.fa-level-up:before{content:""
}
.fa-level-down:before{content:""
}
.fa-check-square:before{content:""
}
.fa-pencil-square:before{content:""
}
.fa-external-link-square:before{content:""
}
.fa-share-square:before{content:""
}
.fa-compass:before{content:""
}
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""
}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""
}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""
}
.fa-euro:before,.fa-eur:before{content:""
}
.fa-gbp:before{content:""
}
.fa-dollar:before,.fa-usd:before{content:""
}
.fa-rupee:before,.fa-inr:before{content:""
}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""
}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""
}
.fa-won:before,.fa-krw:before{content:""
}
.fa-bitcoin:before,.fa-btc:before{content:""
}
.fa-file:before{content:""
}
.fa-file-text:before{content:""
}
.fa-sort-alpha-asc:before{content:""
}
.fa-sort-alpha-desc:before{content:""
}
.fa-sort-amount-asc:before{content:""
}
.fa-sort-amount-desc:before{content:""
}
.fa-sort-numeric-asc:before{content:""
}
.fa-sort-numeric-desc:before{content:""
}
.fa-thumbs-up:before{content:""
}
.fa-thumbs-down:before{content:""
}
.fa-youtube-square:before{content:""
}
.fa-youtube:before{content:""
}
.fa-xing:before{content:""
}
.fa-xing-square:before{content:""
}
.fa-youtube-play:before{content:""
}
.fa-dropbox:before{content:""
}
.fa-stack-overflow:before{content:""
}
.fa-instagram:before{content:""
}
.fa-flickr:before{content:""
}
.fa-adn:before{content:""
}
.fa-bitbucket:before{content:""
}
.fa-bitbucket-square:before{content:""
}
.fa-tumblr:before{content:""
}
.fa-tumblr-square:before{content:""
}
.fa-long-arrow-down:before{content:""
}
.fa-long-arrow-up:before{content:""
}
.fa-long-arrow-left:before{content:""
}
.fa-long-arrow-right:before{content:""
}
.fa-apple:before{content:""
}
.fa-windows:before{content:""
}
.fa-android:before{content:""
}
.fa-linux:before{content:""
}
.fa-dribbble:before{content:""
}
.fa-skype:before{content:""
}
.fa-foursquare:before{content:""
}
.fa-trello:before{content:""
}
.fa-female:before{content:""
}
.fa-male:before{content:""
}
.fa-gittip:before,.fa-gratipay:before{content:""
}
.fa-sun-o:before{content:""
}
.fa-moon-o:before{content:""
}
.fa-archive:before{content:""
}
.fa-bug:before{content:""
}
.fa-vk:before{content:""
}
.fa-weibo:before{content:""
}
.fa-renren:before{content:""
}
.fa-pagelines:before{content:""
}
.fa-stack-exchange:before{content:""
}
.fa-arrow-circle-o-right:before{content:""
}
.fa-arrow-circle-o-left:before{content:""
}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""
}
.fa-dot-circle-o:before{content:""
}
.fa-wheelchair:before{content:""
}
.fa-vimeo-square:before{content:""
}
.fa-turkish-lira:before,.fa-try:before{content:""
}
.fa-plus-square-o:before{content:""
}
.fa-space-shuttle:before{content:""
}
.fa-slack:before{content:""
}
.fa-envelope-square:before{content:""
}
.fa-wordpress:before{content:""
}
.fa-openid:before{content:""
}
.fa-institution:before,.fa-bank:before,.fa-university:before{content:""
}
.fa-mortar-board:before,.fa-graduation-cap:before{content:""
}
.fa-yahoo:before{content:""
}
.fa-google:before{content:""
}
.fa-reddit:before{content:""
}
.fa-reddit-square:before{content:""
}
.fa-stumbleupon-circle:before{content:""
}
.fa-stumbleupon:before{content:""
}
.fa-delicious:before{content:""
}
.fa-digg:before{content:""
}
.fa-pied-piper-pp:before{content:""
}
.fa-pied-piper-alt:before{content:""
}
.fa-drupal:before{content:""
}
.fa-joomla:before{content:""
}
.fa-language:before{content:""
}
.fa-fax:before{content:""
}
.fa-building:before{content:""
}
.fa-child:before{content:""
}
.fa-paw:before{content:""
}
.fa-spoon:before{content:""
}
.fa-cube:before{content:""
}
.fa-cubes:before{content:""
}
.fa-behance:before{content:""
}
.fa-behance-square:before{content:""
}
.fa-steam:before{content:""
}
.fa-steam-square:before{content:""
}
.fa-recycle:before{content:""
}
.fa-automobile:before,.fa-car:before{content:""
}
.fa-cab:before,.fa-taxi:before{content:""
}
.fa-tree:before{content:""
}
.fa-spotify:before{content:""
}
.fa-deviantart:before{content:""
}
.fa-soundcloud:before{content:""
}
.fa-database:before{content:""
}
.fa-file-pdf-o:before{content:""
}
.fa-file-word-o:before{content:""
}
.fa-file-excel-o:before{content:""
}
.fa-file-powerpoint-o:before{content:""
}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""
}
.fa-file-zip-o:before,.fa-file-archive-o:before{content:""
}
.fa-file-sound-o:before,.fa-file-audio-o:before{content:""
}
.fa-file-movie-o:before,.fa-file-video-o:before{content:""
}
.fa-file-code-o:before{content:""
}
.fa-vine:before{content:""
}
.fa-codepen:before{content:""
}
.fa-jsfiddle:before{content:""
}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""
}
.fa-circle-o-notch:before{content:""
}
.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""
}
.fa-ge:before,.fa-empire:before{content:""
}
.fa-git-square:before{content:""
}
.fa-git:before{content:""
}
.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""
}
.fa-tencent-weibo:before{content:""
}
.fa-qq:before{content:""
}
.fa-wechat:before,.fa-weixin:before{content:""
}
.fa-send:before,.fa-paper-plane:before{content:""
}
.fa-send-o:before,.fa-paper-plane-o:before{content:""
}
.fa-history:before{content:""
}
.fa-circle-thin:before{content:""
}
.fa-header:before{content:""
}
.fa-paragraph:before{content:""
}
.fa-sliders:before{content:""
}
.fa-share-alt:before{content:""
}
.fa-share-alt-square:before{content:""
}
.fa-bomb:before{content:""
}
.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""
}
.fa-tty:before{content:""
}
.fa-binoculars:before{content:""
}
.fa-plug:before{content:""
}
.fa-slideshare:before{content:""
}
.fa-twitch:before{content:""
}
.fa-yelp:before{content:""
}
.fa-newspaper-o:before{content:""
}
.fa-wifi:before{content:""
}
.fa-calculator:before{content:""
}
.fa-paypal:before{content:""
}
.fa-google-wallet:before{content:""
}
.fa-cc-visa:before{content:""
}
.fa-cc-mastercard:before{content:""
}
.fa-cc-discover:before{content:""
}
.fa-cc-amex:before{content:""
}
.fa-cc-paypal:before{content:""
}
.fa-cc-stripe:before{content:""
}
.fa-bell-slash:before{content:""
}
.fa-bell-slash-o:before{content:""
}
.fa-trash:before{content:""
}
.fa-copyright:before{content:""
}
.fa-at:before{content:""
}
.fa-eyedropper:before{content:""
}
.fa-paint-brush:before{content:""
}
.fa-birthday-cake:before{content:""
}
.fa-area-chart:before{content:""
}
.fa-pie-chart:before{content:""
}
.fa-line-chart:before{content:""
}
.fa-lastfm:before{content:""
}
.fa-lastfm-square:before{content:""
}
.fa-toggle-off:before{content:""
}
.fa-toggle-on:before{content:""
}
.fa-bicycle:before{content:""
}
.fa-bus:before{content:""
}
.fa-ioxhost:before{content:""
}
.fa-angellist:before{content:""
}
.fa-cc:before{content:""
}
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""
}
.fa-meanpath:before{content:""
}
.fa-buysellads:before{content:""
}
.fa-connectdevelop:before{content:""
}
.fa-dashcube:before{content:""
}
.fa-forumbee:before{content:""
}
.fa-leanpub:before{content:""
}
.fa-sellsy:before{content:""
}
.fa-shirtsinbulk:before{content:""
}
.fa-simplybuilt:before{content:""
}
.fa-skyatlas:before{content:""
}
.fa-cart-plus:before{content:""
}
.fa-cart-arrow-down:before{content:""
}
.fa-diamond:before{content:""
}
.fa-ship:before{content:""
}
.fa-user-secret:before{content:""
}
.fa-motorcycle:before{content:""
}
.fa-street-view:before{content:""
}
.fa-heartbeat:before{content:""
}
.fa-venus:before{content:""
}
.fa-mars:before{content:""
}
.fa-mercury:before{content:""
}
.fa-intersex:before,.fa-transgender:before{content:""
}
.fa-transgender-alt:before{content:""
}
.fa-venus-double:before{content:""
}
.fa-mars-double:before{content:""
}
.fa-venus-mars:before{content:""
}
.fa-mars-stroke:before{content:""
}
.fa-mars-stroke-v:before{content:""
}
.fa-mars-stroke-h:before{content:""
}
.fa-neuter:before{content:""
}
.fa-genderless:before{content:""
}
.fa-facebook-official:before{content:""
}
.fa-pinterest-p:before{content:""
}
.fa-whatsapp:before{content:""
}
.fa-server:before{content:""
}
.fa-user-plus:before{content:""
}
.fa-user-times:before{content:""
}
.fa-hotel:before,.fa-bed:before{content:""
}
.fa-viacoin:before{content:""
}
.fa-train:before{content:""
}
.fa-subway:before{content:""
}
.fa-medium:before{content:""
}
.fa-yc:before,.fa-y-combinator:before{content:""
}
.fa-optin-monster:before{content:""
}
.fa-opencart:before{content:""
}
.fa-expeditedssl:before{content:""
}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""
}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:""
}
.fa-battery-2:before,.fa-battery-half:before{content:""
}
.fa-battery-1:before,.fa-battery-quarter:before{content:""
}
.fa-battery-0:before,.fa-battery-empty:before{content:""
}
.fa-mouse-pointer:before{content:""
}
.fa-i-cursor:before{content:""
}
.fa-object-group:before{content:""
}
.fa-object-ungroup:before{content:""
}
.fa-sticky-note:before{content:""
}
.fa-sticky-note-o:before{content:""
}
.fa-cc-jcb:before{content:""
}
.fa-cc-diners-club:before{content:""
}
.fa-clone:before{content:""
}
.fa-balance-scale:before{content:""
}
.fa-hourglass-o:before{content:""
}
.fa-hourglass-1:before,.fa-hourglass-start:before{content:""
}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:""
}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:""
}
.fa-hourglass:before{content:""
}
.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""
}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""
}
.fa-hand-scissors-o:before{content:""
}
.fa-hand-lizard-o:before{content:""
}
.fa-hand-spock-o:before{content:""
}
.fa-hand-pointer-o:before{content:""
}
.fa-hand-peace-o:before{content:""
}
.fa-trademark:before{content:""
}
.fa-registered:before{content:""
}
.fa-creative-commons:before{content:""
}
.fa-gg:before{content:""
}
.fa-gg-circle:before{content:""
}
.fa-tripadvisor:before{content:""
}
.fa-odnoklassniki:before{content:""
}
.fa-odnoklassniki-square:before{content:""
}
.fa-get-pocket:before{content:""
}
.fa-wikipedia-w:before{content:""
}
.fa-safari:before{content:""
}
.fa-chrome:before{content:""
}
.fa-firefox:before{content:""
}
.fa-opera:before{content:""
}
.fa-internet-explorer:before{content:""
}
.fa-tv:before,.fa-television:before{content:""
}
.fa-contao:before{content:""
}
.fa-500px:before{content:""
}
.fa-amazon:before{content:""
}
.fa-calendar-plus-o:before{content:""
}
.fa-calendar-minus-o:before{content:""
}
.fa-calendar-times-o:before{content:""
}
.fa-calendar-check-o:before{content:""
}
.fa-industry:before{content:""
}
.fa-map-pin:before{content:""
}
.fa-map-signs:before{content:""
}
.fa-map-o:before{content:""
}
.fa-map:before{content:""
}
.fa-commenting:before{content:""
}
.fa-commenting-o:before{content:""
}
.fa-houzz:before{content:""
}
.fa-vimeo:before{content:""
}
.fa-black-tie:before{content:""
}
.fa-fonticons:before{content:""
}
.fa-reddit-alien:before{content:""
}
.fa-edge:before{content:""
}
.fa-credit-card-alt:before{content:""
}
.fa-codiepie:before{content:""
}
.fa-modx:before{content:""
}
.fa-fort-awesome:before{content:""
}
.fa-usb:before{content:""
}
.fa-product-hunt:before{content:""
}
.fa-mixcloud:before{content:""
}
.fa-scribd:before{content:""
}
.fa-pause-circle:before{content:""
}
.fa-pause-circle-o:before{content:""
}
.fa-stop-circle:before{content:""
}
.fa-stop-circle-o:before{content:""
}
.fa-shopping-bag:before{content:""
}
.fa-shopping-basket:before{content:""
}
.fa-hashtag:before{content:""
}
.fa-bluetooth:before{content:""
}
.fa-bluetooth-b:before{content:""
}
.fa-percent:before{content:""
}
.fa-gitlab:before{content:""
}
.fa-wpbeginner:before{content:""
}
.fa-wpforms:before{content:""
}
.fa-envira:before{content:""
}
.fa-universal-access:before{content:""
}
.fa-wheelchair-alt:before{content:""
}
.fa-question-circle-o:before{content:""
}
.fa-blind:before{content:""
}
.fa-audio-description:before{content:""
}
.fa-volume-control-phone:before{content:""
}
.fa-braille:before{content:""
}
.fa-assistive-listening-systems:before{content:""
}
.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""
}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""
}
.fa-glide:before{content:""
}
.fa-glide-g:before{content:""
}
.fa-signing:before,.fa-sign-language:before{content:""
}
.fa-low-vision:before{content:""
}
.fa-viadeo:before{content:""
}
.fa-viadeo-square:before{content:""
}
.fa-snapchat:before{content:""
}
.fa-snapchat-ghost:before{content:""
}
.fa-snapchat-square:before{content:""
}
.fa-pied-piper:before{content:""
}
.fa-first-order:before{content:""
}
.fa-yoast:before{content:""
}
.fa-themeisle:before{content:""
}
.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""
}
.fa-fa:before,.fa-font-awesome:before{content:""
}
.fa-handshake-o:before{content:""
}
.fa-envelope-open:before{content:""
}
.fa-envelope-open-o:before{content:""
}
.fa-linode:before{content:""
}
.fa-address-book:before{content:""
}
.fa-address-book-o:before{content:""
}
.fa-vcard:before,.fa-address-card:before{content:""
}
.fa-vcard-o:before,.fa-address-card-o:before{content:""
}
.fa-user-circle:before{content:""
}
.fa-user-circle-o:before{content:""
}
.fa-user-o:before{content:""
}
.fa-id-badge:before{content:""
}
.fa-drivers-license:before,.fa-id-card:before{content:""
}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:""
}
.fa-quora:before{content:""
}
.fa-free-code-camp:before{content:""
}
.fa-telegram:before{content:""
}
.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""
}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""
}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:""
}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""
}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""
}
.fa-shower:before{content:""
}
.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""
}
.fa-podcast:before{content:""
}
.fa-window-maximize:before{content:""
}
.fa-window-minimize:before{content:""
}
.fa-window-restore:before{content:""
}
.fa-times-rectangle:before,.fa-window-close:before{content:""
}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""
}
.fa-bandcamp:before{content:""
}
.fa-grav:before{content:""
}
.fa-etsy:before{content:""
}
.fa-imdb:before{content:""
}
.fa-ravelry:before{content:""
}
.fa-eercast:before{content:""
}
.fa-microchip:before{content:""
}
.fa-snowflake-o:before{content:""
}
.fa-superpowers:before{content:""
}
.fa-wpexplorer:before{content:""
}
.fa-meetup:before{content:""
}
.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
}
html{background-color:whitesmoke
}
.nprogress-container{position:fixed !important;width:100%;height:50px;z-index:2048;pointer-events:none
}
.nprogress-container #nprogress .bar{background:#48e79a
}
.nprogress-container #nprogress .peg{box-shadow:0 0 10px #48e79a,0 0 5px #48e79a
}
.nprogress-container #nprogress .spinner-icon{border-top-color:#48e79a;border-left-color:#48e79a
}
audio{height:32px !important
}
.second-layer{margin-left:80px;padding-top:10px;padding-right:10px;padding-left:10px;padding-bottom:10px;display:block;border-radius:10px
}
.third-layer{margin-left:80px;padding-top:10px;padding-right:10px;padding-left:10px;padding-bottom:10px;display:block;border-radius:10px
}
.positive-scenario{background:#e8fff0
}
.negative-scenario{background:#fff7f7
}
.negative-textarea{border-color:darkred
}
.focused-no{outline:none !important;border-color:#719ECE;box-shadow:0 0 10px #719ECE
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.app-navbar{position:fixed;min-width:100%;z-index:1024;box-shadow:0 2px 3px rgba(17,17,17,0.1),0 0 0 1px rgba(17,17,17,0.1)
}
.app-navbar .container{margin:auto 10px
}
.app-navbar .nav-right{-ms-flex-align:stretch;align-items:stretch;align-items:stretch;-ms-flex:1;flex:1;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden;overflow-x:auto;white-space:nowrap
}
.hero-brand .vue{margin-left:10px;color:#365bac
}
.hero-brand .admin{color:#28374B
}
.i18ChooseLanguage{margin-top:7px;left:16px
}
[class*="tooltip--"]{position:relative;display:inline-block}[class*="tooltip--"]:before,[class*="tooltip--"]:after{position:absolute;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:0.3s ease;-moz-transition:0.3s ease;transition:0.3s ease;-webkit-transition-delay:0ms;-moz-transition-delay:0ms;transition-delay:0ms}[class*="tooltip--"]:hover:before,[class*="tooltip--"]:hover:after{visibility:visible;opacity:1}[class*="tooltip--"]:hover:before,[class*="tooltip--"]:hover:after{-webkit-transition-delay:100ms;-moz-transition-delay:100ms;transition-delay:100ms}[class*="tooltip--"]:before{content:'';position:absolute;background:transparent;border:6px solid transparent;z-index:1000001}[class*="tooltip--"]:after{background:#383838;color:white;padding:8px 10px;font-size:12px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue","Helvetica","Arial",sans-serif;line-height:12px;white-space:nowrap}[class*="tooltip--"][aria-label]:after{content:attr(aria-label)}[class*="tooltip--"][data-hint]:after{content:attr(data-hint)}[aria-label='']:before,[aria-label='']:after,[data-hint='']:before,[data-hint='']:after{display:none !important}.tooltip--top-left:before{border-top-color:#383838}.tooltip--top-right:before{border-top-color:#383838}.tooltip--top:before{border-top-color:#383838}.tooltip--bottom-left:before{border-bottom-color:#383838}.tooltip--bottom-right:before{border-bottom-color:#383838}.tooltip--bottom:before{border-bottom-color:#383838}.tooltip--left:before{border-left-color:#383838}.tooltip--right:before{border-right-color:#383838}.tooltip--top:before{margin-bottom:-11px}.tooltip--top:before,.tooltip--top:after{bottom:100%;left:50%}.tooltip--top:before{left:calc(50% - 6px)}.tooltip--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.tooltip--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.tooltip--bottom:before{margin-top:-11px}.tooltip--bottom:before,.tooltip--bottom:after{top:100%;left:50%}.tooltip--bottom:before{left:calc(50% - 6px)}.tooltip--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.tooltip--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.tooltip--right:before{margin-left:-11px;margin-bottom:-6px}.tooltip--right:after{margin-bottom:-14px}.tooltip--right:before,.tooltip--right:after{left:100%;bottom:50%}.tooltip--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.tooltip--right:hover:after{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.tooltip--left:before{margin-right:-11px;margin-bottom:-6px}.tooltip--left:after{margin-bottom:-14px}.tooltip--left:before,.tooltip--left:after{right:100%;bottom:50%}.tooltip--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.tooltip--left:hover:after{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.tooltip--top-left:before{margin-bottom:-11px}.tooltip--top-left:before,.tooltip--top-left:after{bottom:100%;left:50%}.tooltip--top-left:before{left:calc(50% - 6px)}.tooltip--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%)}.tooltip--top-left:after{margin-left:12px}.tooltip--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.tooltip--top-right:before{margin-bottom:-11px}.tooltip--top-right:before,.tooltip--top-right:after{bottom:100%;left:50%}.tooltip--top-right:before{left:calc(50% - 6px)}.tooltip--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}.tooltip--top-right:after{margin-left:-12px}.tooltip--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--top-right:hover:after{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--bottom-left:before{margin-top:-11px}.tooltip--bottom-left:before,.tooltip--bottom-left:after{top:100%;left:50%}.tooltip--bottom-left:before{left:calc(50% - 6px)}.tooltip--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%)}.tooltip--bottom-left:after{margin-left:12px}.tooltip--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.tooltip--bottom-right:before{margin-top:-11px}.tooltip--bottom-right:before,.tooltip--bottom-right:after{top:100%;left:50%}.tooltip--bottom-right:before{left:calc(50% - 6px)}.tooltip--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0)}.tooltip--bottom-right:after{margin-left:-12px}.tooltip--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--bottom-right:hover:after{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--small:after,.tooltip--medium:after,.tooltip--large:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.tooltip--small:after{width:80px}.tooltip--medium:after{width:150px}.tooltip--large:after{width:300px}[class*="tooltip--"]:after{text-shadow:0 -1px 0px #383838;box-shadow:4px 4px 8px rgba(0,0,0,0.3)}.tooltip--error:after{background-color:#b34e4d;text-shadow:0 -1px 0px #b34e4d}.tooltip--error.tooltip--top-left:before{border-top-color:#b34e4d}.tooltip--error.tooltip--top-right:before{border-top-color:#b34e4d}.tooltip--error.tooltip--top:before{border-top-color:#b34e4d}.tooltip--error.tooltip--bottom-left:before{border-bottom-color:#b34e4d}.tooltip--error.tooltip--bottom-right:before{border-bottom-color:#b34e4d}.tooltip--error.tooltip--bottom:before{border-bottom-color:#b34e4d}.tooltip--error.tooltip--left:before{border-left-color:#b34e4d}.tooltip--error.tooltip--right:before{border-right-color:#b34e4d}.tooltip--warning:after{background-color:#ffdd57;text-shadow:0 -1px 0px #ffdd57}.tooltip--warning.tooltip--top-left:before{border-top-color:#ffdd57}.tooltip--warning.tooltip--top-right:before{border-top-color:#ffdd57}.tooltip--warning.tooltip--top:before{border-top-color:#ffdd57}.tooltip--warning.tooltip--bottom-left:before{border-bottom-color:#ffdd57}.tooltip--warning.tooltip--bottom-right:before{border-bottom-color:#ffdd57}.tooltip--warning.tooltip--bottom:before{border-bottom-color:#ffdd57}.tooltip--warning.tooltip--left:before{border-left-color:#ffdd57}.tooltip--warning.tooltip--right:before{border-right-color:#ffdd57}.tooltip--info:after{background-color:#3273dc;text-shadow:0 -1px 0px #3273dc}.tooltip--info.tooltip--top-left:before{border-top-color:#3273dc}.tooltip--info.tooltip--top-right:before{border-top-color:#3273dc}.tooltip--info.tooltip--top:before{border-top-color:#3273dc}.tooltip--info.tooltip--bottom-left:before{border-bottom-color:#3273dc}.tooltip--info.tooltip--bottom-right:before{border-bottom-color:#3273dc}.tooltip--info.tooltip--bottom:before{border-bottom-color:#3273dc}.tooltip--info.tooltip--left:before{border-left-color:#3273dc}.tooltip--info.tooltip--right:before{border-right-color:#3273dc}.tooltip--success:after{background-color:#23d160;text-shadow:0 -1px 0px #23d160}.tooltip--success.tooltip--top-left:before{border-top-color:#23d160}.tooltip--success.tooltip--top-right:before{border-top-color:#23d160}.tooltip--success.tooltip--top:before{border-top-color:#23d160}.tooltip--success.tooltip--bottom-left:before{border-bottom-color:#23d160}.tooltip--success.tooltip--bottom-right:before{border-bottom-color:#23d160}.tooltip--success.tooltip--bottom:before{border-bottom-color:#23d160}.tooltip--success.tooltip--left:before{border-left-color:#23d160}.tooltip--success.tooltip--right:before{border-right-color:#23d160}.tooltip--always:after,.tooltip--always:before{opacity:1;visibility:visible}.tooltip--always.tooltip--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--always.tooltip--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.tooltip--always.tooltip--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--always.tooltip--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.tooltip--always.tooltip--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--always.tooltip--top-right:after{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.tooltip--always.tooltip--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--always.tooltip--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.tooltip--always.tooltip--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--always.tooltip--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.tooltip--always.tooltip--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--always.tooltip--bottom-right:after{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.tooltip--always.tooltip--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.tooltip--always.tooltip--left:after{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.tooltip--always.tooltip--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.tooltip--always.tooltip--right:after{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.tooltip--rounded:after{border-radius:4px}.tooltip--no-animate:before,.tooltip--no-animate:after{-webkit-transition-duration:0ms;-moz-transition-duration:0ms;transition-duration:0ms}.tooltip--bounce:before,.tooltip--bounce:after{-webkit-transition:opacity 0.3s ease,visibility 0.3s ease,-webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);-moz-transition:opacity 0.3s ease,visibility 0.3s ease,-moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24)}.tooltip--warning:after{color:rgba(0,0,0,0.7)}.tooltip--primary:after{background-color:#00d1b2;text-shadow:0 -1px 0px #00d1b2}.tooltip--primary.tooltip--top-left:before{border-top-color:#00d1b2}.tooltip--primary.tooltip--top-right:before{border-top-color:#00d1b2}.tooltip--primary.tooltip--top:before{border-top-color:#00d1b2}.tooltip--primary.tooltip--bottom-left:before{border-bottom-color:#00d1b2}.tooltip--primary.tooltip--bottom-right:before{border-bottom-color:#00d1b2}.tooltip--primary.tooltip--bottom:before{border-bottom-color:#00d1b2}.tooltip--primary.tooltip--left:before{border-left-color:#00d1b2}.tooltip--primary.tooltip--right:before{border-right-color:#00d1b2}.tooltip--danger:after{background-color:#ff3860;text-shadow:0 -1px 0px #ff3860}.tooltip--danger.tooltip--top-left:before{border-top-color:#ff3860}.tooltip--danger.tooltip--top-right:before{border-top-color:#ff3860}.tooltip--danger.tooltip--top:before{border-top-color:#ff3860}.tooltip--danger.tooltip--bottom-left:before{border-bottom-color:#ff3860}.tooltip--danger.tooltip--bottom-right:before{border-bottom-color:#ff3860}.tooltip--danger.tooltip--bottom:before{border-bottom-color:#ff3860}.tooltip--danger.tooltip--left:before{border-left-color:#ff3860}.tooltip--danger.tooltip--right:before{border-right-color:#ff3860}.tooltip--rounded:after{border-radius:3px}[class*="tooltip--"]:after{box-shadow:0 2px 3px rgba(17,17,17,0.1),0 0 0 1px rgba(17,17,17,0.1)}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.app-sidebar{position:fixed;top:50px;left:0;bottom:0;padding:20px 0 50px;width:146px;min-width:45px;max-height:100vh;height:calc(100% - 50px);z-index:1023;background:#FFF;box-shadow:0 2px 3px rgba(17,17,17,0.1),0 0 0 1px rgba(17,17,17,0.1);overflow-y:auto;overflow-x:hidden
}
@media screen and (max-width: 768px){
.app-sidebar{transform:translate3d(-180px, 0, 0)
}
}
.app-sidebar .icon{vertical-align:baseline
}
.app-sidebar .icon.is-angle{position:absolute;right:10px;transition:transform .377s ease
}
.app-sidebar .menu-label{padding-left:5px
}
.app-sidebar .menu-list li a[aria-expanded="true"] .is-angle{-ms-transform:rotate(180deg);transform:rotate(180deg)
}
.app-sidebar .menu-list li a+ul{margin:0 10px 0 15px
}

.collapse[data-v-66188c51]{display:none
}
.collapse.in[data-v-66188c51]{display:block
}
.collapsing[data-v-66188c51]{position:relative;height:0;overflow:hidden;transition:height .377s ease
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.app-main{padding-top:50px;margin-left:146px
}
@media screen and (max-width: 768px){
.app-main{margin-left:0
}
}
.app-content{padding:20px
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.footer{margin-left:180px
}
@media screen and (max-width: 768px){
.footer{margin-left:0
}
}
.footer .social a{border-bottom:none !important
}
.footer .fa.fa-heart{color:red
}

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 315px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  left: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
/*
        /*rtl:begin:ignore*/
/*
        */
  right: 0;
/*
        /*rtl:end:ignore*/
/*
        */
}
/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.05);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month.slideLeft {
  transform: translate3d(-100%, 0px, 0px);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideLeftNew {
  transform: translate3d(100%, 0px, 0px);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRight {
  transform: translate3d(100%, 0px, 0px);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month.slideRightNew {
  transform: translate3d(0, 0, 0px);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 315px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 28px;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
      flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 315px;
  min-width: 315px;
  max-width: 315px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.flatpickr-calendar.animate .dayContainer.slideLeft {
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  transform: translate3d(-100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.animate .dayContainer.slideRight {
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(100%, 0px, 0px);
}
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
      flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
      flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
}
@keyframes fpSlideLeft {
from {
    transform: translate3d(0px, 0px, 0px);
}
to {
    transform: translate3d(-100%, 0px, 0px);
}
}
@keyframes fpSlideLeftNew {
from {
    transform: translate3d(100%, 0px, 0px);
}
to {
    transform: translate3d(0px, 0px, 0px);
}
}
@keyframes fpSlideRight {
from {
    transform: translate3d(0, 0, 0px);
}
to {
    transform: translate3d(100%, 0px, 0px);
}
}
@keyframes fpSlideRightNew {
from {
    transform: translate3d(-100%, 0, 0px);
}
to {
    transform: translate3d(0, 0, 0px);
}
}
@keyframes fpFadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes fpFadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.flatpickr-calendar.hasWeeks {
  width: auto !important;
}
.ar[data-v-71adb06e]{width:420px;height:250px;font-family:'Roboto', sans-serif;border-radius:16px;background-color:#FAFAFA;box-shadow:0 4px 18px 0 rgba(0,0,0,0.17);position:relative;box-sizing:content-box
}
.ar-content[data-v-71adb06e]{padding:16px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center
}
.ar-records[data-v-71adb06e]{height:auto;padding-top:1px;overflow-y:auto;margin-bottom:20px
}
.ar-records__record[data-v-71adb06e]{width:320px;height:45px;padding:0 10px;margin:0 auto;line-height:45px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #E8E8E8;position:relative
}
.ar-records__record--selected[data-v-71adb06e]{border:1px solid #E8E8E8;border-radius:24px;background-color:#FFFFFF;margin-top:-1px;padding:0 34px
}
.ar-recorder[data-v-71adb06e]{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center
}
.ar-recorder__duration[data-v-71adb06e]{color:#AEAEAE;font-size:32px;font-weight:500;margin-top:20px;margin-bottom:16px
}
.ar-recorder__stop[data-v-71adb06e]{position:absolute;top:10px;right:-52px
}
.ar-recorder__time-limit[data-v-71adb06e]{position:absolute;color:#AEAEAE;font-size:12px;top:128px
}
.ar-recorder__records-limit[data-v-71adb06e]{position:absolute;color:#AEAEAE;font-size:12px;top:78px
}
.ar-spinner[data-v-71adb06e]{display:-ms-flexbox;display:flex;height:30px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:144px;z-index:10
}
.ar-spinner__dot[data-v-71adb06e]{display:block;margin:0 8px;border-radius:50%;width:30px;height:30px;background:#05CBCD;animation-name:blink;animation-duration:1.4s;animation-iteration-count:infinite;animation-fill-mode:both
}
.ar-spinner__dot[data-v-71adb06e]:nth-child(2){animation-delay:.2s
}
.ar-spinner__dot[data-v-71adb06e]:nth-child(3){animation-delay:.4s
}
@keyframes blink{
0%{opacity:.2
}
20%{opacity:1
}
100%{opacity:.2
}
}
.ar__text[data-v-71adb06e]{color:rgba(84,84,84,0.5);font-size:16px
}
.ar__blur[data-v-71adb06e]{filter:blur(2px);opacity:0.7
}
.ar__overlay[data-v-71adb06e]{position:absolute;width:100%;height:100%;z-index:10
}
.ar__upload-status[data-v-71adb06e]{text-align:center;font-size:10px;padding:2px;letter-spacing:1px;position:absolute;bottom:0
}
.ar__upload-status--success[data-v-71adb06e]{color:green
}
.ar__upload-status--fail[data-v-71adb06e]{color:red
}
.ar__rm[data-v-71adb06e]{cursor:pointer;position:absolute;width:6px;height:6px;padding:6px;line-height:6px;margin:auto;left:10px;bottom:0;top:0;color:#f4785a
}
.ar-icon[data-v-71adb06e]{fill:#747474;border-radius:50%;border:1px solid #05CBCD;background-color:#FFFFFF;padding:5px;cursor:pointer;transition:.2s
}
.ar-icon--rec[data-v-71adb06e]{fill:white;background-color:#FF6B64;border-color:transparent
}
.ar-icon--pulse[data-v-71adb06e]{animation:ripple .5s linear infinite
}
@keyframes ripple{
0%{box-shadow:0 0 0 0 rgba(255,0,0,0.1),0 0 0 1px rgba(255,0,0,0.1),0 0 0 5px rgba(255,0,0,0.1)
}
100%{box-shadow:0 0 0 0 rgba(255,0,0,0.1),0 0 0 10px rgba(255,0,0,0.1),0 0 0 20px rgba(255,0,0,0)
}
}
.ar-icon__sm[data-v-71adb06e]{width:30px;height:30px
}
.ar-icon__lg[data-v-71adb06e]{width:45px;height:45px;box-shadow:0 2px 5px 1px rgba(158,158,158,0.5)
}


















































































@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.notifications{position:fixed;top:50px;right:0;z-index:1257;pointer-events:none
}
@media screen and (min-width: 769px){
.notifications{max-width:320px
}
}
.notifications .notification{margin:20px
}
.notification{position:relative;min-width:240px;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translate3d(0, 0, 0);pointer-events:all
}

.messages{position:fixed;top:15px;left:0;width:100%;z-index:1258;pointer-events:none;transform:translate3d(0, 0, 0)
}
.messages .message-box{position:absolute;left:50%;transform:translate3d(0, 0, 0);-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:all
}
.messages .message{position:relative;right:50%
}
.messages .message .delete{float:right
}
.messages .message .icon{vertical-align:middle
}

.collapse.is-fullwidth {
  width: 100%;
}

.collapse-item .card-header{cursor:pointer
}
.collapse-item .card-header-icon{transition:transform .377s ease
}
.collapse-item .card-content{padding-top:0;padding-bottom:0;overflow:hidden
}
.collapse-item .card-content-box{padding-top:20px;padding-bottom:20px
}
.collapse-item.is-active>.card-header>.card-header-icon{-ms-transform:rotate(90deg);transform:rotate(90deg)
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.modal .modal-body {
  text-align: center;
  padding-top: 20px;
  width: auto;
  height: auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.is-title[data-v-5075c840]{text-transform:capitalize
}

.is-title[data-v-369d3951]{text-transform:capitalize
}

.back-to-top{z-index:10;position:fixed;right:100px;bottom:50px;cursor:pointer
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.time[data-v-1ce8085e]{margin:0px 10px
}
.info input[data-v-1ce8085e]{width:100%
}
.resultAudio[data-v-1ce8085e]{margin-left:40px;margin-top:8px;position:absolute
}

body[data-v-1883b718]{font-family:'Nunito', sans-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility
}
.player-wrapper[data-v-1883b718]{-ms-flex-align:center;align-items:center;background-color:#3273dc;background-image:linear-gradient(90deg, #fff 0, #e0e0e0);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;height:100vh
}
.player[data-v-1883b718]{background-color:#3273dc;border:1px solid #1e57b2;border-radius:5px;color:#fff;display:inline-block;line-height:2.0
}
.player-controls[data-v-1883b718]{display:-ms-flexbox;display:flex
}
.player-controls>div[data-v-1883b718]{border-right:1px solid #1e57b2
}
.player-controls>div[data-v-1883b718]:last-child{border-right:none
}
.player-controls>div a[data-v-1883b718]{color:#fff;display:contents;line-height:0;padding:1em;text-decoration:none
}
.player-progress[data-v-1883b718]{background-color:#1e57b2;cursor:pointer;height:30%;min-width:100px;position:relative
}
.player-progress .player-seeker[data-v-1883b718]{background-color:#fff;bottom:0;left:0;position:absolute;top:0
}
.player-time[data-v-1883b718]{display:-ms-flexbox;display:flex;font-size:10px;-ms-flex-pack:justify;justify-content:space-between
}
.player-time .player-time-current[data-v-1883b718]{font-weight:700;padding-left:5px
}
.player-time .player-time-total[data-v-1883b718]{opacity:0.5;padding-right:5px
}

.pagination{list-style-type:none
}
.pagination-item{display:inline-block
}
.activepage{background-color:#4AAE9B;color:#ffffff
}
.table>thead>tr>th{text-align:center
}
.dropdown__header{position:relative
}
.dropdown__header i.fa{position:absolute;right:10px;top:35%;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .3s;color:white
}
.dropdown__header i.fa.fa-angle-up{opacity:0
}
.dropdown__header.is-active i.fa.fa-angle-up{opacity:1
}
.dropdown__header.is-active i.fa.fa-angle-down{opacity:0
}
.dropdown__header.is-active+.dropdown__content{height:auto;opacity:1;visibility:visible
}
.dropdown__content{height:0;opacity:0;overflow:hidden;transition:opacity .3s;visibility:hidden
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.time[data-v-8757686c]{margin:0px 5px 0px 5px;width:60px
}
.tabs[data-v-8757686c]{margin:20px
}
.tabs .tab-content[data-v-8757686c]{min-height:50px
}
p.phonepreprocessingparams[data-v-8757686c]{margin:-3px 10px 0px 10px
}
.quotasShell[data-v-8757686c]{margin-top:32px;margin-bottom:32px
}
.activeTab_2 .toolButtons[data-v-8757686c]{display:none
}
.report[data-v-8757686c]{display:inline-block
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.modal .modal-body {
  text-align: center;
  padding-top: 20px;
  width: 300px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vue-bulma-tabs{position:relative;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1
}
.vue-bulma-tabs.is-layout-top{-ms-flex-direction:column;flex-direction:column
}
.vue-bulma-tabs.is-layout-bottom{-ms-flex-direction:column-reverse;flex-direction:column-reverse
}
.vue-bulma-tabs.is-layout-left{-ms-flex-direction:row;flex-direction:row;overflow-x:hidden;overflow-y:auto
}
.vue-bulma-tabs.is-layout-left .tab-list{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;border-bottom:none;border-right:1px solid #b5b5b5
}
.vue-bulma-tabs.is-layout-left li{width:100%
}
.vue-bulma-tabs.is-layout-left li a{border-bottom:none;border-right:1px solid #b5b5b5;margin-bottom:0;margin-right:-1px;-ms-flex-pack:end;justify-content:flex-end
}
.vue-bulma-tabs.is-layout-left li a:hover{border-right-color:#363636
}
.vue-bulma-tabs.is-layout-left li.is-active a{border-right-color:#00d1b2
}
.vue-bulma-tabs.is-layout-left .tab-content{margin:30px 10px
}
.vue-bulma-tabs.is-layout-right{-ms-flex-direction:row-reverse;flex-direction:row-reverse;overflow-x:hidden;overflow-y:auto
}
.vue-bulma-tabs.is-layout-right .tab-list{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:start;justify-content:flex-start;border-bottom:none;border-left:1px solid #b5b5b5
}
.vue-bulma-tabs.is-layout-right .tab-list li{width:100%
}
.vue-bulma-tabs.is-layout-right .tab-list li a{border-bottom:none;border-left:1px solid #b5b5b5;margin-bottom:0;margin-left:-1px;-ms-flex-pack:start;justify-content:flex-start
}
.vue-bulma-tabs.is-layout-right .tab-list li a:hover{border-left-color:#363636
}
.vue-bulma-tabs.is-layout-right .tab-list li.is-active a{border-left-color:#00d1b2
}
.vue-bulma-tabs.is-layout-right .tab-content{margin:30px 10px
}
.vue-bulma-tabs .tab-content{-ms-flex-direction:column;flex-direction:column;overflow:hidden;position:relative;margin:10px 30px;-ms-flex:1 1;flex:1 1
}
.vue-bulma-tabs .tab-pane{width:100%;-ms-flex:1 1;flex:1 1
}
.vue-bulma-tabs .tab-pane.is-active{transform:translateZ(0)
}
.vue-bulma-tabs .tab-pane[class*="Out"]{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;-ms-transform:translateX(0);transform:translateX(0);-ms-transform:translateY(0);transform:translateY(0)
}

.quotas[data-v-a995ceb2]{
  margin-bottom: 16px;
}
.stats[data-v-a995ceb2]{
  margin-top: 16px;
}
.save[data-v-a995ceb2] {
  margin-top: 64px;
}
.rangesList .age[data-v-a995ceb2] {
  min-width: 630px;
  max-width: 1400px;
  width: 60%;
  margin-left: 16px;
  margin-right: 16px;
}
.rangesList .limit[data-v-a995ceb2] {
  min-width: 80px;
  max-width: 120px;
  width: 5%;
  vertical-align: middle;
  margin-left:8px;
}
.rangesList .summary[data-v-a995ceb2] {
  vertical-align: super;
  /*margin-bottom: 15px;*/
  margin-left:32px;
}
.rangesList .highLimit[data-v-a995ceb2] {
  position: absolute;
  width: 120%;
  margin-top: 20px;
  float: right;
  margin-left: auto;
  margin-right: auto;
  left: 56%;
}
.rangesList .highLimit span[data-v-a995ceb2] {
  margin-right:4px;
}
.rangesList .m .switch[data-v-a995ceb2] {
  background-color: #3498db;
  border-color: #3498db;
}
.rangesList .m .switch[data-v-a995ceb2]:before {
  background-color: #3498db;
  border-color: #3498db;
}
.rangesList .switch[data-v-a995ceb2] {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  --height: 2.2rem;
}
.rangesList .f .switch[data-v-a995ceb2]:after {
  content: '\f182';
  padding-left: 7px;
  padding-top: 3px;
}
.rangesList .m .switch[data-v-a995ceb2]:after {
  content: '\f183';
  padding-left: 7px;
  padding-top: 3px;
}
.rangesList .is-medium.switch[data-v-a995ceb2]:after {
  font-size: x-large;
  padding-left: 8px;
  padding-top: 2px;
}
.quota[data-v-a995ceb2] {
  /*margin-top: 36px;*/
  /*margin-bottom: 36px;*/
  padding-top: 36px;
  padding-bottom: 36px;
}
.quota.even[data-v-a995ceb2] {
  background-color: #fafafa;
}


















































































.switch{--height: 1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;outline:0;border-radius:calc(0.8 * var(--height));width:calc(1.625 * var(--height));height:var(--height);background-color:#dbdbdb;border:1px solid #dbdbdb;cursor:pointer;box-sizing:border-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-webkit-tap-highlight-color:transparent
}
.switch input{opacity:0;display:-ms-inline-flexbox;display:inline-flex;width:100%;height:100%;z-index:1;cursor:pointer
}
.switch:before,.switch:after{content:' ';position:absolute;top:0;left:0;height:calc(var(--height) - 2px);border-radius:calc((var(--height) - 2px) / 2);transition:0.233s
}
.switch:before{width:calc(1.625 * var(--height) - 2px);background-color:#dbdbdb
}
.switch:after{width:calc(var(--height) - 2px);background-color:#fff;box-shadow:0 2px 3px rgba(17,17,17,0.1)
}
.switch.checked{border-color:#4a4a4a;background-color:#4a4a4a
}
.switch.checked:before{-ms-transform:scale(0);transform:scale(0)
}
.switch.checked:after{-ms-transform:translateX(calc(0.625 * var(--height)));transform:translateX(calc(0.625 * var(--height)))
}
.switch.is-white.checked{border-color:#fff;background-color:#fff
}
.switch.is-black.checked{border-color:#0a0a0a;background-color:#0a0a0a
}
.switch.is-light.checked{border-color:#f5f5f5;background-color:#f5f5f5
}
.switch.is-dark.checked{border-color:#363636;background-color:#363636
}
.switch.is-primary.checked{border-color:#00d1b2;background-color:#00d1b2
}
.switch.is-info.checked{border-color:#3273dc;background-color:#3273dc
}
.switch.is-success.checked{border-color:#23d160;background-color:#23d160
}
.switch.is-warning.checked{border-color:#ffdd57;background-color:#ffdd57
}
.switch.is-danger.checked{border-color:#ff3860;background-color:#ff3860
}
.switch.is-small{--height: .75rem
}
.switch.is-medium{--height: 1.25rem
}
.switch.is-large{--height: 1.5rem
}
/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */
.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}
.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.vue-slider-dot-handle-focus {
  box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  box-sizing: content-box;
}
.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}

/*# sourceMappingURL=default.css.map */










































































































.spinner[data-v-0c2c9cf8] {
  /*margin: 100px auto;*/
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: inline-block;
}
.spinner > div[data-v-0c2c9cf8] {
  background-color: #333;
  /*background-color: white;*/
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2[data-v-0c2c9cf8] {
  animation-delay: -1.1s;
}
.spinner .rect3[data-v-0c2c9cf8] {
  animation-delay: -1.0s;
}
.spinner .rect4[data-v-0c2c9cf8] {
  animation-delay: -0.9s;
}
.spinner .rect5[data-v-0c2c9cf8] {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
}
}

.calls-result[data-v-07411758] {
  max-width: 300px;
}

.table-responsive{display:block;width:100%;min-height:.01%;overflow-x:auto
}
.button{margin:0 0 8px 0
}
#page-navigation{display:-ms-flexbox;display:flex
}
.pagination{list-style-type:none
}
.pagination-item{display:inline-block
}
.activepage{background-color:#4AAE9B;color:#ffffff
}
.tooltip{display:inherit
}
.table>thead>tr>th{text-align:center
}
.dropdown__header{position:relative
}
.dropdown__header i.fa{position:absolute;right:10px;top:35%;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .3s;color:white
}
.dropdown__header i.fa.fa-angle-up{opacity:0
}
.dropdown__header.is-active i.fa.fa-angle-up{opacity:1
}
.dropdown__header.is-active i.fa.fa-angle-down{opacity:0
}
.dropdown__header.is-active+.dropdown__content{height:auto;opacity:1;visibility:visible
}
.dropdown__content{height:0;opacity:0;overflow:hidden;transition:opacity .3s;visibility:hidden
}
.statusTd button{max-width:200px
}
.statusTd{width:200px
}

.pagination.top[data-v-7eab4f47] {
  margin-bottom: 10px;
}
.pagination.bottom[data-v-7eab4f47] {
  margin-top: 10px;
}
.pagination-next[data-v-7eab4f47], .pagination-previous[data-v-7eab4f47] {
   margin-left: 0;
   margin-right: 0;
}



























































































































































































.searchFilter[data-v-225085ba] {
  max-width: 512px;
  min-width: 256px;
}
.reportPeriod[data-v-225085ba] {
  max-width: 150px;
}
.campaignsTable .button[data-v-225085ba] {
  margin-bottom: 0;
}
.table[data-v-225085ba] {
  margin-bottom:0;
}
.campaignStatusCell[data-v-225085ba] {
  width: 256px;
}
.campaignStatusCell button[data-v-225085ba]{
  float: right;
}
.loadPhonesCell[data-v-225085ba] {
  width: 423px;
}
.loadPhonesCell div[data-v-225085ba]{
  display: inline-block;
}
.loadPhonesCell .deletePhonesDiv[data-v-225085ba]{
  margin-left: 8px;
}
.campaignReportCell[data-v-225085ba] {
  width: 463px;
}


.input.sum[data-v-515fb758] {
  max-width: 128px;
}
th div[data-v-515fb758] {
   display: inline-block;
}
th .sortButton[data-v-515fb758] {
   cursor: pointer;
}
th .sortButton[data-v-515fb758]:hover {
    font-weight: bold;
    font-size: large;
}
th .sortButton.current[data-v-515fb758] {
    font-weight: bold;
    font-size: large;
}
.addLabel[data-v-515fb758] {
   margin-bottom: -27px;
   margin-left: 4px;
   padding-top: 8px;
   width: 32px;
}
.clientCurrentBalance[data-v-515fb758], .newAddMoney[data-v-515fb758] {
   display:inline-block;
}
.clientCurrentBalance[data-v-515fb758] {
   font-size: large;
   margin-right: 32px;
}

input[type=range].slider{--height: 8px;border:none;border-radius:290486px;display:block;height:var(--height);padding:0;margin:0;cursor:pointer;outline:none;background:#dbdbdb;-webkit-tap-highlight-color:transparent
}
input[type=range].slider.is-small{--height: 4px
}
input[type=range].slider.is-medium{--height: 12px
}
input[type=range].slider.is-large{--height: 16px
}
input[type=range].slider.is-fullwidth{width:100%
}
input[type=range].slider:focus{outline:none
}
input[type=range].slider::-moz-focus-outer{border:none
}
input[type=range].slider::-webkit-slider-runnable-track,input[type=range].slider::-webkit-slider-thumb,input[type=range].slider{-webkit-appearance:none;appearance:none
}
input[type=range].slider::-webkit-slider-thumb{border-radius:50%;height:calc(var(--height) * 2.33);width:calc(var(--height) * 2.33);background-color:#FFF;border:calc(var(--height) / 2) solid #4a4a4a;box-shadow:0 2px 3px rgba(17,17,17,0.1);transform:translateZ(0);transition:0.1165s ease-in-out;box-sizing:border-box
}
input[type=range].slider::-webkit-slider-thumb:hover{transform:scale(1.25)
}
input[type=range].slider::-webkit-slider-thumb:active{cursor:-webkit-grabbing;cursor:grabbing
}
input[type=range].slider::-webkit-slider-runnable-track{display:flex;align-items:center;height:var(--height);border-radius:290486px;--track-background: linear-gradient(to right, transparent var(--low), $text calc(0%), $text var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background);transform:translateZ(0);transition:0.1165s
}
input[type=range].slider::-moz-range-thumb{border-radius:50%;height:calc(var(--height) * 2.33);width:calc(var(--height) * 2.33);background-color:#FFF;border:calc(var(--height) / 2) solid #4a4a4a;box-shadow:0 2px 3px rgba(17,17,17,0.1);transform:translateZ(0);transition:0.1165s ease-in-out;box-sizing:border-box
}
input[type=range].slider::-moz-range-thumb:hover{transform:scale(1.25)
}
input[type=range].slider::-moz-range-thumb:active{cursor:grabbing
}
input[type=range].slider::-moz-range-progress:focus{outline:0;border:0
}
input[type=range].slider::-moz-range-track{background:transparent
}
input[type=range].slider::-moz-range-progress{display:flex;align-items:center;width:100%;height:var(--height);border-radius:290486px;background-color:#4a4a4a
}
input[type=range].slider::-ms-thumb{border-radius:50%;height:calc(var(--height) * 2.33);width:calc(var(--height) * 2.33);background-color:#FFF;border:calc(var(--height) / 2) solid #4a4a4a;box-shadow:0 2px 3px rgba(17,17,17,0.1);transform:translateZ(0);transition:0.1165s ease-in-out;box-sizing:border-box
}
input[type=range].slider::-ms-thumb:hover{-ms-transform:scale(1.25);transform:scale(1.25)
}
input[type=range].slider::-ms-thumb:active{cursor:grabbing
}
input[type=range].slider::-ms-tooltip{display:none
}
input[type=range].slider.is-white::-webkit-slider-thumb{border-color:#fff
}
input[type=range].slider.is-white::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-white::-moz-range-thumb{border-color:#fff
}
input[type=range].slider.is-white::-moz-range-progress{background-color:#fff
}
input[type=range].slider.is-white::-ms-thumb{border-color:#fff
}
input[type=range].slider.is-white::-ms-fill-lower{background-color:#fff
}
input[type=range].slider.is-black::-webkit-slider-thumb{border-color:#0a0a0a
}
input[type=range].slider.is-black::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-black::-moz-range-thumb{border-color:#0a0a0a
}
input[type=range].slider.is-black::-moz-range-progress{background-color:#0a0a0a
}
input[type=range].slider.is-black::-ms-thumb{border-color:#0a0a0a
}
input[type=range].slider.is-black::-ms-fill-lower{background-color:#0a0a0a
}
input[type=range].slider.is-light::-webkit-slider-thumb{border-color:#f5f5f5
}
input[type=range].slider.is-light::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-light::-moz-range-thumb{border-color:#f5f5f5
}
input[type=range].slider.is-light::-moz-range-progress{background-color:#f5f5f5
}
input[type=range].slider.is-light::-ms-thumb{border-color:#f5f5f5
}
input[type=range].slider.is-light::-ms-fill-lower{background-color:#f5f5f5
}
input[type=range].slider.is-dark::-webkit-slider-thumb{border-color:#363636
}
input[type=range].slider.is-dark::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-dark::-moz-range-thumb{border-color:#363636
}
input[type=range].slider.is-dark::-moz-range-progress{background-color:#363636
}
input[type=range].slider.is-dark::-ms-thumb{border-color:#363636
}
input[type=range].slider.is-dark::-ms-fill-lower{background-color:#363636
}
input[type=range].slider.is-primary::-webkit-slider-thumb{border-color:#00d1b2
}
input[type=range].slider.is-primary::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-primary::-moz-range-thumb{border-color:#00d1b2
}
input[type=range].slider.is-primary::-moz-range-progress{background-color:#00d1b2
}
input[type=range].slider.is-primary::-ms-thumb{border-color:#00d1b2
}
input[type=range].slider.is-primary::-ms-fill-lower{background-color:#00d1b2
}
input[type=range].slider.is-info::-webkit-slider-thumb{border-color:#3273dc
}
input[type=range].slider.is-info::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-info::-moz-range-thumb{border-color:#3273dc
}
input[type=range].slider.is-info::-moz-range-progress{background-color:#3273dc
}
input[type=range].slider.is-info::-ms-thumb{border-color:#3273dc
}
input[type=range].slider.is-info::-ms-fill-lower{background-color:#3273dc
}
input[type=range].slider.is-success::-webkit-slider-thumb{border-color:#23d160
}
input[type=range].slider.is-success::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-success::-moz-range-thumb{border-color:#23d160
}
input[type=range].slider.is-success::-moz-range-progress{background-color:#23d160
}
input[type=range].slider.is-success::-ms-thumb{border-color:#23d160
}
input[type=range].slider.is-success::-ms-fill-lower{background-color:#23d160
}
input[type=range].slider.is-warning::-webkit-slider-thumb{border-color:#ffdd57
}
input[type=range].slider.is-warning::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-warning::-moz-range-thumb{border-color:#ffdd57
}
input[type=range].slider.is-warning::-moz-range-progress{background-color:#ffdd57
}
input[type=range].slider.is-warning::-ms-thumb{border-color:#ffdd57
}
input[type=range].slider.is-warning::-ms-fill-lower{background-color:#ffdd57
}
input[type=range].slider.is-danger::-webkit-slider-thumb{border-color:#ff3860
}
input[type=range].slider.is-danger::-webkit-slider-runnable-track{--track-background: linear-gradient(to right, transparent var(--low), $color calc(0%),  $color var(--high), transparent calc(0%)) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider.is-danger::-moz-range-thumb{border-color:#ff3860
}
input[type=range].slider.is-danger::-moz-range-progress{background-color:#ff3860
}
input[type=range].slider.is-danger::-ms-thumb{border-color:#ff3860
}
input[type=range].slider.is-danger::-ms-fill-lower{background-color:#ff3860
}
input[type=range].slider[orient=vertical]{-ms-writing-mode:bt-lr;writing-mode:bt-lr;-webkit-appearance:slider-vertical;height:200px;width:var(--height);-webkit-transform-origin:0 0;position:relative;top:0;left:0
}
input[type=range].slider[orient=vertical].is-white::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #fff;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-white::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-black::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #0a0a0a;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-black::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-light::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #f5f5f5;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-light::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-dark::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #363636;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-dark::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-primary::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #00d1b2;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-primary::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-info::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #3273dc;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-info::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-success::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #23d160;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-success::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-warning::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #ffdd57;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-warning::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}
input[type=range].slider[orient=vertical].is-danger::-webkit-slider-thumb:after{width:50px;height:50px;background-color:red;border:2px solid #ff3860;content:'';position:absolute;z-index:233
}
input[type=range].slider[orient=vertical].is-danger::-webkit-slider-runnable-track{display:block;--track-background: linear-gradient(to top, transparent var(--low), $color 0,  $color var(--high), transparent 0) no-repeat 0 100%;background:var(--track-background)
}

span.active[data-v-e5d0768c] {
  font-weight: bold;
}
span[data-v-e5d0768c] {
   cursor: pointer;
}

.lds-roller[data-v-5e5698a5] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div[data-v-5e5698a5] {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -ms-transform-origin: 40px 40px;
      transform-origin: 40px 40px;
}
.lds-roller div[data-v-5e5698a5]:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div[data-v-5e5698a5]:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div[data-v-5e5698a5]:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}














@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.time[data-v-4a58c152]{margin:0px 10px
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-4b0cd678]{margin-right:5px
}
.custom-file-input[data-v-4b0cd678]::-webkit-file-upload-button{visibility:hidden
}
.custom-file-input[data-v-4b0cd678]::before{content:'Select some files';display:inline-block;background:-webkit-linear-gradient(top, #f9f9f9, #e3e3e3);border:1px solid #999;border-radius:3px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt
}
.custom-file-input[data-v-4b0cd678]:hover::before{border-color:black
}
.custom-file-input[data-v-4b0cd678]:active::before{background:-webkit-linear-gradient(top, #e3e3e3, #f9f9f9)
}
p[data-v-4b0cd678]{margin-left:10px;margin-right:10px;margin-top:10px
}
.answer .label[data-v-4b0cd678]{white-space:nowrap
}
.answer .label .title[data-v-4b0cd678]{font-size:16px
}
.answer .label .words[data-v-4b0cd678]{font-size:10px
}
.answer .label .words[data-v-4b0cd678]{white-space:nowrap;overflow-x:hidden;display:inline;font-weight:normal
}
.add_parameter[data-v-4b0cd678]{margin-right:32px
}
.add_parameter span[data-v-4b0cd678]{margin-left:5px
}
.audio_list .audio[data-v-4b0cd678]{margin-top:5px
}
.audio_list .audio.param[data-v-4b0cd678]{display:none
}
.deleteAudio[data-v-4b0cd678]{display:inline;float:right
}
.deleteAudio i[data-v-4b0cd678]{color:indianred;font-size:2.4em;cursor:pointer;margin-top:-2px
}
.deleteAudio i[data-v-4b0cd678]:hover{color:red;font-size:2.5em;margin-top:-3px
}
.tabs-content .tab-content[data-v-4b0cd678]{display:none
}
.tabs-content .tab-content.is-active[data-v-4b0cd678]{display:block
}
.tab-content.inputUrls[data-v-4b0cd678]{max-height:137px;overflow-y:scroll
}
.tabs a[data-v-4b0cd678]{padding-bottom:0
}

.active_scenario_akvamir .add_parameter {
  display: none;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.modal .modal-body {
  text-align: center;
  padding-top: 20px;
  width: 300px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-317de15b]{margin-right:5px
}
p[data-v-317de15b]{margin-left:10px;margin-right:10px;margin-top:10px
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-45762da8]{margin-right:5px
}
.custom-file-input[data-v-45762da8]::-webkit-file-upload-button{visibility:hidden
}
.custom-file-input[data-v-45762da8]::before{content:'Select some files';display:inline-block;background:-webkit-linear-gradient(top, #f9f9f9, #e3e3e3);border:1px solid #999;border-radius:3px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt
}
.custom-file-input[data-v-45762da8]:hover::before{border-color:black
}
.custom-file-input[data-v-45762da8]:active::before{background:-webkit-linear-gradient(top, #e3e3e3, #f9f9f9)
}
p[data-v-45762da8]{margin-left:10px;margin-right:10px;margin-top:10px
}

.tags-input-text.input[data-v-2409dfff] {
  max-width: 170px;
}
.tag[data-v-2409dfff] {
  background-color: unset;
}
.filled .tags-input-text-div[data-v-2409dfff] {
  float: left;
}
.second-layer[data-v-2409dfff] {
  margin-bottom: 16px;
  margin-top: 16px;
}
.wordsEditor[data-v-2409dfff] {
  margin-bottom: 8px;
}
.wordsEditor.empty[data-v-2409dfff] {
  height: 35px;
}
.tags-input-remove.delete[data-v-2409dfff] {
  height: 14px;
  width: 14px;
  margin-top: -3px;
}
.yesTitle[data-v-2409dfff], .noTitle[data-v-2409dfff] {
  font-size: 16px;
}
.tags-input-tag.tag[data-v-2409dfff] {
  margin-top: -3px;
}

.yesnoonequestionmultilang .answer .add_parameter {
  display: none;
}
.yesnoonequestionmultilang .answer .generate_audio_control .speaker {
  display: none;
}
.yesnoonequestionmultilang .answer .generate_audio_control {
  display: inline-block;
}
.yesnoonequestionmultilang .answer .generate_audio_control .speed {
  display: inline-block;
}
.yesnoonequestionmultilang .answer .audio_single {
    display: inline-block;
}
.yesnoonequestionmultilang .answer .player-progress {
  width: 333px;
}
.yesnoonequestionmultilang .answer .tabs.is-boxed li.is-active a {
  background-color: unset;
}

.langVoiceParameters[data-v-54c2f26b] {
  display: -ms-flexbox;
  display: flex;
}
.langVoiceParameters .locale input[data-v-54c2f26b] {
  max-width: 64px;
}
.langVoiceParameters .vendor[data-v-54c2f26b], .langVoiceParameters .voice[data-v-54c2f26b] {
  margin-left:40px
}
.langVoiceParameters .is-horizontal[data-v-54c2f26b] {
  display:-ms-flexbox;
  display:flex;
}
.is-horizontal .field-label [data-v-54c2f26b], .is-horizontal .field-body[data-v-54c2f26b]{
  display: inline-block;
}
.field-label[data-v-54c2f26b] {
  margin-top: 6px;
  margin-right: 2px;
}










































.scenario_bar[data-v-e2f1d502] {
  margin-top: 40px;
}


@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-5d04d4ba]{margin-right:5px
}
p[data-v-5d04d4ba]{margin-left:10px;margin-right:10px;margin-top:10px
}
.questionKey[data-v-5d04d4ba]{display:inline-block;width:256px;margin-left:16px;margin-top:-6px
}






































































































@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-7fd87125]{margin-right:5px
}
.button-center[data-v-7fd87125]{height:0;position:relative;top:-4em;left:-5.5em
}
.positive-scenario[data-v-7fd87125]{margin-bottom:10px
}
.add-new[data-v-7fd87125]{border-radius:100%;font-size:1.3em;font-weight:bold
}
.delete-button[data-v-7fd87125]{float:right
}
.add-button-wrapper[data-v-7fd87125]{position:relative
}
p[data-v-7fd87125]{margin-left:10px;margin-right:10px;margin-top:10px
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-3502c9ca]{margin-right:5px
}
.button-center[data-v-3502c9ca]{height:0;position:relative;top:-4em;left:-5.5em
}
.positive-scenario[data-v-3502c9ca]{margin-bottom:10px
}
.add-new[data-v-3502c9ca]{border-radius:100%;font-size:1.3em;font-weight:bold
}
.delete-button[data-v-3502c9ca]{float:right
}
.add-button-wrapper[data-v-3502c9ca]{position:relative
}
p[data-v-3502c9ca]{margin-left:10px;margin-right:10px;margin-top:10px
}

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-f4629e44]{margin-right:5px
}
p[data-v-f4629e44]{margin-left:10px;margin-right:10px;margin-top:10px
}

.answer_shell[data-v-ea0433e2] {
  max-width: 512px;
  display: inline-block;
  /*margin-right: 32px;*/
  vertical-align: top;
  /*border: 1px double black; !* Параметры границы *!*/
  background-color: ghostwhite;
  padding: 10px;
  margin-top: 50px;
}
.answer_shell.firstQuestion[data-v-ea0433e2] {
  margin-top: 0;
  width: 45%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.answers[data-v-ea0433e2] {
  text-align:center;
  overflow-y: auto;
  overflow-x: hidden;
}
.answer_shell.afterYes[data-v-ea0433e2] {
  float: left;
}
.answer_shell.afterNo[data-v-ea0433e2] {
}
.answer_shell.afterFail[data-v-ea0433e2] {
  float:right;
}
.afterSecondFail.answer_shell[data-v-ea0433e2] {
  display: block;
}
.arrow[data-v-ea0433e2] {
  display: inline;
}
.arrows[data-v-ea0433e2] {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* 1812 */
@media (max-width: 1814px) {
.answer_shell[data-v-ea0433e2] {
    max-width: 384px;
}
.answer_shell.firstQuestion[data-v-ea0433e2] {
    max-width: unset;
}
.answer_shell .generate_audio_control .generate_button[data-v-ea0433e2] {
    margin-top: 40px;
}
.answer_shell .generate_audio_control .speaker[data-v-ea0433e2] {
    margin-left: -180px;
}
.answer textarea[data-v-ea0433e2] {
    min-height: 124px;
}
}
@media (max-width: 1425px) {
.answer_shell.afterFail[data-v-ea0433e2] {
    float:unset;
    display: block;
}
}

.denta_promotion .answer .generation_radios {
  display: none;
}
.denta_promotion .generation_radios {
  display: none;
}
.denta_promotioninput[type=range].slider.is-small {
  width: 110px;
}
.denta_promotion .generate_audio_control {
  margin-top: 10px;
}
.denta_promotion .firstQuestion .player {
  width: 80%;
}
.denta_promotion .player .player-progress {
  width: 256px;
}
.denta_promotion .firstQuestion .player .player-progress {
  width: 400px;
}
.denta_promotion .answer .add_parameter {
  float: right;
  margin-top:-32px;
}
.denta_promotion .answer .label {
  text-align: left;
}
.denta_promotion .answer textarea {
  min-height: 73px;
}
.denta_promotion .firstQuestion .answer textarea {
  min-height: 124px;
}
.denta_promotion .afterFail.answer_shell .answer:last-child {
  margin-top:32px;
}
@media (max-width: 1814px) {
.denta_promotion .answer_shell {
    max-width: 384px;
}
.denta_promotion .answer_shell.firstQuestion {
    max-width: unset;
}
.denta_promotion .answer_shell .generate_audio_control .generate_button {
    margin-top: 40px;
}
.denta_promotion .answer_shell .generate_audio_control .speaker {
    margin-left: -180px;
}
.denta_promotion .answer textarea {
    min-height: 124px;
}
}
@media (max-width: 1425px) {
.denta_promotion .answer_shell.afterFail {
    float:unset;
    display: block;
}
}
.denta_promotion .player .volume input {
  width:53px;
}
.denta_promotion .firstQuestion .player .volume input {
  width:75px;
}

.answer_shell[data-v-4f99736a] {
  max-width: 512px;
  display: inline-block;
  margin-right: 32px;
  margin-top: 50px;
  vertical-align: top;
  /*border: 1px double black; !* Параметры границы *!*/
  background-color: ghostwhite;
  padding: 10px;
}
.answer_shell.start[data-v-4f99736a] {
  display:block;
  margin-left: auto;
  margin-right: auto;
  /*margin-top: -32px;*/
  max-width: 900px;
  min-height: 120px;
  height: 194px;
}
.answer_shell.start textarea[data-v-4f99736a]{
  height: 64px;
  min-height: 64px;
}


.akvamir .answer .generation_radios {
  display: none;
}
.akvamir .generation_radios {
  display: none;
}
.akvamir input[type=range].slider.is-small {
  width: 110px;
}
.akvamir .generate_audio_control {
  margin-top: 10px;
}
.akvamir .player {
  width: 85%;
  max-width: 420px;
}
.akvamir .player .player-progress {
  width: 256px;
}
.akvamir .player .volume input {
  width:53px;
}
.akvamir .start textarea{
  height: 56px;
  min-height: 56px;
}
/*! bulma.io v0.3.2 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

*:before, *:after {
  box-sizing: inherit;
}

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  background-color: white;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: "Inconsolata", "Consolas", "Monaco", monospace;
}

body {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #00d1b2;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: none 86ms ease-out;
  transition: none 86ms ease-out;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

img {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

small {
  font-size: 0.8em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

pre {
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.8em;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background: none;
  color: inherit;
  display: block;
  font-size: 1em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
}

table {
  width: 100%;
}

table td,
table th {
  text-align: left;
  vertical-align: top;
}

table th {
  color: #363636;
}

.is-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px) {
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 999px) {
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1192px) {
  .is-block-widescreen {
    display: block !important;
  }
}

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) {
  .is-flex-tablet {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-flex-tablet-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 999px) {
  .is-flex-touch {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-flex-desktop {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-flex-desktop-only {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (min-width: 1192px) {
  .is-flex-widescreen {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.is-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1192px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}

.is-inline-block {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1192px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

.is-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) {
  .is-inline-flex-tablet {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-inline-flex-tablet-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (max-width: 999px) {
  .is-inline-flex-touch {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-inline-flex-desktop {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-inline-flex-desktop-only {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1192px) {
  .is-inline-flex-widescreen {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.is-clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left;
}

.is-pulled-right {
  float: right;
}

.is-clipped {
  overflow: hidden !important;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.has-text-centered {
  text-align: center;
}

.has-text-left {
  text-align: left;
}

.has-text-right {
  text-align: right;
}

.is-hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 999px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1191px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1192px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}

.is-disabled {
  pointer-events: none;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  display: block;
  padding: 1.25rem;
}

.box:not(:last-child) {
  margin-bottom: 1.5rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.285em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: white;
  border: 1px solid #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
  white-space: nowrap;
}

.button:focus, .button.is-focused, .button:active, .button.is-active {
  outline: none;
}

.button[disabled], .button.is-disabled {
  pointer-events: none;
}

.button strong {
  color: inherit;
}

.button .icon:first-child:not(:last-child) {
  margin-left: -0.25rem;
  margin-right: 0.5rem;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.5rem;
  margin-right: -0.25rem;
}

.button .icon:first-child:last-child {
  margin-left: calc(-1px + -0.25rem);
  margin-right: calc(-1px + -0.25rem);
}

.button .icon.is-small:first-child:not(:last-child) {
  margin-left: 0rem;
}

.button .icon.is-small:last-child:not(:first-child) {
  margin-right: 0rem;
}

.button .icon.is-small:first-child:last-child {
  margin-left: calc(-1px + 0rem);
  margin-right: calc(-1px + 0rem);
}

.button .icon.is-medium:first-child:not(:last-child) {
  margin-left: -0.5rem;
}

.button .icon.is-medium:last-child:not(:first-child) {
  margin-right: -0.5rem;
}

.button .icon.is-medium:first-child:last-child {
  margin-left: calc(-1px + -0.5rem);
  margin-right: calc(-1px + -0.5rem);
}

.button .icon.is-large:first-child:not(:last-child) {
  margin-left: -1rem;
}

.button .icon.is-large:last-child:not(:first-child) {
  margin-right: -1rem;
}

.button .icon.is-large:first-child:last-child {
  margin-left: calc(-1px + -1rem);
  margin-right: calc(-1px + -1rem);
}

.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus, .button.is-focused {
  border-color: #00d1b2;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #363636;
}

.button:active, .button.is-active {
  border-color: #4a4a4a;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #363636;
}

.button.is-link {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-link:hover, .button.is-link.is-hovered, .button.is-link:focus, .button.is-link.is-focused, .button.is-link:active, .button.is-link.is-active {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #0a0a0a;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover {
  background-color: black;
}

.button.is-white.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined:focus {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined:focus {
  background-color: #0a0a0a;
  color: white;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: white;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-black.is-loading:after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined:focus {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading:after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined:focus {
  background-color: white;
  color: #0a0a0a;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #363636;
}

.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #363636;
}

.button.is-light.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted:hover {
  background-color: #292929;
}

.button.is-light.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover, .button.is-light.is-outlined:focus {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.button.is-light.is-outlined.is-loading:after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined:focus {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}

.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: whitesmoke;
}

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted:hover {
  background-color: #e8e8e8;
}

.button.is-dark.is-loading:after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading:after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined:focus {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-primary.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-primary.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.button.is-primary.is-outlined.is-loading:after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #00d1b2;
}

.button.is-info {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

.button.is-info:active, .button.is-info.is-active {
  background-color: #2366d1;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #3273dc;
}

.button.is-info.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-info.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined:focus {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

.button.is-info.is-outlined.is-loading:after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #3273dc;
}

.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-success.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

.button.is-success.is-outlined:hover, .button.is-success.is-outlined:focus {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.button.is-success.is-outlined.is-loading:after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #23d160;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-loading:after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined:focus {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading:after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined:focus {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
  color: #fff;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted:hover {
  background-color: #f2f2f2;
}

.button.is-danger.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined:focus {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading:after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined:focus {
  background-color: #fff;
  color: #ff3860;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-small .icon:first-child:not(:last-child) {
  margin-left: -0.375rem;
  margin-right: 0.375rem;
}

.button.is-small .icon:last-child:not(:first-child) {
  margin-left: 0.375rem;
  margin-right: -0.375rem;
}

.button.is-small .icon:first-child:last-child {
  margin-left: calc(-1px + -0.375rem);
  margin-right: calc(-1px + -0.375rem);
}

.button.is-small .icon.is-small:first-child:not(:last-child) {
  margin-left: -0.125rem;
}

.button.is-small .icon.is-small:last-child:not(:first-child) {
  margin-right: -0.125rem;
}

.button.is-small .icon.is-small:first-child:last-child {
  margin-left: calc(-1px + -0.125rem);
  margin-right: calc(-1px + -0.125rem);
}

.button.is-small .icon.is-medium:first-child:not(:last-child) {
  margin-left: -0.625rem;
}

.button.is-small .icon.is-medium:last-child:not(:first-child) {
  margin-right: -0.625rem;
}

.button.is-small .icon.is-medium:first-child:last-child {
  margin-left: calc(-1px + -0.625rem);
  margin-right: calc(-1px + -0.625rem);
}

.button.is-small .icon.is-large:first-child:not(:last-child) {
  margin-left: -1.125rem;
}

.button.is-small .icon.is-large:last-child:not(:first-child) {
  margin-right: -1.125rem;
}

.button.is-small .icon.is-large:first-child:last-child {
  margin-left: calc(-1px + -1.125rem);
  margin-right: calc(-1px + -1.125rem);
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-medium .icon:first-child:not(:last-child) {
  margin-left: -0.125rem;
  margin-right: 0.625rem;
}

.button.is-medium .icon:last-child:not(:first-child) {
  margin-left: 0.625rem;
  margin-right: -0.125rem;
}

.button.is-medium .icon:first-child:last-child {
  margin-left: calc(-1px + -0.125rem);
  margin-right: calc(-1px + -0.125rem);
}

.button.is-medium .icon.is-small:first-child:not(:last-child) {
  margin-left: 0.125rem;
}

.button.is-medium .icon.is-small:last-child:not(:first-child) {
  margin-right: 0.125rem;
}

.button.is-medium .icon.is-small:first-child:last-child {
  margin-left: calc(-1px + 0.125rem);
  margin-right: calc(-1px + 0.125rem);
}

.button.is-medium .icon.is-medium:first-child:not(:last-child) {
  margin-left: -0.375rem;
}

.button.is-medium .icon.is-medium:last-child:not(:first-child) {
  margin-right: -0.375rem;
}

.button.is-medium .icon.is-medium:first-child:last-child {
  margin-left: calc(-1px + -0.375rem);
  margin-right: calc(-1px + -0.375rem);
}

.button.is-medium .icon.is-large:first-child:not(:last-child) {
  margin-left: -0.875rem;
}

.button.is-medium .icon.is-large:last-child:not(:first-child) {
  margin-right: -0.875rem;
}

.button.is-medium .icon.is-large:first-child:last-child {
  margin-left: calc(-1px + -0.875rem);
  margin-right: calc(-1px + -0.875rem);
}

.button.is-large {
  font-size: 1.5rem;
}

.button.is-large .icon:first-child:not(:last-child) {
  margin-left: 0rem;
  margin-right: 0.75rem;
}

.button.is-large .icon:last-child:not(:first-child) {
  margin-left: 0.75rem;
  margin-right: 0rem;
}

.button.is-large .icon:first-child:last-child {
  margin-left: calc(-1px + 0rem);
  margin-right: calc(-1px + 0rem);
}

.button.is-large .icon.is-small:first-child:not(:last-child) {
  margin-left: 0.25rem;
}

.button.is-large .icon.is-small:last-child:not(:first-child) {
  margin-right: 0.25rem;
}

.button.is-large .icon.is-small:first-child:last-child {
  margin-left: calc(-1px + 0.25rem);
  margin-right: calc(-1px + 0.25rem);
}

.button.is-large .icon.is-medium:first-child:not(:last-child) {
  margin-left: -0.25rem;
}

.button.is-large .icon.is-medium:last-child:not(:first-child) {
  margin-right: -0.25rem;
}

.button.is-large .icon.is-medium:first-child:last-child {
  margin-left: calc(-1px + -0.25rem);
  margin-right: calc(-1px + -0.25rem);
}

.button.is-large .icon.is-large:first-child:not(:last-child) {
  margin-left: -0.75rem;
}

.button.is-large .icon.is-large:last-child:not(:first-child) {
  margin-right: -0.75rem;
}

.button.is-large .icon.is-large:first-child:last-child {
  margin-left: calc(-1px + -0.75rem);
  margin-right: calc(-1px + -0.75rem);
}

.button[disabled], .button.is-disabled {
  opacity: 0.5;
}

.button.is-fullwidth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  position: absolute !important;
}

.content {
  color: #4a4a4a;
}

.content:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 400;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style: decimal outside;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
  text-align: left;
}

.content table tr:hover {
  background-color: whitesmoke;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.285em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
  vertical-align: top;
  background-color: white;
  border: 1px solid #dbdbdb;
  color: #363636;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  outline: none;
}

.input[disabled], .input.is-disabled,
.textarea[disabled],
.textarea.is-disabled {
  pointer-events: none;
}

.input:hover, .input.is-hovered,
.textarea:hover,
.textarea.is-hovered {
  border-color: #b5b5b5;
}

.input:focus, .input.is-focused, .input:active, .input.is-active,
.textarea:focus,
.textarea.is-focused,
.textarea:active,
.textarea.is-active {
  border-color: #00d1b2;
}

.input[disabled], .input.is-disabled,
.textarea[disabled],
.textarea.is-disabled {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder, .input.is-disabled::-moz-placeholder,
.textarea[disabled]::-moz-placeholder,
.textarea.is-disabled::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input[disabled]::-webkit-input-placeholder, .input.is-disabled::-webkit-input-placeholder,
.textarea[disabled]::-webkit-input-placeholder,
.textarea.is-disabled::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input[disabled]:-moz-placeholder, .input.is-disabled:-moz-placeholder,
.textarea[disabled]:-moz-placeholder,
.textarea.is-disabled:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input[disabled]:-ms-input-placeholder, .input.is-disabled:-ms-input-placeholder,
.textarea[disabled]:-ms-input-placeholder,
.textarea.is-disabled:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input[type="search"],
.textarea[type="search"] {
  border-radius: 290486px;
}

.input.is-white,
.textarea.is-white {
  border-color: white;
}

.input.is-black,
.textarea.is-black {
  border-color: #0a0a0a;
}

.input.is-light,
.textarea.is-light {
  border-color: whitesmoke;
}

.input.is-dark,
.textarea.is-dark {
  border-color: #363636;
}

.input.is-primary,
.textarea.is-primary {
  border-color: #00d1b2;
}

.input.is-info,
.textarea.is-info {
  border-color: #3273dc;
}

.input.is-success,
.textarea.is-success {
  border-color: #23d160;
}

.input.is-warning,
.textarea.is-warning {
  border-color: #ffdd57;
}

.input.is-danger,
.textarea.is-danger {
  border-color: #ff3860;
}

.input.is-small,
.textarea.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.25rem;
}

.input.is-large,
.textarea.is-large {
  font-size: 1.5rem;
}

.input.is-fullwidth,
.textarea.is-fullwidth {
  display: block;
  width: 100%;
}

.input.is-inline,
.textarea.is-inline {
  display: inline;
  width: auto;
}

.textarea {
  display: block;
  line-height: 1.25;
  max-height: 600px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
  padding: 10px;
  resize: vertical;
}

.checkbox,
.radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  vertical-align: top;
}

.checkbox input,
.radio input {
  cursor: pointer;
  margin-right: 0.5em;
}

.checkbox:hover,
.radio:hover {
  color: #363636;
}

.checkbox.is-disabled,
.radio.is-disabled {
  color: #7a7a7a;
  pointer-events: none;
}

.checkbox.is-disabled input,
.radio.is-disabled input {
  pointer-events: none;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  height: 2.5em;
  position: relative;
  vertical-align: top;
}

.select:after {
  border: 1px solid #00d1b2;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.5em;
  pointer-events: none;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 0.5em;
  margin-top: -0.375em;
  right: 1.125em;
  top: 50%;
  z-index: 4;
}

.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.285em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
  vertical-align: top;
  background-color: white;
  border: 1px solid #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  outline: none;
  padding-right: 2.5em;
}

.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  outline: none;
}

.select select[disabled], .select select.is-disabled {
  pointer-events: none;
}

.select select:hover, .select select.is-hovered {
  border-color: #b5b5b5;
}

.select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
  border-color: #00d1b2;
}

.select select[disabled], .select select.is-disabled {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.select select[disabled]::-moz-placeholder, .select select.is-disabled::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select[disabled]::-webkit-input-placeholder, .select select.is-disabled::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select[disabled]:-moz-placeholder, .select select.is-disabled:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select[disabled]:-ms-input-placeholder, .select select.is-disabled:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.select select:hover {
  border-color: #b5b5b5;
}

.select select::ms-expand {
  display: none;
}

.select:hover:after {
  border-color: #363636;
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.label {
  color: #363636;
  display: block;
  font-weight: bold;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 5px;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #00d1b2;
}

.help.is-info {
  color: #3273dc;
}

.help.is-success {
  color: #23d160;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #ff3860;
}

@media screen and (max-width: 768px) {
  .control-label {
    margin-bottom: 0.5em;
  }
}

@media screen and (min-width: 769px) {
  .control-label {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5em;
    padding-top: 0.5em;
    text-align: right;
  }
}

.control {
  position: relative;
  text-align: left;
}

.control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.control.has-addons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.control.has-addons .button,
.control.has-addons .input,
.control.has-addons .select {
  border-radius: 0;
  margin-right: -1px;
  width: auto;
}

.control.has-addons .button:hover,
.control.has-addons .input:hover,
.control.has-addons .select:hover {
  z-index: 2;
}

.control.has-addons .button:focus, .control.has-addons .button:active,
.control.has-addons .input:focus,
.control.has-addons .input:active,
.control.has-addons .select:focus,
.control.has-addons .select:active {
  z-index: 3;
}

.control.has-addons .button:first-child,
.control.has-addons .input:first-child,
.control.has-addons .select:first-child {
  border-radius: 3px 0 0 3px;
}

.control.has-addons .button:first-child select,
.control.has-addons .input:first-child select,
.control.has-addons .select:first-child select {
  border-radius: 3px 0 0 3px;
}

.control.has-addons .button:last-child,
.control.has-addons .input:last-child,
.control.has-addons .select:last-child {
  border-radius: 0 3px 3px 0;
}

.control.has-addons .button:last-child select,
.control.has-addons .input:last-child select,
.control.has-addons .select:last-child select {
  border-radius: 0 3px 3px 0;
}

.control.has-addons .button.is-expanded,
.control.has-addons .input.is-expanded,
.control.has-addons .select.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.control.has-addons .select select:hover {
  z-index: 2;
}

.control.has-addons .select select:focus, .control.has-addons .select select:active {
  z-index: 3;
}

.control.has-addons.has-addons-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.control.has-addons.has-addons-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.control.has-addons.has-addons-fullwidth .button,
.control.has-addons.has-addons-fullwidth .input,
.control.has-addons.has-addons-fullwidth .select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.control.has-icon .icon {
  color: #dbdbdb;
  pointer-events: none;
  position: absolute;
  top: 1.25rem;
  z-index: 4;
}

.control.has-icon .input:focus + .icon {
  color: #7a7a7a;
}

.control.has-icon .input.is-small + .icon {
  top: 0.9375rem;
}

.control.has-icon .input.is-medium + .icon {
  top: 1.5625rem;
}

.control.has-icon .input.is-large + .icon {
  top: 1.875rem;
}

.control.has-icon:not(.has-icon-right) .icon {
  left: 1.25rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.control.has-icon:not(.has-icon-right) .input {
  padding-left: 2.5em;
}

.control.has-icon:not(.has-icon-right) .input.is-small + .icon {
  left: 0.9375rem;
}

.control.has-icon:not(.has-icon-right) .input.is-medium + .icon {
  left: 1.5625rem;
}

.control.has-icon:not(.has-icon-right) .input.is-large + .icon {
  left: 1.875rem;
}

.control.has-icon.has-icon-right .icon {
  right: 1.25rem;
  -webkit-transform: translateX(50%) translateY(-50%);
          transform: translateX(50%) translateY(-50%);
}

.control.has-icon.has-icon-right .input {
  padding-right: 2.5em;
}

.control.has-icon.has-icon-right .input.is-small + .icon {
  right: 0.9375rem;
}

.control.has-icon.has-icon-right .input.is-medium + .icon {
  right: 1.5625rem;
}

.control.has-icon.has-icon-right .input.is-large + .icon {
  right: 1.875rem;
}

.control.is-grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.control.is-grouped > .control {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.control.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.control.is-grouped > .control.is-expanded {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.control.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.control.is-grouped.is-grouped-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .control.is-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .control.is-horizontal > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

.control.is-loading:after {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem;
  position: absolute !important;
  right: 0.75em;
  top: 0.75em;
}

.icon {
  display: inline-block;
  font-size: 21px;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  vertical-align: top;
  width: 1.5rem;
}

.icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.icon.is-small {
  display: inline-block;
  font-size: 14px;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  vertical-align: top;
  width: 1rem;
}

.icon.is-medium {
  display: inline-block;
  font-size: 28px;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  vertical-align: top;
  width: 2rem;
}

.icon.is-large {
  display: inline-block;
  font-size: 42px;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  vertical-align: top;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image.is-square img, .image.is-1by1 img, .image.is-4by3 img, .image.is-3by2 img, .image.is-16by9 img, .image.is-2by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification:not(:last-child) {
  margin-bottom: 1.5rem;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification .delete {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: inherit;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.notification.is-info {
  background-color: #3273dc;
  color: #fff;
}

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress:not(:last-child) {
  margin-bottom: 1.5rem;
}

.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

.progress.is-info::-webkit-progress-value {
  background-color: #3273dc;
}

.progress.is-info::-moz-progress-bar {
  background-color: #3273dc;
}

.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

.table {
  background-color: white;
  color: #363636;
  margin-bottom: 1.5rem;
  width: 100%;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table th {
  color: #363636;
  text-align: left;
}

.table tr:hover {
  background-color: #fafafa;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #7a7a7a;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #7a7a7a;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.table.is-striped tbody tr:nth-child(even):hover {
  background-color: whitesmoke;
}

.tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.5;
  padding-left: 0.875em;
  padding-right: 0.875em;
  vertical-align: top;
  white-space: nowrap;
}

.tag .delete {
  margin-left: 0.25em;
  margin-right: -0.5em;
}

.tag.is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag.is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.tag.is-info {
  background-color: #3273dc;
  color: #fff;
}

.tag.is-success {
  background-color: #23d160;
  color: #fff;
}

.tag.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag.is-medium {
  font-size: 1rem;
}

.tag.is-large {
  font-size: 1.25rem;
}

.title,
.subtitle {
  word-break: break-word;
}

.title:not(:last-child),
.subtitle:not(:last-child) {
  margin-bottom: 1.5rem;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: 300;
}

.title strong,
.subtitle strong {
  font-weight: 500;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.125;
}

.title strong {
  color: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3.5rem;
}

.title.is-2 {
  font-size: 2.75rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 14px;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
}

.subtitle + .title {
  margin-top: -1.5rem;
}

.subtitle.is-1 {
  font-size: 3.5rem;
}

.subtitle.is-2 {
  font-size: 2.75rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 14px;
}

.block:not(:last-child) {
  margin-bottom: 1.5rem;
}

.container {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .container {
    margin: 0 auto;
    max-width: 960px;
  }
  .container.is-fluid {
    margin: 0 20px;
    max-width: none;
  }
}

@media screen and (min-width: 1192px) {
  .container {
    max-width: 1152px;
  }
}

.delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  outline: none;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  vertical-align: top;
  width: 20px;
}

.delete:before, .delete:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.delete:before {
  height: 2px;
  width: 50%;
}

.delete:after {
  height: 50%;
  width: 2px;
}

.delete:hover, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.delete.is-small {
  height: 14px;
  width: 14px;
}

.delete.is-medium {
  height: 26px;
  width: 26px;
}

.delete.is-large {
  height: 30px;
  width: 30px;
}

.fa {
  font-size: 21px;
  text-align: center;
  vertical-align: top;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight:not(:last-child) {
  margin-bottom: 1.5rem;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.loader {
  -webkit-animation: spinAround 500ms infinite linear;
          animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem;
}

.number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.card-header {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-header-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  padding: 1.5rem;
}

.card-content .title + .subtitle {
  margin-top: -1.5rem;
}

.card-footer {
  border-top: 1px solid #dbdbdb;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-footer-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card .media:not(:last-child) {
  margin-bottom: 0.75rem;
}

.level-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

.level-left,
.level-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
  margin-right: 0.75rem;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.level-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .level-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.level-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.level {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.level code {
  border-radius: 3px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.level.is-mobile > .level-item:not(:last-child) {
  margin-bottom: 0;
}

.level.is-mobile > .level-item:not(.is-narrow) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.media-left,
.media-right {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-align: left;
}

.media {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.menu {
  font-size: 1rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #00d1b2;
}

.menu-list a.is-active {
  background-color: #00d1b2;
  color: #fff;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 3px;
  font-size: 1rem;
}

.message:not(:last-child) {
  margin-bottom: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #090909;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #505050;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}

.message.is-dark .message-body {
  border-color: #363636;
  color: #2a2a2a;
}

.message.is-primary {
  background-color: #f5fffd;
}

.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}

.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #021310;
}

.message.is-info {
  background-color: #f6f9fe;
}

.message.is-info .message-header {
  background-color: #3273dc;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #3273dc;
  color: #22509a;
}

.message.is-success {
  background-color: #f6fef9;
}

.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #23d160;
  color: #0e301a;
}

.message.is-warning {
  background-color: #fffdf5;
}

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #3b3108;
}

.message.is-danger {
  background-color: #fff5f7;
}

.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}

.message-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4a4a4a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  position: relative;
}

.message-header a,
.message-header strong {
  color: inherit;
}

.message-header a {
  text-decoration: underline;
}

.message-header .delete {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

.message-body {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #4a4a4a;
  padding: 1em 1.25em;
}

.message-body a,
.message-body strong {
  color: inherit;
}

.message-body a {
  text-decoration: underline;
}

.message-body code,
.message-body pre {
  background: white;
}

.message-body pre code {
  background: transparent;
}

.modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  outline: none;
  position: relative;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  vertical-align: top;
  width: 20px;
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-close:before, .modal-close:after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.modal-close:before {
  height: 2px;
  width: 50%;
}

.modal-close:after {
  height: 50%;
  width: 2px;
}

.modal-close:hover, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.modal-close.is-small {
  height: 14px;
  width: 14px;
}

.modal-close.is-medium {
  height: 26px;
  width: 26px;
}

.modal-close.is-large {
  height: 30px;
  width: 30px;
}

.modal-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
}

.modal-card-head,
.modal-card-foot {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.modal-card-title {
  color: #363636;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 10px;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1986;
}

.modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-toggle {
  cursor: pointer;
  display: block;
  height: 3.5rem;
  position: relative;
  width: 3.5rem;
}

.nav-toggle span {
  background-color: #4a4a4a;
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: 50%;
  -webkit-transition: none 86ms ease-out;
  transition: none 86ms ease-out;
  -webkit-transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, -webkit-transform;
  transition-property: background, left, opacity, transform;
  transition-property: background, left, opacity, transform, -webkit-transform;
  width: 15px;
}

.nav-toggle span:nth-child(1) {
  margin-top: -6px;
}

.nav-toggle span:nth-child(2) {
  margin-top: -1px;
}

.nav-toggle span:nth-child(3) {
  margin-top: 4px;
}

.nav-toggle:hover {
  background-color: whitesmoke;
}

.nav-toggle.is-active span {
  background-color: #00d1b2;
}

.nav-toggle.is-active span:nth-child(1) {
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.nav-toggle.is-active span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-active span:nth-child(3) {
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

@media screen and (min-width: 769px) {
  .nav-toggle {
    display: none;
  }
}

.nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 0.75rem;
}

.nav-item a {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-item img {
  max-height: 1.75rem;
}

.nav-item .button + .button {
  margin-left: 0.75rem;
}

.nav-item .tag:first-child:not(:last-child) {
  margin-right: 0.5rem;
}

.nav-item .tag:last-child:not(:first-child) {
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  .nav-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.nav-item a,
a.nav-item {
  color: #7a7a7a;
}

.nav-item a:hover,
a.nav-item:hover {
  color: #363636;
}

.nav-item a.is-active,
a.nav-item.is-active {
  color: #363636;
}

.nav-item a.is-tab,
a.nav-item.is-tab {
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  padding-bottom: calc(0.5rem - 1px);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: calc(0.5rem - 1px);
}

.nav-item a.is-tab:hover,
a.nav-item.is-tab:hover {
  border-bottom-color: #00d1b2;
  border-top-color: transparent;
}

.nav-item a.is-tab.is-active,
a.nav-item.is-tab.is-active {
  border-bottom: 3px solid #00d1b2;
  color: #00d1b2;
  padding-bottom: calc(0.5rem - 3px);
}

@media screen and (min-width: 1000px) {
  .nav-item a.is-brand,
  a.nav-item.is-brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-menu {
    background-color: white;
    box-shadow: 0 4px 7px rgba(10, 10, 10, 0.1);
    left: 0;
    display: none;
    right: 0;
    top: 100%;
    position: absolute;
  }
  .nav-menu .nav-item {
    border-top: 1px solid rgba(219, 219, 219, 0.5);
    padding: 0.75rem;
  }
  .nav-menu.is-active {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) {
  .nav-menu {
    padding-right: 1.5rem;
  }
}

.nav-left,
.nav-right {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.nav-center {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 769px) {
  .nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nav {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  position: relative;
  text-align: center;
  z-index: 2;
}

.nav > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
  width: 100%;
}

.nav.has-shadow {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
}

.pagination,
.pagination-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.285em;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.875rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.pagination-previous:focus, .pagination-previous.is-focused, .pagination-previous:active, .pagination-previous.is-active,
.pagination-next:focus,
.pagination-next.is-focused,
.pagination-next:active,
.pagination-next.is-active,
.pagination-link:focus,
.pagination-link.is-focused,
.pagination-link:active,
.pagination-link.is-active,
.pagination-ellipsis:focus,
.pagination-ellipsis.is-focused,
.pagination-ellipsis:active,
.pagination-ellipsis.is-active {
  outline: none;
}

.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled,
.pagination-ellipsis[disabled],
.pagination-ellipsis.is-disabled {
  pointer-events: none;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border: 1px solid #dbdbdb;
  min-width: 2.5em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #00d1b2;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background: #dbdbdb;
  color: #7a7a7a;
  opacity: 0.5;
  pointer-events: none;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.pagination-link.is-current {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list li:not(:first-child) {
  margin-left: 0.375rem;
}

@media screen and (max-width: 768px) {
  .pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pagination-previous,
  .pagination-next {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: calc(50% - 0.375rem);
  }
  .pagination-next {
    margin-left: 0.75rem;
  }
  .pagination-list {
    margin-top: 0.75rem;
  }
  .pagination-list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

@media screen and (min-width: 769px) {
  .pagination-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination-previous,
  .pagination-next {
    margin-left: 0.75rem;
  }
  .pagination-previous {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pagination {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pagination.is-centered .pagination-previous {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination.is-centered .pagination-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pagination.is-centered .pagination-next {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pagination.is-right .pagination-previous {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pagination.is-right .pagination-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0.75rem;
  }
  .pagination.is-right .pagination-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 3px 3px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #00d1b2;
}

.panel-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

.panel-block > .control {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.panel-block.is-active {
  border-left-color: #00d1b2;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #00d1b2;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.tabs a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbdbdb;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #00d1b2;
  color: #00d1b2;
}

.tabs ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbdbdb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs.is-right ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.tabs.is-toggle a {
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 3px 0 0 3px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 3px 3px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.columns.is-mobile > .column.is-full {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-1 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px) {
  .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full, .column.is-full-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .column.is-narrow-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1192px) {
  .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .column.is-full-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

.columns.is-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .columns.is-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .columns.is-grid > .column {
    max-width: 33.3333%;
    padding: 0.75rem;
    width: 33.3333%;
  }
  .columns.is-grid > .column + .column {
    margin-left: 0;
  }
}

.columns.is-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.columns.is-vcentered {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tile {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px) {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile.is-1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8.33333%;
  }
  .tile.is-2 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 16.66667%;
  }
  .tile.is-3 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 25%;
  }
  .tile.is-4 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 33.33333%;
  }
  .tile.is-5 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 41.66667%;
  }
  .tile.is-6 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%;
  }
  .tile.is-7 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 58.33333%;
  }
  .tile.is-8 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 66.66667%;
  }
  .tile.is-9 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 75%;
  }
  .tile.is-10 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 83.33333%;
  }
  .tile.is-11 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 91.66667%;
  }
  .tile.is-12 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px) {
  .hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1192px) {
  .hero-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: white;
  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;
}

.hero .nav {
  background: none;
  box-shadow: 0 1px 0 rgba(219, 219, 219, 0.3);
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

.hero.is-white a,
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a,
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

.hero.is-white .nav {
  box-shadow: 0 1px 0 rgba(10, 10, 10, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-white .nav-menu {
    background-color: white;
  }
}

.hero.is-white a.nav-item,
.hero.is-white .nav-item a:not(.button) {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.nav-item:hover, .hero.is-white a.nav-item.is-active,
.hero.is-white .nav-item a:not(.button):hover,
.hero.is-white .nav-item a:not(.button).is-active {
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.hero.is-white.is-bold {
  background-image: -webkit-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%);
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white .nav-toggle span {
    background-color: #0a0a0a;
  }
  .hero.is-white .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-white .nav-toggle.is-active span {
    background-color: #0a0a0a;
  }
  .hero.is-white .nav-menu .nav-item {
    border-top-color: rgba(10, 10, 10, 0.2);
  }
}

.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

.hero.is-black a,
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: white;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a,
.hero.is-black .subtitle strong {
  color: white;
}

.hero.is-black .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-black .nav-menu {
    background-color: #0a0a0a;
  }
}

.hero.is-black a.nav-item,
.hero.is-black .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.nav-item:hover, .hero.is-black a.nav-item.is-active,
.hero.is-black .nav-item a:not(.button):hover,
.hero.is-black .nav-item a:not(.button).is-active {
  color: white;
}

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: -webkit-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%);
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black .nav-toggle span {
    background-color: white;
  }
  .hero.is-black .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-black .nav-toggle.is-active span {
    background-color: white;
  }
  .hero.is-black .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

.hero.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.hero.is-light a,
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: #363636;
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}

.hero.is-light .subtitle a,
.hero.is-light .subtitle strong {
  color: #363636;
}

.hero.is-light .nav {
  box-shadow: 0 1px 0 rgba(54, 54, 54, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-light .nav-menu {
    background-color: whitesmoke;
  }
}

.hero.is-light a.nav-item,
.hero.is-light .nav-item a:not(.button) {
  color: rgba(54, 54, 54, 0.7);
}

.hero.is-light a.nav-item:hover, .hero.is-light a.nav-item.is-active,
.hero.is-light .nav-item a:not(.button):hover,
.hero.is-light .nav-item a:not(.button).is-active {
  color: #363636;
}

.hero.is-light .tabs a {
  color: #363636;
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #363636;
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: -webkit-linear-gradient(309deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
  background-image: linear-gradient(141deg, #dfd8d8 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light .nav-toggle span {
    background-color: #363636;
  }
  .hero.is-light .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-light .nav-toggle.is-active span {
    background-color: #363636;
  }
  .hero.is-light .nav-menu .nav-item {
    border-top-color: rgba(54, 54, 54, 0.2);
  }
}

.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.hero.is-dark a,
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: whitesmoke;
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a,
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

.hero.is-dark .nav {
  box-shadow: 0 1px 0 rgba(245, 245, 245, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-dark .nav-menu {
    background-color: #363636;
  }
}

.hero.is-dark a.nav-item,
.hero.is-dark .nav-item a:not(.button) {
  color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.nav-item:hover, .hero.is-dark a.nav-item.is-active,
.hero.is-dark .nav-item a:not(.button):hover,
.hero.is-dark .nav-item a:not(.button).is-active {
  color: whitesmoke;
}

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1f1919 0%, #363636 71%, #463f3f 100%);
  background-image: linear-gradient(141deg, #1f1919 0%, #363636 71%, #463f3f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark .nav-toggle span {
    background-color: whitesmoke;
  }
  .hero.is-dark .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-dark .nav-toggle.is-active span {
    background-color: whitesmoke;
  }
  .hero.is-dark .nav-menu .nav-item {
    border-top-color: rgba(245, 245, 245, 0.2);
  }
}

.hero.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

.hero.is-primary a,
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: #fff;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a,
.hero.is-primary .subtitle strong {
  color: #fff;
}

.hero.is-primary .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-primary .nav-menu {
    background-color: #00d1b2;
  }
}

.hero.is-primary a.nav-item,
.hero.is-primary .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.nav-item:hover, .hero.is-primary a.nav-item.is-active,
.hero.is-primary .nav-item a:not(.button):hover,
.hero.is-primary .nav-item a:not(.button).is-active {
  color: #fff;
}

.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}

.hero.is-primary.is-bold {
  background-image: -webkit-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary .nav-toggle span {
    background-color: #fff;
  }
  .hero.is-primary .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-primary .nav-toggle.is-active span {
    background-color: #fff;
  }
  .hero.is-primary .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

.hero.is-info {
  background-color: #3273dc;
  color: #fff;
}

.hero.is-info a,
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a,
.hero.is-info .subtitle strong {
  color: #fff;
}

.hero.is-info .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-info .nav-menu {
    background-color: #3273dc;
  }
}

.hero.is-info a.nav-item,
.hero.is-info .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.nav-item:hover, .hero.is-info a.nav-item.is-active,
.hero.is-info .nav-item a:not(.button):hover,
.hero.is-info .nav-item a:not(.button).is-active {
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3273dc;
}

.hero.is-info.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info .nav-toggle span {
    background-color: #fff;
  }
  .hero.is-info .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-info .nav-toggle.is-active span {
    background-color: #fff;
  }
  .hero.is-info .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

.hero.is-success a,
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a,
.hero.is-success .subtitle strong {
  color: #fff;
}

.hero.is-success .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-success .nav-menu {
    background-color: #23d160;
  }
}

.hero.is-success a.nav-item,
.hero.is-success .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.nav-item:hover, .hero.is-success a.nav-item.is-active,
.hero.is-success .nav-item a:not(.button):hover,
.hero.is-success .nav-item a:not(.button).is-active {
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

.hero.is-success.is-bold {
  background-image: -webkit-linear-gradient(309deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success .nav-toggle span {
    background-color: #fff;
  }
  .hero.is-success .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-success .nav-toggle.is-active span {
    background-color: #fff;
  }
  .hero.is-success .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a,
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a,
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .nav {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-warning .nav-menu {
    background-color: #ffdd57;
  }
}

.hero.is-warning a.nav-item,
.hero.is-warning .nav-item a:not(.button) {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.nav-item:hover, .hero.is-warning a.nav-item.is-active,
.hero.is-warning .nav-item a:not(.button):hover,
.hero.is-warning .nav-item a:not(.button).is-active {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.hero.is-warning.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning .nav-toggle span {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .hero.is-warning .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-warning .nav-toggle.is-active span {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .hero.is-warning .nav-menu .nav-item {
    border-top-color: rgba(0, 0, 0, 0.2);
  }
}

.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.hero.is-danger a,
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a,
.hero.is-danger .subtitle strong {
  color: #fff;
}

.hero.is-danger .nav {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .hero.is-danger .nav-menu {
    background-color: #ff3860;
  }
}

.hero.is-danger a.nav-item,
.hero.is-danger .nav-item a:not(.button) {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.nav-item:hover, .hero.is-danger a.nav-item.is-active,
.hero.is-danger .nav-item a:not(.button):hover,
.hero.is-danger .nav-item a:not(.button).is-active {
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

.hero.is-danger.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger .nav-toggle span {
    background-color: #fff;
  }
  .hero.is-danger .nav-toggle:hover {
    background-color: rgba(10, 10, 10, 0.1);
  }
  .hero.is-danger .nav-toggle.is-active span {
    background-color: #fff;
  }
  .hero.is-danger .nav-menu .nav-item {
    border-top-color: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 769px) {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}

@media screen and (min-width: 769px) {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero.is-fullheight .hero-body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero.is-fullheight .hero-body > .container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.section {
  background-color: white;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1000px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

.footer {
  background-color: whitesmoke;
  padding: 3rem 1.5rem 6rem;
}
/*# sourceMappingURL=bulma.css.map *//*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fonts/fontawesome-webfont.674f50d.eot);
  src: url(/assets/fonts/fontawesome-webfont.674f50d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/assets/fonts/fontawesome-webfont.af7ae50.woff2) format('woff2'), url(/assets/fonts/fontawesome-webfont.fee66e7.woff) format('woff'), url(/assets/fonts/fontawesome-webfont.b06871f.ttf) format('truetype'), url(/assets/img/fontawesome-webfont.912ec66.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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;
}
.demo {
    /* for IE10+ touch devices */
    touch-action:none;
}

path, .jtk-endpoint {
    cursor: pointer;
}

.content.center{
    margin: 0 auto 20px;
    text-align: center;
}

/*#canvas .flowchart-object svg text {*/
    /*display:block;*/
/*}*/

/*#canvas .flowchart-object.edittext svg text {*/
    /*display:none;*/
/*}*/

/*#canvas .flowchart-object input {*/
    /*display:none;*/

    /*border-width:0;*/
    /*outline-width:0;*/
/*}*/

/*#canvas .flowchart-object.edittext input {*/
    /*display:block;*/
/*}*/



/*.ar-records {*/
    /*height:0 !important;*/
/*}*/
/*.ar-content {*/
    /*padding-bottom: 0!important;*/
/*}*/
/*.ar-recorder__duration{*/
    /*margin-bottom: 0!important;*/
/*}*/
/*.help-label {*/
    /*font-size: 9pt;*/
/*}*/


.flowchart-demo .window {
    border: 1px solid #346789;
    box-shadow: 2px 2px 19px #aaa;
    -o-box-shadow: 2px 2px 19px #aaa;
    -webkit-box-shadow: 2px 2px 19px #aaa;
    -moz-box-shadow: 2px 2px 19px #aaa;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    opacity: 0.8;
    width: 80px;
    /*height: 80px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    z-index: 20;
    position: absolute;
    background-color: #eeeeef;
    color: black;
    font-family: helvetica, sans-serif;
    padding: 0.5em;
    font-size: 0.9em;
    -webkit-transition: -webkit-box-shadow 0.15s ease-in;
    -moz-transition: -moz-box-shadow 0.15s ease-in;
    -o-transition: -o-box-shadow 0.15s ease-in;
    transition: box-shadow 0.15s ease-in;
}

.flowchart-demo .window:hover {
    box-shadow: 2px 2px 19px #444;
    -o-box-shadow: 2px 2px 19px #444;
    -webkit-box-shadow: 2px 2px 19px #444;
    -moz-box-shadow: 2px 2px 19px #444;
    opacity: 0.6;
}

.flowchart-demo .active {
    border: 1px dotted green;
}

.flowchart-demo .hover {
    border: 1px dotted red;
}

#flowchartStart {
    /*top: 12em;*/
    left: 50%;
    margin-left: -48px;
}


.flowchart-demo .jtk-connector {
    z-index: 4;
}

.flowchart-demo .jtk-endpoint, .endpointTargetLabel, .endpointSourceLabel {
    z-index: 21;
    cursor: pointer;
}

.flowchart-demo .aLabel {
    background-color: white;
    padding: 0.4em;
    font: 12px sans-serif;
    color: #444;
    z-index: 21;
    border: 1px dotted gray;
    opacity: 0.8;
    cursor: pointer;
}

.flowchart-demo .aLabel.jtk-hover {
    background-color: #5C96BC;
    color: white;
    border: 1px solid white;
}

.window.jtk-connected {
    border: 1px solid green;
}

/*.jtk-drag {*/
/*outline: 4px solid pink !important;*/
/*}*/



.jtk-overlay {
    background-color:transparent;
}

.jtk-demo-main {
    position: relative;
    /*margin-top: 32px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  /*border: 1px solid #ccc;*/
  /*background-color: #fff;*/
}


.canvas-wide {
    margin-left: 0;
}
.jtk-demo-canvas {
    /*height: 750px;*/
    /*max-height: 700px;*/
    height:100vh;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.jtk-surface-nopan {
    /*overflow: scroll!important;*/
    cursor: default;
}
.jtk-surface, .jtk-surface-direct-render {
    /*overflow: hidden!important;*/
    /*overflow: scroll!important;*/
}

.jtk-surface {
    position: relative;
    cursor: move;
    cursor: -webkit-grab;
    -ms-touch-action: none;
    touch-action: none;
}
.flowchart-object {
    position: absolute;
    text-align: center;
    font-size: 12px;
    opacity: .8;
    z-index: 32;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: 0;
    min-height: 0;
}

.inner {
    cursor: move!important;
}

.radio {
    display: inline;
}

.message-body .inner{
    background-color: white;
}

audio {
    height: 64px;
}

/*.flowchart-demo .aLabel {*/
    /*display:none;*/
/*}*/
/*.flowchart-demo .aLabel.visible {*/
    /*display:block;*/
/*}*/

.flowchart-object .outer{
    cursor: pointer;
}
.flowchart-object .outer .inner{
    cursor: default;
}

.flowchart-object .inner input{
    width: 100%;
    opacity: 1;
}

.flowchart-object .inner textarea{
    width: 100%;
    max-height: 128px;
    min-height: 64px;
    resize: none;
}

.flowchart-demo .aLabel {
    opacity: unset;
}

.jtk-overlay.aLabel input:focus{
    outline: none;
}
.jtk-overlay.aLabel input{
    outline: none;
    border-width: 0;
}

.jtk-overlay.aLabel select {
    max-width: 64px;
    min-width: 50px;
    width: 64px;
}
.jtk-overlay.aLabel select.left{
    margin-right: 5px;
}
.jtk-overlay.aLabel select.right{
    margin-left: 5px;
}

.outer {
    opacity: 1;
}
.inner {
    opacity: 1;
}
.flowchart-object:hover .outer {
    opacity: 1;
}

/*@import "../../../../node_modules/bulma/sass/utilities/mixins.sass";*/

/*#Konstruktor {*/
/*  margin-top:-70px;*/
/*}*/

/*#Konstruktor {*/
/*  overflow-x: scroll;*/
/*}*/
/*.horizontal_scroll_wrapper{*/
/*  height: 20px;*/
/*  overflow-x: scroll;*/
/*  overflow-y:hidden;*/
/*}*/
/*.horizontal_scroll_div {*/
/*  width:3600px;*/
/*  height: 20px;*/
/*}*/
#Konstruktor .scenarioCommonParametersViewShell[data-v-b061a42a] {
  position: fixed;
  float: left;
  bottom: 0;
  left: 8px;
  z-index: 100000;
  max-width: 132px;
  background-color: white;
}


#Konstruktor .answer .generation_radios {
  display: none;
}
#Konstruktor .generation_radios {
  display: none;
}
#Konstruktor input[type=range].slider.is-small {
  width: 110px;
}
#Konstruktor .generate_audio_control {
  margin-top: 10px;
  margin-bottom: 0;
}
#Konstruktor .generate_audio_control.speed {
  margin-top: 13px;
}
#Konstruktor .player {
  width: 100%;
}
/*#Konstruktor .player .player-progress {*/
/*  width: 256px;*/
/*}*/
#Konstruktor .size_1 .audio_list .audio .player .player-progress {
  width: 700px;
}
#Konstruktor .size_2 .audio_list .audio .player .player-progress {
  width: 300px;
}
#Konstruktor .medium .size_2 .audio_list .audio .player .player-progress {
  width: 121px;
}
#Konstruktor .answer_shell.medium .size_1 .audio_list .audio .player .player-progress {
  width:320px;
}
#Konstruktor .answer_shell.medium .size_1 .audio_list .audio .player .volume {
  display:none;
}
#Konstruktor .answer_shell.medium .size_2 .audio_list .audio .player .volume {
  display:none;
}
#Konstruktor .answer_shell.medium .size_more_2 .audio_list .audio .player .volume {
  display:none;
}
#Konstruktor .start-node.answer_shell.medium .audio_list .audio .player .volume {
  display:none;
}
#Konstruktor .answer_shell .audio_list .audio .player .volume {
  display:none;
}
#Konstruktor .answer_shell .audio_list .audio .player .muting {
  display:none;
}

/*#Konstruktor .size_2 .audio_list .audio .player .player-progress {*/
/*  width: 64px;*/
/*}*/
#Konstruktor .answer_shell.medium .size_2 .audio_list .audio .player .player-progress {
  width: 121px;
}
.tabs-content .tab-content.uploadFile .uploadFromFileDiv[data-v-879764ec] {
  text-align: center;
  /* vertical-align: middle; */
  padding-top: 13px;
}
#Konstruktor .answer_shell.small .audio_list .audio , #Konstruktor .answer_shell.small .size_more_2 .audio_list .audio{
  display: block;
  max-width: 100%;
}
#Konstruktor .small .audio_list .audio .player .player-progress {
  width: 140px!important;
}
#Konstruktor .answer_shell.small .audio_list .audio .player .volume {
  display:none!important;
}
#Konstruktor .answer_shell.small .audio_list .audio .player .muting {
  display:none!important;
}
#Konstruktor .answer_shell.small .audio_list .audio .player .download {
  display:none!important;
}
#Konstruktor .answer_shell .repeatAudioList .player .player-progress {
  background-color: #b26a59;
}
#Konstruktor .answer_shell .repeatFailAudioList .player .player-progress {
  background-color: #b23524;
}
/*#Konstruktor .size_2.audio_list .audio .volume {*/
/*  width: 50px;*/
/*}*/
#Konstruktor .size_1 .audio_list .audio .volume input {
  width: 120px;
}
#Konstruktor .size_2 .audio_list .audio .volume input {
  width: 60px;
}
.active_scenario_universal .tile {
  padding: 0;
}
.active_scenario_universal .choose_scenario {
  z-index: 10;
  position: absolute;
}

/*.active_scenario_universal {*/
/*  overflow-x: scroll;*/
/*  overflow-y: hidden;*/
/*}*/
#Konstruktor #canvas {
  height: 8000px;
  width: 4096px;
  -ms-transform-origin: top left;
      transform-origin: top left;
}
#Konstruktor .flowchart-demo .jtk-connector {
  z-index: 22;
}
#Konstruktor .scenarioBarShell {
  position: fixed;
  top: 66px;
  right: 20px;
  z-index: 1000;
  max-height: 73px;
  min-width: 160px;
  background-color: white;
  /*width: 100%;*/
}
#Konstruktor.scrolled .scenarioBarShell {
  top: 7px;
  /*right: 460px;*/
  z-index: 10000;
  max-height: 32px;
  background: transparent;

  right: unset;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;

  text-align: center;
  width: 92%;
}
#Konstruktor.scrolled .zoomShell {
  top: 7px;
  left: 316px;
  z-index: 10000;
  max-height: 32px;
}
#Konstruktor.scrolled .zoomShell p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 8px;
}
#Konstruktor .zoomShell {
  position: fixed;
  /*top: 115px;*/
  /*left: 20px;*/
  left: 169px;
  z-index: 50;
  /*width: 128px;*/
  background-color: white;
}
#Konstruktor .scenarioInfoShell {
  position: fixed;
  top: 160px;
  right: 20px;
}
#Konstruktor .answer_shell .vue-bulma-tabs .tab-content {
  margin:0;
}
#Konstruktor .answer_shell .vue-bulma-tabs .tabs {
  margin:0;
}
#Konstruktor .allAudios .player .player-progress {
  width: 300px;
}
#Konstruktor .allAudios .player .volume input {
  width: 64px;
}

/*#Konstruktor .jtk-endpoint {*/
/*  display:none;*/
/*}*/
.active_scenario_universal.is-saved .choose_scenario {
  display: none;
}
.active_scenario_universal.is-saved #Konstruktor .zoomShell {
  top: 115px;
}
.active_scenario_universal #Konstruktor .zoomShell {
  top: 175px;
}
.active_scenario_universal #Konstruktor.scrolled .zoomShell {
  top: 7px;
}
html {
  overflow-x: scroll;
  overflow-y: scroll;
}
#Konstruktor #canvas.hidden_arrows .jtk-connector {
  display:none;
}
#Konstruktor .inOutState_shell .wordsEditor .collapse .collapse-item .card-content {
  padding:0;
  margin-top: -38px;
}
#Konstruktor .inOutState_shell .wordsEditor .tags-input-text {
  width:90%;
}
/*#Konstruktor .answer_shell .wordsEditor .tags-input-text {*/
/*  width:90%;*/
/*}*/
#Konstruktor .inOutState_shell .wordsEditor .collapse .collapse-item .card-content .card-content-box {
  padding:0;
}
#Konstruktor .inOutState_shell .wordsEditor .collapse .collapse-item .card-content .card-content-box .tags-input div.control {
   width:90%;
}
#Konstruktor .inOutState_shell .wordsEditor .collapse .collapse-item .card-header{
  box-shadow: unset;
}
.loggedRole-32 #Konstruktor .answer_shell .hidden_for_client_automation
{
  display: none;
}
.loggedRole-32 #Konstruktor .answer_shell .hidden_for_client, .loggedRole-16 #Konstruktor .answer_shell .hidden_for_client
{
  display: none;
}
.loggedRole-1 #Konstruktor .overlay-for-not-admin, .loggedRole-2 #Konstruktor .overlay-for-not-admin
{
  display: none;
}
#Konstruktor .ConnectionsToTargetsSize-0 .addHttpRequest {
  display: inline-block;
}
#Konstruktor  .ConnectionsToTargetsSize-0 .searchStrategyTr , .ConnectionsToTargetsSize-1 .searchStrategyTr{
  display:none;
}
#Konstruktor .suggestionDiv input {
  border-radius: unset;
  width: 90%;
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.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); }

.fa-flip-both, .fa-flip-horizontal.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,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(/assets/fonts/fa-brands-400.03783c5.eot);
  src: url(/assets/fonts/fa-brands-400.03783c5.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-brands-400.7559b37.woff2) format("woff2"), url(/assets/fonts/fa-brands-400.fe9d62e.woff) format("woff"), url(/assets/fonts/fa-brands-400.ed2b8bf.ttf) format("truetype"), url(/assets/img/fa-brands-400.073c2f3.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(/assets/fonts/fa-regular-400.fc9c63c.eot);
  src: url(/assets/fonts/fa-regular-400.fc9c63c.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-regular-400.e07d9e4.woff2) format("woff2"), url(/assets/fonts/fa-regular-400.e5770f9.woff) format("woff"), url(/assets/fonts/fa-regular-400.5921503.ttf) format("truetype"), url(/assets/img/fa-regular-400.8fdea4e.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/assets/fonts/fa-solid-900.ef3df98.eot);
  src: url(/assets/fonts/fa-solid-900.ef3df98.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-solid-900.b5cf8ae.woff2) format("woff2"), url(/assets/fonts/fa-solid-900.4bced7c.woff) format("woff"), url(/assets/fonts/fa-solid-900.acf50f5.ttf) format("truetype"), url(/assets/img/fa-solid-900.b557f56.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

.flowchart-object[data-v-706346a6] {
  vertical-align: top;
  /*background-color: ghostwhite;*/
  background-color: #eeeef1;
  padding: 10px;
}
.flowchart-object .add[data-v-706346a6] {
  position: absolute;
  color: lightgray;
  bottom: -16px;
  cursor: pointer;
}
.answer_shell .add[data-v-706346a6] {
  margin: auto;
  width: 100%;
  left: -6px;
}
.inOutState_shell .add[data-v-706346a6] {
     /*left: 86px*/
  width: 100%;
  margin: auto;
  left: -6px;
}
.outState_shell .add[data-v-706346a6] {
  left: 256px;
}
/*.answer_shell.medium .add {*/
/*  left: 160px;*/
/*}*/
/*.answer_shell.start-node .add {*/
/*  margin: auto;*/
/*  width: 100%;*/
/*}*/
/*.answer_shell.start-node.medium .add {*/
/*  left: 160px;*/
/*}*/
/*.answer_shell.small .add {*/
/*  left: 49px;*/
/*}*/
/*.answer_shell.start-node.small .add {*/
/*  left: 49px;*/
/*}*/
/*.answer_shell .add_answer:hover {*/
/*     color: gray;*/
/*}*/
.flowchart-object[data-v-706346a6] {
  border-radius: 10px;
}
.add i[data-v-706346a6] {
  color: lightgray;
  display: inline-block;
  font-size: x-large;
  /*margin: 0 1em 1em 0;*/
  margin-left: 3px;
  margin-right: 3px;
}
.add i[data-v-706346a6]:hover {
  color: gray;
  font-size: xx-large;
  /*margin: 0 1em 1em 0;*/
}
/*.add .add_redirect {*/
/*  margin-left:5px;*/
/*  margin-right: 5px;*/
/*}*/
/*.add .add_answer {*/
/*  margin-right:5px;*/
/*}*/
/*.add .connect {*/
/*  margin-left:5px;*/
/*}*/
.add .addSms[data-v-706346a6] {
  display:none;
}
.add .addSms[data-v-706346a6], .add .addHttpRequest[data-v-706346a6] {
  /*display:none;*/
}
.add .addSms.hasSmsGateways[data-v-706346a6] {
  display: inline-block;
}
.inOutState_shell .add .add_state[data-v-706346a6] {
  display:none;
}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: 0;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3, .cm-s-default .cm-type {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0b0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #a22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px; margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection { background-color: transparent }
.CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px; /* Force widget margins to stay inside of the container */
}

.CodeMirror-widget {}

.CodeMirror-rtl pre { direction: rtl; }

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.spinner[data-v-879764ec]{margin-right:5px
}
.custom-file-input[data-v-879764ec]::-webkit-file-upload-button{visibility:hidden
}
.custom-file-input[data-v-879764ec]::before{content:'Select some files';display:inline-block;background:-webkit-linear-gradient(top, #f9f9f9, #e3e3e3);border:1px solid #999;border-radius:3px;padding:5px 8px;outline:none;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:700;font-size:10pt
}
.custom-file-input[data-v-879764ec]:hover::before{border-color:black
}
.custom-file-input[data-v-879764ec]:active::before{background:-webkit-linear-gradient(top, #e3e3e3, #f9f9f9)
}
p[data-v-879764ec]{margin-left:10px;margin-right:10px;margin-top:10px
}
.answer .title[data-v-879764ec]{font-size:16px;white-space:nowrap;text-align:left;height:32px;margin-bottom:0;display:inline
}
.answer[data-v-879764ec]:hover{cursor:pointer
}
.answer .title .answerOptionEdit[data-v-879764ec]{display:inline
}
.answer .title div[data-v-879764ec]{display:inline
}
.answer .title .answerTitle[data-v-879764ec]{padding-right:16px;font-size:18px;font-weight:bold
}
.answer.start-node textarea[data-v-879764ec]{height:82px
}
.answer textarea[data-v-879764ec]{height:74px;min-height:70px;resize:none
}
.answer .speed[data-v-879764ec]{margin-left:8px;margin-top:13px
}
.message-body .inner[data-v-879764ec]{background-color:whitesmoke
}
.message-header[data-v-879764ec]{margin-bottom:0
}
.answerOptionEdit[data-v-879764ec]{display:inline;margin-left:5px
}
.answerOptionEdit[data-v-879764ec]:hover{cursor:pointer
}
.start-node .wordsEditor .nonStartNode[data-v-879764ec]{display:none
}
.answerOption .modal-card-head .modal-card-title div.control[data-v-879764ec]{margin-right:16px
}
.modal-card-body .tags .tag[data-v-879764ec]{margin-bottom:12px;margin-left:1px;margin-right:1px
}
.generate_audio_control.generate_button span[data-v-879764ec]{margin-right:3px !important
}
.generate_audio_control[data-v-879764ec]{font-size:14px
}
.generate_audio_controls .generate_audio_control[data-v-879764ec]{margin-left:2px;margin-right:2px
}
.generate_audio_controls .generate_audio_control.generate_audio_control_first[data-v-879764ec]{margin-left:0;margin-right:10px
}
.generate_audio_controls .generate_audio_control.generate_audio_control_last[data-v-879764ec]{margin-left:2px;margin-right:0
}
.generate_audio_controls .generate_audio_control.speaker .yandex select[data-v-879764ec]{width:146px
}
.generate_audio_controls .generate_audio_control.speaker .yandex select option[data-v-879764ec]{width:146px
}
.generate_audio_controls .generate_audio_control select.emotion[data-v-879764ec]{width:146px
}
.generate_audio_controls .generate_audio_controlselect.emotion option[data-v-879764ec]{width:146px
}
.generate_audio_controls .generate_audio_control.speaker .google select.lang[data-v-879764ec]{max-width:119px
}
.generate_audio_controls .generate_audio_control.speaker .google select.lang option[data-v-879764ec]{max-width:119px
}
.generate_audio_controls .generate_audio_control.speaker .google select.voice[data-v-879764ec]{max-width:174px
}
.generate_audio_controls .generate_audio_control.speaker .google select.voice option[data-v-879764ec]{max-width:174px
}
.generate_audio_controls .generate_audio_control.speaker input[data-v-879764ec]{max-width:200px
}
.generate_audio_controls .generate_audio_control.speaker input.lang[data-v-879764ec]{max-width:60px
}
.generate_audio_controls .generate_audio_control.speaker input.voice[data-v-879764ec]{max-width:130px
}
.text[data-v-879764ec]{margin-top:10px
}
.title .delete[data-v-879764ec]{background-color:indianred;margin-left:16px
}
.windowButtons[data-v-879764ec]{float:right
}
.windowButtons button.window-change-type[data-v-879764ec]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;cursor:pointer;display:inline-block;font-size:1rem;height:20px;outline:none;position:relative;vertical-align:center;width:20px;background-color:unset;color:#262626
}
.windowButtons button.window-change-type[data-v-879764ec]:hover{color:black;font-weight:bold
}
.windowButtons button.window-change-type.window-big[data-v-879764ec]{display:none
}
.small .windowButtons button.window-change-type.window-big[data-v-879764ec]{display:inline-block
}
.medium .windowButtons button.window-change-type.window-big[data-v-879764ec]{display:inline-block
}
.small .windowButtons button.window-change-type.window-small[data-v-879764ec]{display:none
}
.medium .windowButtons button.window-change-type.window-medium[data-v-879764ec]{display:none
}
.start-node .title .delete[data-v-879764ec]{display:none
}
.add_parameter span[data-v-879764ec]{margin-left:3px
}
.audio_list[data-v-879764ec]{margin-top:5px
}
.audio_list .audio[data-v-879764ec]{display:inline-table
}
.audio_list .audio.audio_item.param[data-v-879764ec]{display:none !important
}
.size_1 .audio_list .audio[data-v-879764ec]{width:100%
}
.size_2 .audio_list .audio[data-v-879764ec]{max-width:48%
}
.size_more_2 .audio_list .audio.url.first_url[data-v-879764ec],.size_more_2 .audio_list .audio.url.second_url[data-v-879764ec]{display:inline-block
}
.size_2 .audio_list .audio.url.first_url[data-v-879764ec]{float:left;margin-right:32px
}
.medium .size_2 .audio_list .audio.url.first_url[data-v-879764ec],.small .size_2 .audio_list .audio.url.first_url[data-v-879764ec]{float:none;margin-right:0
}
.size_2 .audio_list .audio.url[data-v-879764ec]{float:right
}
.medium .size_2 .audio_list .audio.url[data-v-879764ec],.small .size_2 .audio_list .audio.url[data-v-879764ec]{float:none
}
.allAudiosButton[data-v-879764ec]{display:none
}
.size_more_2 .allAudiosButton[data-v-879764ec]{display:none
}
.wordsEditor[data-v-879764ec]{position:absolute;z-index:64;width:560px;background-color:lightgray;height:auto;border-color:gray;border-style:solid;top:6px
}
.wordsEditor .modal-card-title[data-v-879764ec]{padding-right:20px
}
.allAudios[data-v-879764ec]{position:absolute;z-index:100;width:512px;background-color:lightgray;height:auto;border-color:gray;border-style:solid;top:6px
}
.allAudios .modal-card-title[data-v-879764ec]{padding-right:20px
}
.allAudios .delete[data-v-879764ec]{display:block
}
.allAudios .player .player-progress[data-v-879764ec]{width:237px
}
.tabs[data-v-879764ec]{margin-bottom:0
}
.tab-content[data-v-879764ec]{margin:0
}
.vue-bulma-tabs .tab-content[data-v-879764ec]{margin:0
}
.urls[data-v-879764ec]{margin-top:10px;height:119px
}
.urls.more_3_items[data-v-879764ec]{overflow-y:scroll
}
.urls.more_3_items .urlForAudio i.remove_audio_item[data-v-879764ec],.urls.more_3_items .urlForAudio i.remove_param[data-v-879764ec]{margin-right:15px
}
.start-node .urls[data-v-879764ec]{height:137px
}
.urlForAudio[data-v-879764ec]{margin-top:8px
}
.urlForAudio input[data-v-879764ec]{height:2em;font-size:12px
}
.urlForAudio input.url[data-v-879764ec]{display:inline;width:94%
}
.urlForAudio input.param[data-v-879764ec]{max-width:400px;min-width:30%;width:50%
}
.urlForAudio i[data-v-879764ec]{display:inline;height:100%;font-size:2em
}
.urlForAudio i.remove_audio_item[data-v-879764ec],.urlForAudio i.remove_param[data-v-879764ec]{color:palevioletred;float:right
}
.urlForAudio i.remove_audio_item[data-v-879764ec]:hover,.urlForAudio i.remove_param[data-v-879764ec]:hover{color:mediumvioletred
}
.singleItem .remove_audio_item[data-v-879764ec]{display:none
}
.add_url[data-v-879764ec],.add_param[data-v-879764ec]{margin-top:5px
}
.tabs-content .tab-content[data-v-879764ec]{display:none
}
.tabs-content .tab-content.is-active[data-v-879764ec]{display:block
}
.tab-content.inputUrls[data-v-879764ec]{max-height:137px;overflow-y:scroll
}
.start-node.answer_shell .tabs-content .tab-content.uploadFile[data-v-879764ec]{height:137px
}
.start-node.answer_shell.medium .tabs-content .tab-content.uploadFile[data-v-879764ec]{height:117px
}
.answer_shell.medium .tabs-content .tab-content.uploadFile[data-v-879764ec]{height:66px
}
.answer_shell.medium .tabs-content .tab-content.uploadFile .uploadFromFileDiv[data-v-879764ec]{padding-top:13px
}
.tabs-content .tab-content.uploadFile[data-v-879764ec]{height:129px
}
.tabs-content .tab-content.uploadFile .uploadFromFileDiv[data-v-879764ec]{text-align:center;vertical-align:middle;padding-top:54px
}
.tabs-content .tab-content.uploadFile .uploadFromFileDiv .is-delete[data-v-879764ec]{margin-left:16px
}
.tabs a[data-v-879764ec]{padding-bottom:0
}
label.isSilence[data-v-879764ec]{margin-right:16px
}
.silence_or_illegibly[data-v-879764ec]{margin-right:16px
}
.searchStrategyDiv[data-v-879764ec]{float:right;font-size:0.66rem
}
.medium .searchStrategyDiv[data-v-879764ec],.small .searchStrategyDiv[data-v-879764ec]{display:none
}
.audio_item[data-v-879764ec]{margin-top:1px;margin-bottom:3px
}
input.stateValue[data-v-879764ec]{display:inline-block;min-width:128px;max-width:256px;width:40%;margin-top:-8px
}
input.stateQuestion[data-v-879764ec]{margin-top:20px
}
.start-node input.stateQuestion[data-v-879764ec]{margin-top:0
}
.answer_shell.medium .answer .generate_audio_controls .generate_audio_control[data-v-879764ec],.answer_shell.small .answer .generate_audio_controls .generate_audio_control[data-v-879764ec]{display:none
}
.answer_shell.medium .answer .answerWords[data-v-879764ec],.answer_shell.small .answer .answerWords[data-v-879764ec]{display:none
}
.answer_shell.medium .answer textarea[data-v-879764ec]{height:56px;min-height:56px;resize:none
}
.answer_shell.medium .answer .vue-codemirror .CodeMirror-wrap[data-v-879764ec]{height:56px;min-height:56px
}
.answer_shell.medium .answer .urls[data-v-879764ec]{height:56px
}
.answer_shell.small .answer .tabs[data-v-879764ec]{display:none
}
.answer_shell.small .answer .tabs-content[data-v-879764ec]{display:none
}
.answer_shell.small .answer .answerOptionEdit[data-v-879764ec]{display:none
}
.answer_shell.small .answer .title .answerTitle[data-v-879764ec]{max-width:96px;overflow-x:hidden;padding-right:4px;display:inline-block
}
.answer_shell.small .answer .title .windowButtons[data-v-879764ec]{display:inline-block
}
.playSourceConfig[data-v-879764ec]{position:absolute;z-index:3001;padding:8px 8px 8px 8px;background-color:lightgray;height:auto;border-color:gray;bottom:22px;right:26px
}
.playSourceConfig .value[data-v-879764ec],.playSourceConfig .key[data-v-879764ec]{padding:2px;vertical-align:middle
}
.playSourceConfig input[data-v-879764ec],.playSourceConfig select[data-v-879764ec]{width:128px;max-width:128px
}
.playSourceConfig .modal-card[data-v-879764ec]{width:400px
}
.playSourceConfig .modal-card-head[data-v-879764ec]{padding:10px
}
.playSourceConfig .modal-card .table[data-v-879764ec]{margin-bottom:0
}
.empty button.audioConfig[data-v-879764ec]{display:none
}
.wordsEditor .addForAll[data-v-879764ec]{margin:0
}
.wordsEditor[data-v-879764ec]{overflow-y:scroll;max-height:512px
}
.value[data-v-879764ec]{margin-bottom:16px
}
.value .is-block[data-v-879764ec]{margin-top:10px
}

.vue-codemirror .CodeMirror-wrap {
  height: 82px;
}

.title .answerTitle[data-v-4b93c4d2] {
  overflow-x: hidden;
  padding-right: 4px;
  display: inline-block;
  font-weight: bold;
  border: none;
  background-color: transparent;
  max-width: 240px;
  font-size: large;
}
.title .delete[data-v-4b93c4d2] {
  background-color: indianred;
  margin-left: 16px;
}
.title[data-v-4b93c4d2] {
  font-size: medium;
  margin-bottom: 8px;
}
.windowButtons[data-v-4b93c4d2] {
  float: right;
  display: inline-block;
}
.tags .tag[data-v-4b93c4d2] {
  cursor: text;
}
.wordsEditor[data-v-4b93c4d2] {
  overflow-y: scroll;
  height:256px;
}
.wordsEditor .collapse[data-v-4b93c4d2] {
  width: 99%;
}
.wordsEditor .collapse .collapse-item[data-v-4b93c4d2]{
  background-color: unset;
  box-shadow: unset;
}
.wordsEditor .collapse .collapse-item .card-content[data-v-4b93c4d2] {
  margin-top: -38px;
}
.wordsEditor .addForAll[data-v-4b93c4d2] {
  margin:0;
}
.isSilence .tags[data-v-4b93c4d2], .isIllegibly .tags[data-v-4b93c4d2] {
  display:none;
}
.suggestionDiv input[data-v-4b93c4d2] {
  border-radius: unset;
  width: 90%;
}
.vue-suggestion .vs__list[data-v-4b93c4d2] {
  width: 100%;
  text-align: left;
  border: none;
  border-top: none;
  max-height: 400px;
  overflow-y: auto;
  border-bottom: 1px solid #023d7b;
  position: relative;
}
.vue-suggestion .vs__list .vs__list-item[data-v-4b93c4d2] {
  background-color: #fff;
  padding: 10px;
  border-left: 1px solid #023d7b;
  border-right: 1px solid #023d7b;
}
.vue-suggestion .vs__list .vs__list-item[data-v-4b93c4d2]:last-child {
  border-bottom: none;
}
.vue-suggestion .vs__list .vs__list-item[data-v-4b93c4d2]:hover {
  background-color: #eee !important;
}
.vue-suggestion .vs__list[data-v-4b93c4d2],
.vue-suggestion .vs__loading[data-v-4b93c4d2] {
  position: absolute;
}
.vue-suggestion .vs__list .vs__list-item[data-v-4b93c4d2] {
  cursor: pointer;
}
.vue-suggestion .vs__list .vs__list-item.vs__item-active[data-v-4b93c4d2] {
  background-color: #f3f6fa;
}

#Konstruktor .inOutState_shell .vue-suggestion .vs__list {
  width: 100%;
  text-align: left;
  border: none;
  border-top: none;
  max-height: 400px;
  overflow-y: auto;
  border-bottom: 1px solid #023d7b;
  position: relative;
  z-index: 1000;
}
#Konstruktor .inOutState_shell .vue-suggestion .vs__list .vs__list-item {
  background-color: #fff;
  padding: 10px;
  border-left: 1px solid #023d7b;
  border-right: 1px solid #023d7b;
}
#Konstruktor .inOutState_shell .vue-suggestion .vs__list .vs__list-item:last-child {
  border-bottom: none;
}
#Konstruktor .inOutState_shell .vue-suggestion .vs__list .vs__list-item:hover {
  background-color: #eee !important;
}
#Konstruktor .inOutState_shell .vue-suggestion .vs__list,
#Konstruktor .inOutState_shell .vue-suggestion .vs__loading {
  position: absolute;
}
#Konstruktor .inOutState_shell .vue-suggestion .vs__list .vs__list-item {
  cursor: pointer;
}
#Konstruktor .inOutState_shell .vue-suggestion .vs__list .vs__list-item.vs__item-active {
  background-color: #f3f6fa;
}
.autocomplete {
  /* the container must be positioned relative: */
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /* position the autocomplete items to be the same width as the container: */
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /* when hovering an item: */
  background-color: #e9e9e9;
}
.autocomplete-active {
  /* when navigating through the items using the arrow keys: */
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.driver label {
  vertical-align: bottom;
  line-height: 30px;
}


















.title .answerTitle[data-v-174d9592] {
  overflow-x: hidden;
  padding-right: 4px;
  display: inline-block;
  font-weight: bold;
  border: none;
  background-color: transparent;
  width: 86%;
  max-width: 600px;
  font-size: large;
}
.title .delete[data-v-174d9592] {
  background-color: indianred;
  margin-left: 16px;
}
.title[data-v-174d9592] {
  font-size: medium;
  margin-bottom: 8px;
}
.windowButtons[data-v-174d9592] {
  float: right;
  display: inline-block;
}

.redirect_shell[data-v-4109630b] {
  border-radius: 10px;
  vertical-align: top;
  background-color: ghostwhite;
  padding: 10px;
}
.title .delete[data-v-4109630b] {
  float: right;
  background-color: indianred;
  cursor: pointer;
}
.title[data-v-4109630b] {
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  height: 32px;
  margin-bottom: 0;
  display: inline;
}
.redirect_shell .title .redirectTitle[data-v-4109630b] {
  padding-right: 16px;
  font-size: 16px;
}
.redirect_shell .title div[data-v-4109630b] {
  display: inline;
}

.sms_shell[data-v-846ddb0c] {
  border-radius: 10px;
  vertical-align: top;
  background-color: ghostwhite;
  padding: 10px;
  /*height: 100%;*/
  /*width: 512px;*/
}
.title .delete[data-v-846ddb0c] {
  float: right;
  background-color: indianred;
  cursor: pointer;
}
.title[data-v-846ddb0c] {
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  height: 32px;
  margin-bottom: 0;
  display: inline;
}
.sms_shell .title .smsTitle[data-v-846ddb0c] {
  padding-right: 16px;
  font-size: 16px;
}
.sms_shell .title div[data-v-846ddb0c] {
  display: inline;
}
.smsText[data-v-846ddb0c] {
  height: 80px;
  min-height: 80px;
  min-max: 80px;
  resize: none;
}
.field[data-v-846ddb0c] {
  float:left;
  vertical-align: middle;
  margin-bottom: -10px;
}
.field-label[data-v-846ddb0c] {
  height: 40px;
}
.is-overlay[data-v-846ddb0c] {
  /*height: 155px;*/
  z-index: 100;
}
.sender-field[data-v-846ddb0c] {
  margin-left:16px;
}
input.sender[data-v-846ddb0c] {
  max-width: 128px;
}

span[data-v-536189e6] {
  display: block;
}























































.scenario_bar[data-v-5961122c] {
  /*margin-top: 40px;*/
  /*float: right;*/
}
.saveScenarioButton[data-v-5961122c] {
  margin-left:8px
}
#Konstruktor.scrolled .scenarioBarShell[data-v-5961122c] {
  background: transparent;
}
#Konstruktor.scrolled .scenarioBarShell .scenario_bar[data-v-5961122c] {
  margin-top: 0;
  background: transparent;
}
#Konstruktor.scrolled .scenarioBarShell .scenario_bar p[data-v-5961122c]{
  display: inline-block;
  background: transparent;
}
#Konstruktor.scrolled .scenarioBarShell .scenario_bar p.firstGroup[data-v-5961122c]{
  margin-right: 400px;
}


.test_call[data-v-28a5cb3f] {
  position:absolute;
  z-index: 3001;
  /*width: 512px;*/
  padding: 16px 16px 16px 16px;
  background-color: lightgray;
  height: auto;
  border-color: gray;
  border-style: solid;
  /*top:6px;*/
  right: 100px;
}
.test_call .modal-card-title[data-v-28a5cb3f] {
  padding: 12px 12px 12px 16px;
  font-size: 1.1rem;
}
.test_call .modal-card-head[data-v-28a5cb3f] {
  padding: 2px 13px 2px 2px;
}
.test_call .modal-card-body[data-v-28a5cb3f] {
  max-height: 300px;
  padding: 16px;
}
.test_call .modal-card-body.scrolled[data-v-28a5cb3f] {
  overflow-y: scroll;
}
.test_call .modal-card-foot[data-v-28a5cb3f]{
  padding: 16px;
}
.test_call table[data-v-28a5cb3f]{
  margin-bottom: 0;
}
.test_call table button.addParam[data-v-28a5cb3f]{
  margin-bottom: 0;
}
.phone[data-v-28a5cb3f] {
  max-width: 144px;
}
.webRtcDialplanCondition[data-v-28a5cb3f] {
  max-width: 177px;
}
.VbSwitchWithTwoLabels[data-v-28a5cb3f] {
  vertical-align: sub;
  height: 35px;
}
.note[data-v-28a5cb3f] {
  margin-bottom: 32px;
  margin-top:-8px;
  font-size: smaller;
}

.msger[data-v-c790dec8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 867px;
  margin: 25px 10px;
  max-height: calc(100% - 512px);
  border: 2px solid #ddd;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
  position:fixed;
  z-index: 100;
  top: 0;
}
.msger.hidden[data-v-c790dec8] {
  display: none;
}
.msger-header[data-v-c790dec8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 10px;
  border-bottom:  2px solid #ddd;
  background: #eee;
  color: #666;
}
.msger-chat[data-v-c790dec8] {
  -ms-flex: 1;
      flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.msger-chat[data-v-c790dec8]::-webkit-scrollbar {
  width: 6px;
}
.msger-chat[data-v-c790dec8]::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-chat[data-v-c790dec8]::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg[data-v-c790dec8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 10px;
}
.msg[data-v-c790dec8]:last-of-type {
  margin: 0;
}
.msg-img[data-v-c790dec8] {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble[data-v-c790dec8] {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: #ececec;
}
.msg-info[data-v-c790dec8] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
}
.msg-info-name[data-v-c790dec8] {
  margin-right: 10px;
  font-weight: bold;
}
.msg-info-time[data-v-c790dec8] {
  font-size: 0.85em;
}
.left-msg .msg-bubble[data-v-c790dec8], .Robot .msg-bubble[data-v-c790dec8] {
  border-bottom-left-radius: 0;
}
.right-msg[data-v-c790dec8], .Human[data-v-c790dec8] {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.right-msg .msg-bubble[data-v-c790dec8], .Human .msg-bubble[data-v-c790dec8] {
  background: #579ffb;
  color: #fff;
  border-bottom-right-radius: 0;
}
.right-msg .msg-img[data-v-c790dec8], .Human .msg-img[data-v-c790dec8] {
  margin: 0 0 0 10px;
}
.msger-inputarea *[data-v-c790dec8] {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.msger-chat[data-v-c790dec8] {
  background-color: #fcfcfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.msger-chat .left-msg .msg-img[data-v-c790dec8], .msger-chat .Robot .msg-img[data-v-c790dec8]{
  background-image: url(https://image.flaticon.com/icons/svg/327/327779.svg);
}
.msger-chat .right-msg .msg-img[data-v-c790dec8], .msger-chat .Human .msg-img[data-v-c790dec8]  {
  background-image: url(https://image.flaticon.com/icons/svg/145/145867.svg);
}

/*#chat.messages-count-0 {*/
/*  display: none;*/
/*}*/

/*.messageType {*/
/*  display: none;*/
/*}*/

/*.unknown .messageType, .silence .messageType, .hangup .messageType {*/
/*  display: inline-block;*/
/*}*/


.field[data-v-ffe66da0] {
  margin-top:10px;
  margin-bottom: 10px;
}
.lang[data-v-ffe66da0], .langSelect[data-v-ffe66da0] {
  max-width: 100%;
}


.http_request_shell[data-v-7a111e08] {
  border-radius: 10px;
  vertical-align: top;
  background-color: ghostwhite;
  padding: 10px;
  /*height: 100%;*/
  /*width: 512px;*/
}
.title .delete[data-v-7a111e08] {
  float: right;
  background-color: indianred;
  cursor: pointer;
}
.title[data-v-7a111e08] {
  font-size: 16px;
  white-space: nowrap;
  text-align: left;
  height: 32px;
  margin-bottom: 0;
  display: inline;
}
.http_request_shell .title .httpRequestTitle[data-v-7a111e08] {
  padding-right: 16px;
  font-size: 16px;
}
.http_request_shell .title div[data-v-7a111e08] {
  display: inline;
}
.body[data-v-7a111e08] {
  height: 128px;
  /*min-height: 80px;*/
  /*min-max: 80px;*/
  resize: none;
}
.field[data-v-7a111e08] {
  /*float:left;*/
  vertical-align: middle;
  /*margin-bottom: -10px;*/
}
.field-label[data-v-7a111e08] {
  height: 40px;
}
.field.has-addons .control[data-v-7a111e08]:not(:last-child) {
  margin-right: -1px;
}
.field.has-addons.has-addons-centered[data-v-7a111e08] {
  -ms-flex-pack: center;
      justify-content: center;
}
.field.has-addons[data-v-7a111e08] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
select[data-v-7a111e08], input[data-v-7a111e08] {
  height: 32px;
}
.select[data-v-7a111e08] {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
span[data-v-7a111e08] {
  font-style: inherit;
  font-weight: inherit;
}
/*.field.has-addons .control:first-child:not(:only-child) .button, .field.has-addons .control:first-child:not(:only-child) .input, .field.has-addons .control:first-child:not(:only-child) .select select {*/
/*  border-bottom-right-radius: 0;*/
/*  border-top-right-radius: 0;*/
/*}*/
.select select[data-v-7a111e08]:not([multiple]) {
  padding-right: 2.5em;
}
.select select[data-v-7a111e08] {
  cursor: pointer;
  display: block;
  max-width: 100%;
  outline: 0;
  font-size: initial;
}
/*body, button, input, select, textarea {*/
/*  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
/*}*/
button[data-v-7a111e08], input[data-v-7a111e08], select[data-v-7a111e08], textarea[data-v-7a111e08] {
  margin: 0;
}
.select[data-v-7a111e08]:not(.is-multiple):not(.is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}
.is-overlay[data-v-7a111e08] {
  /*height: 155px;*/
  z-index: 100;
}
input.url[data-v-7a111e08] {
  width: 804px;
}

/*table {*/
/*  margin:8px*/
/*}*/
.paramsList[data-v-7a111e08], .headersList[data-v-7a111e08], .bodyTd[data-v-7a111e08] {
  min-width: 270px;
  max-width: 330px;
}
.paramsList[data-v-7a111e08] {
  margin-right: 4px;
}
.headersList[data-v-7a111e08] {
  margin-left: 4px;
  margin-right: 4px;
}
.bodyTd[data-v-7a111e08] {
  margin-left: 4px;
  max-width: 360px;
  min-width: 343px;
}
.paramsHeadersBody[data-v-7a111e08] {
  /*position: absolute;*/
  margin-top: 8px;
}
th[data-v-7a111e08] {
  font-size: large;
  text-align: center;
}











































































































































































































/*.audioCustomizer {*/
/*  margin-top: -45px;*/
/*}*/
.answer_shell[data-v-4493c831] {
  max-width: 777px;
  width: 44%;
  display: inline-block;
  margin-right: 32px;
  margin-top: 50px;
  vertical-align: top;
  /*border: 1px double black; !* Параметры границы *!*/
  background-color: ghostwhite;
  padding: 10px;
}
.answer_shell.start textarea[data-v-4493c831]{
  height: 64px;
  min-height: 64px;
}
.commonParameters[data-v-4493c831] {
  display: -ms-flexbox;
  display: flex;
}
.commonParameters .locale input[data-v-4493c831] {
  max-width: 64px;
}
.commonParameters .vendor[data-v-4493c831], .commonParameters .voice[data-v-4493c831] {
  margin-left:40px
}
.commonParameters .is-horizontal[data-v-4493c831] {
  display:-ms-flexbox;
  display:flex;
}
.is-horizontal .field-label [data-v-4493c831], .is-horizontal .field-body[data-v-4493c831]{
  display: inline-block;
}
.field-label[data-v-4493c831] {
  margin-top: 6px;
  margin-right: 2px;
}



.audioCustomizer .answer .generation_radios {
  display: none;
}
.audioCustomizer .generation_radios {
  display: none;
}
.audioCustomizer input[type=range].slider.is-small {
  width: 110px;
}
.audioCustomizer .generate_audio_control {
  margin-top: 10px;
}

/*.audioCustomizer .player {*/
/*  width: 85%;*/
/*  max-width: 420px;*/
/*}*/
.audioCustomizer .player .player-progress {
  max-width: 400px;
  width: 400px;
}
.audioCustomizer .player .volume input {
  width:53px;
}
.audioCustomizer .start textarea{
  height: 56px;
  min-height: 56px;
}
.active_scenario_universal.is-saved .choose_scenario {
  display: none;
}
.audioCustomizer .deleteAudio {
  display:none;
}
.audioCustomizer .answer .speaker {
  display: none;
}

/*.audioCustomizer .saveScenarioButton .saveScenarioButton {*/
/*  display:none;*/
/*}*/
.audioCustomizer .scenarioBarShell {
  position: fixed;
  top: 23px;
  right: 20px;
  z-index: 1000;
  max-height: 73px;
  min-width: 160px;
  background-color: white;
  /*width: 100%;*/
}
.audioCustomizer.scrolled .scenarioBarShell {
  top: 7px;
  right: 460px;
  z-index: 10000;
  max-height: 32px;
}

.table-responsive{display:block;width:100%;min-height:.01%;overflow-x:auto
}
.button{margin:0 0 8px 0
}
.pagination{list-style-type:none
}
.pagination-item{display:inline-block
}
.activepage{background-color:#4AAE9B;color:#ffffff
}
.table>thead>tr>th{text-align:center
}































































































































































































































































@keyframes spinAround{
from{transform:rotate(0deg)
}
to{transform:rotate(359deg)
}
}
.time[data-v-6deb9466]{margin:0px 10px
}

article.createNew[data-v-6753cc00] {
  max-width: 360px;
}
article.createNew button[data-v-6753cc00] {
  float:right;
}
.displayName[data-v-6753cc00] {
  max-width: 350px;
}






























































































































/*# sourceMappingURL=app.d64a0eb63f6d7c0142a10ce7a34e3a6d.css.map*/