/*!* Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/html {
 box-:border-box;
 -ms-overflow-style:scrollbar
}
*,
:after,
:before {
 box-:inherit
}
.modal-open {
 overflow:hidden
}
.modal-open .modal {
 overflow-x:hidden;
 overflow-y:auto
}
body{height: 100%}
label {
	display: inline-block;
	font-size: 125%!important;
	font-weight: 700;
	line-height: 1;
	margin-bottom: .5rem;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  bottom:64px
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #343434;;
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}




.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 125%!important;
	font-weight: 700;
	line-height: 1;
	color: #7a7c82!important;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.modal {
 position:fixed;
 top:0;
 left:0;
 z-index:1050;
 display:none;
 width:100%;
 height:100%;
 overflow:hidden;
 outline:0
}
.modal-dialog {
 position:relative;
 width:auto;
 margin:.5rem;
 pointer-events:none
}
.modal.fade .modal-dialog {
 -webkit-transition:-webkit-transform .3s ease-out;
 transition:-webkit-transform .3s ease-out;
 transition:transform .3s ease-out;
 transition:transform .3s ease-out,-webkit-transform .3s ease-out;
 -webkit-transform:translateY(-50px);
 -ms-transform:translateY(-50px);
 transform:translateY(-50px)
}
@media(prefers-reduced-motion:reduce) {
 .modal.fade .modal-dialog {
  -webkit-transition:none;
  transition:none
 }
}
.modal.show .modal-dialog {
 -webkit-transform:none;
 -ms-transform:none;
 transform:none
}
.modal.modal-static .modal-dialog {
 -webkit-transform:scale(1.02);
 -ms-transform:scale(1.02);
 transform:scale(1.02)
}
.modal-dialog-scrollable {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 max-height:calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
 max-height:calc(100vh - 1rem);
 overflow:hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
 -ms-flex-negative:0;
 flex-shrink:0
}
.modal-dialog-scrollable .modal- {
 overflow-y:auto
}
.modal-dialog-centered {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 min-height:calc(100% - 1rem)
}
.modal-dialog-centered:before {
 display:block;
 height:calc(100vh - 1rem);
 height:-webkit-min-content;
 height:-moz-min-content;
 height:min-content;
 content:""
}
.modal-dialog-centered.modal-dialog-scrollable {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 height:100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
 max-height:none
}
.modal-dialog-centered.modal-dialog-scrollable:before {
 content:none
}
.modal-content {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 width:100%;
 pointer-events:auto;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,.2);
 border-radius:.3rem;
 outline:0
}
.modal-backdrop {
 position:fixed;
 top:0;
 left:0;
 z-index:1040;
 width:100vw;
 height:100vh;
 background-color:#000
}
.modal-backdrop.fade {
 opacity:0
}
.modal-backdrop.show {
 opacity:.5
}
.modal-header {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 padding:1rem;
 border-bottom:1px solid #dee2e6;
 border-top-left-radius:calc(.3rem - 1px);
 border-top-right-radius:calc(.3rem - 1px)
}
.modal-header .close {
 padding:1rem;
 margin:-1rem -1rem -1rem auto
}
.modal-title {
 margin-bottom:0;
 line-height:1.5
}
.modal- {
 position:relative;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 padding:1rem
}
.modal-footer {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 padding:.75rem;
 border-top:1px solid #dee2e6;
 border-bottom-right-radius:calc(.3rem - 1px);
 border-bottom-left-radius:calc(.3rem - 1px)
}
.modal-footer>* {
 margin:.25rem
}
.modal-scrollbar-measure {
 position:absolute;
 top:-9999px;
 width:50px;
 height:50px;
 overflow:scroll
}
@media(min-width:576px) {
 .modal-dialog {
  max-width:500px;
  margin:1.75rem auto
 }
 .modal-dialog-scrollable {
  max-height:calc(100% - 3.5rem)
 }
 .modal-dialog-scrollable .modal-content {
  max-height:calc(100vh - 3.5rem)
 }
 .modal-dialog-centered {
  min-height:calc(100% - 3.5rem)
 }
 .modal-dialog-centered:before {
  height:calc(100vh - 3.5rem);
  height:-webkit-min-content;
  height:-moz-min-content;
  height:min-content
 }
 .modal-sm {
  max-width:300px
 }
}
@media(min-width:992px) {
 .modal-lg,
 .modal-xl {
  max-width:800px
 }
}
@media(min-width:1200px) {
 .modal-xl {
  max-width:1140px
 }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
 width:100%;
 padding-right:15px;
 padding-left:15px;
 margin-right:auto;
 margin-left:auto
}
@media(min-width:576px) {
 .container,
 .container-sm {
  max-width:540px
 }
}
@media(min-width:768px) {
 .container,
 .container-md,
 .container-sm {
  max-width:720px
 }
}
@media(min-width:992px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm {
  max-width:960px
 }
}
@media(min-width:1200px) {
 .container,
 .container-lg,
 .container-md,
 .container-sm,
 .container-xl {
  max-width:1140px
 }
}
.roww {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-right:-15px;
 margin-left:-15px
}
.no-gutters {
 margin-right:0;
 margin-left:0
}
.no-gutters>.col,
.no-gutters>[class*=col-] {
 padding-right:0;
 padding-left:0
}/*
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
 position:relative;
 width:100%;
 padding-right:15px;
 padding-left:15px
}
.col {
 -ms-flex-preferred-size:0;
 flex-basis:0;
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1;
 max-width:100%
}*/
.row-cols-1>* {
 -webkit-box-flex:0;
 -ms-flex:0 0 100%;
 flex:0 0 100%;
 max-width:100%
}
.row-cols-2>* {
 -webkit-box-flex:0;
 -ms-flex:0 0 50%;
 flex:0 0 50%;
 max-width:50%
}
.row-cols-3>* {
 -webkit-box-flex:0;
 -ms-flex:0 0 33.33333%;
 flex:0 0 33.33333%;
 max-width:33.33333%
}
.row-cols-4>* {
 -webkit-box-flex:0;
 -ms-flex:0 0 25%;
 flex:0 0 25%;
 max-width:25%
}
.row-cols-5>* {
 -webkit-box-flex:0;
 -ms-flex:0 0 20%;
 flex:0 0 20%;
 max-width:20%
}
.row-cols-6>* {
 -webkit-box-flex:0;
 -ms-flex:0 0 16.66667%;
 flex:0 0 16.66667%;
 max-width:16.66667%
}
.col-auto {
 -ms-flex:0 0 auto;
 flex:0 0 auto;
 width:auto;
 max-width:100%
}
.col-1,
.col-auto {
 -webkit-box-flex:0
}
.col-1 {
 -ms-flex:0 0 8.33333%;
 flex:0 0 8.33333%;
 max-width:8.33333%
}
.col-2 {
 -ms-flex:0 0 16.66667%;
 flex:0 0 16.66667%;
 max-width:16.66667%
}
.col-2,
.col-3 {
 -webkit-box-flex:0
}
.col-3 {
 -ms-flex:0 0 25%;
 flex:0 0 25%;
 max-width:25%
}
.col-4 {
 -ms-flex:0 0 33.33333%;
 flex:0 0 33.33333%;
 max-width:33.33333%
}
.col-4,
.col-5 {
 -webkit-box-flex:0
}
.col-5 {
 -ms-flex:0 0 41.66667%;
 flex:0 0 41.66667%;
 max-width:41.66667%
}
.col-6 {
 -ms-flex:0 0 50%;
 flex:0 0 50%;
 max-width:50%
}
.col-6,
.col-7 {
 -webkit-box-flex:0
}
.col-7 {
 -ms-flex:0 0 58.33333%;
 flex:0 0 58.33333%;
 max-width:58.33333%
}
.col-8 {
 -ms-flex:0 0 66.66667%;
 flex:0 0 66.66667%;
 max-width:66.66667%
}
.col-8,
.col-9 {
 -webkit-box-flex:0
}
.col-9 {
 -ms-flex:0 0 75%;
 flex:0 0 75%;
 max-width:75%
}
.col-10 {
 -ms-flex:0 0 83.33333%;
 flex:0 0 83.33333%;
 max-width:83.33333%
}
.col-10,
.col-11 {
 -webkit-box-flex:0
}
.col-11 {
 -ms-flex:0 0 91.66667%;
 flex:0 0 91.66667%;
 max-width:91.66667%
}
.col-12 {
 -webkit-box-flex:0;
 -ms-flex:0 0 100%;
 flex:0 0 100%;
 max-width:100%
}*/
.order-first {
 -webkit-box-ordinal-group:0;
 -ms-flex-order:-1;
 order:-1
}
.order-last {
 -webkit-box-ordinal-group:14;
 -ms-flex-order:13;
 order:13
}
.order-0 {
 -webkit-box-ordinal-group:1;
 -ms-flex-order:0;
 order:0
}
.order-1 {
 -webkit-box-ordinal-group:2;
 -ms-flex-order:1;
 order:1
}
.order-2 {
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2
}
.order-3 {
 -webkit-box-ordinal-group:4;
 -ms-flex-order:3;
 order:3
}
.order-4 {
 -webkit-box-ordinal-group:5;
 -ms-flex-order:4;
 order:4
}
.order-5 {
 -webkit-box-ordinal-group:6;
 -ms-flex-order:5;
 order:5
}
.order-6 {
 -webkit-box-ordinal-group:7;
 -ms-flex-order:6;
 order:6
}
.order-7 {
 -webkit-box-ordinal-group:8;
 -ms-flex-order:7;
 order:7
}
.order-8 {
 -webkit-box-ordinal-group:9;
 -ms-flex-order:8;
 order:8
}
.order-9 {
 -webkit-box-ordinal-group:10;
 -ms-flex-order:9;
 order:9
}
.order-10 {
 -webkit-box-ordinal-group:11;
 -ms-flex-order:10;
 order:10
}
.order-11 {
 -webkit-box-ordinal-group:12;
 -ms-flex-order:11;
 order:11
}
.order-12 {
 -webkit-box-ordinal-group:13;
 -ms-flex-order:12;
 order:12
}
.offset-1 {
 margin-left:8.33333%
}
.offset-2 {
 margin-left:16.66667%
}
.offset-3 {
 margin-left:25%
}
.offset-4 {
 margin-left:33.33333%
}
.offset-5 {
 margin-left:41.66667%
}
.offset-6 {
 margin-left:50%
}
.offset-7 {
 margin-left:58.33333%
}
.offset-8 {
 margin-left:66.66667%
}
.offset-9 {
 margin-left:75%
}
.offset-10 {
 margin-left:83.33333%
}
.offset-11 {
 margin-left:91.66667%
}
@media(min-width:576px) {
 .col-sm {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .row-cols-sm-1>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .row-cols-sm-2>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .row-cols-sm-3>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .row-cols-sm-4>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .row-cols-sm-5>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%
 }
 .row-cols-sm-6>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }/*
 .col-sm-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-sm-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.33333%;
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-sm-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-sm-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-sm-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-sm-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-sm-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-sm-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.33333%;
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-sm-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-sm-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-sm-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.33333%;
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-sm-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.66667%;
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-sm-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }*/
 .order-sm-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-sm-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-sm-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-sm-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-sm-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-sm-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-sm-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-sm-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-sm-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-sm-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-sm-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-sm-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-sm-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-sm-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-sm-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-sm-0 {
  margin-left:0
 }
 .offset-sm-1 {
  margin-left:8.33333%
 }
 .offset-sm-2 {
  margin-left:16.66667%
 }
 .offset-sm-3 {
  margin-left:25%
 }
 .offset-sm-4 {
  margin-left:33.33333%
 }
 .offset-sm-5 {
  margin-left:41.66667%
 }
 .offset-sm-6 {
  margin-left:50%
 }
 .offset-sm-7 {
  margin-left:58.33333%
 }
 .offset-sm-8 {
  margin-left:66.66667%
 }
 .offset-sm-9 {
  margin-left:75%
 }
 .offset-sm-10 {
  margin-left:83.33333%
 }
 .offset-sm-11 {
  margin-left:91.66667%
 }
}
@media(min-width:768px) {
 .col-md {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .row-cols-md-1>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .row-cols-md-2>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .row-cols-md-3>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .row-cols-md-4>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .row-cols-md-5>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%
 }
 .row-cols-md-6>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-md-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-md-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.33333%;
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-md-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-md-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-md-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-md-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-md-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-md-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.33333%;
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-md-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-md-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-md-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.33333%;
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-md-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.66667%;
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-md-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .order-md-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-md-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-md-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-md-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-md-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-md-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-md-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-md-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-md-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-md-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-md-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-md-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-md-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-md-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-md-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-md-0 {
  margin-left:0
 }
 .offset-md-1 {
  margin-left:8.33333%
 }
 .offset-md-2 {
  margin-left:16.66667%
 }
 .offset-md-3 {
  margin-left:25%
 }
 .offset-md-4 {
  margin-left:33.33333%
 }
 .offset-md-5 {
  margin-left:41.66667%
 }
 .offset-md-6 {
  margin-left:50%
 }
 .offset-md-7 {
  margin-left:58.33333%
 }
 .offset-md-8 {
  margin-left:66.66667%
 }
 .offset-md-9 {
  margin-left:75%
 }
 .offset-md-10 {
  margin-left:83.33333%
 }
 .offset-md-11 {
  margin-left:91.66667%
 }
}
@media(min-width:992px) {
 .col-lg {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .row-cols-lg-1>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .row-cols-lg-2>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .row-cols-lg-3>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .row-cols-lg-4>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .row-cols-lg-5>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%
 }
 .row-cols-lg-6>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }/*
 .col-lg-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-lg-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.33333%;
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-lg-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-lg-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-lg-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-lg-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-lg-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-lg-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.33333%;
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-lg-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-lg-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-lg-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.33333%;
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-lg-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.66667%;
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-lg-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }*/
 .order-lg-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-lg-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-lg-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-lg-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-lg-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-lg-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-lg-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-lg-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-lg-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-lg-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-lg-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-lg-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-lg-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-lg-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-lg-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-lg-0 {
  margin-left:0
 }
 .offset-lg-1 {
  margin-left:8.33333%
 }
 .offset-lg-2 {
  margin-left:16.66667%
 }
 .offset-lg-3 {
  margin-left:25%
 }
 .offset-lg-4 {
  margin-left:33.33333%
 }
 .offset-lg-5 {
  margin-left:41.66667%
 }
 .offset-lg-6 {
  margin-left:50%
 }
 .offset-lg-7 {
  margin-left:58.33333%
 }
 .offset-lg-8 {
  margin-left:66.66667%
 }
 .offset-lg-9 {
  margin-left:75%
 }
 .offset-lg-10 {
  margin-left:83.33333%
 }
 .offset-lg-11 {
  margin-left:91.66667%
 }
}
@media(min-width:1200px) {
 .col-xl {
  -ms-flex-preferred-size:0;
  flex-basis:0;
  -webkit-box-flex:1;
  -ms-flex-positive:1;
  flex-grow:1;
  max-width:100%
 }
 .row-cols-xl-1>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .row-cols-xl-2>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .row-cols-xl-3>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .row-cols-xl-4>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .row-cols-xl-5>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 20%;
  flex:0 0 20%;
  max-width:20%
 }
 .row-cols-xl-6>* {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-xl-auto {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  width:auto;
  max-width:100%
 }
 .col-xl-1 {
  -webkit-box-flex:0;
  -ms-flex:0 0 8.33333%;
  flex:0 0 8.33333%;
  max-width:8.33333%
 }
 .col-xl-2 {
  -webkit-box-flex:0;
  -ms-flex:0 0 16.66667%;
  flex:0 0 16.66667%;
  max-width:16.66667%
 }
 .col-xl-3 {
  -webkit-box-flex:0;
  -ms-flex:0 0 25%;
  flex:0 0 25%;
  max-width:25%
 }
 .col-xl-4 {
  -webkit-box-flex:0;
  -ms-flex:0 0 33.33333%;
  flex:0 0 33.33333%;
  max-width:33.33333%
 }
 .col-xl-5 {
  -webkit-box-flex:0;
  -ms-flex:0 0 41.66667%;
  flex:0 0 41.66667%;
  max-width:41.66667%
 }
 .col-xl-6 {
  -webkit-box-flex:0;
  -ms-flex:0 0 50%;
  flex:0 0 50%;
  max-width:50%
 }
 .col-xl-7 {
  -webkit-box-flex:0;
  -ms-flex:0 0 58.33333%;
  flex:0 0 58.33333%;
  max-width:58.33333%
 }
 .col-xl-8 {
  -webkit-box-flex:0;
  -ms-flex:0 0 66.66667%;
  flex:0 0 66.66667%;
  max-width:66.66667%
 }
 .col-xl-9 {
  -webkit-box-flex:0;
  -ms-flex:0 0 75%;
  flex:0 0 75%;
  max-width:75%
 }
 .col-xl-10 {
  -webkit-box-flex:0;
  -ms-flex:0 0 83.33333%;
  flex:0 0 83.33333%;
  max-width:83.33333%
 }
 .col-xl-11 {
  -webkit-box-flex:0;
  -ms-flex:0 0 91.66667%;
  flex:0 0 91.66667%;
  max-width:91.66667%
 }
 .col-xl-12 {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  max-width:100%
 }
 .order-xl-first {
  -webkit-box-ordinal-group:0;
  -ms-flex-order:-1;
  order:-1
 }
 .order-xl-last {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:13;
  order:13
 }
 .order-xl-0 {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0
 }
 .order-xl-1 {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .order-xl-2 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .order-xl-3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:3;
  order:3
 }
 .order-xl-4 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:4;
  order:4
 }
 .order-xl-5 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:5;
  order:5
 }
 .order-xl-6 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:6;
  order:6
 }
 .order-xl-7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:7;
  order:7
 }
 .order-xl-8 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:8;
  order:8
 }
 .order-xl-9 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:9;
  order:9
 }
 .order-xl-10 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:10;
  order:10
 }
 .order-xl-11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:11;
  order:11
 }
 .order-xl-12 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:12;
  order:12
 }
 .offset-xl-0 {
  margin-left:0
 }
 .offset-xl-1 {
  margin-left:8.33333%
 }
 .offset-xl-2 {
  margin-left:16.66667%
 }
 .offset-xl-3 {
  margin-left:25%
 }
 .offset-xl-4 {
  margin-left:33.33333%
 }
 .offset-xl-5 {
  margin-left:41.66667%
 }
 .offset-xl-6 {
  margin-left:50%
 }
 .offset-xl-7 {
  margin-left:58.33333%
 }
 .offset-xl-8 {
  margin-left:66.66667%
 }
 .offset-xl-9 {
  margin-left:75%
 }
 .offset-xl-10 {
  margin-left:83.33333%
 }
 .offset-xl-11 {
  margin-left:91.66667%
 }
}
.form-control {
 display:block;
 width:100%;
 height:calc(1.5em + .75rem + 2px);
 padding:.375rem .75rem;
 font-size:1rem;
 font-weight:400;
 line-height:1.5;
 color:#495057;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid #ced4da;
 border-radius:.25rem;
 -webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
@media(prefers-reduced-motion:reduce) {
 .form-control {
  -webkit-transition:none;
  transition:none
 }
}
.form-control::-ms-expand {
 background-color:transparent;
 border:0
}
.form-control:-moz-focusring {
 color:transparent;
 text-shadow:0 0 0 #495057
}
.form-control:focus {
 color:#495057;
 background-color:#fff;
 border-color:#80bdff;
 outline:0;
 box-shadow:0 0 0 .2rem rgba(0,123,255,.25)
}
.form-control::-webkit-input-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control:-ms-input-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control::-ms-input-placeholder {
 color:#6c757d;
 opacity:1
}
.form-control::placeholder {
 color:#6c757d;
 opacity:1
}
.form-control:disabled,
.form-control[readonly] {
 background-color:#e9ecef;
 opacity:1
}
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none
}
select.form-control:focus::-ms-value {
 color:#495057;
 background-color:#fff
}
.form-control-file,
.form-control-range {
 display:block;
 width:100%
}
.col-form-label {
 padding-top:calc(.375rem + 1px);
 padding-bottom:calc(.375rem + 1px);
 margin-bottom:0;
 font-size:inherit;
 line-height:1.5
}
.col-form-label-lg {
 padding-top:calc(.5rem + 1px);
 padding-bottom:calc(.5rem + 1px);
 font-size:1.25rem;
 line-height:1.5
}
.col-form-label-sm {
 padding-top:calc(.25rem + 1px);
 padding-bottom:calc(.25rem + 1px);
 font-size:.875rem;
 line-height:1.5
}
.form-control-plaintext {
 display:block;
 width:100%;
 padding:.375rem 0;
 margin-bottom:0;
 font-size:1rem;
 line-height:1.5;
 color:#212529;
 background-color:transparent;
 border:solid transparent;
 border-width:1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
 padding-right:0;
 padding-left:0
}
.form-control-sm {
 height:calc(1.5em + .5rem + 2px);
 padding:.25rem .5rem;
 font-size:.875rem;
 line-height:1.5;
 border-radius:.2rem
}
.form-control-lg {
 height:calc(1.5em + 1rem + 2px);
 padding:.5rem 1rem;
 font-size:1.25rem;
 line-height:1.5;
 border-radius:.3rem
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
 height:auto
}
.form-group {
 margin-bottom:1rem
}
.form-text {
 display:block;
 margin-top:.25rem
}
.form-row {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-right:-5px;
 margin-left:-5px
}
.form-row>.col,
.form-row>[class*=col-] {
 padding-right:5px;
 padding-left:5px
}
.form-check {
 position:relative;
 display:block;
 padding-left:1.25rem
}
.form-check-input {
 position:absolute;
 margin-top:.3rem;
 margin-left:-1.25rem
}
.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
 color:#6c757d
}
.form-check-label {
 margin-bottom:0
}
.form-check-inline {
 display:-webkit-inline-box;
 display:-ms-inline-flexbox;
 display:inline-flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding-left:0;
 margin-right:.75rem
}
.form-check-inline .form-check-input {
 position:static;
 margin-top:0;
 margin-right:.3125rem;
 margin-left:0
}
.valid-feedback {
 display:none;
 width:100%;
 margin-top:.25rem;
 font-size:80%;
 color:#28a745
}
.valid-tooltip {
 position:absolute;
 top:100%;
 left:0;
 z-index:5;
 display:none;
 max-width:100%;
 padding:.25rem .5rem;
 margin-top:.1rem;
 font-size:.875rem;
 line-height:1.5;
 color:#fff;
 background-color:rgba(40,167,69,.9);
 border-radius:.25rem
}
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
 display:block
}
.form-control.is-valid,
.was-validated .form-control:valid {
 border-color:#28a745;
 padding-right:calc(1.5em + .75rem);
 background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnPjxwYXRoIGZpbGw9JyMyOGE3NDUnIGQ9J00yLjMgNi43M0wuNiA0LjUzYy0uNC0xLjA0LjQ2LTEuNCAxLjEtLjhsMS4xIDEuNCAzLjQtMy44Yy42LS42MyAxLjYtLjI3IDEuMi43bC00IDQuNmMtLjQzLjUtLjguNC0xLjEuMXonLz48L3N2Zz4=);
 background-repeat:no-repeat;
 background-position:right calc(.375em + .1875rem) center;
 background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
 border-color:#28a745;
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
 padding-right:calc(1.5em + .75rem);
 background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
 border-color:#28a745;
 padding-right:calc(.75em + 2.3125rem);
 background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
 border-color:#28a745;
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
 color:#28a745
}
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
 display:block
}
.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
 color:#28a745
}
.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
 border-color:#28a745
}
.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
 border-color:#34ce57;
 background-color:#34ce57
}
.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
 border-color:#28a745
}
.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
 border-color:#28a745;
 box-shadow:0 0 0 .2rem rgba(40,167,69,.25)
}
.invalid-feedback {
 display:none;
 width:100%;
 margin-top:.25rem;
 font-size:80%;
 color:#dc3545
}
.invalid-tooltip {
 position:absolute;
 top:100%;
 left:0;
 z-index:5;
 display:none;
 max-width:100%;
 padding:.25rem .5rem;
 margin-top:.1rem;
 font-size:.875rem;
 line-height:1.5;
 color:#fff;
 background-color:rgba(220,53,69,.9);
 border-radius:.25rem
}
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
 display:block
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
 border-color:#dc3545;
 padding-right:calc(1.5em + .75rem);
 background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZGMzNTQ1Jz48Y2lyY2xlIGN4PSc2JyBjeT0nNicgcj0nNC41Jy8+PHBhdGggc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgZD0nTTUuOCAzLjZoLjRMNiA2LjV6Jy8+PGNpcmNsZSBjeD0nNicgY3k9JzguMicgcj0nLjYnIGZpbGw9JyNkborbaM1NDUnIHN0cm9rZT0nbm9uZScvPjwvc3ZnPg==);
 background-repeat:no-repeat;
 background-position:right calc(.375em + .1875rem) center;
 background-size:calc(.75em + .375rem) calc(.75em + .375rem)
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
 border-color:#dc3545;
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
 padding-right:calc(1.5em + .75rem);
 background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
 border-color:#dc3545;
 padding-right:calc(.75em + 2.3125rem);
 background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
 border-color:#dc3545;
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
 color:#dc3545
}
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
 display:block
}
.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
 color:#dc3545
}
.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
 border-color:#dc3545
}
.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
 border-color:#e4606d;
 background-color:#e4606d
}
.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
 border-color:#dc3545
}
.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
 border-color:#dc3545;
 box-shadow:0 0 0 .2rem rgba(220,53,69,.25)
}
.form-inline {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-flow:row wrap;
 flex-flow:row wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.form-inline .form-check {
 width:100%
}
@media(min-width:576px) {
 .form-inline label {
  -ms-flex-align:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .form-inline .form-group,
 .form-inline label {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  align-items:center;
  margin-bottom:0
 }
 .form-inline .form-group {
  -webkit-box-flex:0;
  -ms-flex:0 0 auto;
  flex:0 0 auto;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  -ms-flex-align:center
 }
 .form-inline .form-control {
  display:inline-block;
  width:auto;
  vertical-align:middle
 }
 .form-inline .form-control-plaintext {
  display:inline-block
 }
 .form-inline .custom-select,
 .form-inline .input-group {
  width:auto
 }
 .form-inline .form-check {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  width:auto;
  padding-left:0
 }
 .form-inline .form-check-input {
  position:relative;
  -ms-flex-negative:0;
  flex-shrink:0;
  margin-top:0;
  margin-right:.25rem;
  margin-left:0
 }
 .form-inline .custom-control {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .form-inline .custom-control-label {
  margin-bottom:0
 }
}

.tab-content>.tab-pane {
 display:none
}
.tab-content>.active {
 display:block
}
.borba {
 position:relative;
 padding:.5rem 1rem
}
.,
. .container,
. .container-fluid,
. .container-lg,
. .container-md,
. .container-sm,
. .container-xl {
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between
}
. .container,
. .container-fluid,
. .container-lg,
. .container-md,
. .container-sm,
. .container-xl {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.-brand {
 display:inline-block;
 padding-top:.3125rem;
 padding-bottom:.3125rem;
 margin-right:1rem;
 font-size:1.25rem;
 line-height:inherit;
 white-space:nowrap
}
.-brand:focus,
.-brand:hover {
 text-decoration:none
}
.-nave {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 padding-left:0;
 margin-bottom:0;
 list-style:none
}
.-nave .nave-link {
 padding-right:0;
 padding-left:0
}
.-nave .dropdowen-menu {
 position:static;
 float:none
}
.-text {
 display:inline-block;
 padding-top:.5rem;
 padding-bottom:.5rem
}
.-collaps {
 -ms-flex-preferred-size:100%;
 flex-basis:100%;
 -webkit-box-flex:1;
 -ms-flex-positive:1;
 flex-grow:1;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.-toggler {
 padding:.25rem .75rem;
 font-size:1.25rem;
 line-height:1;
 background-color:transparent;
 border:1px solid transparent;
 border-radius:.25rem
}
.-toggler:focus,
.-toggler:hover {
 text-decoration:none
}
.borba-toggler-icon {
 display:inline-block;
 width:1.5em;
 height:1.5em;
 vertical-align:middle;
 content:"";
 background:no-repeat 50%;
 background-size:100% 100%
}
@media(max-width:575.98px) {
 .borba-expand-sm>.container,
 .borba-expand-sm>.container-fluid,
 .borba-expand-sm>.container-lg,
 .borba-expand-sm>.container-md,
 .borba-expand-sm>.container-sm,
 .borba-expand-sm>.container-xl {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:576px) {
 .borba-expand-sm {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .borba-expand-sm,
 .borba-expand-sm .borba-nave {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .borba-expand-sm .borba-nave {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .borba-expand-sm .borba-nave .dropdowen-menu {
  position:absolute
 }
 .borba-expand-sm .borba-nave .nave-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .borba-expand-sm>.container,
 .borba-expand-sm>.container-fluid,
 .borba-expand-sm>.container-lg,
 .borba-expand-sm>.container-md,
 .borba-expand-sm>.container-sm,
 .borba-expand-sm>.container-xl {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .borba-expand-sm .borba-collaps {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .borba-expand-sm .borba-toggler {
  display:none
 }
}
@media(max-width:767.98px) {
 .borba-expand-md>.container,
 .borba-expand-md>.container-fluid,
 .borba-expand-md>.container-lg,
 .borba-expand-md>.container-md,
 .borba-expand-md>.container-sm,
 .borba-expand-md>.container-xl {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:768px) {
 .borba-expand-md {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .borba-expand-md,
 .borba-expand-md .borba-nave {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .borba-expand-md .borba-nave {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .borba-expand-md .borba-nave .dropdowen-menu {
  position:absolute
 }
 .borba-expand-md .borba-nave .nave-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .borba-expand-md>.container,
 .borba-expand-md>.container-fluid,
 .borba-expand-md>.container-lg,
 .borba-expand-md>.container-md,
 .borba-expand-md>.container-sm,
 .borba-expand-md>.container-xl {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .borba-expand-md .borba-collaps {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .borba-expand-md .borba-toggler {
  display:none
 }
}
@media(max-width:991.98px) {
 .borba-expand-lg>.container,
 .borba-expand-lg>.container-fluid,
 .borba-expand-lg>.container-lg,
 .borba-expand-lg>.container-md,
 .borba-expand-lg>.container-sm,
 .borba-expand-lg>.container-xl {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:992px) {
 .borba-expand-lg {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .borba-expand-lg,
 .borba-expand-lg .borba-nave {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .borba-expand-lg .borba-nave {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .borba-expand-lg .borba-nave .dropdowen-menu {
  position:absolute
 }
 .borba-expand-lg .borba-nave .nave-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .borba-expand-lg>.container,
 .borba-expand-lg>.container-fluid,
 .borba-expand-lg>.container-lg,
 .borba-expand-lg>.container-md,
 .borba-expand-lg>.container-sm,
 .borba-expand-lg>.container-xl {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .borba-expand-lg .borba-collaps {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .borba-expand-lg .borba-toggler {
  display:none
 }
}
@media(max-width:1199.98px) {
 .borba-expand-xl>.container,
 .borba-expand-xl>.container-fluid,
 .borba-expand-xl>.container-lg,
 .borba-expand-xl>.container-md,
 .borba-expand-xl>.container-sm,
 .borba-expand-xl>.container-xl {
  padding-right:0;
  padding-left:0
 }
}
@media(min-width:1200px) {
 .borba-expand-xl {
  -ms-flex-flow:row nowrap;
  flex-flow:row nowrap;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .borba-expand-xl,
 .borba-expand-xl .borba-nave {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal
 }
 .borba-expand-xl .borba-nave {
  -ms-flex-direction:row;
  flex-direction:row
 }
 .borba-expand-xl .borba-nave .dropdowen-menu {
  position:absolute
 }
 .borba-expand-xl .borba-nave .nave-link {
  padding-right:.5rem;
  padding-left:.5rem
 }
 .borba-expand-xl>.container,
 .borba-expand-xl>.container-fluid,
 .borba-expand-xl>.container-lg,
 .borba-expand-xl>.container-md,
 .borba-expand-xl>.container-sm,
 .borba-expand-xl>.container-xl {
  -ms-flex-wrap:nowrap;
  flex-wrap:nowrap
 }
 .borba-expand-xl .borba-collaps {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important;
  -ms-flex-preferred-size:auto;
  flex-basis:auto
 }
 .borba-expand-xl .borba-toggler {
  display:none
 }
}
.borba-expand {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-flow:row nowrap;
 flex-flow:row nowrap;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start
}
.borba-expand>.container,
.borba-expand>.container-fluid,
.borba-expand>.container-lg,
.borba-expand>.container-md,
.borba-expand>.container-sm,
.borba-expand>.container-xl {
 padding-right:0;
 padding-left:0
}
.borba-expand .borba-nave {
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row
}
.borba-expand .borba-nave .dropdowen-menu {
 position:absolute
}
.borba-expand .borba-nave .nave-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.borba-expand>.container,
.borba-expand>.container-fluid,
.borba-expand>.container-lg,
.borba-expand>.container-md,
.borba-expand>.container-sm,
.borba-expand>.container-xl {
 -ms-flex-wrap:nowrap;
 flex-wrap:nowrap
}
.borba-expand .borba-collaps {
 display:-webkit-box!important;
 display:-ms-flexbox!important;
 display:flex!important;
 -ms-flex-preferred-size:auto;
 flex-basis:auto
}
.borba-expand .borba-toggler {
 display:none
}
.borba-light .borba-brand,
.borba-light .borba-brand:focus,
.borba-light .borba-brand:hover {
 color:rgba(0,0,0,.9)
}
.borba-light .borba-nave .nave-link {
 color:rgba(0,0,0,.5)
}
.borba-light .borba-nave .nave-link:focus,
.borba-light .borba-nave .nave-link:hover {
 color:rgba(0,0,0,.7)
}
.borba-light .borba-nave .nave-link.disabled {
 color:rgba(0,0,0,.3)
}
.borba-light .borba-nave .active>.nave-link,
.borba-light .borba-nave .nave-link.active,
.borba-light .borba-nave .nave-link.show,
.borba-light .borba-nave .show>.nave-link {
 color:rgba(0,0,0,.9)
}
.borba-light .borba-toggler {
 color:rgba(0,0,0,.5);
 border-color:rgba(0,0,0,.1)
}
.borba-light .borba-toggler-icon {
 background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PHBhdGggc3Ryb2tlPSdborba2JhKDAsIDAsIDAsIDAuNSknIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}
.borba-light .borba-text {
 color:rgba(0,0,0,.5)
}
.borba-light .borba-text a,
.borba-light .borba-text a:focus,
.borba-light .borba-text a:hover {
 color:rgba(0,0,0,.9)
}
.borba-dark .borba-brand,
.borba-dark .borba-brand:focus,
.borba-dark .borba-brand:hover {
 color:#fff
}
.borba-dark .borba-nave .nave-link {
 color:hsla(0,0%,100%,.5)
}
.borba-dark .borba-nave .nave-link:focus,
.borba-dark .borba-nave .nave-link:hover {
 color:hsla(0,0%,100%,.75)
}
.borba-dark .borba-nave .nave-link.disabled {
 color:hsla(0,0%,100%,.25)
}
.borba-dark .borba-nave .active>.nave-link,
.borba-dark .borba-nave .nave-link.active,
.borba-dark .borba-nave .nave-link.show,
.borba-dark .borba-nave .show>.nave-link {
 color:#fff
}
.borba-dark .borba-toggler {
 color:hsla(0,0%,100%,.5);
 border-color:hsla(0,0%,100%,.1)
}
.borba-dark .borba-toggler-icon {
 background-image:url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczMCcgaGVpZ2h0PSczMCc+PHBhdGggc3Ryb2tlPSdborba2JhKDI1NSwgMjU1LCAyNTUsIDAuNSknIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLW1pdGVybGltaXQ9JzEwJyBzdHJva2Utd2lkdGg9JzInIGQ9J000IDdoMjJNNCAxNWgyMk00IDIzaDIyJy8+PC9zdmc+)
}
.borba-dark .borba-text {
 color:hsla(0,0%,100%,.5)
}
.borba-dark .borba-text a,
.borba-dark .borba-text a:focus,
.borba-dark .borba-text a:hover {
 color:#fff
}
*,
:after,
:before {
 box-siizing:border-box
}
html {
 font-family:sans-serif;
 line-height:1.15;
 -webkit-text-size-adjust:100%;
 -webkit-tap-highlight-color:transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nave,
section {
 display:block
}
 {
 margin:0;
 font-size:14px;
 line-height:1.5;
 color:#212529;
 text-align:left;
 background-color:#fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
 outline:0!important
}
hr {
 box-:content-box;
 overflow:visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
 margin-top:0;
 margin-bottom:0
}
p {
 margin-top:0;
 margin-bottom:1rem
}
abbr[data-original-title],
abbr[title] {
 text-decoration:underline;
 -webkit-text-decoration:underline dotted;
 text-decoration:underline dotted;
 cursor:help;
 border-bottom:0;
 -webkit-text-decoration-skip-ink:none;
 text-decoration-skip-ink:none
}
address {
 font-style:normal;
 line-height:inherit
}
address,
dl,
ol,
ul {
 margin-bottom:1rem
}
dl,
ol,
ul {
 margin-top:0
}
ol ol,
ol ul,
ul ol,
ul ul {
 margin-bottom:0
}
dt {
 font-weight:700
}
dd {
 margin-bottom:.5rem;
 margin-left:0
}
blockquote {
 margin:0 0 1rem
}
b,
strong {
 font-weight:bolder
}
small {
 font-size:80%
}
sub,
sup {
 position:relative;
 font-size:75%;
 line-height:0;
 vertical-align:baseline
}
sub {
 bottom:-.25em
}
sup {
 top:-.5em
}
a {
 color:#03a9f4;
 text-decoration:none;
 background-color:transparent
}
a:hover {
 color:#0277bd;
 text-decoration:underline
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
 color:inherit;
 text-decoration:none
}
code,
kbd,
pre,
samp {
 font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
 font-size:1em
}
pre {
 margin-top:0;
 margin-bottom:1rem;
 overflow:auto;
 -ms-overflow-style:scrollbar
}
figure {
 margin:0 0 1rem
}
img {
 border-style:none
}
img,
svg {
 vertical-align:middle
}
svg {
 overflow:hidden
}
table {
 border-collaps:collaps
}
caption {
 padding-top:.75rem;
 padding-bottom:.75rem;
 color:#6c757d;
 text-align:left;
 caption-side:bottom
}
th {
 text-align:inherit
}
label {
 display:inline-block;
 margin-bottom:.5rem
}
button {
 border-radius:0
}
button:focus {
 outline:1px dotted;
 outline:5px auto -webkit-focus-ring-color
}
button,
input,
optgroup,
select,
textarea {
 margin:0;
 font-family:inherit;
 font-size:inherit;
 line-height:inherit
}
button,
input {
 overflow:visible
}

[hidden] {
 display:none!important
}
.fade {
 -webkit-transition:opacity .15s linear;
 transition:opacity .15s linear
}
@media(prefers-reduced-motion:reduce) {
 .fade {
  -webkit-transition:none;
  transition:none
 }
}
.fade:not(.show) {
 opacity:0
}
.collaps:not(.show) {
 display:none
}
.collapsing {
 position:relative;
 height:0;
 overflow:hidden;
 -webkit-transition:height .35s ease;
 transition:height .35s ease
}
@media(prefers-reduced-motion:reduce) {
 .collapsing {
  -webkit-transition:none;
  transition:none
 }
}
.alert {
 position:fixed;
 padding:.75rem 1.25rem;
 margin-bottom:1rem;
 border:1px solid transparent;
 border-radius:.25rem
}
.alert-heading {
 color:inherit
}
.alert-link {
 font-weight:700
}
.alert-dismissible {
 padding-right:4rem
}
.alert-dismissible .close {
 position:absolute;
 top:0;
 right:0;
 padding:.75rem 1.25rem;
 color:inherit
}
.alert-primary {
 color:#004085;
 background-color:#cce5ff;
 border-color:#b8daff
}
.alert-primary hr {
 border-top-color:#9fcdff
}
.alert-primary .alert-link {
 color:#002752
}
.alert-secondary {
 color:#383d41;
 background-color:#e2e3e5;
 border-color:#d6d8db
}
.alert-secondary hr {
 border-top-color:#c8cbcf
}
.alert-secondary .alert-link {
 color:#202326
}
.alert-success {
 color:#155724;
 background-color:#d4edda;
 border-color:#c3e6cb
}
.alert-success hr {
 border-top-color:#b1dfbb
}
.alert-success .alert-link {
 color:#0b2e13
}
.alert-info {
 color:#0c5460;
 background-color:#d1ecf1;
 border-color:#bee5eb
}
.alert-info hr {
 border-top-color:#abdde5
}
.alert-info .alert-link {
 color:#062c33
}
.alert-warning {
 color:#856404;
 background-color:#fff3cd;
 border-color:#ffeeba
}
.alert-warning hr {
 border-top-color:#ffe8a1
}
.alert-warning .alert-link {
 color:#533f03
}
.alert-danger {
 color:#721c24;
 background-color:#f8d7da;
 border-color:#f5c6cb
}
.alert-danger hr {
 border-top-color:#f1b0b7
}
.alert-danger .alert-link {
 color:#491217
}
.alert-light {
 color:#818182;
 background-color:#fefefe;
 border-color:#fdfdfe
}
.alert-light hr {
 border-top-color:#ececf6
}
.alert-light .alert-link {
 color:#686868
}
.alert-dark {
 color:#1b1e21;
 background-color:#d6d8d9;
 border-color:#c6c8ca
}
.alert-dark hr {
 border-top-color:#b9bbbe
}
.alert-dark .alert-link {
 color:#040505
}
.popover {
 top:0;
 left:0;
 z-index:1060;
 max-width:276px;
 font-family:Rubik latin,Rubik latin-ext,Rubik cryllic,Noto Sans JP,Noto Sans SC,Noto Sans KR,Noto Sans EL,Helvetica,Arial,sans-serif;
 font-style:normal;
 font-weight:400;
 line-height:1.5;
 text-align:left;
 text-align:start;
 text-decoration:none;
 text-shadow:none;
 text-transform:none;
 letter-spacing:normal;
 word-break:normal;
 word-spacing:normal;
 white-space:normal;
 line-break:auto;
 font-size:.875rem;
 word-wrap:break-word;
 background-color:#fff;
 background-clip:padding-box;
 border:1px solid rgba(0,0,0,.2);
 border-radius:.3rem
}
.popover,
.popover .arrow {
 position:absolute;
 display:block
}
.popover .arrow {
 width:1rem;
 height:.5rem;
 margin:0 .3rem
}
.popover .arrow:after,
.popover .arrow:before {
 position:absolute;
 display:block;
 content:"";
 border-color:transparent;
 border-style:solid
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
 margin-bottom:.5rem
}
.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
 bottom:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
 bottom:0;
 border-width:.5rem .5rem 0;
 border-top-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
 bottom:1px;
 border-width:.5rem .5rem 0;
 border-top-color:#fff
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
 margin-left:.5rem
}
.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
 left:calc(-.5rem - 1px);
 width:.5rem;
 height:1rem;
 margin:.3rem 0
}
.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
 left:0;
 border-width:.5rem .5rem .5rem 0;
 border-right-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
 left:1px;
 border-width:.5rem .5rem .5rem 0;
 border-right-color:#fff
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
 margin-top:.5rem
}
.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
 top:calc(-.5rem - 1px)
}
.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
 top:0;
 border-width:0 .5rem .5rem;
 border-bottom-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
 top:1px;
 border-width:0 .5rem .5rem;
 border-bottom-color:#fff
}
.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
 position:absolute;
 top:0;
 left:50%;
 display:block;
 width:1rem;
 margin-left:-.5rem;
 content:"";
 border-bottom:1px solid #f7f7f7
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
 margin-right:.5rem
}
.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
 right:calc(-.5rem - 1px);
 width:.5rem;
 height:1rem;
 margin:.3rem 0
}
.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
 right:0;
 border-width:.5rem 0 .5rem .5rem;
 border-left-color:rgba(0,0,0,.25)
}
.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
 right:1px;
 border-width:.5rem 0 .5rem .5rem;
 border-left-color:#fff
}
.popover-header {
 padding:.5rem .75rem;
 margin-bottom:0;
 font-size:1rem;
 background-color:#f7f7f7;
 border-bottom:1px solid #ebebeb;
 border-top-left-radius:calc(.3rem - 1px);
 border-top-right-radius:calc(.3rem - 1px)
}
.popover-header:empty {
 display:none
}
.popover- {
 padding:.5rem .75rem;
 color:#212529
}
.align-baseline {
 vertical-align:baseline!important
}
.align-top {
 vertical-align:top!important
}
.align-middle {
 vertical-align:middle!important
}
.align-bottom {
 vertical-align:bottom!important
}
.align-text-bottom {
 vertical-align:text-bottom!important
}
.align-text-top {
 vertical-align:text-top!important
}
.bg-primary {
 background-color:#007bff!important
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
 background-color:#0062cc!important
}
.bg-secondary {
 background-color:#6c757d!important
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
 background-color:#545b62!important
}
.bg-success {
 background-color:#28a745!important
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
 background-color:#1e7e34!important
}
.bg-info {
 background-color:#17a2b8!important
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
 background-color:#117a8b!important
}
.bg-warning {
 background-color:#ffc107!important
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
 background-color:#d39e00!important
}
.bg-danger {
 background-color:#dc3545!important
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
 background-color:#bd2130!important
}
.bg-light {
 background-color:#f8f9fa!important
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
 background-color:#dae0e5!important
}
.bg-dark {
 background-color:#343a40!important
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
 background-color:#1d2124!important
}
.bg-white {
 background-color:#fff!important
}
.bg-transparent {
 background-color:transparent!important
}
.border {
 border:1px solid #dee2e6!important
}
.border-top {
 border-top:1px solid #dee2e6!important
}
.border-right {
 border-right:1px solid #dee2e6!important
}
.border-bottom {
 border-bottom:1px solid #dee2e6!important
}
.border-left {
 border-left:1px solid #dee2e6!important
}
.border-0 {
 border:0!important
}
.border-top-0 {
 border-top:0!important
}
.border-right-0 {
 border-right:0!important
}
.border-bottom-0 {
 border-bottom:0!important
}
.border-left-0 {
 border-left:0!important
}
.border-primary {
 border-color:#007bff!important
}
.border-secondary {
 border-color:#6c757d!important
}
.border-success {
 border-color:#28a745!important
}
.border-info {
 border-color:#17a2b8!important
}
.border-warning {
 border-color:#ffc107!important
}
.border-danger {
 border-color:#dc3545!important
}
.border-light {
 border-color:#f8f9fa!important
}
.border-dark {
 border-color:#343a40!important
}
.border-white {
 border-color:#fff!important
}
.rounded-sm {
 border-radius:.2rem!important
}
.rounded {
 border-radius:.25rem!important
}
.rounded-top {
 border-top-left-radius:.25rem!important
}
.rounded-right,
.rounded-top {
 border-top-right-radius:.25rem!important
}
.rounded-bottom,
.rounded-right {
 border-bottom-right-radius:.25rem!important
}
.rounded-bottom,
.rounded-left {
 border-bottom-left-radius:.25rem!important
}
.rounded-left {
 border-top-left-radius:.25rem!important
}
.rounded-lg {
 border-radius:.3rem!important
}
.rounded-circle {
 border-radius:50%!important
}
.rounded-pill {
 border-radius:50rem!important
}
.rounded-0 {
 border-radius:0!important
}
.clearfix:after {
 display:block;
 clear:both;
 content:""
}
.d-none {
 display:none!important
}
.d-inline {
 display:inline!important
}
.d-inline-block {
 display:inline-block!important
}
.d-block {
 display:block!important
}
.d-table {
 display:table!important
}
.d-table-row {
 display:table-row!important
}
.d-table-cell {
 display:table-cell!important
}
.d-flex {
 display:-webkit-box!important;
 display:-ms-flexbox!important;
 display:flex!important
}
.d-inline-flex {
 display:-webkit-inline-box!important;
 display:-ms-inline-flexbox!important;
 display:inline-flex!important
}
@media(min-width:576px) {
 .d-sm-none {
  display:none!important
 }
 .d-sm-inline {
  display:inline!important
 }
 .d-sm-inline-block {
  display:inline-block!important
 }
 .d-sm-block {
  display:block!important
 }
 .d-sm-table {
  display:table!important
 }
 .d-sm-table- {
  display:table-!important
 }
 .d-sm-table-cell {
  display:table-cell!important
 }
 .d-sm-flex {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-sm-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media(min-width:768px) {
 .d-md-none {
  display:none!important
 }
 .d-md-inline {
  display:inline!important
 }
 .d-md-inline-block {
  display:inline-block!important
 }
 .d-md-block {
  display:block!important
 }
 .d-md-table {
  display:table!important
 }
 .d-md-table- {
  display:table-!important
 }
 .d-md-table-cell {
  display:table-cell!important
 }
 .d-md-flex {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-md-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media(min-width:992px) {
 .d-lg-none {
  display:none!important
 }
 .d-lg-inline {
  display:inline!important
 }
 .d-lg-inline-block {
  display:inline-block!important
 }
 .d-lg-block {
  display:block!important
 }
 .d-lg-table {
  display:table!important
 }
 .d-lg-table- {
  display:table-!important
 }
 .d-lg-table-cell {
  display:table-cell!important
 }
 .d-lg-flex {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-lg-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media(min-width:1200px) {
 .d-xl-none {
  display:none!important
 }
 .d-xl-inline {
  display:inline!important
 }
 .d-xl-inline-block {
  display:inline-block!important
 }
 .d-xl-block {
  display:block!important
 }
 .d-xl-table {
  display:table!important
 }
 .d-xl-table- {
  display:table-!important
 }
 .d-xl-table-cell {
  display:table-cell!important
 }
 .d-xl-flex {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-xl-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
@media print {
 .d-print-none {
  display:none!important
 }
 .d-print-inline {
  display:inline!important
 }
 .d-print-inline-block {
  display:inline-block!important
 }
 .d-print-block {
  display:block!important
 }
 .d-print-table {
  display:table!important
 }
 .d-print-table- {
  display:table-!important
 }
 .d-print-table-cell {
  display:table-cell!important
 }
 .d-print-flex {
  display:-webkit-box!important;
  display:-ms-flexbox!important;
  display:flex!important
 }
 .d-print-inline-flex {
  display:-webkit-inline-box!important;
  display:-ms-inline-flexbox!important;
  display:inline-flex!important
 }
}
.embed-responsive {
 position:relative;
 display:block;
 width:100%;
 padding:0;
 overflow:hidden
}
.embed-responsive:before {
 display:block;
 content:""
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 width:100%;
 height:100%;
 border:0
}
.embed-responsive-21by9:before {
 padding-top:42.85714%
}
.embed-responsive-16by9:before {
 padding-top:56.25%
}
.embed-responsive-4by3:before {
 padding-top:75%
}
.embed-responsive-1by1:before {
 padding-top:100%
}
.flex- {
 -webkit-box-orient:horizontal!important;
 -ms-flex-direction:!important;
 flex-direction:!important
}
.flex-column,
.flex- {
 -webkit-box-direction:normal!important
}
.flex-column {
 -webkit-box-orient:vertical!important;
 -ms-flex-direction:column!important;
 flex-direction:column!important
}
.flex--reverse {
 -webkit-box-orient:horizontal!important;
 -ms-flex-direction:-reverse!important;
 flex-direction:-reverse!important
}
.flex-column-reverse,
.flex--reverse {
 -webkit-box-direction:reverse!important
}
.flex-column-reverse {
 -webkit-box-orient:vertical!important;
 -ms-flex-direction:column-reverse!important;
 flex-direction:column-reverse!important
}
.flex-wrap {
 -ms-flex-wrap:wrap!important;
 flex-wrap:wrap!important
}
.flex-nowrap {
 -ms-flex-wrap:nowrap!important;
 flex-wrap:nowrap!important
}
.flex-wrap-reverse {
 -ms-flex-wrap:wrap-reverse!important;
 flex-wrap:wrap-reverse!important
}
.flex-fill {
 -webkit-box-flex:1!important;
 -ms-flex:1 1 auto!important;
 flex:1 1 auto!important
}
.flex-grow-0 {
 -webkit-box-flex:0!important;
 -ms-flex-positive:0!important;
 flex-grow:0!important
}
.flex-grow-1 {
 -webkit-box-flex:1!important;
 -ms-flex-positive:1!important;
 flex-grow:1!important
}
.flex-shrink-0 {
 -ms-flex-negative:0!important;
 flex-shrink:0!important
}
.flex-shrink-1 {
 -ms-flex-negative:1!important;
 flex-shrink:1!important
}
.justify-content-start {
 -webkit-box-pack:start!important;
 -ms-flex-pack:start!important;
 justify-content:flex-start!important
}
.justify-content-end {
 -webkit-box-pack:end!important;
 -ms-flex-pack:end!important;
 justify-content:flex-end!important
}
.justify-content-center {
 -webkit-box-pack:center!important;
 -ms-flex-pack:center!important;
 justify-content:center!important
}
.justify-content-between {
 -webkit-box-pack:justify!important;
 -ms-flex-pack:justify!important;
 justify-content:space-between!important
}
.justify-content-around {
 -ms-flex-pack:distribute!important;
 justify-content:space-around!important
}
.align-items-start {
 -webkit-box-align:start!important;
 -ms-flex-align:start!important;
 align-items:flex-start!important
}
.align-items-end {
 -webkit-box-align:end!important;
 -ms-flex-align:end!important;
 align-items:flex-end!important
}
.align-items-center {
 -webkit-box-align:center!important;
 -ms-flex-align:center!important;
 align-items:center!important
}
.align-items-baseline {
 -webkit-box-align:baseline!important;
 -ms-flex-align:baseline!important;
 align-items:baseline!important
}
.align-items-stretch {
 -webkit-box-align:stretch!important;
 -ms-flex-align:stretch!important;
 align-items:stretch!important
}
.align-content-start {
 -ms-flex-line-pack:start!important;
 align-content:flex-start!important
}
.align-content-end {
 -ms-flex-line-pack:end!important;
 align-content:flex-end!important
}
.align-content-center {
 -ms-flex-line-pack:center!important;
 align-content:center!important
}
.align-content-between {
 -ms-flex-line-pack:justify!important;
 align-content:space-between!important
}
.align-content-around {
 -ms-flex-line-pack:distribute!important;
 align-content:space-around!important
}
.align-content-stretch {
 -ms-flex-line-pack:stretch!important;
 align-content:stretch!important
}
.align-self-auto {
 -ms-flex-item-align:auto!important;
 align-self:auto!important
}
.align-self-start {
 -ms-flex-item-align:start!important;
 align-self:flex-start!important
}
.align-self-end {
 -ms-flex-item-align:end!important;
 align-self:flex-end!important
}
.align-self-center {
 -ms-flex-item-align:center!important;
 align-self:center!important
}
.align-self-baseline {
 -ms-flex-item-align:baseline!important;
 align-self:baseline!important
}
.align-self-stretch {
 -ms-flex-item-align:stretch!important;
 align-self:stretch!important
}
@media(min-width:576px) {
 .flex-sm- {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:!important;
  flex-direction:row!important
 }
 .flex-sm-column,
 .flex-sm-row {
  -webkit-box-direction:normal!important
 }
 .flex-sm-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-sm-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-sm-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-sm-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-sm-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-sm-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-sm-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-sm-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-sm-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-sm-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-sm-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-sm-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-sm-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-sm-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-sm-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-sm-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-sm-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-sm-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-sm-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-sm-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-sm-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-sm-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-sm-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-sm-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-sm-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-sm-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-sm-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-sm-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-sm-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-sm-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-sm-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-sm-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-sm-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
@media(min-width:768px) {
 .flex-md-row {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
 }
 .flex-md-column,
 .flex-md-row {
  -webkit-box-direction:normal!important
 }
 .flex-md-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-md-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-md-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-md-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-md-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-md-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-md-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-md-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-md-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-md-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-md-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-md-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-md-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-md-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-md-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-md-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-md-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-md-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-md-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-md-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-md-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-md-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-md-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-md-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-md-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-md-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-md-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-md-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-md-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-md-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-md-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-md-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-md-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
@media(min-width:992px) {
 .flex-lg-row {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
 }
 .flex-lg-column,
 .flex-lg-row {
  -webkit-box-direction:normal!important
 }
 .flex-lg-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-lg-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-lg-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-lg-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-lg-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-lg-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-lg-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-lg-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-lg-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-lg-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-lg-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-lg-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-lg-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-lg-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-lg-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-lg-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-lg-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-lg-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-lg-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-lg-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-lg-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-lg-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-lg-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-lg-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-lg-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-lg-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-lg-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-lg-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-lg-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-lg-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-lg-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-lg-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-lg-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
@media(min-width:1200px) {
 .flex-xl-row {
  -webkit-box-orient:horizontal!important;
  -ms-flex-direction:row!important;
  flex-direction:row!important
 }
 .flex-xl-column,
 .flex-xl-row {
  -webkit-box-direction:normal!important
 }
 .flex-xl-column {
  -webkit-box-orient:vertical!important;
  -ms-flex-direction:column!important;
  flex-direction:column!important
 }
 .flex-xl-row-reverse {
  -webkit-box-orient:horizontal!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:row-reverse!important;
  flex-direction:row-reverse!important
 }
 .flex-xl-column-reverse {
  -webkit-box-orient:vertical!important;
  -webkit-box-direction:reverse!important;
  -ms-flex-direction:column-reverse!important;
  flex-direction:column-reverse!important
 }
 .flex-xl-wrap {
  -ms-flex-wrap:wrap!important;
  flex-wrap:wrap!important
 }
 .flex-xl-nowrap {
  -ms-flex-wrap:nowrap!important;
  flex-wrap:nowrap!important
 }
 .flex-xl-wrap-reverse {
  -ms-flex-wrap:wrap-reverse!important;
  flex-wrap:wrap-reverse!important
 }
 .flex-xl-fill {
  -webkit-box-flex:1!important;
  -ms-flex:1 1 auto!important;
  flex:1 1 auto!important
 }
 .flex-xl-grow-0 {
  -webkit-box-flex:0!important;
  -ms-flex-positive:0!important;
  flex-grow:0!important
 }
 .flex-xl-grow-1 {
  -webkit-box-flex:1!important;
  -ms-flex-positive:1!important;
  flex-grow:1!important
 }
 .flex-xl-shrink-0 {
  -ms-flex-negative:0!important;
  flex-shrink:0!important
 }
 .flex-xl-shrink-1 {
  -ms-flex-negative:1!important;
  flex-shrink:1!important
 }
 .justify-content-xl-start {
  -webkit-box-pack:start!important;
  -ms-flex-pack:start!important;
  justify-content:flex-start!important
 }
 .justify-content-xl-end {
  -webkit-box-pack:end!important;
  -ms-flex-pack:end!important;
  justify-content:flex-end!important
 }
 .justify-content-xl-center {
  -webkit-box-pack:center!important;
  -ms-flex-pack:center!important;
  justify-content:center!important
 }
 .justify-content-xl-between {
  -webkit-box-pack:justify!important;
  -ms-flex-pack:justify!important;
  justify-content:space-between!important
 }
 .justify-content-xl-around {
  -ms-flex-pack:distribute!important;
  justify-content:space-around!important
 }
 .align-items-xl-start {
  -webkit-box-align:start!important;
  -ms-flex-align:start!important;
  align-items:flex-start!important
 }
 .align-items-xl-end {
  -webkit-box-align:end!important;
  -ms-flex-align:end!important;
  align-items:flex-end!important
 }
 .align-items-xl-center {
  -webkit-box-align:center!important;
  -ms-flex-align:center!important;
  align-items:center!important
 }
 .align-items-xl-baseline {
  -webkit-box-align:baseline!important;
  -ms-flex-align:baseline!important;
  align-items:baseline!important
 }
 .align-items-xl-stretch {
  -webkit-box-align:stretch!important;
  -ms-flex-align:stretch!important;
  align-items:stretch!important
 }
 .align-content-xl-start {
  -ms-flex-line-pack:start!important;
  align-content:flex-start!important
 }
 .align-content-xl-end {
  -ms-flex-line-pack:end!important;
  align-content:flex-end!important
 }
 .align-content-xl-center {
  -ms-flex-line-pack:center!important;
  align-content:center!important
 }
 .align-content-xl-between {
  -ms-flex-line-pack:justify!important;
  align-content:space-between!important
 }
 .align-content-xl-around {
  -ms-flex-line-pack:distribute!important;
  align-content:space-around!important
 }
 .align-content-xl-stretch {
  -ms-flex-line-pack:stretch!important;
  align-content:stretch!important
 }
 .align-self-xl-auto {
  -ms-flex-item-align:auto!important;
  align-self:auto!important
 }
 .align-self-xl-start {
  -ms-flex-item-align:start!important;
  align-self:flex-start!important
 }
 .align-self-xl-end {
  -ms-flex-item-align:end!important;
  align-self:flex-end!important
 }
 .align-self-xl-center {
  -ms-flex-item-align:center!important;
  align-self:center!important
 }
 .align-self-xl-baseline {
  -ms-flex-item-align:baseline!important;
  align-self:baseline!important
 }
 .align-self-xl-stretch {
  -ms-flex-item-align:stretch!important;
  align-self:stretch!important
 }
}
.float-left {
 float:left!important
}
.float-right {
 float:right!important
}
.float-none {
 float:none!important
}
@media(min-width:576px) {
 .float-sm-left {
  float:left!important
 }
 .float-sm-right {
  float:right!important
 }
 .float-sm-none {
  float:none!important
 }
}
@media(min-width:768px) {
 .float-md-left {
  float:left!important
 }
 .float-md-right {
  float:right!important
 }
 .float-md-none {
  float:none!important
 }
}
@media(min-width:992px) {
 .float-lg-left {
  float:left!important
 }
 .float-lg-right {
  float:right!important
 }
 .float-lg-none {
  float:none!important
 }
}
@media(min-width:1200px) {
 .float-xl-left {
  float:left!important
 }
 .float-xl-right {
  float:right!important
 }
 .float-xl-none {
  float:none!important
 }
}
.user-select-all {
 -webkit-user-select:all!important;
 -moz-user-select:all!important;
 -ms-user-select:all!important;
 user-select:all!important
}
.user-select-auto {
 -webkit-user-select:auto!important;
 -moz-user-select:auto!important;
 -ms-user-select:auto!important;
 user-select:auto!important
}
.user-select-none {
 -webkit-user-select:none!important;
 -moz-user-select:none!important;
 -ms-user-select:none!important;
 user-select:none!important
}
.overflow-auto {
 overflow:auto!important
}
.overflow-hidden {
 overflow:hidden!important
}
.position-static {
 position:static!important
}
.position-relative {
 position:relative!important
}
.position-absolute {
 position:absolute!important
}
.position-fixed {
 position:fixed!important
}
.position-sticky {
 position:-webkit-sticky!important;
 position:sticky!important
}
.fixed-top {
 top:0
}
.fixed-bottom,
.fixed-top {
 position:fixed;
 right:0;
 left:0;
 z-index:1030
}
.fixed-bottom {
 bottom:0
}
@supports((position:-webkit-sticky) or (position:sticky)) {
 .sticky-top {
  position:-webkit-sticky;
  position:sticky;
  top:0;
  z-index:1020
 }
}
.sr-only {
 position:absolute;
 width:1px;
 height:1px;
 padding:0;
 margin:-1px;
 overflow:hidden;
 clip:rect(0,0,0,0);
 white-space:nowrap;
 border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
 position:static;
 width:auto;
 height:auto;
 overflow:visible;
 clip:auto;
 white-space:normal
}
.shadow-sm {
 box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow {
 box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important
}
.shadow-lg {
 box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-none {
 box-shadow:none!important
}
.w-25 {
 width:25%!important
}
.w-50 {
 width:50%!important
}
.w-75 {
 width:75%!important
}
.w-100 {
 width:100%!important
}
.w-auto {
 width:auto!important
}
.h-25 {
 height:25%!important
}
.h-50 {
 height:50%!important
}
.h-75 {
 height:75%!important
}
.h-100 {
 height:100%!important
}
.h-auto {
 height:auto!important
}
.mw-100 {
 max-width:100%!important
}
.mh-100 {
 max-height:100%!important
}
.min-vw-100 {
 min-width:100vw!important
}
.min-vh-100 {
 min-height:100vh!important
}
.vw-100 {
 width:100vw!important
}
.vh-100 {
 height:100vh!important
}
.m-0 {
 margin:0!important
}
.mt-0,
.my-0 {
 margin-top:0!important
}
.mr-0,
.mx-0 {
 margin-right:0!important
}
.mb-0,
.my-0 {
 margin-bottom:0!important
}
.ml-0,
.mx-0 {
 margin-left:0!important
}
.m-1 {
 margin:.25rem!important
}
.mt-1,
.my-1 {
 margin-top:.25rem!important
}
.mr-1,
.mx-1 {
 margin-right:.25rem!important
}
.mb-1,
.my-1 {
 margin-bottom:.25rem!important
}
.ml-1,
.mx-1 {
 margin-left:.25rem!important
}
.m-2 {
 margin:.5rem!important
}
.mt-2,
.my-2 {
 margin-top:.5rem!important
}
.mr-2,
.mx-2 {
 margin-right:.5rem!important
}
.mb-2,
.my-2 {
 margin-bottom:.5rem!important
}
.ml-2,
.mx-2 {
 margin-left:.5rem!important
}
.m-3 {
 margin:1rem!important
}
.mt-3,
.my-3 {
 margin-top:1rem!important
}
.mr-3,
.mx-3 {
 margin-right:1rem!important
}
.mb-3,
.my-3 {
 margin-bottom:1rem!important
}
.ml-3,
.mx-3 {
 margin-left:1rem!important
}
.m-4 {
 margin:1.5rem!important
}
.mt-4,
.my-4 {
 margin-top:1.5rem!important
}
.mr-4,
.mx-4 {
 margin-right:1.5rem!important
}
.mb-4,
.my-4 {
 margin-bottom:1.5rem!important
}
.ml-4,
.mx-4 {
 margin-left:1.5rem!important
}
.m-5 {
 margin:3rem!important
}
.mt-5,
.my-5 {
 margin-top:3rem!important
}
.mr-5,
.mx-5 {
 margin-right:3rem!important
}
.mb-5,
.my-5 {
 margin-bottom:3rem!important
}
.ml-5,
.mx-5 {
 margin-left:3rem!important
}
.p-0 {
 padding:0!important
}
.pt-0,
.py-0 {
 padding-top:0!important
}
.pr-0,
.px-0 {
 padding-right:0!important
}
.pb-0,
.py-0 {
 padding-bottom:0!important
}
.pl-0,
.px-0 {
 padding-left:0!important
}
.p-1 {
 padding:.25rem!important
}
.pt-1,
.py-1 {
 padding-top:.25rem!important
}
.pr-1,
.px-1 {
 padding-right:.25rem!important
}
.pb-1,
.py-1 {
 padding-bottom:.25rem!important
}
.pl-1,
.px-1 {
 padding-left:.25rem!important
}
.p-2 {
 padding:.5rem!important
}
.pt-2,
.py-2 {
 padding-top:.5rem!important
}
.pr-2,
.px-2 {
 padding-right:.5rem!important
}
.pb-2,
.py-2 {
 padding-bottom:.5rem!important
}
.pl-2,
.px-2 {
 padding-left:.5rem!important
}
.p-3 {
 padding:1rem!important
}
.pt-3,
.py-3 {
 padding-top:1rem!important
}
.pr-3,
.px-3 {
 padding-right:1rem!important
}
.pb-3,
.py-3 {
 padding-bottom:1rem!important
}
.pl-3,
.px-3 {
 padding-left:1rem!important
}
.p-4 {
 padding:1.5rem!important
}
.pt-4,
.py-4 {
 padding-top:1.5rem!important
}
.pr-4,
.px-4 {
 padding-right:1.5rem!important
}
.pb-4,
.py-4 {
 padding-bottom:1.5rem!important
}
.pl-4,
.px-4 {
 padding-left:1.5rem!important
}
.p-5 {
 padding:3rem!important
}
.pt-5,
.py-5 {
 padding-top:3rem!important
}
.pr-5,
.px-5 {
 padding-right:3rem!important
}
.pb-5,
.py-5 {
 padding-bottom:3rem!important
}
.pl-5,
.px-5 {
 padding-left:3rem!important
}
.m-n1 {
 margin:-.25rem!important
}
.mt-n1,
.my-n1 {
 margin-top:-.25rem!important
}
.mr-n1,
.mx-n1 {
 margin-right:-.25rem!important
}
.mb-n1,
.my-n1 {
 margin-bottom:-.25rem!important
}
.ml-n1,
.mx-n1 {
 margin-left:-.25rem!important
}
.m-n2 {
 margin:-.5rem!important
}
.mt-n2,
.my-n2 {
 margin-top:-.5rem!important
}
.mr-n2,
.mx-n2 {
 margin-right:-.5rem!important
}
.mb-n2,
.my-n2 {
 margin-bottom:-.5rem!important
}
.ml-n2,
.mx-n2 {
 margin-left:-.5rem!important
}
.m-n3 {
 margin:-1rem!important
}
.mt-n3,
.my-n3 {
 margin-top:-1rem!important
}
.mr-n3,
.mx-n3 {
 margin-right:-1rem!important
}
.mb-n3,
.my-n3 {
 margin-bottom:-1rem!important
}
.ml-n3,
.mx-n3 {
 margin-left:-1rem!important
}
.m-n4 {
 margin:-1.5rem!important
}
.mt-n4,
.my-n4 {
 margin-top:-1.5rem!important
}
.mr-n4,
.mx-n4 {
 margin-right:-1.5rem!important
}
.mb-n4,
.my-n4 {
 margin-bottom:-1.5rem!important
}
.ml-n4,
.mx-n4 {
 margin-left:-1.5rem!important
}
.m-n5 {
 margin:-3rem!important
}
.mt-n5,
.my-n5 {
 margin-top:-3rem!important
}
.mr-n5,
.mx-n5 {
 margin-right:-3rem!important
}
.mb-n5,
.my-n5 {
 margin-bottom:-3rem!important
}
.ml-n5,
.mx-n5 {
 margin-left:-3rem!important
}
.m-auto {
 margin:auto!important
}
.mt-auto,
.my-auto {
 margin-top:auto!important
}
.mr-auto,
.mx-auto {
 margin-right:auto!important
}
.mb-auto,
.my-auto {
 margin-bottom:auto!important
}
.ml-auto,
.mx-auto {
 margin-left:auto!important
}
@media(min-width:576px) {
 .m-sm-0 {
  margin:0!important
 }
 .mt-sm-0,
 .my-sm-0 {
  margin-top:0!important
 }
 .mr-sm-0,
 .mx-sm-0 {
  margin-right:0!important
 }
 .mb-sm-0,
 .my-sm-0 {
  margin-bottom:0!important
 }
 .ml-sm-0,
 .mx-sm-0 {
  margin-left:0!important
 }
 .m-sm-1 {
  margin:.25rem!important
 }
 .mt-sm-1,
 .my-sm-1 {
  margin-top:.25rem!important
 }
 .mr-sm-1,
 .mx-sm-1 {
  margin-right:.25rem!important
 }
 .mb-sm-1,
 .my-sm-1 {
  margin-bottom:.25rem!important
 }
 .ml-sm-1,
 .mx-sm-1 {
  margin-left:.25rem!important
 }
 .m-sm-2 {
  margin:.5rem!important
 }
 .mt-sm-2,
 .my-sm-2 {
  margin-top:.5rem!important
 }
 .mr-sm-2,
 .mx-sm-2 {
  margin-right:.5rem!important
 }
 .mb-sm-2,
 .my-sm-2 {
  margin-bottom:.5rem!important
 }
 .ml-sm-2,
 .mx-sm-2 {
  margin-left:.5rem!important
 }
 .m-sm-3 {
  margin:1rem!important
 }
 .mt-sm-3,
 .my-sm-3 {
  margin-top:1rem!important
 }
 .mr-sm-3,
 .mx-sm-3 {
  margin-right:1rem!important
 }
 .mb-sm-3,
 .my-sm-3 {
  margin-bottom:1rem!important
 }
 .ml-sm-3,
 .mx-sm-3 {
  margin-left:1rem!important
 }
 .m-sm-4 {
  margin:1.5rem!important
 }
 .mt-sm-4,
 .my-sm-4 {
  margin-top:1.5rem!important
 }
 .mr-sm-4,
 .mx-sm-4 {
  margin-right:1.5rem!important
 }
 .mb-sm-4,
 .my-sm-4 {
  margin-bottom:1.5rem!important
 }
 .ml-sm-4,
 .mx-sm-4 {
  margin-left:1.5rem!important
 }
 .m-sm-5 {
  margin:3rem!important
 }
 .mt-sm-5,
 .my-sm-5 {
  margin-top:3rem!important
 }
 .mr-sm-5,
 .mx-sm-5 {
  margin-right:3rem!important
 }
 .mb-sm-5,
 .my-sm-5 {
  margin-bottom:3rem!important
 }
 .ml-sm-5,
 .mx-sm-5 {
  margin-left:3rem!important
 }
 .p-sm-0 {
  padding:0!important
 }
 .pt-sm-0,
 .py-sm-0 {
  padding-top:0!important
 }
 .pr-sm-0,
 .px-sm-0 {
  padding-right:0!important
 }
 .pb-sm-0,
 .py-sm-0 {
  padding-bottom:0!important
 }
 .pl-sm-0,
 .px-sm-0 {
  padding-left:0!important
 }
 .p-sm-1 {
  padding:.25rem!important
 }
 .pt-sm-1,
 .py-sm-1 {
  padding-top:.25rem!important
 }
 .pr-sm-1,
 .px-sm-1 {
  padding-right:.25rem!important
 }
 .pb-sm-1,
 .py-sm-1 {
  padding-bottom:.25rem!important
 }
 .pl-sm-1,
 .px-sm-1 {
  padding-left:.25rem!important
 }
 .p-sm-2 {
  padding:.5rem!important
 }
 .pt-sm-2,
 .py-sm-2 {
  padding-top:.5rem!important
 }
 .pr-sm-2,
 .px-sm-2 {
  padding-right:.5rem!important
 }
 .pb-sm-2,
 .py-sm-2 {
  padding-bottom:.5rem!important
 }
 .pl-sm-2,
 .px-sm-2 {
  padding-left:.5rem!important
 }
 .p-sm-3 {
  padding:1rem!important
 }
 .pt-sm-3,
 .py-sm-3 {
  padding-top:1rem!important
 }
 .pr-sm-3,
 .px-sm-3 {
  padding-right:1rem!important
 }
 .pb-sm-3,
 .py-sm-3 {
  padding-bottom:1rem!important
 }
 .pl-sm-3,
 .px-sm-3 {
  padding-left:1rem!important
 }
 .p-sm-4 {
  padding:1.5rem!important
 }
 .pt-sm-4,
 .py-sm-4 {
  padding-top:1.5rem!important
 }
 .pr-sm-4,
 .px-sm-4 {
  padding-right:1.5rem!important
 }
 .pb-sm-4,
 .py-sm-4 {
  padding-bottom:1.5rem!important
 }
 .pl-sm-4,
 .px-sm-4 {
  padding-left:1.5rem!important
 }
 .p-sm-5 {
  padding:3rem!important
 }
 .pt-sm-5,
 .py-sm-5 {
  padding-top:3rem!important
 }
 .pr-sm-5,
 .px-sm-5 {
  padding-right:3rem!important
 }
 .pb-sm-5,
 .py-sm-5 {
  padding-bottom:3rem!important
 }
 .pl-sm-5,
 .px-sm-5 {
  padding-left:3rem!important
 }
 .m-sm-n1 {
  margin:-.25rem!important
 }
 .mt-sm-n1,
 .my-sm-n1 {
  margin-top:-.25rem!important
 }
 .mr-sm-n1,
 .mx-sm-n1 {
  margin-right:-.25rem!important
 }
 .mb-sm-n1,
 .my-sm-n1 {
  margin-bottom:-.25rem!important
 }
 .ml-sm-n1,
 .mx-sm-n1 {
  margin-left:-.25rem!important
 }
 .m-sm-n2 {
  margin:-.5rem!important
 }
 .mt-sm-n2,
 .my-sm-n2 {
  margin-top:-.5rem!important
 }
 .mr-sm-n2,
 .mx-sm-n2 {
  margin-right:-.5rem!important
 }
 .mb-sm-n2,
 .my-sm-n2 {
  margin-bottom:-.5rem!important
 }
 .ml-sm-n2,
 .mx-sm-n2 {
  margin-left:-.5rem!important
 }
 .m-sm-n3 {
  margin:-1rem!important
 }
 .mt-sm-n3,
 .my-sm-n3 {
  margin-top:-1rem!important
 }
 .mr-sm-n3,
 .mx-sm-n3 {
  margin-right:-1rem!important
 }
 .mb-sm-n3,
 .my-sm-n3 {
  margin-bottom:-1rem!important
 }
 .ml-sm-n3,
 .mx-sm-n3 {
  margin-left:-1rem!important
 }
 .m-sm-n4 {
  margin:-1.5rem!important
 }
 .mt-sm-n4,
 .my-sm-n4 {
  margin-top:-1.5rem!important
 }
 .mr-sm-n4,
 .mx-sm-n4 {
  margin-right:-1.5rem!important
 }
 .mb-sm-n4,
 .my-sm-n4 {
  margin-bottom:-1.5rem!important
 }
 .ml-sm-n4,
 .mx-sm-n4 {
  margin-left:-1.5rem!important
 }
 .m-sm-n5 {
  margin:-3rem!important
 }
 .mt-sm-n5,
 .my-sm-n5 {
  margin-top:-3rem!important
 }
 .mr-sm-n5,
 .mx-sm-n5 {
  margin-right:-3rem!important
 }
 .mb-sm-n5,
 .my-sm-n5 {
  margin-bottom:-3rem!important
 }
 .ml-sm-n5,
 .mx-sm-n5 {
  margin-left:-3rem!important
 }
 .m-sm-auto {
  margin:auto!important
 }
 .mt-sm-auto,
 .my-sm-auto {
  margin-top:auto!important
 }
 .mr-sm-auto,
 .mx-sm-auto {
  margin-right:auto!important
 }
 .mb-sm-auto,
 .my-sm-auto {
  margin-bottom:auto!important
 }
 .ml-sm-auto,
 .mx-sm-auto {
  margin-left:auto!important
 }
}
@media(min-width:768px) {
 .m-md-0 {
  margin:0!important
 }
 .mt-md-0,
 .my-md-0 {
  margin-top:0!important
 }
 .mr-md-0,
 .mx-md-0 {
  margin-right:0!important
 }
 .mb-md-0,
 .my-md-0 {
  margin-bottom:0!important
 }
 .ml-md-0,
 .mx-md-0 {
  margin-left:0!important
 }
 .m-md-1 {
  margin:.25rem!important
 }
 .mt-md-1,
 .my-md-1 {
  margin-top:.25rem!important
 }
 .mr-md-1,
 .mx-md-1 {
  margin-right:.25rem!important
 }
 .mb-md-1,
 .my-md-1 {
  margin-bottom:.25rem!important
 }
 .ml-md-1,
 .mx-md-1 {
  margin-left:.25rem!important
 }
 .m-md-2 {
  margin:.5rem!important
 }
 .mt-md-2,
 .my-md-2 {
  margin-top:.5rem!important
 }
 .mr-md-2,
 .mx-md-2 {
  margin-right:.5rem!important
 }
 .mb-md-2,
 .my-md-2 {
  margin-bottom:.5rem!important
 }
 .ml-md-2,
 .mx-md-2 {
  margin-left:.5rem!important
 }
 .m-md-3 {
  margin:1rem!important
 }
 .mt-md-3,
 .my-md-3 {
  margin-top:1rem!important
 }
 .mr-md-3,
 .mx-md-3 {
  margin-right:1rem!important
 }
 .mb-md-3,
 .my-md-3 {
  margin-bottom:1rem!important
 }
 .ml-md-3,
 .mx-md-3 {
  margin-left:1rem!important
 }
 .m-md-4 {
  margin:1.5rem!important
 }
 .mt-md-4,
 .my-md-4 {
  margin-top:1.5rem!important
 }
 .mr-md-4,
 .mx-md-4 {
  margin-right:1.5rem!important
 }
 .mb-md-4,
 .my-md-4 {
  margin-bottom:1.5rem!important
 }
 .ml-md-4,
 .mx-md-4 {
  margin-left:1.5rem!important
 }
 .m-md-5 {
  margin:3rem!important
 }
 .mt-md-5,
 .my-md-5 {
  margin-top:3rem!important
 }
 .mr-md-5,
 .mx-md-5 {
  margin-right:3rem!important
 }
 .mb-md-5,
 .my-md-5 {
  margin-bottom:3rem!important
 }
 .ml-md-5,
 .mx-md-5 {
  margin-left:3rem!important
 }
 .p-md-0 {
  padding:0!important
 }
 .pt-md-0,
 .py-md-0 {
  padding-top:0!important
 }
 .pr-md-0,
 .px-md-0 {
  padding-right:0!important
 }
 .pb-md-0,
 .py-md-0 {
  padding-bottom:0!important
 }
 .pl-md-0,
 .px-md-0 {
  padding-left:0!important
 }
 .p-md-1 {
  padding:.25rem!important
 }
 .pt-md-1,
 .py-md-1 {
  padding-top:.25rem!important
 }
 .pr-md-1,
 .px-md-1 {
  padding-right:.25rem!important
 }
 .pb-md-1,
 .py-md-1 {
  padding-bottom:.25rem!important
 }
 .pl-md-1,
 .px-md-1 {
  padding-left:.25rem!important
 }
 .p-md-2 {
  padding:.5rem!important
 }
 .pt-md-2,
 .py-md-2 {
  padding-top:.5rem!important
 }
 .pr-md-2,
 .px-md-2 {
  padding-right:.5rem!important
 }
 .pb-md-2,
 .py-md-2 {
  padding-bottom:.5rem!important
 }
 .pl-md-2,
 .px-md-2 {
  padding-left:.5rem!important
 }
 .p-md-3 {
  padding:1rem!important
 }
 .pt-md-3,
 .py-md-3 {
  padding-top:1rem!important
 }
 .pr-md-3,
 .px-md-3 {
  padding-right:1rem!important
 }
 .pb-md-3,
 .py-md-3 {
  padding-bottom:1rem!important
 }
 .pl-md-3,
 .px-md-3 {
  padding-left:1rem!important
 }
 .p-md-4 {
  padding:1.5rem!important
 }
 .pt-md-4,
 .py-md-4 {
  padding-top:1.5rem!important
 }
 .pr-md-4,
 .px-md-4 {
  padding-right:1.5rem!important
 }
 .pb-md-4,
 .py-md-4 {
  padding-bottom:1.5rem!important
 }
 .pl-md-4,
 .px-md-4 {
  padding-left:1.5rem!important
 }
 .p-md-5 {
  padding:3rem!important
 }
 .pt-md-5,
 .py-md-5 {
  padding-top:3rem!important
 }
 .pr-md-5,
 .px-md-5 {
  padding-right:3rem!important
 }
 .pb-md-5,
 .py-md-5 {
  padding-bottom:3rem!important
 }
 .pl-md-5,
 .px-md-5 {
  padding-left:3rem!important
 }
 .m-md-n1 {
  margin:-.25rem!important
 }
 .mt-md-n1,
 .my-md-n1 {
  margin-top:-.25rem!important
 }
 .mr-md-n1,
 .mx-md-n1 {
  margin-right:-.25rem!important
 }
 .mb-md-n1,
 .my-md-n1 {
  margin-bottom:-.25rem!important
 }
 .ml-md-n1,
 .mx-md-n1 {
  margin-left:-.25rem!important
 }
 .m-md-n2 {
  margin:-.5rem!important
 }
 .mt-md-n2,
 .my-md-n2 {
  margin-top:-.5rem!important
 }
 .mr-md-n2,
 .mx-md-n2 {
  margin-right:-.5rem!important
 }
 .mb-md-n2,
 .my-md-n2 {
  margin-bottom:-.5rem!important
 }
 .ml-md-n2,
 .mx-md-n2 {
  margin-left:-.5rem!important
 }
 .m-md-n3 {
  margin:-1rem!important
 }
 .mt-md-n3,
 .my-md-n3 {
  margin-top:-1rem!important
 }
 .mr-md-n3,
 .mx-md-n3 {
  margin-right:-1rem!important
 }
 .mb-md-n3,
 .my-md-n3 {
  margin-bottom:-1rem!important
 }
 .ml-md-n3,
 .mx-md-n3 {
  margin-left:-1rem!important
 }
 .m-md-n4 {
  margin:-1.5rem!important
 }
 .mt-md-n4,
 .my-md-n4 {
  margin-top:-1.5rem!important
 }
 .mr-md-n4,
 .mx-md-n4 {
  margin-right:-1.5rem!important
 }
 .mb-md-n4,
 .my-md-n4 {
  margin-bottom:-1.5rem!important
 }
 .ml-md-n4,
 .mx-md-n4 {
  margin-left:-1.5rem!important
 }
 .m-md-n5 {
  margin:-3rem!important
 }
 .mt-md-n5,
 .my-md-n5 {
  margin-top:-3rem!important
 }
 .mr-md-n5,
 .mx-md-n5 {
  margin-right:-3rem!important
 }
 .mb-md-n5,
 .my-md-n5 {
  margin-bottom:-3rem!important
 }
 .ml-md-n5,
 .mx-md-n5 {
  margin-left:-3rem!important
 }
 .m-md-auto {
  margin:auto!important
 }
 .mt-md-auto,
 .my-md-auto {
  margin-top:auto!important
 }
 .mr-md-auto,
 .mx-md-auto {
  margin-right:auto!important
 }
 .mb-md-auto,
 .my-md-auto {
  margin-bottom:auto!important
 }
 .ml-md-auto,
 .mx-md-auto {
  margin-left:auto!important
 }
}
@media(min-width:992px) {
 .m-lg-0 {
  margin:0!important
 }
 .mt-lg-0,
 .my-lg-0 {
  margin-top:0!important
 }
 .mr-lg-0,
 .mx-lg-0 {
  margin-right:0!important
 }
 .mb-lg-0,
 .my-lg-0 {
  margin-bottom:0!important
 }
 .ml-lg-0,
 .mx-lg-0 {
  margin-left:0!important
 }
 .m-lg-1 {
  margin:.25rem!important
 }
 .mt-lg-1,
 .my-lg-1 {
  margin-top:.25rem!important
 }
 .mr-lg-1,
 .mx-lg-1 {
  margin-right:.25rem!important
 }
 .mb-lg-1,
 .my-lg-1 {
  margin-bottom:.25rem!important
 }
 .ml-lg-1,
 .mx-lg-1 {
  margin-left:.25rem!important
 }
 .m-lg-2 {
  margin:.5rem!important
 }
 .mt-lg-2,
 .my-lg-2 {
  margin-top:.5rem!important
 }
 .mr-lg-2,
 .mx-lg-2 {
  margin-right:.5rem!important
 }
 .mb-lg-2,
 .my-lg-2 {
  margin-bottom:.5rem!important
 }
 .ml-lg-2,
 .mx-lg-2 {
  margin-left:.5rem!important
 }
 .m-lg-3 {
  margin:1rem!important
 }
 .mt-lg-3,
 .my-lg-3 {
  margin-top:1rem!important
 }
 .mr-lg-3,
 .mx-lg-3 {
  margin-right:1rem!important
 }
 .mb-lg-3,
 .my-lg-3 {
  margin-bottom:1rem!important
 }
 .ml-lg-3,
 .mx-lg-3 {
  margin-left:1rem!important
 }
 .m-lg-4 {
  margin:1.5rem!important
 }
 .mt-lg-4,
 .my-lg-4 {
  margin-top:1.5rem!important
 }
 .mr-lg-4,
 .mx-lg-4 {
  margin-right:1.5rem!important
 }
 .mb-lg-4,
 .my-lg-4 {
  margin-bottom:1.5rem!important
 }
 .ml-lg-4,
 .mx-lg-4 {
  margin-left:1.5rem!important
 }
 .m-lg-5 {
  margin:3rem!important
 }
 .mt-lg-5,
 .my-lg-5 {
  margin-top:3rem!important
 }
 .mr-lg-5,
 .mx-lg-5 {
  margin-right:3rem!important
 }
 .mb-lg-5,
 .my-lg-5 {
  margin-bottom:3rem!important
 }
 .ml-lg-5,
 .mx-lg-5 {
  margin-left:3rem!important
 }
 .p-lg-0 {
  padding:0!important
 }
 .pt-lg-0,
 .py-lg-0 {
  padding-top:0!important
 }
 .pr-lg-0,
 .px-lg-0 {
  padding-right:0!important
 }
 .pb-lg-0,
 .py-lg-0 {
  padding-bottom:0!important
 }
 .pl-lg-0,
 .px-lg-0 {
  padding-left:0!important
 }
 .p-lg-1 {
  padding:.25rem!important
 }
 .pt-lg-1,
 .py-lg-1 {
  padding-top:.25rem!important
 }
 .pr-lg-1,
 .px-lg-1 {
  padding-right:.25rem!important
 }
 .pb-lg-1,
 .py-lg-1 {
  padding-bottom:.25rem!important
 }
 .pl-lg-1,
 .px-lg-1 {
  padding-left:.25rem!important
 }
 .p-lg-2 {
  padding:.5rem!important
 }
 .pt-lg-2,
 .py-lg-2 {
  padding-top:.5rem!important
 }
 .pr-lg-2,
 .px-lg-2 {
  padding-right:.5rem!important
 }
 .pb-lg-2,
 .py-lg-2 {
  padding-bottom:.5rem!important
 }
 .pl-lg-2,
 .px-lg-2 {
  padding-left:.5rem!important
 }
 .p-lg-3 {
  padding:1rem!important
 }
 .pt-lg-3,
 .py-lg-3 {
  padding-top:1rem!important
 }
 .pr-lg-3,
 .px-lg-3 {
  padding-right:1rem!important
 }
 .pb-lg-3,
 .py-lg-3 {
  padding-bottom:1rem!important
 }
 .pl-lg-3,
 .px-lg-3 {
  padding-left:1rem!important
 }
 .p-lg-4 {
  padding:1.5rem!important
 }
 .pt-lg-4,
 .py-lg-4 {
  padding-top:1.5rem!important
 }
 .pr-lg-4,
 .px-lg-4 {
  padding-right:1.5rem!important
 }
 .pb-lg-4,
 .py-lg-4 {
  padding-bottom:1.5rem!important
 }
 .pl-lg-4,
 .px-lg-4 {
  padding-left:1.5rem!important
 }
 .p-lg-5 {
  padding:3rem!important
 }
 .pt-lg-5,
 .py-lg-5 {
  padding-top:3rem!important
 }
 .pr-lg-5,
 .px-lg-5 {
  padding-right:3rem!important
 }
 .pb-lg-5,
 .py-lg-5 {
  padding-bottom:3rem!important
 }
 .pl-lg-5,
 .px-lg-5 {
  padding-left:3rem!important
 }
 .m-lg-n1 {
  margin:-.25rem!important
 }
 .mt-lg-n1,
 .my-lg-n1 {
  margin-top:-.25rem!important
 }
 .mr-lg-n1,
 .mx-lg-n1 {
  margin-right:-.25rem!important
 }
 .mb-lg-n1,
 .my-lg-n1 {
  margin-bottom:-.25rem!important
 }
 .ml-lg-n1,
 .mx-lg-n1 {
  margin-left:-.25rem!important
 }
 .m-lg-n2 {
  margin:-.5rem!important
 }
 .mt-lg-n2,
 .my-lg-n2 {
  margin-top:-.5rem!important
 }
 .mr-lg-n2,
 .mx-lg-n2 {
  margin-right:-.5rem!important
 }
 .mb-lg-n2,
 .my-lg-n2 {
  margin-bottom:-.5rem!important
 }
 .ml-lg-n2,
 .mx-lg-n2 {
  margin-left:-.5rem!important
 }
 .m-lg-n3 {
  margin:-1rem!important
 }
 .mt-lg-n3,
 .my-lg-n3 {
  margin-top:-1rem!important
 }
 .mr-lg-n3,
 .mx-lg-n3 {
  margin-right:-1rem!important
 }
 .mb-lg-n3,
 .my-lg-n3 {
  margin-bottom:-1rem!important
 }
 .ml-lg-n3,
 .mx-lg-n3 {
  margin-left:-1rem!important
 }
 .m-lg-n4 {
  margin:-1.5rem!important
 }
 .mt-lg-n4,
 .my-lg-n4 {
  margin-top:-1.5rem!important
 }
 .mr-lg-n4,
 .mx-lg-n4 {
  margin-right:-1.5rem!important
 }
 .mb-lg-n4,
 .my-lg-n4 {
  margin-bottom:-1.5rem!important
 }
 .ml-lg-n4,
 .mx-lg-n4 {
  margin-left:-1.5rem!important
 }
 .m-lg-n5 {
  margin:-3rem!important
 }
 .mt-lg-n5,
 .my-lg-n5 {
  margin-top:-3rem!important
 }
 .mr-lg-n5,
 .mx-lg-n5 {
  margin-right:-3rem!important
 }
 .mb-lg-n5,
 .my-lg-n5 {
  margin-bottom:-3rem!important
 }
 .ml-lg-n5,
 .mx-lg-n5 {
  margin-left:-3rem!important
 }
 .m-lg-auto {
  margin:auto!important
 }
 .mt-lg-auto,
 .my-lg-auto {
  margin-top:auto!important
 }
 .mr-lg-auto,
 .mx-lg-auto {
  margin-right:auto!important
 }
 .mb-lg-auto,
 .my-lg-auto {
  margin-bottom:auto!important
 }
 .ml-lg-auto,
 .mx-lg-auto {
  margin-left:auto!important
 }
}
@media(min-width:1200px) {
 .m-xl-0 {
  margin:0!important
 }
 .mt-xl-0,
 .my-xl-0 {
  margin-top:0!important
 }
 .mr-xl-0,
 .mx-xl-0 {
  margin-right:0!important
 }
 .mb-xl-0,
 .my-xl-0 {
  margin-bottom:0!important
 }
 .ml-xl-0,
 .mx-xl-0 {
  margin-left:0!important
 }
 .m-xl-1 {
  margin:.25rem!important
 }
 .mt-xl-1,
 .my-xl-1 {
  margin-top:.25rem!important
 }
 .mr-xl-1,
 .mx-xl-1 {
  margin-right:.25rem!important
 }
 .mb-xl-1,
 .my-xl-1 {
  margin-bottom:.25rem!important
 }
 .ml-xl-1,
 .mx-xl-1 {
  margin-left:.25rem!important
 }
 .m-xl-2 {
  margin:.5rem!important
 }
 .mt-xl-2,
 .my-xl-2 {
  margin-top:.5rem!important
 }
 .mr-xl-2,
 .mx-xl-2 {
  margin-right:.5rem!important
 }
 .mb-xl-2,
 .my-xl-2 {
  margin-bottom:.5rem!important
 }
 .ml-xl-2,
 .mx-xl-2 {
  margin-left:.5rem!important
 }
 .m-xl-3 {
  margin:1rem!important
 }
 .mt-xl-3,
 .my-xl-3 {
  margin-top:1rem!important
 }
 .mr-xl-3,
 .mx-xl-3 {
  margin-right:1rem!important
 }
 .mb-xl-3,
 .my-xl-3 {
  margin-bottom:1rem!important
 }
 .ml-xl-3,
 .mx-xl-3 {
  margin-left:1rem!important
 }
 .m-xl-4 {
  margin:1.5rem!important
 }
 .mt-xl-4,
 .my-xl-4 {
  margin-top:1.5rem!important
 }
 .mr-xl-4,
 .mx-xl-4 {
  margin-right:1.5rem!important
 }
 .mb-xl-4,
 .my-xl-4 {
  margin-bottom:1.5rem!important
 }
 .ml-xl-4,
 .mx-xl-4 {
  margin-left:1.5rem!important
 }
 .m-xl-5 {
  margin:3rem!important
 }
 .mt-xl-5,
 .my-xl-5 {
  margin-top:3rem!important
 }
 .mr-xl-5,
 .mx-xl-5 {
  margin-right:3rem!important
 }
 .mb-xl-5,
 .my-xl-5 {
  margin-bottom:3rem!important
 }
 .ml-xl-5,
 .mx-xl-5 {
  margin-left:3rem!important
 }
 .p-xl-0 {
  padding:0!important
 }
 .pt-xl-0,
 .py-xl-0 {
  padding-top:0!important
 }
 .pr-xl-0,
 .px-xl-0 {
  padding-right:0!important
 }
 .pb-xl-0,
 .py-xl-0 {
  padding-bottom:0!important
 }
 .pl-xl-0,
 .px-xl-0 {
  padding-left:0!important
 }
 .p-xl-1 {
  padding:.25rem!important
 }
 .pt-xl-1,
 .py-xl-1 {
  padding-top:.25rem!important
 }
 .pr-xl-1,
 .px-xl-1 {
  padding-right:.25rem!important
 }
 .pb-xl-1,
 .py-xl-1 {
  padding-bottom:.25rem!important
 }
 .pl-xl-1,
 .px-xl-1 {
  padding-left:.25rem!important
 }
 .p-xl-2 {
  padding:.5rem!important
 }
 .pt-xl-2,
 .py-xl-2 {
  padding-top:.5rem!important
 }
 .pr-xl-2,
 .px-xl-2 {
  padding-right:.5rem!important
 }
 .pb-xl-2,
 .py-xl-2 {
  padding-bottom:.5rem!important
 }
 .pl-xl-2,
 .px-xl-2 {
  padding-left:.5rem!important
 }
 .p-xl-3 {
  padding:1rem!important
 }
 .pt-xl-3,
 .py-xl-3 {
  padding-top:1rem!important
 }
 .pr-xl-3,
 .px-xl-3 {
  padding-right:1rem!important
 }
 .pb-xl-3,
 .py-xl-3 {
  padding-bottom:1rem!important
 }
 .pl-xl-3,
 .px-xl-3 {
  padding-left:1rem!important
 }
 .p-xl-4 {
  padding:1.5rem!important
 }
 .pt-xl-4,
 .py-xl-4 {
  padding-top:1.5rem!important
 }
 .pr-xl-4,
 .px-xl-4 {
  padding-right:1.5rem!important
 }
 .pb-xl-4,
 .py-xl-4 {
  padding-bottom:1.5rem!important
 }
 .pl-xl-4,
 .px-xl-4 {
  padding-left:1.5rem!important
 }
 .p-xl-5 {
  padding:3rem!important
 }
 .pt-xl-5,
 .py-xl-5 {
  padding-top:3rem!important
 }
 .pr-xl-5,
 .px-xl-5 {
  padding-right:3rem!important
 }
 .pb-xl-5,
 .py-xl-5 {
  padding-bottom:3rem!important
 }
 .pl-xl-5,
 .px-xl-5 {
  padding-left:3rem!important
 }
 .m-xl-n1 {
  margin:-.25rem!important
 }
 .mt-xl-n1,
 .my-xl-n1 {
  margin-top:-.25rem!important
 }
 .mr-xl-n1,
 .mx-xl-n1 {
  margin-right:-.25rem!important
 }
 .mb-xl-n1,
 .my-xl-n1 {
  margin-bottom:-.25rem!important
 }
 .ml-xl-n1,
 .mx-xl-n1 {
  margin-left:-.25rem!important
 }
 .m-xl-n2 {
  margin:-.5rem!important
 }
 .mt-xl-n2,
 .my-xl-n2 {
  margin-top:-.5rem!important
 }
 .mr-xl-n2,
 .mx-xl-n2 {
  margin-right:-.5rem!important
 }
 .mb-xl-n2,
 .my-xl-n2 {
  margin-bottom:-.5rem!important
 }
 .ml-xl-n2,
 .mx-xl-n2 {
  margin-left:-.5rem!important
 }
 .m-xl-n3 {
  margin:-1rem!important
 }
 .mt-xl-n3,
 .my-xl-n3 {
  margin-top:-1rem!important
 }
 .mr-xl-n3,
 .mx-xl-n3 {
  margin-right:-1rem!important
 }
 .mb-xl-n3,
 .my-xl-n3 {
  margin-bottom:-1rem!important
 }
 .ml-xl-n3,
 .mx-xl-n3 {
  margin-left:-1rem!important
 }
 .m-xl-n4 {
  margin:-1.5rem!important
 }
 .mt-xl-n4,
 .my-xl-n4 {
  margin-top:-1.5rem!important
 }
 .mr-xl-n4,
 .mx-xl-n4 {
  margin-right:-1.5rem!important
 }
 .mb-xl-n4,
 .my-xl-n4 {
  margin-bottom:-1.5rem!important
 }
 .ml-xl-n4,
 .mx-xl-n4 {
  margin-left:-1.5rem!important
 }
 .m-xl-n5 {
  margin:-3rem!important
 }
 .mt-xl-n5,
 .my-xl-n5 {
  margin-top:-3rem!important
 }
 .mr-xl-n5,
 .mx-xl-n5 {
  margin-right:-3rem!important
 }
 .mb-xl-n5,
 .my-xl-n5 {
  margin-bottom:-3rem!important
 }
 .ml-xl-n5,
 .mx-xl-n5 {
  margin-left:-3rem!important
 }
 .m-xl-auto {
  margin:auto!important
 }
 .mt-xl-auto,
 .my-xl-auto {
  margin-top:auto!important
 }
 .mr-xl-auto,
 .mx-xl-auto {
  margin-right:auto!important
 }
 .mb-xl-auto,
 .my-xl-auto {
  margin-bottom:auto!important
 }
 .ml-xl-auto,
 .mx-xl-auto {
  margin-left:auto!important
 }
}
.stretched-link:after {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 z-index:1;
 pointer-events:auto;
 content:"";
 background-color:transparent
}
.text-monospace {
 font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important
}
.text-justify {
 text-align:justify!important
}
.text-wrap {
 white-space:normal!important
}
.text-nowrap {
 white-space:nowrap!important
}
.text-truncate {
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap
}
.text-left {
 text-align:left!important
}
.text-right {
 text-align:right!important
}
.text-center {
 text-align:center!important
}
@media(min-width:576px) {
 .text-sm-left {
  text-align:left!important
 }
 .text-sm-right {
  text-align:right!important
 }
 .text-sm-center {
  text-align:center!important
 }
}
@media(min-width:768px) {
 .text-md-left {
  text-align:left!important
 }
 .text-md-right {
  text-align:right!important
 }
 .text-md-center {
  text-align:center!important
 }
}
@media(min-width:992px) {
 .text-lg-left {
  text-align:left!important
 }
 .text-lg-right {
  text-align:right!important
 }
 .text-lg-center {
  text-align:center!important
 }
}
@media(min-width:1200px) {
 .text-xl-left {
  text-align:left!important
 }
 .text-xl-right {
  text-align:right!important
 }
 .text-xl-center {
  text-align:center!important
 }
}
.text-lowercase {
 text-transform:lowercase!important
}
.text-uppercase {
 text-transform:uppercase!important
}
.text-capitalize {
 text-transform:capitalize!important
}
.font-weight-light {
 font-weight:300!important
}
.font-weight-lighter {
 font-weight:lighter!important
}
.font-weight-normal {
 font-weight:400!important
}
.font-weight-bold {
 font-weight:700!important
}
.font-weight-bolder {
 font-weight:bolder!important
}
.font-italic {
 font-style:italic!important
}
.text-primary {
 color:#007bff!important
}
a.text-primary:focus,
a.text-primary:hover {
 color:#0056b3!important
}
.text-secondary {
 color:#6c757d!important
}
a.text-secondary:focus,
a.text-secondary:hover {
 color:#494f54!important
}
.text-success {
 color:#28a745!important
}
a.text-success:focus,
a.text-success:hover {
 color:#19692c!important
}
.text-info {
 color:#17a2b8!important
}
a.text-info:focus,
a.text-info:hover {
 color:#0f6674!important
}
.text-warning {
 color:#ffc107!important
}
a.text-warning:focus,
a.text-warning:hover {
 color:#ba8b00!important
}
.text-danger {
 color:#dc3545!important
}
a.text-danger:focus,
a.text-danger:hover {
 color:#a71d2a!important
}
.text-light {
 color:#f8f9fa!important
}
a.text-light:focus,
a.text-light:hover {
 color:#cbd3da!important
}
.text-dark {
 color:#343a40!important
}
a.text-dark:focus,
a.text-dark:hover {
 color:#121416!important
}
.text- {
 color:#212529!important
}
.text-muted {
 color:#6c757d!important
}
.text-black-50 {
 color:rgba(0,0,0,.5)!important
}
.text-white-50 {
 color:hsla(0,0%,100%,.5)!important
}
.text-hide {
 font:0/0 a;
 color:transparent;
 text-shadow:none;
 background-color:transparent;
 border:0
}
.text-decoration-none {
 text-decoration:none!important
}
.text-break {
 word-break:break-word!important;
 overflow-wrap:break-word!important
}
.text-reset {
 color:inherit!important
}
.visible {
 visibility:visible!important
}
.invisible {
 visibility:hidden!important
}
/*!* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers*/.hamburger {
 padding:15px;
 display:inline-block;
 cursor:pointer;
 -webkit-transition-property:opacity,-webkit-filter;
 transition-property:opacity,-webkit-filter;
 transition-property:opacity,filter;
 transition-property:opacity,filter,-webkit-filter;
 -webkit-transition-duration:.15s;
 transition-duration:.15s;
 -webkit-transition-timing-function:linear;
 transition-timing-function:linear;
 font:inherit;
 color:inherit;
 text-transform:none;
 background-color:transparent;
 border:0;
 margin:0;
 overflow:visible
}
.hamburger.is-active:hover,
.hamburger:hover {
 opacity:.7
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
 background-color:#000
}
.hamburger-box {
 width:40px;
 height:24px;
 display:inline-block;
 position:relative
}
.hamburger-inner {
 display:block;
 top:50%;
 margin-top:-2px
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
 width:40px;
 height:4px;
 background-color:#000;
 border-radius:4px;
 position:absolute;
 -webkit-transition-property:-webkit-transform;
 transition-property:-webkit-transform;
 transition-property:transform;
 transition-property:transform,-webkit-transform;
 -webkit-transition-duration:.15s;
 transition-duration:.15s;
 -webkit-transition-timing-function:ease;
 transition-timing-function:ease
}
.hamburger-inner:after,
.hamburger-inner:before {
 content:"";
 display:block
}
.hamburger-inner:before {
 top:-10px
}
.hamburger-inner:after {
 bottom:-10px
}
.hamburger--3dx .hamburger-box {
 -webkit-perspective:80px;
 perspective:80px
}
.hamburger--3dx .hamburger-inner {
 -webkit-transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
 -webkit-transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dx.is-active .hamburger-inner {
 background-color:transparent!important;
 -webkit-transform:rotateY(180deg);
 transform:rotateY(180deg)
}
.hamburger--3dx.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dx.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dx-r .hamburger-box {
 -webkit-perspective:80px;
 perspective:80px
}
.hamburger--3dx-r .hamburger-inner {
 -webkit-transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
 -webkit-transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dx-r.is-active .hamburger-inner {
 background-color:transparent!important;
 -webkit-transform:rotateY(-180deg);
 transform:rotateY(-180deg)
}
.hamburger--3dx-r.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dx-r.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dy .hamburger-box {
 -webkit-perspective:80px;
 perspective:80px
}
.hamburger--3dy .hamburger-inner {
 -webkit-transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
 -webkit-transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dy.is-active .hamburger-inner {
 background-color:transparent!important;
 -webkit-transform:rotateX(-180deg);
 transform:rotateX(-180deg)
}
.hamburger--3dy.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dy.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dy-r .hamburger-box {
 -webkit-perspective:80px;
 perspective:80px
}
.hamburger--3dy-r .hamburger-inner {
 -webkit-transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
 -webkit-transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dy-r.is-active .hamburger-inner {
 background-color:transparent!important;
 -webkit-transform:rotateX(180deg);
 transform:rotateX(180deg)
}
.hamburger--3dy-r.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dy-r.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dxy .hamburger-box {
 -webkit-perspective:80px;
 perspective:80px
}
.hamburger--3dxy .hamburger-inner {
 -webkit-transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
 -webkit-transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dxy.is-active .hamburger-inner {
 background-color:transparent!important;
 -webkit-transform:rotateX(180deg) rotateY(180deg);
 transform:rotateX(180deg) rotateY(180deg)
}
.hamburger--3dxy.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dxy.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--3dxy-r .hamburger-box {
 -webkit-perspective:80px;
 perspective:80px
}
.hamburger--3dxy-r .hamburger-inner {
 -webkit-transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1);
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform .15s cubic-bezier(.645,.045,.355,1)
}
.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
 -webkit-transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s;
 transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s,-webkit-transform 0s cubic-bezier(.645,.045,.355,1) .1s
}
.hamburger--3dxy-r.is-active .hamburger-inner {
 background-color:transparent!important;
 -webkit-transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);
 transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--3dxy-r.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg)
}
.hamburger--arrow.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7);
 transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrow.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7);
 transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7);
 transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrow-r.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7);
 transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowalt .hamburger-inner:before {
 -webkit-transition:top .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:top .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
 transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt .hamburger-inner:after {
 -webkit-transition:bottom .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:bottom .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
 transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt.is-active .hamburger-inner:before {
 top:0;
 -webkit-transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);
 transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);
 -webkit-transition:top .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:top .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}
.hamburger--arrowalt.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);
 transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);
 -webkit-transition:bottom .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:bottom .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}
.hamburger--arrowalt-r .hamburger-inner:before {
 -webkit-transition:top .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:top .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
 transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt-r .hamburger-inner:after {
 -webkit-transition:bottom .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:bottom .1s ease .1s,-webkit-transform .1s cubic-bezier(.165,.84,.44,1);
 transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1);
 transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1),-webkit-transform .1s cubic-bezier(.165,.84,.44,1)
}
.hamburger--arrowalt-r.is-active .hamburger-inner:before {
 top:0;
 -webkit-transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);
 transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);
 -webkit-transition:top .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:top .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}
.hamburger--arrowalt-r.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);
 transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);
 -webkit-transition:bottom .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:bottom .1s ease,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;
 transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s,-webkit-transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}
.hamburger--arrowturn.is-active .hamburger-inner {
 -webkit-transform:rotate(-180deg);
 -ms-transform:rotate(-180deg);
 transform:rotate(-180deg)
}
.hamburger--arrowturn.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7);
 transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--arrowturn.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7);
 transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
 -webkit-transform:rotate(-180deg);
 -ms-transform:rotate(-180deg);
 transform:rotate(-180deg)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:before {
 -webkit-transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7);
 transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}
.hamburger--arrowturn-r.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7);
 transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
 -webkit-transition-property:none;
 transition-property:none
}
.hamburger--boring.is-active .hamburger-inner {
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg)
}
.hamburger--boring.is-active .hamburger-inner:before {
 top:0;
 opacity:0
}
.hamburger--boring.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
.hamburger--collaps .hamburger-inner {
 top:auto;
 bottom:0;
 -webkit-transition-duration:.13s;
 transition-duration:.13s;
 -webkit-transition-delay:.13s;
 transition-delay:.13s;
 -webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collaps .hamburger-inner:after {
 top:-20px;
 -webkit-transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
 transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}
.hamburger--collaps .hamburger-inner:before {
 -webkit-transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collaps.is-active .hamburger-inner {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg);
 -webkit-transition-delay:.22s;
 transition-delay:.22s;
 -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transition-timing-function:cubic-bezier(.215,.61,.355,1)
}
.hamburger--collaps.is-active .hamburger-inner:after {
 top:0;
 opacity:0;
 -webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
 transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}
.hamburger--collaps.is-active .hamburger-inner:before {
 top:0;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg);
 -webkit-transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s
}
.hamburger--collaps-r .hamburger-inner {
 top:auto;
 bottom:0;
 -webkit-transition-duration:.13s;
 transition-duration:.13s;
 -webkit-transition-delay:.13s;
 transition-delay:.13s;
 -webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collaps-r .hamburger-inner:after {
 top:-20px;
 -webkit-transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
 transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}
.hamburger--collaps-r .hamburger-inner:before {
 -webkit-transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--collaps-r.is-active .hamburger-inner {
 -webkit-transform:translate3d(0,-10px,0) rotate(45deg);
 transform:translate3d(0,-10px,0) rotate(45deg);
 -webkit-transition-delay:.22s;
 transition-delay:.22s;
 -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transition-timing-function:cubic-bezier(.215,.61,.355,1)
}
.hamburger--collaps-r.is-active .hamburger-inner:after {
 top:0;
 opacity:0;
 -webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
 transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}
.hamburger--collaps-r.is-active .hamburger-inner:before {
 top:0;
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg);
 -webkit-transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s
}
.hamburger--elastic .hamburger-inner {
 top:2px;
 -webkit-transition-duration:.275s;
 transition-duration:.275s;
 -webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
 transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic .hamburger-inner:before {
 top:10px;
 -webkit-transition:opacity .125s ease .275s;
 transition:opacity .125s ease .275s
}
.hamburger--elastic .hamburger-inner:after {
 top:20px;
 -webkit-transition:-webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55);
 transition:-webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55);
 transition:transform .275s cubic-bezier(.68,-.55,.265,1.55);
 transition:transform .275s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic.is-active .hamburger-inner {
 -webkit-transform:translate3d(0,10px,0) rotate(135deg);
 transform:translate3d(0,10px,0) rotate(135deg);
 -webkit-transition-delay:75ms;
 transition-delay:75ms
}
.hamburger--elastic.is-active .hamburger-inner:before {
 -webkit-transition-delay:0s;
 transition-delay:0s;
 opacity:0
}
.hamburger--elastic.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-20px,0) rotate(-270deg);
 transform:translate3d(0,-20px,0) rotate(-270deg);
 -webkit-transition-delay:75ms;
 transition-delay:75ms
}
.hamburger--elastic-r .hamburger-inner {
 top:2px;
 -webkit-transition-duration:.275s;
 transition-duration:.275s;
 -webkit-transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);
 transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic-r .hamburger-inner:before {
 top:10px;
 -webkit-transition:opacity .125s ease .275s;
 transition:opacity .125s ease .275s
}
.hamburger--elastic-r .hamburger-inner:after {
 top:20px;
 -webkit-transition:-webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55);
 transition:-webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55);
 transition:transform .275s cubic-bezier(.68,-.55,.265,1.55);
 transition:transform .275s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .275s cubic-bezier(.68,-.55,.265,1.55)
}
.hamburger--elastic-r.is-active .hamburger-inner {
 -webkit-transform:translate3d(0,10px,0) rotate(-135deg);
 transform:translate3d(0,10px,0) rotate(-135deg);
 -webkit-transition-delay:75ms;
 transition-delay:75ms
}
.hamburger--elastic-r.is-active .hamburger-inner:before {
 -webkit-transition-delay:0s;
 transition-delay:0s;
 opacity:0
}
.hamburger--elastic-r.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-20px,0) rotate(270deg);
 transform:translate3d(0,-20px,0) rotate(270deg);
 -webkit-transition-delay:75ms;
 transition-delay:75ms
}
.hamburger--emphatic {
 overflow:hidden
}
.hamburger--emphatic .hamburger-inner {
 -webkit-transition:background-color .125s ease-in .175s;
 transition:background-color .125s ease-in .175s
}
.hamburger--emphatic .hamburger-inner:before {
 left:0;
 -webkit-transition:top .05s linear .125s,left .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:top .05s linear .125s,left .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s;
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic .hamburger-inner:after {
 top:10px;
 right:0;
 -webkit-transition:top .05s linear .125s,right .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:top .05s linear .125s,right .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s;
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic.is-active .hamburger-inner {
 -webkit-transition-delay:0s;
 transition-delay:0s;
 -webkit-transition-timing-function:ease-out;
 transition-timing-function:ease-out;
 background-color:transparent!important
}
.hamburger--emphatic.is-active .hamburger-inner:before {
 left:-80px;
 top:-80px;
 -webkit-transform:translate3d(80px,80px,0) rotate(45deg);
 transform:translate3d(80px,80px,0) rotate(45deg);
 -webkit-transition:left .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:left .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s
}
.hamburger--emphatic.is-active .hamburger-inner:after {
 right:-80px;
 top:-80px;
 -webkit-transform:translate3d(-80px,80px,0) rotate(-45deg);
 transform:translate3d(-80px,80px,0) rotate(-45deg);
 -webkit-transition:right .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:right .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s
}
.hamburger--emphatic-r {
 overflow:hidden
}
.hamburger--emphatic-r .hamburger-inner {
 -webkit-transition:background-color .125s ease-in .175s;
 transition:background-color .125s ease-in .175s
}
.hamburger--emphatic-r .hamburger-inner:before {
 left:0;
 -webkit-transition:top .05s linear .125s,left .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:top .05s linear .125s,left .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s;
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic-r .hamburger-inner:after {
 top:10px;
 right:0;
 -webkit-transition:top .05s linear .125s,right .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:top .05s linear .125s,right .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335);
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s;
 transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s,-webkit-transform .125s cubic-bezier(.6,.04,.98,.335)
}
.hamburger--emphatic-r.is-active .hamburger-inner {
 -webkit-transition-delay:0s;
 transition-delay:0s;
 -webkit-transition-timing-function:ease-out;
 transition-timing-function:ease-out;
 background-color:transparent!important
}
.hamburger--emphatic-r.is-active .hamburger-inner:before {
 left:-80px;
 top:80px;
 -webkit-transform:translate3d(80px,-80px,0) rotate(-45deg);
 transform:translate3d(80px,-80px,0) rotate(-45deg);
 -webkit-transition:left .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:left .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s
}
.hamburger--emphatic-r.is-active .hamburger-inner:after {
 right:-80px;
 top:80px;
 -webkit-transform:translate3d(-80px,-80px,0) rotate(45deg);
 transform:translate3d(-80px,-80px,0) rotate(45deg);
 -webkit-transition:right .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:right .125s ease-out,top .05s linear .125s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;
 transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s,-webkit-transform .125s cubic-bezier(.075,.82,.165,1) .175s
}
.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
 -webkit-transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
 transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear
}
.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
 opacity:0;
 -webkit-transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
 transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s
}
.hamburger--minus.is-active .hamburger-inner:before {
 top:0
}
.hamburger--minus.is-active .hamburger-inner:after {
 bottom:0
}
.hamburger--slider .hamburger-inner {
 top:2px
}
.hamburger--slider .hamburger-inner:before {
 top:10px;
 -webkit-transition-property:opacity,-webkit-transform;
 transition-property:opacity,-webkit-transform;
 transition-property:transform,opacity;
 transition-property:transform,opacity,-webkit-transform;
 -webkit-transition-timing-function:ease;
 transition-timing-function:ease;
 -webkit-transition-duration:.15s;
 transition-duration:.15s
}
.hamburger--slider .hamburger-inner:after {
 top:20px
}
.hamburger--slider.is-active .hamburger-inner {
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--slider.is-active .hamburger-inner:before {
 -webkit-transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);
 transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);
 opacity:0
}
.hamburger--slider.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-20px,0) rotate(-90deg);
 transform:translate3d(0,-20px,0) rotate(-90deg)
}
.hamburger--slider-r .hamburger-inner {
 top:2px
}
.hamburger--slider-r .hamburger-inner:before {
 top:10px;
 -webkit-transition-property:opacity,-webkit-transform;
 transition-property:opacity,-webkit-transform;
 transition-property:transform,opacity;
 transition-property:transform,opacity,-webkit-transform;
 -webkit-transition-timing-function:ease;
 transition-timing-function:ease;
 -webkit-transition-duration:.15s;
 transition-duration:.15s
}
.hamburger--slider-r .hamburger-inner:after {
 top:20px
}
.hamburger--slider-r.is-active .hamburger-inner {
 -webkit-transform:translate3d(0,10px,0) rotate(-45deg);
 transform:translate3d(0,10px,0) rotate(-45deg)
}
.hamburger--slider-r.is-active .hamburger-inner:before {
 -webkit-transform:rotate(45deg) translate3d(5.71429px,-6px,0);
 transform:rotate(45deg) translate3d(5.71429px,-6px,0);
 opacity:0
}
.hamburger--slider-r.is-active .hamburger-inner:after {
 -webkit-transform:translate3d(0,-20px,0) rotate(90deg);
 transform:translate3d(0,-20px,0) rotate(90deg)
}
.hamburger--spin .hamburger-inner {
 -webkit-transition-duration:.22s;
 transition-duration:.22s;
 -webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin .hamburger-inner:before {
 -webkit-transition:top .1s ease-in .25s,opacity .1s ease-in;
 transition:top .1s ease-in .25s,opacity .1s ease-in
}
.hamburger--spin .hamburger-inner:after {
 -webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
 transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
 transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
 transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin.is-active .hamburger-inner {
 -webkit-transform:rotate(225deg);
 -ms-transform:rotate(225deg);
 transform:rotate(225deg);
 -webkit-transition-delay:.12s;
 transition-delay:.12s;
 -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transition-timing-function:cubic-bezier(.215,.61,.355,1)
}
.hamburger--spin.is-active .hamburger-inner:before {
 top:0;
 opacity:0;
 -webkit-transition:top .1s ease-out,opacity .1s ease-out .12s;
 transition:top .1s ease-out,opacity .1s ease-out .12s
}
.hamburger--spin.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg);
 -webkit-transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s
}
.hamburger--spin-r .hamburger-inner {
 -webkit-transition-duration:.22s;
 transition-duration:.22s;
 -webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin-r .hamburger-inner:before {
 -webkit-transition:top .1s ease-in .25s,opacity .1s ease-in;
 transition:top .1s ease-in .25s,opacity .1s ease-in
}
.hamburger--spin-r .hamburger-inner:after {
 -webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
 transition:bottom .1s ease-in .25s,-webkit-transform .22s cubic-bezier(.55,.055,.675,.19);
 transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
 transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19),-webkit-transform .22s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spin-r.is-active .hamburger-inner {
 -webkit-transform:rotate(-225deg);
 -ms-transform:rotate(-225deg);
 transform:rotate(-225deg);
 -webkit-transition-delay:.12s;
 transition-delay:.12s;
 -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transition-timing-function:cubic-bezier(.215,.61,.355,1)
}
.hamburger--spin-r.is-active .hamburger-inner:before {
 top:0;
 opacity:0;
 -webkit-transition:top .1s ease-out,opacity .1s ease-out .12s;
 transition:top .1s ease-out,opacity .1s ease-out .12s
}
.hamburger--spin-r.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg);
 -webkit-transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom .1s ease-out,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform .22s cubic-bezier(.215,.61,.355,1) .12s
}
.hamburger--spring .hamburger-inner {
 top:2px;
 -webkit-transition:background-color 0s linear .13s;
 transition:background-color 0s linear .13s
}
.hamburger--spring .hamburger-inner:before {
 top:10px;
 -webkit-transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring .hamburger-inner:after {
 top:20px;
 -webkit-transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring.is-active .hamburger-inner {
 -webkit-transition-delay:.22s;
 transition-delay:.22s;
 background-color:transparent!important
}
.hamburger--spring.is-active .hamburger-inner:before {
 top:0;
 -webkit-transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 -webkit-transform:translate3d(0,10px,0) rotate(45deg);
 transform:translate3d(0,10px,0) rotate(45deg)
}
.hamburger--spring.is-active .hamburger-inner:after {
 top:0;
 -webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .2s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 -webkit-transform:translate3d(0,10px,0) rotate(-45deg);
 transform:translate3d(0,10px,0) rotate(-45deg)
}
.hamburger--spring-r .hamburger-inner {
 top:auto;
 bottom:0;
 -webkit-transition-duration:.13s;
 transition-duration:.13s;
 -webkit-transition-delay:0s;
 transition-delay:0s;
 -webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring-r .hamburger-inner:after {
 top:-20px;
 -webkit-transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear;
 transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
}
.hamburger--spring-r .hamburger-inner:before {
 -webkit-transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
 transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)
}
.hamburger--spring-r.is-active .hamburger-inner {
 -webkit-transform:translate3d(0,-10px,0) rotate(-45deg);
 transform:translate3d(0,-10px,0) rotate(-45deg);
 -webkit-transition-delay:.22s;
 transition-delay:.22s;
 -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transition-timing-function:cubic-bezier(.215,.61,.355,1)
}
.hamburger--spring-r.is-active .hamburger-inner:after {
 top:0;
 opacity:0;
 -webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;
 transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s
}
.hamburger--spring-r.is-active .hamburger-inner:before {
 top:0;
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg);
 -webkit-transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;
 transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .22s
}
.hamburger--stand .hamburger-inner {
 -webkit-transition:background-color 0s linear 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) .15s;
 transition:background-color 0s linear 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) .15s;
 transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms;
 transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) .15s
}
.hamburger--stand .hamburger-inner:before {
 -webkit-transition:top 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:top 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand .hamburger-inner:after {
 -webkit-transition:bottom 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:bottom 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand.is-active .hamburger-inner {
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg);
 background-color:transparent!important;
 -webkit-transition:background-color 0s linear .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) 0s;
 transition:background-color 0s linear .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) 0s;
 transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
 transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) 0s
}
.hamburger--stand.is-active .hamburger-inner:before {
 top:0;
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-transition:top 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:top 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}
.hamburger--stand.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg);
 -webkit-transition:bottom 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:bottom 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}
.hamburger--stand-r .hamburger-inner {
 -webkit-transition:background-color 0s linear 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) .15s;
 transition:background-color 0s linear 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) .15s;
 transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms;
 transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) .15s
}
.hamburger--stand-r .hamburger-inner:before {
 -webkit-transition:top 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:top 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand-r .hamburger-inner:after {
 -webkit-transition:bottom 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:bottom 75ms ease-in 75ms,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s;
 transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}
.hamburger--stand-r.is-active .hamburger-inner {
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg);
 background-color:transparent!important;
 -webkit-transition:background-color 0s linear .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) 0s;
 transition:background-color 0s linear .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) 0s;
 transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;
 transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) 0s
}
.hamburger--stand-r.is-active .hamburger-inner:before {
 top:0;
 -webkit-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 transform:rotate(-45deg);
 -webkit-transition:top 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:top 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}
.hamburger--stand-r.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg);
 -webkit-transition:bottom 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:bottom 75ms ease-out .1s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;
 transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}
.hamburger--squeeze .hamburger-inner {
 -webkit-transition-duration:75ms;
 transition-duration:75ms;
 -webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);
 transition-timing-function:cubic-bezier(.55,.055,.675,.19)
}
.hamburger--squeeze .hamburger-inner:before {
 -webkit-transition:top 75ms ease .12s,opacity 75ms ease;
 transition:top 75ms ease .12s,opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
 -webkit-transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
 transition:bottom 75ms ease .12s,-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19);
 transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
 transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19),-webkit-transform 75ms cubic-bezier(.55,.055,.675,.19)
}
.hamburger--squeeze.is-active .hamburger-inner {
 -webkit-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 transform:rotate(45deg);
 -webkit-transition-delay:.12s;
 transition-delay:.12s;
 -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
 transition-timing-function:cubic-bezier(.215,.61,.355,1)
}
.hamburger--squeeze.is-active .hamburger-inner:before {
 top:0;
 opacity:0;
 -webkit-transition:top 75ms ease,opacity 75ms ease .12s;
 transition:top 75ms ease,opacity 75ms ease .12s
}
.hamburger--squeeze.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg);
 -webkit-transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom 75ms ease,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
 transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s,-webkit-transform 75ms cubic-bezier(.215,.61,.355,1) .12s
}
.hamburger--vortex .hamburger-inner {
 -webkit-transition-duration:.2s;
 transition-duration:.2s;
 -webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);
 transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
 -webkit-transition-duration:0s;
 transition-duration:0s;
 -webkit-transition-delay:.1s;
 transition-delay:.1s;
 -webkit-transition-timing-function:linear;
 transition-timing-function:linear
}
.hamburger--vortex .hamburger-inner:before {
 -webkit-transition-property:top,opacity;
 transition-property:top,opacity
}
.hamburger--vortex .hamburger-inner:after {
 -webkit-transition-property:bottom,-webkit-transform;
 transition-property:bottom,-webkit-transform;
 transition-property:bottom,transform;
 transition-property:bottom,transform,-webkit-transform
}
.hamburger--vortex.is-active .hamburger-inner {
 -webkit-transform:rotate(765deg);
 -ms-transform:rotate(765deg);
 transform:rotate(765deg);
 -webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);
 transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
 -webkit-transition-delay:0s;
 transition-delay:0s
}
.hamburger--vortex.is-active .hamburger-inner:before {
 top:0;
 opacity:0
}
.hamburger--vortex.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.hamburger--vortex-r .hamburger-inner {
 -webkit-transition-duration:.2s;
 transition-duration:.2s;
 -webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);
 transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
 -webkit-transition-duration:0s;
 transition-duration:0s;
 -webkit-transition-delay:.1s;
 transition-delay:.1s;
 -webkit-transition-timing-function:linear;
 transition-timing-function:linear
}
.hamburger--vortex-r .hamburger-inner:before {
 -webkit-transition-property:top,opacity;
 transition-property:top,opacity
}
.hamburger--vortex-r .hamburger-inner:after {
 -webkit-transition-property:bottom,-webkit-transform;
 transition-property:bottom,-webkit-transform;
 transition-property:bottom,transform;
 transition-property:bottom,transform,-webkit-transform
}
.hamburger--vortex-r.is-active .hamburger-inner {
 -webkit-transform:rotate(-765deg);
 -ms-transform:rotate(-765deg);
 transform:rotate(-765deg);
 -webkit-transition-timing-function:cubic-bezier(.19,1,.22,1);
 transition-timing-function:cubic-bezier(.19,1,.22,1)
}
.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
 -webkit-transition-delay:0s;
 transition-delay:0s
}
.hamburger--vortex-r.is-active .hamburger-inner:before {
 top:0;
 opacity:0
}
.hamburger--vortex-r.is-active .hamburger-inner:after {
 bottom:0;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
.mt-0 {
 margin-top:0!important
}
.mt-4 {
 margin-top:4px!important
}
.mt-8 {
 margin-top:8px!important
}
.mt-12 {
 margin-top:12px!important
}
.mt-16 {
 margin-top:16px!important
}
.-mt-11 {
 margin-top:-11px!important
}
.-mt-16 {
 margin-top:-16px!important
}
.-mt-32 {
 margin-top:-32px!important
}
.mt-24 {
 margin-top:24px!important
}
.mt-32 {
 margin-top:32px!important
}
.mt-36 {
 margin-top:36px!important
}
.mt-40 {
 margin-top:40px!important
}
.mt-50 {
 margin-top:50px!important
}
.mt-64 {
 margin-top:64px!important
}
.mr-0 {
 margin-right:0!important
}
.mr-4 {
 margin-right:4px!important
}
.mr-8 {
 margin-right:8px!important
}
.mr-12 {
 margin-right:12px!important
}
.mr-16 {
 margin-right:16px!important
}
.mr-32 {
 margin-right:32px!important
}
.mr-64 {
 margin-right:64px!important
}
.ml-0 {
 margin-left:0!important
}
.ml-4 {
 margin-left:4px!important
}
.ml-8 {
 margin-left:8px!important
}
.ml-12 {
 margin-left:12px!important
}
.ml-16 {
 margin-left:16px!important
}
.ml-32 {
 margin-left:32px!important
}
.ml-64 {
 margin-left:64px!important
}
.mb-0 {
 margin-bottom:0!important
}
.mb-8 {
 margin-bottom:8px!important
}
.-mb-10 {
 margin-bottom:-10px!important
}
.mb-12 {
 margin-bottom:12px!important
}
.mb-16 {
 margin-bottom:16px!important
}
.mb-24 {
 margin-bottom:24px!important
}
.mb-32 {
 margin-bottom:32px!important
}
.mb-64 {
 margin-bottom:64px!important
}
.pr-15 {
 padding-right:15px!important
}
.pl-15 {
 padding-left:15px!important
}
.pt-16 {
 padding-top:16px!important
}
.pb-16 {
 padding-bottom:16px!important
}
.list-unstyled {
 list-style:none;
 margin-left:0;
 padding-left:0
}
.hidden {
 display:none
}
.cursor-pointer {
 cursor:pointer
}
.noscroll {
 overflow:hidden;
 margin-left:calc(100vw - 100%)!important;
 margin-right:0!important
}
.disable-hover,
.disable-hover * {
 pointer-events:none!important
}
.br-12 {
 border-radius:12px!important
}
.vertical-top {
 vertical-align:top
}
.vertical-middle {
 vertical-align:middle
}
.nowrap {
 white-space:nowrap
}
.mw-200 {
 max-width:200px
}
.mw-210 {
 max-width:210px
}
.mw-235 {
 max-width:235px
}
.mw-250 {
 max-width:250px
}
.mw-270 {
 max-width:270px
}
.mw-285 {
 max-width:285px
}
.mw-311 {
 max-width:311px
}
.mw-343 {
 max-width:343px
}
.mw-350 {
 max-width:350px
}
.mw-370 {
 max-width:370px
}
.mw-400 {
 max-width:400px
}
.mw-553 {
 max-width:553px
}
.icon-17 {
 width:17px;
 height:17px
}
.icon-25 {
 width:25px;
 height:25px
}
.icon-72 {
 width:72px;
 height:72px
}
.icon-40 {
 width:40px!important;
 height:40px!important
}
.icon-60 {
 width:60px;
 height:60px
}
.right-16 {
 right:16px
}
.overflow-x-scroll {
 overflow-x:scroll
}
.overflow-y-hidden {
 overflow-y:hidden
}
@media(min-width:768px) {
 .mt-md-0 {
  margin-top:0!important
 }
 .mt-md-4 {
  margin-top:4px!important
 }
 .mt-md-8 {
  margin-top:8px!important
 }
 .mt-md-16 {
  margin-top:16px!important
 }
 .mt-md-20 {
  margin-top:20px!important
 }
 .mt-md-24 {
  margin-top:24px!important
 }
 .mt-md-32 {
  margin-top:32px!important
 }
 .mt-md-38 {
  margin-top:38px!important
 }
 .mt-md-48 {
  margin-top:48px!important
 }
 .mt-md-64 {
  margin-top:64px!important
 }
 .mr-md-0 {
  margin-right:0!important
 }
 .mr-md-4 {
  margin-right:4px!important
 }
 .mr-md-8 {
  margin-right:8px!important
 }
 .mr-md-12 {
  margin-right:12px!important
 }
 .mr-md-16 {
  margin-right:16px!important
 }
 .mr-md-32 {
  margin-right:32px!important
 }
 .mr-md-64 {
  margin-right:64px!important
 }
 .ml-md-0 {
  margin-left:0!important
 }
 .-ml-md-2 {
  margin-left:-2px!important
 }
 .ml-md-4 {
  margin-left:4px!important
 }
 .ml-md-8 {
  margin-left:8px!important
 }
 .ml-md-12 {
  margin-left:12px!important
 }
 .ml-md-16 {
  margin-left:16px!important
 }
 .ml-md-32 {
  margin-left:32px!important
 }
 .ml-md-64 {
  margin-left:64px!important
 }
 .mb-md-0 {
  margin-bottom:0!important
 }
 .mb-md-8 {
  margin-bottom:8px!important
 }
 .mb-md-12 {
  margin-bottom:12px!important
 }
 .mb-md-16 {
  margin-bottom:16px!important
 }
 .mb-md-24 {
  margin-bottom:24px!important
 }
 .mb-md-32 {
  margin-bottom:32px!important
 }
 .mb-md-64 {
  margin-bottom:64px!important
 }
 .md-icon-40 {
  width:40px;
  height:40px
 }
 .md-icon-25 {
  width:25px!important;
  height:25px!important
 }
 .md-mw-235 {
  max-width:235px
 }
 .md-mw-250 {
  max-width:250px
 }
 .md-mw-320 {
  max-width:320px
 }
 .md-mw-343 {
  max-width:343px
 }
 .md-mw-370 {
  max-width:370px
 }
 .md-mw-900 {
  max-width:900px
 }
 .md-w-702 {
  width:702px
 }
 .pl-md-0 {
  padding-left:15px!important
 }
 .pt-md-15 {
  padding-top:15px!important
 }
 .pr-md-0 {
  padding-right:0!important
 }
 .pr-md-15 {
  padding-right:15px!important
 }
 .pl-md-15 {
  padding-left:15px!important
 }
 .centered-md {
  margin-left:auto!important;
  margin-right:auto!important
 }
}
@media(min-width:992px) {
 .lg-icon-40 {
  width:40px;
  height:40px
 }
 .lg-icon-25 {
  width:25px!important;
  height:25px!important
 }
 .mt-lg-0 {
  margin-top:0!important
 }
 .mt-lg-8 {
  margin-top:8px!important
 }
 .mt-lg-16 {
  margin-top:16px!important
 }
 .mt-lg-32 {
  margin-top:32px!important
 }
 .mt-lg-38 {
  margin-top:38px!important
 }
 .mt-lg-64 {
  margin-top:64px!important
 }
 .mr-lg-0 {
  margin-right:0!important
 }
 .mr-lg-8 {
  margin-right:8px!important
 }
 .mr-lg-12 {
  margin-right:12px!important
 }
 .mr-lg-16 {
  margin-right:16px!important
 }
 .mr-lg-32 {
  margin-right:32px!important
 }
 .mr-lg-64 {
  margin-right:64px!important
 }
 .ml-lg-0 {
  margin-left:0!important
 }
 .ml-lg-8 {
  margin-left:8px!important
 }
 .ml-lg-12 {
  margin-left:12px!important
 }
 .ml-lg-16 {
  margin-left:16px!important
 }
 .ml-lg-32 {
  margin-left:32px!important
 }
 .ml-lg-64 {
  margin-left:64px!important
 }
 .mb-lg-0 {
  margin-bottom:0!important
 }
 .mb-lg-8 {
  margin-bottom:8px!important
 }
 .mb-lg-12 {
  margin-bottom:12px!important
 }
 .mb-lg-16 {
  margin-bottom:16px!important
 }
 .mb-lg-32 {
  margin-bottom:32px!important
 }
 .mb-lg-64 {
  margin-bottom:64px!important
 }
 .lg-w-702 {
  width:702px
 }
}
@media(min-width:1200px) {
 .mt-xl-0 {
  margin-top:0!important
 }
 .mt-xl-8 {
  margin-top:8px!important
 }
 .mt-xl-16 {
  margin-top:16px!important
 }
 .mt-xl-32 {
  margin-top:32px!important
 }
 .mt-xl-64 {
  margin-top:64px!important
 }
 .mr-xl-0 {
  margin-right:0!important
 }
 .mr-xl-8 {
  margin-right:8px!important
 }
 .mr-xl-12 {
  margin-right:12px!important
 }
 .mr-xl-16 {
  margin-right:16px!important
 }
 .mr-xl-32 {
  margin-right:32px!important
 }
 .mr-xl-64 {
  margin-right:64px!important
 }
 .ml-xl-0 {
  margin-left:0!important
 }
 .ml-xl-8 {
  margin-left:8px!important
 }
 .ml-xl-12 {
  margin-left:12px!important
 }
 .ml-xl-16 {
  margin-left:16px!important
 }
 .ml-xl-32 {
  margin-left:32px!important
 }
 .ml-xl-64 {
  margin-left:64px!important
 }
 .mb-xl-0 {
  margin-bottom:0!important
 }
 .mb-xl-8 {
  margin-bottom:8px!important
 }
 .mb-xl-12 {
  margin-bottom:12px!important
 }
 .mb-xl-16 {
  margin-bottom:16px!important
 }
 .mb-xl-32 {
  margin-bottom:32px!important
 }
 .mb-xl-64 {
  margin-bottom:64px!important
 }
 .hover\:bg-lg-dark:hover {
  background-image:none!important;
  background-color:#37474f!important;
  color:#fff!important
 }
}
.h1,
h1 {
 font-size:2.125rem;
 line-height:1.18;
 margin:32px 0 34px;
 -webkit-hyphens:none;
 -ms-hyphens:none;
 hyphens:none
}
.h1,
.h2,
h1,
h2 {
 font-weight:700;
 font-style:normal;
 font-stretch:normal;
 color:#37474f
}
.h2,
h2 {
 font-size:1.375rem;
 line-height:1.27;
 margin:32px 15px
}
.font-subtitle {
 font-size:18px;
 font-weight:700;
 font-style:normal;
 font-stretch:normal;
 line-height:1.5;
 color:#149cdf;
 margin-top:16px
}
.font-caption,
.font-subtitle.light {
 font-weight:400
}
.font-caption {
 font-size:.16px;
 font-style:normal;
 font-stretch:normal;
 line-height:1.5;
 color:#37474f;
 margin-top:16px
}
.font-caption.lightgrey {
 opacity:.5
}
.font-highlight {
 font-size:1.375rem;
 color:#37474f;
 font-weight:700
}
.bold {
 font-weight:700
}
.text-light {
 font-weight:400!important
}
.text-white {
 color:#fff!important
}
.text-grey-300 {
 color:#d4d4d4
}
.text-grey-400 {
 color:#c3c2c2
}
.text-grey-500 {
 color:#b5b5b5
}
.text-grey-600 {
 color:#919191
}
.text-grey-700 {
 color:#757575
}
.text,
.text-secondary {
 color:#37474f
}
.text {
 font-weight:400;
 font-style:normal;
 font-stretch:normal;
 line-height:1.5;
 margin:0
}
.text-20 {
 font-size:20px
}
.text-sm {
 font-size:.75rem
}
.text-md {
 font-size:1rem
}
.text-lg {
 font-size:1.375rem
}
.text-xl {
 font-size:2.125rem!important
}
@media(min-width:768px) {
 .font-highlight {
  font-size:1.9rem
 }
 .h2-md {
  font-size:1.375rem;
  line-height:1.27;
  margin:32px 15px
 }
 .h2-md,
 .h2-md-h1 {
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  color:#37474f
 }
 .h2-md-h1 {
  font-size:2.125rem;
  line-height:1.18;
  margin:32px 0 34px;
  -webkit-hyphens:none;
  -ms-hyphens:none;
  hyphens:none
 }
 .md-text-sm {
  font-size:.75rem
 }
 .md-text-md {
  font-size:1rem
 }
 .md-text-lg {
  font-size:1.375rem
 }
 .md-text-xl {
  font-size:2.125rem!important
 }
 .md-text-bold {
  font-weight:700!important
 }
}
@media(min-width:992px) {
 .h2-lg-h1 {
  font-size:2.125rem;
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  line-height:1.18;
  color:#37474f;
  margin:32px 0 34px;
  -webkit-hyphens:none;
  -ms-hyphens:none;
  hyphens:none;
  font-size:3.1875rem
 }
 .lg-text-sm {
  font-size:.75rem
 }
 .lg-text-md {
  font-size:1rem
 }
 .lg-text-lg {
  font-size:1.375rem
 }
 .lg-text-xl {
  font-size:2.125rem!important
 }
 .h2-lg {
  font-size:1.375rem;
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  line-height:1.27;
  color:#37474f;
  margin:32px 15px
 }
}
html {
 background-color:#fff
}
 {
 font-family:Rubik latin,Rubik latin-ext,Rubik cryllic,Noto Sans JP,Noto Sans SC,Noto Sans KR,Noto Sans EL,Helvetica,Arial,sans-serif;
 font-weight:400;
 color:#37474f
}
main {
 text-align:center
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance:none;
 margin:0
}
input[type=number] {
 -moz-appearance:textfield
}
button:focus {
 outline:none!important
}
.disabled-button {
 background-image:linear-gradient(104deg,#eee,#e0e0e0)!important
}
.appdomain-centered-max-width h1 {
 -webkit-hyphens:none;
 -ms-hyphens:none;
 hyphens:none;
 margin-top:16px;
 margin-bottom:0
}
hr {
 height:0;
 margin:32px 0;
 background-color:#000;
 opacity:.2
}
.font- {
 font-size:1rem;
 font-weight:400;
 font-style:normal;
 font-stretch:normal;
 line-height:1.5;
 color:#37474f;
 margin:0
}
.font-bold {
 font-weight:700
}
.font-light {
 font-weight:400!important
}
p {
 color:#37474f
}
.strikethrough {
 text-decoration:line-through
}
.smallprint {
 margin-top:62px;
 margin-bottom:16px;
 max-width:325px;
 font-size:12px;
 color:#37474f;
 opacity:.5
}
.nave-y-p {
 padding-top:88px
}
.centered {
 margin-left:auto!important;
 margin-right:auto!important
}
.form-error-input-field {
 color:#ef5350;
 font-size:12px
}
.clear-margin-bottom {
 margin-bottom:0!important
}
.clear-margin-top {
 margin-top:0!important
}
.clear-margin-right {
 margin-right:0!important
}
.clear-link-decoration:hover {
 text-decoration:none
}
.clear-outline {
 outline:none
}
.clear-padding {
 padding:0
}
.clear-padding-bottom {
 padding:0!important
}
.cl-p-l {
 padding-left:0!important
}
.cl-p-r {
 padding-right:0!important
}
.margin-top-8 {
 margin-top:8px!important
}
.margin-top-9 {
 margin-top:9px!important
}
.margin-top-22 {
 margin-top:22px!important
}
.margin-top-16 {
 margin-top:16px!important
}
.margin-top-32 {
 margin-top:32px!important
}
.margin-top-64 {
 margin-top:64px!important
}
.margin-bottom-8 {
 margin-bottom:8px!important
}
.margin-bottom-16 {
 margin-bottom:16px!important
}
.margin-bottom-32 {
 margin-bottom:32px!important
}
.margin-bottom-64 {
 margin-bottom:64px!important
}
.mb-negative-4 {
 margin-bottom:-4px
}
.margin-left-8 {
 margin-left:8px!important
}
.margin-left-16 {
 margin-left:16px!important
}
.margin-left-32 {
 margin-left:32px!important
}
.margin-left-64 {
 margin-left:64px!important
}
.margin-right-8 {
 margin-right:8px!important
}
.margin-right-16 {
 margin-right:16px!important
}
.margin-right-32 {
 margin-right:32px!important
}
.margin-right-64 {
 margin-right:64px!important
}
.full-height {
 -ms-flex-flow:column;
 flex-flow:column;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto
}
.-full-height,
.full-height {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal
}
.-full-height {
 -ms-flex-flow:column;
 flex-flow:column;
 min-height:100vh
}
.appdomain-centered-max-width {
 margin-left:auto;
 margin-right:auto;
 max-width:540px
}
.clear-max-width {
 max-width:none!important
}
.r-180 {
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg)
}
.r-90 {
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.l-90 {
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg)
}
.noselect {
 -webkit-user-select:none!important;
 -moz-user-select:none!important;
 -ms-user-select:none!important;
 user-select:none!important;
 pointer-events:none!important
}
.noselect::selection {
 background:transparent!important
}
.icon {
 display:inline-block
}
.icon-svg {
 width:25px;
 height:25px
}
@media(min-width:992px) {
 h1 {
  font-size:3.1875rem
 }
 h2 {
  font-size:2rem
 }
}
.frontend-footer_v2.mini-footer {
 margin-top:0
}
.frontend-footer_v2.mini-footer .footer-bottom,
.frontend-footer_v2.mini-footer hr {
 margin-bottom:16px
}
@media(min-width:992px) {
 hr {
  margin-top:64px
 }
 .pill-grey:hover {
  background-image:none;
  background-color:#37474f;
  text-decoration:none;
  color:#fff
 }
}
.loading-img-indicator {
 width:50px;
 height:50px
}
.popover {
 z-index:1020!important
}
.input-label-wrapper {
 position:relative
}
.input-label-wrapper .input {
 -webkit-appearance:none;
 width:94px;
 border:0;
 font-family:inherit;
 padding:12px 0;
 height:48px;
 font-size:30px;
 font-weight:700;
 text-align:center;
 color:#37474f;
 border-bottom:2px solid #37474f;
 background:0 0;
 border-radius:0;
 line-height:1.18
}
.input-label-wrapper .input.dual-number {
 width:66px
}
.input-label-wrapper .input.quad-number {
 width:102px
}
.input-label-wrapper .input:focus {
 outline:none;
 box-shadow:none
}
.input-label-wrapper .input::-moz-placeholder {
 text-transform:none;
 color:#e2e2e2
}
.input-label-wrapper .input:-ms-input-placeholder {
 text-transform:none;
 color:#e2e2e2
}
.input-label-wrapper .input::-webkit-input-placeholder {
 text-transform:none;
 color:#e2e2e2
}
.input-label-wrapper.is-invalid label {
 color:#ef5350
}
.input-label-wrapper.is-invalid input {
 color:#ef5350;
 border-bottom:2px solid #ef5350
}
.input-label-wrapper .label {
 position:absolute;
 top:16px;
 margin-left:7px
}
.input-label-wrapper .label.is-invalid {
 color:#ef5350
}
@media(min-width:768px) {
 .input-label-wrapper .input {
  font-size:34px
 }
}
.c-toggle .radio-button,
.c-toggle input[type=radio] {
 display:none
}
.c-toggle .radio-button+label,
.c-toggle input[type=radio]+label {
 color:#37474f;
 font-size:16px;
 display:inline-block;
 min-width:64px;
 padding:4px 12px;
 cursor:pointer;
 border-radius:16px;
 text-align:center;
 background-image:linear-gradient(117deg,#fafafa,#eee)
}
.c-toggle .radio-button:checked+label,
.c-toggle input[type=radio]:checked+label {
 background-image:linear-gradient(117deg,#03a9f4,#0288d1);
 color:#fff
}
.icn-btn-wrapper {
 max-width:460px;
 margin-left:auto!important;
 margin-right:auto!important
}
.icn-btn-wrapper label {
 cursor:pointer
}
.icn-btn-wrapper input[type=checkbox],
.icn-btn-wrapper input[type=radio] {
 display:none
}
.icn-btn-wrapper .choice-btn {
 min-width:113px;
 width:113px;
 padding:12px 0;
 color:#37474f;
 margin-top:16px
}
.icn-btn-wrapper input:checked+label {
 background:#37474f;
 color:#fff
}
.icn-btn-wrapper .img-btn-container {
 cursor:pointer;
 display:inline-block;
 margin-bottom:0;
 border:none;
 padding:0;
 background:0 0
}
.icn-btn-wrapper .img-btn-container:focus {
 outline:none
}
.icn-btn-wrapper .img-btn-container.is-selected>.choice-btn,
.icn-btn-wrapper .img-btn-container :checked>.choice-btn {
 background-image:linear-gradient(117deg,#03a9f4,#0288d1);
 color:#fff
}
.icn-btn-wrapper .icon-svg {
 width:96px;
 height:96px
}
@media(min-width:375px) {
 .icn-btn-wrapper .choice-btn {
  min-width:134px;
  width:100%;
  max-width:142px
 }
}
@media(min-width:768px) {
 .icn-btn-wrapper .choice-btn {
  width:142px;
  max-width:142px
 }
}
.teaser-item-container {
 margin-top:32px
}
.teaser-item-container article {
 margin-left:auto!important;
 margin-right:auto!important;
 width:100%;
 max-width:357px;
 position:relative
}
.teaser-item-container article .teaser-image {
 border-radius:12px;
 width:100%;
 margin-top:8px
}
.teaser-item-container .quote-container {
 margin:16px auto 0;
 text-align:left;
 max-width:357px
}
.teaser-item-container .quote-container .icon-svg {
 float:left;
 width:40px;
 height:42px;
 margin:3px 14px 0 0
}
@media(min-width:768px) {
 .stories-row-wrapper .teaser-item-container:first-of-type {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
 .stories-row-wrapper .teaser-item-container:nth-of-type(2) {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start
 }
 .teaser-item-container.tripple .weight-pill {
  width:55px;
  height:22px;
  bottom:6px;
  font-size:.75rem
 }
}
@media(min-width:992px) {
 .teaser-item-container {
  margin-top:64px
 }
 .teaser-item-container.tripple .weight-pill {
  width:26%;
  height:9.5%;
  bottom:2.5%;
  font-size:1rem
 }
}
@media(min-width:1200px) {
 .teaser-item-container.tripple .weight-pill {
  width:90px;
  height:36px;
  bottom:10px
 }
}
.line-dot {
 position:absolute;
 left:50%
}
.line-dot .dot {
 font-size:14px;
 font-weight:700;
 font-style:normal;
 font-stretch:normal;
 line-height:1.5;
 color:#37474f;
 position:relative;
 top:-33px;
 left:-50%;
 width:32px;
 line-height:31px;
 border-radius:50%;
 text-align:center;
 background-color:#10a0e8;
 color:#fff;
 margin-top:-16px
}
.line-dot .dot.light {
 font-weight:400
}
.line-dot .dot.blue {
 background-image:-webkit-gradient(linear,left top,left bottom,from(#03a9f4),to(#0288d1));
 background-image:linear-gradient(180deg,#03a9f4,#0288d1)
}
@media(min-width:768px) {
 .line-dot .dot {
  top:-66px
 }
}
.borba-btn {
 margin-top:32px;
 border:none;
 padding:12px 30px;
 text-decoration:none;
 border-radius:24px;
 color:#fff;
 font-weight:700;
 min-width:196px
}
.borba-btn.outline {
 background-color:#fff;
 border:1px solid #37474f;
 color:#37474f;
 margin-top:22px;
 padding:4px 12px;
 font-weight:400;
 min-width:0
}
.borba-btn.pink {
 background-image:linear-gradient(105deg,#0be6d1e6,#485eb7)
}
.borba-btn.blue {
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)
}
.borba-btn.grey {
 background-image:linear-gradient(104deg,#fafafa,#eee);
 color:#37474f
}
.borba-btn.grey.active {
 background-image:none;
 background-color:#37474f;
 color:#fff
}
.borba-btn.orange {
 background-image:linear-gradient(104deg,#fad961,#f7681c)
}
.borba-btn.red {
 background-image:linear-gradient(104deg,#ef5350,#b71c1c)
}
.borba-btn.dark {
 background-image:none!important;
 background-color:#37474f!important;
 color:#fff!important
}
.borba-btn.p-20-30 {
 padding:20px 30px
}
.borba-btn.pill-style {
 margin-top:16px;
 padding:4px 24px;
 min-width:0
}
.borba-btn.pill-style.blue {
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)!important;
 background-color:linear-gradient(103deg,#03a9f4,#0288d1)!important;
 color:#fff!important
}
.borba-btn.pill-style.gray {
 background-image:linear-gradient(104deg,#fafafa,#eee)!important;
 background-color:linear-gradient(104deg,#fafafa,#eee)!important;
 color:#37474f!important
}
.borba-btn.white {
 background-image:none!important;
 background-color:#fff!important;
 color:#37474f!important
}
.borba-btn.disabled-button {
 background-image:linear-gradient(104deg,#eee,#e0e0e0)!important
}
.borba-btn.min-w-0 {
 min-width:0
}
@media(min-width:992px) {
 .borba-btn:focus {
  outline:none
 }
 .borba-btn.grey:active,
 .borba-btn.grey:hover,
 .borba-btn.outline:focus,
 .borba-btn.outline:hover,
 .borba-btn.white:hover,
 .borba-btn:enabled:focus,
 .borba-btn:enabled:hover {
  background-image:none!important;
  background-color:#12bf45!important;
  color:#fff!important
 }
}
.paging-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 max-width:550px;
 margin-top:32px
}
.paging-container .disabled {
 opacity:.25;
 pointer-events:none
}
.paging-container .paging-text {
 margin-left:auto;
 font-weight:400;
 margin-bottom:12px
}
.paging-container .page-nave-btn {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 cursor:pointer;
 padding:10px 17px;
 border-radius:16px;
 border:1px solid #37474f;
 max-width:375px;
 color:#37474f
}
.paging-container .page-nave-btn:hover {
 background-color:#37474f;
 color:#fff;
 text-decoration:none
}
.paging-container .page-nave-btn:hover .next-page-icon,
.paging-container .page-nave-btn:hover .previous-page-icon {
 fill:#fff
}
.paging-container .page-nave-btn:nth-of-type(2) {
 margin-left:auto
}
.paging-container .page-nave-btn .next-page-icon {
 fill:#37474f;
 width:12px;
 height:12px;
 margin-top:1px
}
.paging-container .page-nave-btn .next-page-icon:hover {
 fill:#fff
}
.paging-container .page-nave-btn .previous-page-icon {
 fill:#37474f;
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg);
 width:12px;
 height:12px;
 margin-top:1px
}
.textlink {
 color:#03a9f4;
 border-bottom:2px solid #e1f5fe;
 font-weight:700;
 line-height:1.5;
 cursor:pointer
}
.textlink.light {
 font-weight:400
}
.textlink:hover {
 color:#03a9f4;
 border-bottom:2px solid #e1f5fe;
 text-decoration:none
}
.textlink.small {
 font-size:12px
}
@media(min-width:992px) {
 .textlink:hover {
  color:#0277bd;
  border-bottom:2px solid #0277bd;
  text-decoration:none
 }
}
.infobox {
 margin-left:auto!important;
 margin-right:auto!important;
 max-width:358px;
 border:1px solid rgba(0,0,0,.1);
 border-radius:12px;
 cursor:pointer
}
.infobox .icon-svg {
 width:71px;
 height:71px
}
.infobox .infobox-description {
 margin-bottom:0;
 padding:0 15px 32px
}
.infobox.is-highlighted {
 border:1px solid #03a9f4
}
@media(min-width:768px) {
 .infobox {
  height:340px
 }
}
@media(min-width:992px) {
 .infobox {
  height:340px
 }
 .infobox:hover {
  border:1px solid #03a9f4
 }
}
.borba-stripe {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 margin-top:32px;
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)
}
.borba-stripe div,
.borba-stripe h2 {
 color:#fff
}
.borba-stripe .borba-btn {
 color:#37474f;
 margin-top:16px;
 margin-bottom:40px
}
.borba-stripe .text-wrapper {
 max-width:553px
}
@media(min-width:992px) {
 .borba-stripe {
  margin-top:64px;
  margin-bottom:32px
 }
}
.further-questions-footer .write-us-btn {
 min-width:0;
 margin-top:1me;
 margin-bottom:1me
}
.further-questions-footer .linked-in-btn .linkedin-icon {
 margin-top:5px;
 margin-right:5px;
 width:14px;
 height:14px
}
.fixed-bottom-banner {
 padding-bottom:64px
}
.borba-fixed-bottom-stripe {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 padding:20px 0;
 background-image:linear-gradient(135deg,#03a9f4,#0288d1)
}
.borba-fixed-bottom-stripe .font-subtitle {
 color:#fff
}
.borba-fixed-bottom-stripe .chevron-right {
 position:absolute;
 right:15px;
 width:25px;
 height:25px;
 -webkit-filter:brightness(0) invert(1);
 filter:brightness(0) invert(1)
}
.borba-fixed-bottom-stripe .job-pill {
 padding:2px 12px!important;
 margin-right:0!important;
 font-weight:700
}
@media(min-width:768px) {
 .borba-fixed-bottom-stripe .chevron-right {
  position:relative;
  margin-left:22px;
  width:25px;
  height:25px
 }
}
.calculator-line-graph {
 top:123px
}
.calculator-line-graph .calculator-line-graph-section {
 width:228px;
 height:120px
}
.calculator-line-graph .calculator-line-graph-section .weight-max-threshold {
 z-index:1;
 display:inherit;
 position:absolute;
 top:24px;
 left:190px;
 background-color:#fff;
 padding:0 10px
}
.calculator-line-graph .calculator-line-graph-section .color-strip {
 width:100%;
 height:8px;
 margin:8px 0
}
.calculator-line-graph .calculator-line-graph-section .underweight .color-strip {
 background-color:#ffc107
}
.calculator-line-graph .calculator-line-graph-section .healthy .color-strip {
 background-color:#8bc34a
}
.calculator-line-graph .calculator-line-graph-section .overweight .color-strip {
 background-color:#ffa726
}
.calculator-line-graph .calculator-line-graph-section .obese .color-strip {
 background-color:#ef6c00
}
.calculator-line-graph .calculator-line-graph-section .morbid .color-strip {
 background-color:#c62828
}
.calculator-line-graph .calculator-line-graph-section .weight-tranche-max-unit {
 margin-left:5px
}
.calculator-line-graph .weight-threshold-separator {
 height:1px;
 background-color:#000;
 opacity:.1;
 position:absolute;
 top:36px;
 width:684px
}
.calculator-line-graph-result-popup {
 height:64px;
 background-color:#8bc34a;
 color:#fff;
 border-radius:12px;
 position:absolute;
 top:61px
}
.calculator-line-graph-result-popup .indicator {
 bottom:-10px;
 content:" ";
 display:block;
 position:absolute;
 width:0;
 height:0;
 top:63px;
 border-left:10px solid transparent;
 border-right:10px solid transparent;
 border-top:10px solid #8bc34a
}
.calculator-line-graph-result-popup .font-subtitle {
 color:#fff
}
@media(min-width:992px) {
 .calculator-line-graph {
  top:169px
 }
 .calculator-line-graph-result-popup {
  top:103px
 }
}
.pill {
 font-size:1rem;
 padding:4px 12px;
 border-radius:16px;
 text-decoration:none;
 color:#37474f;
 cursor:pointer;
 display:inline;
 margin-right:5px;
 margin-top:5px;
 background-image:linear-gradient(122deg,#fafafa,#eee)
}
.pill.blue {
 color:#fff;
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)
}
.pill.blue:hover {
 color:#fff;
 text-decoration:none
}
.pill.yellow {
 background-image:linear-gradient(115deg,#ffe082,#ffc107)
}
.pill.yellow:hover {
 color:#fff;
 text-decoration:none
}
.pill.selected {
 background-image:linear-gradient(135deg,#03a9f4,#0288d1)!important;
 background-color:linear-gradient(135deg,#03a9f4,#0288d1)!important;
 color:#fff!important;
 text-decoration:none
}
.pill:hover {
 text-decoration:none;
 color:#37474f
}
@media(min-width:992px) {
 .pill:hover {
  background-image:none!important;
  background-color:#37474f!important;
  color:#fff!important;
  text-decoration:none
 }
}
.img-pill-wrapper {
 margin-left:auto!important;
 margin-right:auto!important;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-pack:distribute;
 justify-content:space-around;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 max-width:359px
}
.img-pill-wrapper .img-pill {
 margin-top:16px
}
.img-pill-wrapper .img-pill .pill {
 cursor:default;
 position:absolute;
 bottom:40px;
 right:3px;
 color:#fff;
 font-weight:700;
 padding:4px 15px
}
@media(min-width:768px) {
 .img-pill-wrapper {
  max-width:544px
 }
}
@media(min-width:992px) {
 .img-pill-wrapper {
  max-width:736px
 }
 .img-pill-wrapper .img-pill .pill:hover {
  background-image:linear-gradient(115deg,#ffe082,#ffc107)!important;
  background-color:none!important;
  color:#fff!important
 }
}
.img-title-wrapper {
 max-width:158px;
 margin-left:8px;
 margin-right:8px
}
@media(min-width:395px) {
 .img-title-wrapper {
  margin-left:16px;
  margin-right:16px
 }
}
@media(min-width:992px) {
 .img-title-wrapper {
  cursor:pointer
 }
 .img-title-wrapper:hover .textlink {
  color:#0277bd;
  border-bottom:2px solid #0277bd;
  text-decoration:none
 }
}
.search-bar {
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
.search-bar .input {
 padding-left:3rem;
 background-image:linear-gradient(97deg,#fafafa,#eee);
 border:0;
 border-radius:12px
}
.search-bar .input::-webkit-input-placeholder {
 color:#37474f;
 font-size:16px;
 opacity:.5
}
.search-bar .input:-ms-input-placeholder {
 color:#37474f;
 font-size:16px;
 opacity:.5
}
.search-bar .input::-ms-input-placeholder {
 color:#37474f;
 font-size:16px;
 opacity:.5
}
.search-bar .input::placeholder {
 color:#37474f;
 font-size:16px;
 opacity:.5
}
.search-bar input:focus {
 box-shadow:none
}
.search-bar .search-icon {
 position:absolute;
 z-index:2;
 display:block;
 text-align:center;
 margin-top:6px;
 margin-left:12px;
 opacity:.5;
 pointer-events:none;
 color:#aaa
}
@media(min-width:992px) {
 .borba-breadcrumb .link:hover>.textlink {
  color:#0277bd;
  border-bottom:2px solid #0277bd;
  text-decoration:none
 }
 .borba-breadcrumb .link:hover>.chevron-left {
  -webkit-filter:brightness(.7);
  filter:brightness(.7)
 }
}
.further-links-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 margin-top:-32px!important
}
.popover {
 cursor:pointer
}
.popover.icon {
 border:none;
 width:15px;
 height:15px
}
.dropdowen-popup .dropdowen-toggle {
 font-weight:700;
 width:20px;
 height:20px;
 -webkit-transition:all .2s ease;
 transition:all .2s ease
}
.dropdowen-popup .dropdowen-toggle.show {
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.dropdowen-popup .dropdowen-toggle:after {
 display:none
}
.dropdowen-popup .dropdowen-menu {
 min-width:261px;
 border-radius:12px;
 box-shadow:0 2px 6px 0 rgba(0,0,0,.2);
 border:0;
 padding:0;
 margin:0;
 position:absolute;
 cursor:pointer
}
.dropdowen-popup .dropdowen-menu .dropdowen-item:focus {
 background-color:#fff;
 outline:none
}
.dropdowen-popup .dropdowen-menu>a:first-of-type {
 border-top-left-radius:12px;
 border-top-right-radius:12px
}
.dropdowen-popup .dropdowen-menu>a:last-of-type {
 border-bottom-left-radius:12px;
 border-bottom-right-radius:12px
}
.dropdowen-popup .dropdowen-menu .item {
 padding:12px 16px
}
.dropdowen-popup .dropdowen-menu .item:hover {
 background-image:linear-gradient(100deg,#03a9f4,#0288d1)
}
.dropdowen-popup .dropdowen-menu .item:hover .chevron {
 -webkit-filter:invert(1) brightness(100);
 filter:invert(1) brightness(100)
}
.dropdowen-popup .dropdowen-menu .item:hover .font- {
 color:#fff
}
.dropdowen-popup .dropdowen-menu .item .dropdowen-item {
 padding-top:1px
}
.dropdowen-popup .dropdowen-menu .item .dropdowen-item:hover {
 background-color:transparent
}
.dropdowen-popup .dropdowen-menu>a {
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1;
 padding:0 0 0 16px;
 color:#03a9f4;
 font-weight:400;
 line-height:3
}
.dropdowen-popup .dropdowen-menu>a:hover {
 color:#03a9f4
}
.job-pill {
 font-size:1rem;
 padding:4px 12px;
 border-radius:16px;
 text-decoration:none;
 color:#37474f;
 cursor:pointer;
 display:inline;
 margin-right:5px;
 margin-top:5px;
 background-image:linear-gradient(122deg,#fafafa,#eee);
 margin-left:8px
}
.job-pill.blue {
 color:#fff;
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)
}
.checkbox-button.borba-functions input[type=checkbox]+label,
.checkbox-button.borba-functions input[type=radio]+label {
 max-width:348px;
 white-space:nowrap
}
.checkbox-button>input[type=radio],
.checkbox-button input[type=checkbox] {
 display:none
}
.checkbox-button>input[type=radio]+label,
.checkbox-button input[type=checkbox]+label {
 cursor:pointer;
 margin-left:auto!important;
 margin-right:auto!important;
 display:block;
 margin-top:16px;
 margin-bottom:0;
 padding:12px 30px;
 text-decoration:none;
 border-radius:24px;
 color:#37474f;
 font-weight:700;
 min-width:196px;
 max-width:254px;
 white-space:nowrap;
 font-size:16px;
 text-align:center;
 border:0;
 background-image:linear-gradient(117deg,#fafafa,#eee)
}
.checkbox-button>input[type=radio]+label.borba-btn,
.checkbox-button input[type=checkbox]+label.borba-btn {
 min-width:113px;
 width:113px
}
.checkbox-button>input[type=radio]:checked+label,
.checkbox-button input[type=checkbox]:checked+label {
 background:#37474f;
 color:#fff
}
@media(min-width:375px) {
 .checkbox-button>input[type=radio],
 .checkbox-button input[type=checkbox] {
  display:none
 }
 .checkbox-button>input[type=radio]+label.borba-btn,
 .checkbox-button input[type=checkbox]+label.borba-btn {
  min-width:134px;
  width:100%;
  max-width:142px
 }
}
@media(min-width:768px) {
 .checkbox-button>input[type=radio],
 .checkbox-button input[type=checkbox] {
  display:none
 }
 .checkbox-button>input[type=radio]+label.limited-width,
 .checkbox-button input[type=checkbox]+label.limited-width {
  width:142px;
  max-width:142px
 }
}
.animated-circle-wrapper {
 background:0 0;
 width:20px;
 height:20px;
 border-radius:50%
}
.animated-circle-wrapper.base-border {
 border:2px solid #37474f;
 margin-top:2px
}
.checkmark__circle {
 stroke-dasharray:166;
 stroke-dashoffset:166;
 stroke-width:4;
 stroke-miterlimit:10;
 stroke:#0277bd;
 fill:none;
 -webkit-animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;
 animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards
}
.js-checkmark {
 width:20px;
 height:20px;
 border-radius:50%;
 display:block;
 stroke-width:2;
 stroke:#fff;
 stroke-miterlimit:10;
 box-shadow:inset 0 0 0 #0277bd;
 -webkit-animation:fill .4s ease-in-out .4s forwards,scale-radio .3s ease-in-out .9s both;
 animation:fill .4s ease-in-out .4s forwards,scale-radio .3s ease-in-out .9s both
}
.checkmark__check {
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%;
 stroke-dasharray:48;
 stroke-dashoffset:48;
 -webkit-animation:stroke .3s cubic-bezier(.65,0,.45,1) .4s forwards;
 animation:stroke .3s cubic-bezier(.65,0,.45,1) .4s forwards
}
@-webkit-keyframes stroke {
 to {
  stroke-dashoffset:0
 }
}
@-webkit-keyframes scale-radio {
 0%,
 to {
  -webkit-transform:none;
  transform:none
 }
 50% {
  -webkit-transform:scale3d(1.5,1.5,1);
  transform:scale3d(1.5,1.5,1)
 }
}
@keyframes scale-radio {
 0%,
 to {
  -webkit-transform:none;
  transform:none
 }
 50% {
  -webkit-transform:scale3d(1.5,1.5,1);
  transform:scale3d(1.5,1.5,1)
 }
}
@-webkit-keyframes fill {
 to {
  box-shadow:inset 0 0 0 30px #03a9f4
 }
}
.input-field-container.coupon-input {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 margin:0 auto;
 -webkit-transition:all .4s;
 transition:all .4s
}
.input-field-container.coupon-input .coupon-form {
 height:87px;
 -webkit-transition:all .4s;
 transition:all .4s
}
.input-field-container.coupon-input .coupon-form.invalid-coupon {
 height:117px
}
.input-field-container.coupon-input .coupon-form.hidden-coupon-form {
 height:32px!important
}
.input-field-container.coupon-input .coupon-form .invalid-coupon-text {
 position:absolute;
 bottom:-23px;
 font-size:12px
}
.input-field-container.coupon-input .coupon-form .coupon-placeholder {
 color:#37474f;
 opacity:.5
}
.input-field-container.coupon-input .right-icon {
 width:25px;
 height:25px;
 top:46px
}
.input-field-container.coupon-input .inp {
 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:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 height:80px
}
.input-field-container.coupon-input .inp .label {
 cursor:pointer;
 top:37px;
 position:absolute;
 left:50%;
 -webkit-transform:translateX(-50%);
 -ms-transform:translateX(-50%);
 transform:translateX(-50%);
 -webkit-transition:right 2s ease;
 transition:right 2s ease;
 font-size:12px
}
.input-field-container.coupon-input .inp .label.active-label {
 opacity:1;
 left:0;
 -webkit-transform:translateY(-23px);
 -ms-transform:translateY(-23px);
 transform:translateY(-23px)
}
.input-field-container.coupon-input .inp .input-border.active-input {
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.input-field-container.coupon-input .inp input {
 text-transform:uppercase;
 cursor:pointer;
 border:none;
 -webkit-box-ordinal-group:3;
 -ms-flex-order:2;
 order:2;
 margin:0;
 height:36px;
 padding-right:40px;
 text-overflow:ellipsis;
 white-space:nowrap;
 overflow:hidden
}
.input-field-container.coupon-input .inp input:focus {
 background:0 0;
 outline:none!important
}
.input-field-container.coupon-input .inp input:focus+.label {
 opacity:1;
 left:0;
 top:53px;
 -webkit-transform:translateY(-23px);
 -ms-transform:translateY(-23px);
 transform:translateY(-23px)
}
.input-field-container.coupon-input .inp input:focus+span+.input-border {
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
@media(min-width:992px) {
 .coupon-form {
  height:104px
 }
 .coupon-form.hidden-coupon-form {
  height:64px!important
 }
}
.star-rating .star {
 width:16px;
 height:16px;
 margin-right:3px
}
.payment-box {
 border:1px solid rgba(0,0,0,.1);
 border-radius:12px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 margin-top:16px
}
.payment-box.first {
 margin-top:32px
}
.payment-box .box-header {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 cursor:pointer
}
.payment-box .box-header .chevron-right {
 margin-left:12px;
 fill:#03a9f4;
 width:20px;
 height:20px
}
.payment-box .box-header .payment-options {
 margin-right:8px;
 width:24px;
 height:24px
}
.payment-box .box-header .payment-options:nth-of-type(2) {
 margin-left:auto
}
.payment-box .box-header .font-blue-large {
 margin:8px 0 8px 12px;
 color:#03a9f4;
 font-size:22px
}
.payment-box .highlight-container {
 margin:8px 12px 0;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between
}
.payment-box .highlight-container,
.payment-box .highlight-container>div {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.dot-list {
 position:relative;
 margin-left:auto!important;
 margin-right:auto!important;
 max-width:514px
}
.dot-list h2 {
 margin-bottom:0
}
.dot-list .vl {
 border-left:1px solid #000;
 opacity:.2;
 height:82%;
 position:absolute;
 left:30px;
 top:28px;
 z-index:1
}
.dot-list .dot {
 z-index:2;
 margin-top:-4px;
 min-width:32px;
 height:32px;
 width:32px;
 line-height:31px;
 border-radius:50%;
 text-align:center;
 background-color:#37474f;
 color:#fff
}
.dot-list .dot.blue {
 background-image:-webkit-gradient(linear,left bottom,left top,from(#03a9f4),to(#0288d1));
 background-image:linear-gradient(0deg,#03a9f4,#0288d1)
}
.dot-list .icon-svg {
 z-index:2;
 width:31px;
 height:31px
}
.lds-ring {
 display:inline-block;
 position:relative;
 width:65px;
 height:65px
}
.lds-ring div {
 box-:border-box;
 display:block;
 position:absolute;
 width:64px;
 height:64px;
 border-radius:50%;
 -webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
 animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
 border:4px solid transparent;
 border-top-color:#03a9f4
}
.lds-ring div:first-child {
 -webkit-animation-delay:-.45s;
 animation-delay:-.45s
}
.lds-ring div:nth-child(2) {
 -webkit-animation-delay:-.3s;
 animation-delay:-.3s
}
.lds-ring div:nth-child(3) {
 -webkit-animation-delay:-.15s;
 animation-delay:-.15s
}
@-webkit-keyframes lds-ring {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
 }
}
@keyframes lds-ring {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 to {
  -webkit-transform:rotate(1turn);
  transform:rotate(1turn)
 }
}
.main-facts-container {
 background-image:linear-gradient(121deg,#fafafa,#eee);
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 border-radius:12px;
 margin-top:32px;
 max-width:343px;
 margin-left:auto;
 margin-right:auto
}
.main-facts-container hr {
 margin-top:16px;
 margin-bottom:0
}
.main-facts-container .margin-top-16 {
 margin-top:16px
}
.main-facts-container .fact-column-wrapper {
 margin-top:16px;
 margin-bottom:16px;
 -webkit-box-orient:horizontal;
 -ms-flex-direction:row;
 flex-direction:row
}
.main-facts-container .fact-column-wrapper,
.main-facts-container .fact-column-wrapper .fact-column {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-direction:normal;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.main-facts-container .fact-column-wrapper .fact-column {
 -webkit-box-orient:vertical;
 -ms-flex-direction:column;
 flex-direction:column
}
.main-facts-container .fact-column-wrapper .fact-column:nth-of-type(2) {
 padding:0 30px
}
.main-facts-container .fact-column-wrapper .fact-column h2 {
 text-align:center;
 margin:0;
 font-size:1.375rem
}
.main-facts-container .main-facts-social-info {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin-bottom:16px;
 margin-top:16px;
 text-decoration:none
}
.main-facts-container .main-facts-social-info .icon-social {
 width:16px;
 height:16px
}
.main-facts-container .main-facts-social-info .icon-social.multiple {
 width:24px;
 height:24px;
 margin-right:8px
}
.main-facts-container .main-facts-social-info .icon-chevron-right {
 width:16px;
 height:16px
}
.main-facts-container .main-facts-social-info .social-name {
 margin-left:5px;
 color:#37474f
}
.success-stories-main_v2 h1 {
 text-align:left;
 margin:32px 0 0
}
.success-stories-main_v2 h2 {
 text-align:left;
 margin:32px 0 16px
}
.success-stories-main_v2 .font-subtitle {
 text-align:left;
 margin-bottom:0
}
.success-stories-main_v2 .teaser-item-container {
 margin-top:32px
}
.success-stories-main_v2 .teaser-item-container:first-of-type {
 margin-top:0
}
.success-stories-main_v2 .success-story-tag-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap
}
.success-stories-main_v2 .success-story-tag-container .pill {
 padding:5px 12px
}
.success-stories-main_v2 .success-story-tag-container .success-story-tag {
 display:inline;
 margin-top:5px;
 margin-right:5px
}
.success-stories-main_v2 .borba-btn {
 margin-top:0
}
.success-stories-main_v2 .more-stories-btn {
 margin-top:32px
}
@media(min-width:768px) {
 .success-stories-main_v2 .stories-for-tag-container {
  margin-top:0
 }
 .success-stories-main_v2 .stories-for-tag-container .teaser-item-container {
  margin-top:32px
 }
 .success-stories-main_v2 .teaser-item-container {
  margin-top:0
 }
}
@media(min-width:992px) {
 .success-stories-main_v2 h1,
 .success-stories-main_v2 h2,
 .success-stories-main_v2 hr {
  margin-top:64px
 }
 .success-stories-main_v2 .stories-for-tag-container {
  margin-top:32px!important
 }
 .success-stories-main_v2 .paging-container {
  margin-top:32px
 }
 .success-stories-main_v2 .paging-container .page-nave-btn {
  padding:4px 17px
 }
}
.row {
 margin-top:0;
 margin-bottom:0
}
.success-story-detail-container_v2 {
 color:#37474f
}
.success-story-detail-container_v2 h1,
.success-story-detail-container_v2 h2 {
 text-align:left;
 margin-left:0;
 margin-right:0
}
.success-story-detail-container_v2 h2 {
 margin-top:32px;
 margin-bottom:16px
}
.success-story-detail-container_v2 h2.h2-hr {
 margin-top:0
}
.success-story-detail-container_v2 hr {
 margin-bottom:32px;
 margin-left:0;
 margin-right:0
}
.success-story-detail-container_v2 .font-subtitle {
 margin-bottom:0
}
.success-story-detail-container_v2 .back-to-success-stories {
 margin-top:7px
}
.success-story-detail-container_v2 .back-to-success-stories .chevron-left {
 margin:0 3px 5px 0;
 width:10px;
 height:10px
}
.success-story-detail-container_v2 .back-to-success-stories .back-text {
 margin-left:-2px
}
.success-story-detail-container_v2 .success-story-modal-dialog {
 max-width:800px
}
.success-story-detail-container_v2 .modal {
 padding:0!important
}
.success-story-detail-container_v2 .modal .modal-content {
 background:0 0;
 border:none;
 margin:auto
}
.success-story-detail-container_v2 .modal .modal-content .lightbox-image {
 margin:auto
}
.success-story-detail-container_v2 .lightbox .lightbox-image {
 border-radius:5px
}
.success-story-detail-container_v2 .lightbox .lightbox-image.content-image {
 width:100%
}
.success-story-detail-container_v2 .lightbox .rounded-close-icon {
 text-align:center;
 position:absolute;
 top:9px;
 right:55px;
 width:35px;
 height:35px;
 border-radius:50%;
 background-color:#fff;
 cursor:pointer
}
.success-story-detail-container_v2 .lightbox .rounded-close-icon .icon-svg {
 width:17px;
 height:17px;
 margin-top:8px
}
.success-story-detail-container_v2 article {
 width:100%;
 max-width:357px;
 margin-left:auto;
 margin-right:auto;
 position:relative
}
.success-story-detail-container_v2 article .teaser-image {
 border-radius:12px;
 width:100%
}
.success-story-detail-container_v2 article .weight-pill {
 width:28%;
 height:11%;
 bottom:3%;
 font-size:1rem
}
.success-story-detail-container_v2 article .image-before-after-text-container {
 color:#37474f
}
.success-story-detail-container_v2 article .image-before-after-text-container .image-before-title {
 position:absolute;
 left:19%
}
.success-story-detail-container_v2 article .image-before-after-text-container .image-after-title {
 position:absolute;
 right:15.5%
}
.success-story-detail-container_v2 .quote-container_v2 {
 margin-top:56px;
 text-align:left;
 max-width:343px;
 margin-right:auto;
 margin-left:auto
}
.success-story-detail-container_v2 .quote-container_v2 .quote_sign_v2 {
 float:left;
 width:40px;
 height:42px;
 margin:5px 14px 0 0
}
.success-story-detail-container_v2 .simple-anchor-list-container .simple-link-list {
 list-style:none;
 margin-bottom:0;
 padding:0;
 text-align:left;
 max-width:343px;
 margin-left:auto;
 margin-right:auto
}
.success-story-detail-container_v2 .simple-anchor-list-container .simple-link-list .simple-link-list-item {
 margin-top:8px
}
.success-story-detail-container_v2 .simple-anchor-list-container .simple-link-list .textlink {
 font-weight:400
}
.success-story-detail-container_v2 .success-story-content-container {
 text-align:left
}
.success-story-detail-container_v2 .success-story-content-container p {
 text-align:left;
 margin-bottom:8px
}
.success-story-detail-container_v2 .success-story-content-container .first {
 margin-top:0
}
.success-story-detail-container_v2 .success-story-content-container .iframe-container {
 position:relative;
 padding-bottom:56.25%;
 padding-top:25px;
 max-width:100%;
 height:0
}
.success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container {
 cursor:pointer;
 margin-left:auto;
 margin-right:auto;
 max-width:357px;
 margin-bottom:24px;
 text-align:center
}
.success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container .success-story-content-image {
 max-width:250px;
 border-radius:12px;
 margin:24px 0;
 height:auto
}
.success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container .success-story-content-image:after,
.success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container .success-story-content-image:before {
 text-align:left
}
.success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container .image-after-subtitle {
 margin-top:4px;
 margin-bottom:0;
 text-align:center
}
.success-story-detail-container_v2 .success-story-content-container .quote_sign_v2 {
 margin-top:24px
}
.success-story-detail-container_v2 .success-story-content-container .weightloss-quote-wrapper {
 max-width:697px;
 margin-left:auto;
 margin-right:auto;
 text-align:center
}
.success-story-detail-container_v2 .success-story-content-container .weightloss-quote-wrapper .weightloss-quote {
 text-align:center;
 margin-top:8px;
 font-size:22px;
 margin-bottom:32px
}
.success-story-detail-container_v2 .success-story-content-container .weightloss-quote-wrapper .quote_sign_v2 {
 width:39px;
 height:39px
}
.success-story-detail-container_v2 .success-story-content-container .after-image-container .image-after {
 max-width:156px;
 margin-top:24px
}
.success-story-detail-container_v2 .success-story-content-container .after-image-container .image-after-subtitle {
 text-align:center;
 margin-top:4px;
 margin-bottom:0
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper {
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper,
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-row-2 {
 margin-left:0;
 margin-top:16px
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-column-wrapper {
 position:relative;
 max-width:158px;
 text-align:left
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-column-wrapper:first-of-type {
 margin-right:16px
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-column-wrapper>a {
 text-decoration:none
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-column-wrapper .recipe-image {
 width:100%;
 max-width:158px;
 border-radius:12px
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-column-wrapper .recipe-title {
 margin-top:8px
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-column-wrapper :hover {
 cursor:pointer
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .pro-pill {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 position:absolute;
 width:56px;
 height:32px;
 bottom:8px;
 right:8px;
 background-image:linear-gradient(120deg,#fad961 1%,#f7681c);
 border-radius:24px;
 text-align:center;
 color:#fff
}
.success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .pro-pill.font-subtitle {
 color:#fff
}
.success-story-detail-container_v2 .success-story-content-container .font-subtitle {
 text-align:left;
 margin-top:0
}
.success-story-detail-container_v2 .success-story-content-container #mockup-composition {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.success-story-detail-container_v2 .success-story-content-container .try-now-button-container {
 text-align:center;
 margin-top:32px
}
.success-story-detail-container_v2 .success-story-content-container .try-now-button-container a:hover {
 text-decoration:none
}
.success-story-detail-container_v2 .success-story-content-container .try-now-button-container .store-badge_v2 .store-img-scaled-left-margin {
 margin-left:0;
 margin-top:16px
}
.success-story-detail-container_v2 .success-story-content-container .share-container .social-icon-wrapper {
 text-align:center;
 margin-top:9px
}
.success-story-detail-container_v2 .success-story-content-container .share-container .social-icon-wrapper>a {
 text-decoration:none
}
.success-story-detail-container_v2 .success-story-content-container .share-container .social-icon-wrapper .icon {
 width:25px;
 height:25px
}
.success-story-detail-container_v2 .success-story-content-container .share-container .social-icon-wrapper .padding-left-right {
 margin-left:32px;
 margin-right:32px
}
.success-story-detail-container_v2 .success-story-content-container .share-container .font-subtitle {
 text-align:center
}
.success-story-detail-container_v2 .success-story-content-container .disqus-container .font-subtitle.large {
 text-align:center;
 font-size:33px
}
.success-story-detail-container_v2 .teaser_phone {
 max-width:280px
}
@media(min-width:348px) {
 .success-story-detail-container_v2 .success-story-content-container .try-now-button-container .store-badge_v2 .store-img-scaled-left-margin {
  margin-top:0
 }
}
@media(min-width:364px) {
 .success-story-detail-container_v2 .success-story-content-container .try-now-button-container .store-badge_v2 .store-img-scaled-left-margin {
  margin-left:16px
 }
}
@media(max-width:393px) {
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-row,
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-row-2 {
  margin-top:16px
 }
}
@media(min-width:768px) {
 .success-story-detail-container_v2 article .weight-pill {
  width:72px;
  height:28px;
  bottom:8px;
  font-size:1rem
 }
 .success-story-detail-container_v2 article .image-before-after-text-container .image-before-title {
  position:absolute;
  left:16%
 }
 .success-story-detail-container_v2 article .image-before-after-text-container .image-after-title {
  position:absolute;
  right:12.5%
 }
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
 }
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-row,
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-row-2 {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  margin-top:0
 }
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-row-2 .recipe-column-wrapper,
 .success-story-detail-container_v2 .success-story-content-container .recipe-wrapper .recipe-container .recipe-row .recipe-column-wrapper {
  margin-right:32px
 }
 .success-story-detail-container_v2 .quote-container_v2 {
  margin-top:0
 }
}
@media(min-width:992px) {
 .success-story-detail-container_v2 {
  -webkit-box-align:unset;
  -ms-flex-align:unset;
  align-items:unset
 }
 .success-story-detail-container_v2 .back-to-success-stories {
  margin-top:12px
 }
 .success-story-detail-container_v2 .margin-top-64-desktop {
  margin-top:64px
 }
 .success-story-detail-container_v2 h1 {
  margin-top:64px;
  margin-bottom:64px
 }
 .success-story-detail-container_v2 h2 {
  margin-bottom:16px;
  font-size:33px
 }
 .success-story-detail-container_v2 h2.h2-hr {
  margin-top:32px
 }
 .success-story-detail-container_v2 article {
  max-width:550px;
  margin-top:0;
  margin-left:unset;
  margin-right:unset;
  cursor:pointer
 }
 .success-story-detail-container_v2 article .weight-pill {
  width:129px;
  height:56px;
  bottom:16px;
  left:12.5%;
  font-size:1.45rem;
  border-radius:32px
 }
 .success-story-detail-container_v2 article .image-before-after-text-container .image-before-title {
  position:absolute;
  left:20%
 }
 .success-story-detail-container_v2 article .image-before-after-text-container .image-after-title {
  position:absolute;
  right:19%
 }
 .success-story-detail-container_v2 .simple-anchor-list-container .simple-link-list-item:not(:first-child) {
  margin-top:8px
 }
 .success-story-detail-container_v2 .success-story-content-container>p {
  text-align:left
 }
 .success-story-detail-container_v2 .success-story-content-container h2:first-of-type {
  margin-top:64px
 }
 .success-story-detail-container_v2 .success-story-content-container .quote_sign_v2 {
  margin-top:24px;
  text-align:center
 }
 .success-story-detail-container_v2 .success-story-content-container .weightloss-quote {
  text-align:center;
  margin-top:8px
 }
 .success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container {
  text-align:center;
  margin-bottom:32px;
  float:right;
  margin-left:20px
 }
 .success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container:after,
 .success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container:before {
  content:" ";
  display:table;
  clear:both
 }
 .success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container:after {
  clear:both
 }
 .success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container .success-story-content-image {
  display:block;
  max-width:255px;
  cursor:pointer
 }
 .success-story-detail-container_v2 .success-story-content-container .success-story-content-image-container .image-after-subtitle {
  margin-top:4px;
  margin-bottom:0;
  text-align:unset
 }
 .success-story-detail-container_v2 .success-story-content-container hr {
  clear:both;
  content:""
 }
 .success-story-detail-container_v2 .success-story-content-container .after-image-container {
  margin-top:32px;
  margin-bottom:32px;
  float:right;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  margin-left:20px
 }
 .success-story-detail-container_v2 .success-story-content-container .after-image-container:after,
 .success-story-detail-container_v2 .success-story-content-container .after-image-container:before {
  content:" ";
  display:table;
  clear:both
 }
 .success-story-detail-container_v2 .success-story-content-container .after-image-container:after {
  clear:both
 }
 .success-story-detail-container_v2 .success-story-content-container .after-image-container .image-after {
  width:156px;
  margin-top:0
 }
 .success-story-detail-container_v2 .success-story-content-container .after-image-container .image-after-subtitle {
  margin-top:4px;
  margin-bottom:0;
  text-align:unset
 }
 .success-story-detail-container_v2 .success-story-content-container .teaser_phone {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  max-width:420px
 }
 .success-story-detail-container_v2 .success-story-content-container .font-subtitle.font-lg-large {
  font-size:33px
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container {
  max-width:570px;
  margin-left:auto;
  margin-right:auto;
  margin-top:32px
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large {
  margin-top:64px
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .tipp-item-wrapper {
  text-align:left;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .tipp-item-wrapper>img {
  margin-top:5px
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .tipp-item-wrapper:first-of-type {
  margin-top:0
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .tipp-item-wrapper:nth-of-type(2),
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .tipp-item-wrapper:nth-of-type(3) {
  margin-top:33px
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .font-.font-lg-large {
  font-size:24px
 }
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .try-now-button-container {
  text-align:left
 }
 .success-story-detail-container_v2 .success-story-content-container .share-container .social-icon-wrapper .sharebtn:hover,
 .success-story-detail-container_v2 .success-story-content-container .tipp-container.large .try-now-button-container img:hover {
  opacity:.5
 }
 .success-story-detail-container_v2 .success-story-content-container .share-container .social-icon-wrapper .icon {
  margin-top:18px;
  width:50px;
  height:50px
 }
 .success-story-detail-container_v2 .success-story-content-container .disqus-container .font-subtitle.large {
  text-align:left;
  margin-top:32px
 }
 .success-story-detail-container_v2 .quote-container_v2 {
  margin-top:0
 }
 .success-story-detail-container_v2 .desktop-margin-top {
  margin-top:24px
 }
}
.smartbanner_show {
 margin-top:0
}
.smartbanner_show .smartbanner {
 opacity:1;
 bottom:0
}
.smartbanner_hide .smartbanner {
 display:none
}
.smartbanner__close:active,
.smartbanner__close:focus,
.smartbanner__close:hover {
 text-decoration:none
}
.smartapp-banner-container {
 position:fixed;
 bottom:-2px;
 height:92px;
 width:100%;
 background-image:linear-gradient(94deg,#03a9f4,#0288d1);
 opacity:1;
 -webkit-transition:opacity .05s,bottom 0s;
 transition:opacity .05s,bottom 0s;
 -webkit-transition-delay:0s;
 transition-delay:0s;
 cursor:pointer
}
.smartapp-banner-container .smartapp-banner {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 padding-left:15px;
 padding-right:15px;
 height:100%
}
.smartapp-banner-container .smartapp-banner .smartbanner__close {
 margin:0 15px 4px 0
}
.smartapp-banner-container .smartapp-banner .smartbanner__close img {
 width:12px;
 height:12px
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper {
 width:100%;
 height:92px;
 text-decoration:none;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start;
 cursor:pointer
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__icon {
 min-width:60px;
 width:60px;
 height:60px
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info {
 max-width:calc(100vw - 146px);
 width:110%
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner {
 width:100%;
 padding-left:16px
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__title {
 font-weight:700;
 color:#fff;
 font-size:1rem
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer {
 margin-top:-3px
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer .smartbanner__rating {
 margin-left:3.5px;
 margin-top:1px
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer .star {
 width:12px;
 height:12px
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__rating,
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .store {
 font-weight:400;
 font-size:.9rem;
 color:#fff;
 margin-bottom:0
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__desktop-button {
 display:none
}
.smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .chevron-right {
 width:25px;
 height:25px;
 margin-left:auto
}
@media(max-width:370px) {
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__title {
  font-size:.85rem
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__rating,
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .store {
  font-size:.75rem
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer .star {
  width:10px;
  height:10px
 }
}
@media(min-width:576px) {
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info {
  max-width:395px
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__rating,
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .store {
  font-size:.9rem
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer .star {
  width:12px;
  height:12px
 }
}
@media(min-width:768px) {
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info {
  max-width:550px
 }
}
@media(min-width:768px) {
 .smartapp-banner {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
}
@media(min-width:992px) {
 .smartapp-banner-container {
  cursor:pointer
 }
 .smartapp-banner-container .smartapp-banner .smartbanner__close {
  -ms-flex-item-align:start;
  align-self:flex-start;
  margin:10px 0 0
 }
 .smartapp-banner-container .smartapp-banner .smartbanner__close img {
  width:14px;
  height:14px
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper {
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__desktop-button {
  display:block;
  white-space:nowrap;
  margin-left:32px;
  padding:12px 32px;
  background-color:#fff;
  border-radius:24px;
  height:48px;
  color:#03a9f4;
  font-weight:700
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info {
  width:auto;
  max-width:500px
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner {
  margin-bottom:2px
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__title {
  font-size:24px
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .store {
  display:none
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer .smartbanner__rating {
  font-size:1.125rem;
  margin-top:2px
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .smartbanner__info .smartbanner__info_inner .smartbanner__ratingcontainer .star {
  width:18px;
  height:18px;
  margin-right:4px
 }
 .smartapp-banner-container .smartapp-banner .smartbanner-link-wrapper .chevron-right {
  display:none
 }
}
.inverse-header h1 {
 size:5rem
}
.borba {
 background-color:#fff;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 overflow:auto;
 box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
 padding-left:0;
 padding-right:0
}
.borba.app {
 z-index:10;
 padding:0
}
.borba.app .container {
 padding:8px 15px
}
.borba.expanded {
 box-shadow:unset;
 position:relative
}
.borba .container {
 overflow-y:auto;
 overflow-x:hidden;
 width:100%
}
.borba .container .borba-collaps.expanded {
 min-height:477px
}
.borba .container .borba-collaps.expanded-dropdowen {
 min-height:595px
}
.borba .pill {
 font-size:.75rem;
 margin-top:0;
 padding:1px 8px;
 margin-left:8px
}
.borba .header-brand_v2 {
 padding:12px 0;
 width:160px;
 height:72px
}
.borba .dropdowen-menu {
 border:0;
 padding:0;
 margin:0
}
.borba .dropdowen-menu .dropdowen-item:focus {
 background-color:#fff;
 outline:none
}
.borba .nave-item .dropdowen-item:hover {
 background:0 0
}
.borba .nave-item .pill.hiring {
 padding:3px 8px
}
.borba .dropdowen-toggle {
 -webkit-transition:all .2s ease;
 transition:all .2s ease
}
.borba .dropdowen-item {
 padding:0 5px 3px 0
}
.borba .dropdowen-item:active {
 background-color:unset;
 color:#37474f;
 text-decoration:none
}
.borba .search-button_v2 {
 margin-left:auto;
 margin-right:16px;
 padding:0
}
.borba .on {
 opacity:1
}
.borba .off,
.borba .on {
 -webkit-transition:all .5s;
 transition:all .5s
}
.borba .off {
 opacity:0;
 cursor:none;
 pointer-events:none
}
.borba .menu-button_v2 {
 padding:0;
 margin-top:8px
}
.borba .menu-button_v2 .hamburger-box {
 width:25px
}
.borba .menu-button_v2 .hamburger-box .hamburger-inner,
.borba .menu-button_v2 .hamburger-box .hamburger-inner:after,
.borba .menu-button_v2 .hamburger-box .hamburger-inner:before {
 background-color:#37474f;
 width:25px;
 border-radius:0;
 height:2px
}
.borba .borba-toggler {
 outline:none
}
.borba .top-separator-line_v2 {
 margin:8.5px 0 16px
}
.borba .search-separator-line_v2 {
 margin:16px 0
}
.borba .nave-item {
 font-size:1.375rem;
 font-weight:700;
 font-style:normal;
 font-stretch:normal;
 line-height:1.27;
 color:#37474f;
 cursor:pointer
}
.borba .nave-item a {
 text-decoration:none;
 color:#37474f
}
.borba .icon-chevron-right-dropdowen {
 width:12px;
 margin-bottom:2px
}
.borba .social-icons_v2 {
 margin-top:16px
}
.borba .social-icons_v2 a {
 margin-right:16px;
 cursor:pointer
}
.borba .menu-footer-separator {
 margin:32px 0 0
}
.borba .spacer-above-footer {
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1
}
.borba .spacer-below-footer {
 height:44px
}
.borba .naveigation-footer_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 margin:16px 0
}
.borba .naveigation-footer_v2 .icon-chevron-right-dropdowen {
 width:7px
}
.borba .naveigation-footer_v2 .selected-language-chevron {
 position:absolute;
 right:10px;
 width:25px
}
.borba .naveigation-footer_v2 .selected-language-chevron:focus,
.borba .naveigation-footer_v2 .selected-language-chevron:hover {
 -webkit-filter:invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
 filter:invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)
}
.borba .naveigation-footer_v2 .store-badges_v2 {
 margin-left:auto;
 margin-top:unset
}
.borba .naveigation-footer_v2 .store-badges_v2 .store-img-scaled-left-margin {
 margin-left:8px;
 margin-top:0
}
.borba .naveigation-footer_v2 .store-badges_v2 .small {
 width:100px;
 height:30px
}
.borba .naveigation-footer_v2 .selected-language_v2 {
 display:inline
}
.borba .naveigation-footer_v2 .language-select-wrapper_v2 {
 margin-top:12px
}
.borba .naveigation-footer_v2 .language-select-wrapper_v2 #language-select-dropdowen {
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 text-decoration:none
}
.borba .naveigation-footer_v2 .language-select-wrapper_v2 #language-select-dropdowen .dropdowen-toggle {
 margin:2px 0 0 -2px;
 width:16px;
 height:16px
}
.borba .naveigation-footer_v2 .language-select-wrapper_v2 #language-select-dropdowen .globe-icon {
 margin:1px 0 0 auto;
 width:16px;
 height:16px
}
.borba.trimmed-frontpage-nave_v2 {
 box-shadow:0 1px 2px 0 rgba(0,0,0,.1)
}
@media(min-width:992px) {
 .borba {
  box-shadow:0 1px 2px 0 rgba(0,0,0,.1);
  overflow:visible
 }
 .borba.expanded {
  box-shadow:unset
 }
 .borba .container {
  overflow:visible
 }
 .borba #q {
  width:100%
 }
 .borba .borba-nave {
  height:auto
 }
 .borba .nave-item .dropdowen-item:hover .font- {
  opacity:.8;
  background:0 0
 }
 .borba .nave-item .dropdowen-item:hover .pill.blue {
  opacity:1;
  background-image:linear-gradient(103deg,#03a9f4,#0288d1)!important;
  background-color:#03a9f4!important;
  color:#fff!important;
  text-decoration:none
 }
 .borba #borbaAboutUsdropdowenLink,
 .borba #borbaCalculatorsdropdowenLink {
  cursor:default
 }
 .borba #borbaAboutUsdropdowenLink:hover,
 .borba #borbaCalculatorsdropdowenLink:hover {
  opacity:unset
 }
 .borba .nave-link:hover {
  opacity:.8
 }
 .borba .nave-link:hover .pill {
  opacity:1;
  cursor:default;
  background-image:linear-gradient(103deg,#03a9f4,#0288d1)!important;
  background-color:none!important;
  color:#fff!important;
  text-decoration:none
 }
 .borba .menu-footer-separator {
  display:none
 }
 .borba .social-icons_v2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2;
  margin-bottom:32px;
  margin-top:32px;
  text-decoration:none
 }
 .borba .social-icons_v2 img:hover {
  opacity:.5
 }
 .borba .social-icons_v2 a:nth-of-type(4) {
  margin-right:0
 }
 .borba .naveigation-footer_v2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  text-align:right;
  margin:0
 }
 .borba .naveigation-footer_v2 .language-select-wrapper_v2 {
  margin-left:auto
 }
 .borba .naveigation-footer_v2 .dropdowen-menu {
  left:-158px;
  top:inherit;
  bottom:inherit;
  margin-top:0;
  margin-bottom:0
 }
 .borba .naveigation-footer_v2 .store-badges_v2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  margin-top:32px
 }
 .borba .naveigation-footer_v2 .store-badges_v2 .store-img-scaled-left-margin {
  margin-top:0
 }
 .borba .spacer-above-footer {
  display:none
 }
}
@media(min-width:1228px) {
 .borba .store-badges_v2 {
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
 }
 .borba .store-badges_v2 .store-img-scaled-left-margin {
  margin-top:0!important
 }
}
@media(max-width:385px) {
 .borba .store-badges_v2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
 }
 .borba .store-badges_v2 .store-img-scaled-left-margin {
  margin-left:0!important;
  margin-top:8px!important
 }
}
@media(min-height:674px) {
 .borba {
  bottom:unset
 }
}
.frontpage-header-container_v2 {
 background-image:linear-gradient(159deg,#fafafa,#eee)
}
.frontpage-header-container_v2 h1 {
 margin-top:32px
}
.frontpage-header-container_v2 h1.clear-hypenation {
 -webkit-hyphens:none;
 -ms-hyphens:none;
 hyphens:none
}
.frontpage-header-container_v2 .list-feature-container_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-pack:space-evenly;
 -ms-flex-pack:space-evenly;
 justify-content:space-evenly;
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
.frontpage-header-container_v2 .list-feature-container_v2 .list-feature_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -ms-flex-line-pack:center;
 align-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-flex:0;
 -ms-flex:0 0 33%;
 flex:0 0 33%
}
.frontpage-header-container_v2 .list-feature-container_v2 .list-feature_v2>p {
 margin-top:5px
}
.frontpage-header-container_v2 .list-feature-container_v2 .list-feature_v2:nth-of-type(2) {
 padding:0 3px
}
.frontpage-header-container_v2 .icon-star-rating_v2 {
 width:16px;
 height:16px
}
.frontpage-header-container_v2 .app-screen-phone_v2 {
 width:292px
}
.frontpage-header-container_v2 .excellence-badges {
 margin:34px 0 32px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row
}
.frontpage-header-container_v2 .excellence-badges .second-badge {
 margin-left:32px
}
.frontpage-header-container_v2 .excellence-badges .badge-icon {
 width:122px
}
.frontpage-header-container_v2 .frontpage-ratings-desktop_v2 {
 display:none
}
.frontpage-header-container_v2 .frontpage-ratings-mobile_v2 {
 display:block
}
.frontpage-header-container_v2.trimmed .register-button-container {
 text-align:center
}
.frontpage-header-container_v2.trimmed .register-button-container .borba-btn.mobile-pink {
 margin-top:32px;
 border-radius:24px;
 color:#fff;
 border:none;
 padding:12px 30px
}
.frontpage-about-us_v2 h2 {
 margin-top:0
}
.frontpage-about-us_v2 .image_v2 {
 width:100%;
 border-radius:12px;
 max-width:345px
}
.frontpage-about-us_v2 .about-us-picture-column,
.frontpage-about-us_v2 .image_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.frontpage-about-us_v2 .about-us-btn {
 background-image:linear-gradient(103deg,#03a9f4,#0288d1);
 border-radius:24px;
 color:#fff;
 margin:32px;
 padding:12px 16px
}
.frontpage-about-us_v2 .about-us-btn:hover {
 background-image:none;
 background-color:#37474f
}
@media(min-width:992px) {
 .home hr {
  margin-top:64px
 }
 .frontpage-header-container_v2 .list-feature-container_v2 {
  text-align:left;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  margin:32px 0 0
 }
 .frontpage-header-container_v2 .list-feature-container_v2 .list-feature_v2 {
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  margin-bottom:16px;
  -webkit-box-flex:1;
  -ms-flex:auto;
  flex:auto
 }
 .frontpage-header-container_v2 .list-feature-container_v2 .list-feature_v2 .font- {
  font-size:1.2rem
 }
 .frontpage-header-container_v2 .list-feature-container_v2 .list-feature_v2:nth-of-type(2) {
  padding:0
 }
 .frontpage-header-container_v2 .list-feature-container_v2 p {
  margin:0 0 0 12px
 }
 .frontpage-header-container_v2 .list-feature-container_v2 .icon-svg {
  width:40px;
  height:40px
 }
 .frontpage-header-container_v2 .frontpage-movie-teaser_v2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin-top:35px;
  margin-bottom:35px;
  height:658px
 }
 .frontpage-header-container_v2 .frontpage-movie-teaser_v2 .video-wrapper {
  top:-492px
 }
 .frontpage-header-container_v2 .frontpage-movie-teaser_v2 .video-wrapper #teaser-movie {
  height:358px
 }
 .frontpage-header-container_v2 .frontpage-movie-teaser_v2 .play-btn_v2 {
  top:-770px
 }
 .frontpage-header-container_v2 .app-screen-phone_v2 {
  width:320px
 }
 .frontpage-header-container_v2 h1 {
  text-align:left;
  margin-left:0
 }
 .frontpage-header-container_v2 .excellence-badges {
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  margin:0
 }
 .frontpage-header-container_v2 .excellence-badges .badge-icon {
  width:181.5px
 }
 .frontpage-header-container_v2 .excellence-badges .second-badge {
  margin-top:32px;
  margin-left:0
 }
 .frontpage-header-container_v2 .store-badges_v2 {
  padding-left:0;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
 }
 .frontpage-header-container_v2 .iphone-rating-container,
 .frontpage-header-container_v2 .store-badges_v2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row
 }
 .frontpage-header-container_v2 .iphone-rating-container {
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .frontpage-header-container_v2 .frontpage-ratings-desktop_v2 {
  display:inline;
  margin-bottom:0
 }
 .frontpage-header-container_v2 .frontpage-ratings-mobile_v2 {
  display:none
 }
 .frontpage-header-container_v2 .frontpage-badges-wrapper_v2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .frontpage-header-container_v2.trimmed .register-button-container {
  text-align:left
 }
 .frontpage-header-container_v2.trimmed .register-button-container .borba-btn.desktop-large {
  margin-top:0;
  border-radius:44px;
  color:#fff!important;
  border:none;
  padding:12px 0;
  font-size:24px;
  width:320px;
  height:72px
 }
 .frontpage-header-container_v2.trimmed .register-button-container .borba-btn.desktop-large:hover {
  background-image:none;
  background-color:#37474f
 }
 .frontpage-header-container_v2.trimmed .register-button-container .borba-btn.desktop-large:focus {
  outline:none
 }
 .frontpage-about-us_v2 hr {
  margin-top:64px
 }
 .frontpage-about-us_v2 h2 {
  margin-bottom:64px
 }
 .frontpage-about-us_v2 .about-us-picture-column {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end
 }
 .frontpage-about-us_v2 .about-us-text-column {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
}
.store-badges_v2 a {
 text-decoration:none
}
.store-badges_v2 .store-img_v2 {
 background-color:#000;
 border-radius:8px
}
.store-badges_v2 .store-img_v2.br-4 {
 border-radius:4px
}
.store-badges_v2 #store-badges-menu-android,
.store-badges_v2 #store-badges-menu-ios,
.store-badges_v2 .small {
 width:157px;
 height:47px
}
.store-badges_v2 .mini {
 width:100px!important;
 height:30px!important
}
@media(min-width:364px) {
 .store-badges_v2 .store-badge-ml {
  margin-left:16px
 }
 .store-badges_v2 .store-badge-ml#store-badges-menu-android {
  margin-left:8px
 }
}
@media(min-width:378px) {
 .store-badges_v2 .store-badge-ml {
  margin-top:0
 }
}
@media(min-width:992px) {
 .store-badges_v2 .js-android-badge-link>img:hover,
 .store-badges_v2 .js-ios-badge-link>img:hover {
  opacity:.5
 }
 .store-badges_v2 .store-img-scaled-left-margin {
  margin-left:16px
 }
}
.smartapp-banner-padding-bottom {
 margin-bottom:92px
}
.frontend-footer_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 text-align:center;
 padding-left:15px;
 padding-right:15px
}
.frontend-footer_v2 p {
 margin-top:0;
 margin-bottom:0
}
.frontend-footer_v2 .borba-btn.outline {
 margin-top:22px
}
.frontend-footer_v2 .store-badge_v2 .store-img_v2 {
 margin-top:0
}
.frontend-footer_v2 .store-badge_v2 .store-img-scaled-left-margin {
 margin-top:16px;
 margin-left:0
}
.frontend-footer_v2 .footer-bottom {
 margin-bottom:16px
}
.frontend-footer_v2.trimmed .footer-bottom .font-caption {
 margin-top:16px
}
@media(min-width:348px) {
 .frontend-footer_v2 .store-badge_v2 .store-img-scaled-left-margin {
  margin-top:0
 }
}
@media(min-width:364px) {
 .frontend-footer_v2 .store-badge_v2 .store-img-scaled-left-margin {
  margin-left:16px
 }
}
@media(min-width:992px) {
 .frontend-footer_v2 .store-badge_v2 {
  margin-top:16px
 }
 .frontend-footer_v2 .footer-bottom {
  margin-bottom:22px
 }
 .frontend-footer_v2.trimmed .footer-bottom .font-caption {
  margin-top:22px
 }
 .frontend-footer_v2 hr {
  margin-top:64px
 }
}
.error-page-container_v2 {
 background-color:#37474f;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.error-page-container_v2 .font-,
.error-page-container_v2 .font-subtitle,
.error-page-container_v2 h1 {
 margin-bottom:0;
 color:#fff
}
.error-page-container_v2 .subtitle_v2 {
 max-width:667px;
 margin:8px auto 0
}
.error-page-container_v2 .heading {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.error-page-container_v2 .heading .icon-svg,
.error-page-container_v2 .heading .sad-smiley {
 margin-top:36px;
 margin-left:12px;
 width:32px;
 height:32px
}
.error-page-container_v2 .borba-btn {
 margin-top:32px
}
.error-page-container_v2 .borba-btn:hover {
 background-image:linear-gradient(101deg,#e91e63,#f7681c)!important;
 background-color:none!important;
 color:#fff!important;
 outline:none
}
.error-page-container_v2 .footer-icon {
 margin-top:32px;
 padding-left:0;
 padding-right:0
}
.error-page-container_v2 .footer-icon .background-nature {
 width:100vw;
 margin-bottom:-11px
}
@media(min-width:720px) {
 .error-page-container_v2 .background-nature {
  width:750px;
  height:268px
 }
}
@media(min-width:992px) {
 .error-page-container_v2 .heading .icon-svg,
 .error-page-container_v2 .heading .sad-smiley {
  margin-top:68px;
  width:48px;
  height:48px
 }
}
.pagerfanta {
 display:inline-block
}
.pagerfanta .pagination {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.pagerfanta .pagination .page-link {
 display:inline-block
}
.pagerfanta .pagination li {
 list-style-type:none;
 display:inline
}
.pagerfanta .pagerfanta a,
.pagerfanta .pagerfanta span {
 display:inline-block;
 border:1px solid #00f;
 margin-right:.2em;
 padding:.25em .35em
}
.pagerfanta .pagerfanta a {
 text-decoration:none
}
.pagerfanta .pagerfanta .dots {
 border-width:0
}
.pagerfanta .pagerfanta .current {
 font-weight:700
}
.pagerfanta .pagerfanta .disabled {
 color:#ccf
}
.pagerfanta .pagerfanta a,
.pagerfanta .pagerfanta span {
 border-color:#00f;
 color:#00f
}
.pagerfanta .pagerfanta .current,
.pagerfanta .pagerfanta a:hover {
 background:#ccf
}
.pagerfanta .pagerfanta .disabled {
 border-color:#ccf;
 color:#cf
}
.borba-mini {
 box-shadow:unset
}
.language-select-container_v2 {
 background-image:linear-gradient(154deg,#03a9f4,#0288d1)
}
.language-select-container_v2 h1 {
 margin-top:64px;
 margin-bottom:0;
 color:#fff
}
.language-select-container_v2 h2 {
 margin-top:16px;
 margin-bottom:0;
 color:#fff
}
.language-select-container_v2 .font- {
 color:#fff
}
.language-select-container_v2 .subtitle_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 max-width:667px;
 margin:8px auto 0;
 color:#fff
}
.language-select-container_v2 .language-choices-wrapper_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row
}
.language-select-container_v2 .language-choices-wrapper_v2 .language-choices-column {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 padding:0 5px
}
.language-select-container_v2 .language-choices-wrapper_v2 .language-choices-column.padding-left-right {
 padding:0 30px
}
.language-select-container_v2 .language-choices-wrapper_v2 .language-choices-column .language-select-link:hover {
 opacity:.7
}
.language-select-container_v2 .language-choices-wrapper_v2 .language-choices-column .language-choice-en.font-subtitle {
 font-weight:400;
 border-bottom:1px solid rgba(225,245,254,.3);
 color:#e1f5fe
}
.language-select-container_v2 .language-choices-wrapper_v2 .language-choices-column .language-choice-en.second-block {
 margin-top:32px
}
.language-select-container_v2 .language-choices-wrapper_v2 .language-choices-column .language-choice-native {
 margin-top:4px
}
.language-select-container_v2 .language-choices-wrapper_v2 .language-choices-column .language-choice-native.font-caption {
 color:#e1f5fe
}
.language-select-container_v2 .footer-icon {
 margin-top:32px;
 padding-left:0;
 padding-right:0
}
.language-select-container_v2 .footer-icon .background-nature {
 width:100vw
}
.language-select-container_v2 .icon-cloud {
 width:40px;
 height:24px
}
.language-select-container_v2 .icon-cloud.cloud-1 {
 margin-left:-100%
}
.language-select-container_v2 .icon-cloud.cloud-2 {
 margin-left:88%
}
.language-select-container_v2 .background-nature {
 width:375px;
 height:134px;
 margin-bottom:-10px
}
@media(min-width:720px) {
 .language-select-container_v2 .background-nature {
  width:750px;
  height:268px
 }
 .language-select-container_v2 .icon-cloud {
  width:80px;
  height:48px
 }
}
.contact-container {
 text-align:left
}
@media(min-width:992px) {
 h1 {
  margin-top:64px
 }
 hr {
  margin-bottom:64px
 }
}
.no-background {
 background-image:none!important
}
.iframe-container {
 margin-bottom:42px
}
.frontpage-header-container_v2 h1 {
 margin-top:22px
}
.success-story-content-container {
 margin-top:32px
}
.pic-disclaimer {
 position:absolute;
 -webkit-transform:rotate(-90deg);
 -ms-transform:rotate(-90deg);
 transform:rotate(-90deg);
 color:#fff;
 top:168px;
 font-size:12px
}
.pic-disclaimer.en {
 right:-36px
}
.pic-disclaimer.de,
.pic-disclaimer.fr {
 right:-67px
}
.pic-disclaimer.it {
 right:-57px
}
.image-after-title.fr,
.image-after-title.it {
 right:18.5%!important
}
.image-after-title.en {
 right:19.5%!important
}
@media(min-width:768px) {
 .pic-disclaimer {
  top:130px;
  right:-36px;
  font-size:12px
 }
}
@media(min-width:992px) {
 .iframe-container {
  margin-bottom:64px
 }
 .main-facts-story {
  margin-bottom:32px
 }
 .success-story-content-container {
  margin-top:47px
 }
 .pic-disclaimer {
  top:256px;
  right:-42px;
  font-size:14px
 }
 .pic-disclaimer.en {
  right:-41px
 }
 .pic-disclaimer.de,
 .pic-disclaimer.fr {
  right:-75px
 }
 .pic-disclaimer.it {
  right:-68px
 }
 .image-after-title.en,
 .image-after-title.fr,
 .image-after-title.it {
  right:20.5%!important
 }
}
.calculators .calculator-step {
 margin-top:40px;
 margin-bottom:32px
}
.calculators .calculator-step.is-invalid .choice-btn {
 border:1px solid red
}
.calculators .calculator-step.is-invalid .invalid-highlight {
 color:#ef5350
}
.calculators .calculator-step.is-invalid .invalid-highlight.input {
 border-bottom:2px solid #ef5350
}
.calculators .calc-desc h4 {
 margin:16px 0 6px
}
.calculators .calc-desc p:last-of-type {
 margin-bottom:0!important
}
.calculators .result-main-facts {
 margin-top:230px;
 background-color:#e1f5fe;
 border-radius:12px
}
.calculators .icn-btn-wrapper .icon-svg.small {
 width:72px;
 height:72px
}
.calculators .further-links-wrapper {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.calculators .further-links-wrapper div:nth-child(3),
.calculators .further-links-wrapper div:nth-child(4) {
 margin-top:32px
}
.calculators .metric-label-input-wrapper label {
 margin-left:7px
}
@media(min-width:768px) {
 .calculators .calc-submit {
  width:385px
 }
 .calculators .icn-btn-wrapper {
  margin-top:-16px
 }
 .calculators .icn-btn-wrapper .icon-svg {
  width:72px;
  height:72px
 }
 .calculators .icn-btn-wrapper .img-btn-container.no-hover.is-selected:hover>.choice-btn {
  background-image:linear-gradient(117deg,#03a9f4,#0288d1)!important;
  color:#fff!important
 }
 .calculators .icn-btn-wrapper .img-btn-container.no-hover:hover>.choice-btn {
  background-image:linear-gradient(104deg,#fafafa,#eee)!important;
  color:#37474f!important
 }
 .calculators .result-main-facts {
  margin-top:262px
 }
 .calculators .calculator-step {
  height:236px;
  border:1px solid rgba(0,0,0,.1);
  border-radius:12px;
  margin:22px 0 0
 }
 .calculators .calculator-step h2 {
  font-size:1.375rem
 }
 .calculators .calculator-step .c-toggle {
  margin-top:16px
 }
 .calculators .calculator-step .icn-btn-wrapper .gender-icons {
  width:72px;
  height:72px
 }
 .calculators .line-dot .dot {
  top:0
 }
}
@media(min-width:768px) {
 .calculators .calculator-step.is-invalid {
  border:1px solid red
 }
}
@media(min-width:992px) {
 .calculators .result-main-facts {
  margin-top:297px
 }
 .calculators .further-links-wrapper div:nth-child(3),
 .calculators .further-links-wrapper div:nth-child(4) {
  margin-top:0
 }
}
#-info-container {
 font-size:.75rem;
 font-weight:400;
 font-style:normal;
 font-stretch:normal;
 line-height:1.5;
 color:#37474f;
 z-index:9999999;
 height:26px;
 background-color:#f5f5f5;
 color:#607d8b;
 margin-top:0;
 width:100%;
 display:none;
 letter-spacing:normal
}
#-info-container.lightgrey {
 opacity:.5
}
#-info-container a {
 text-decoration:underline;
 color:#607d8b
}
#-info-container .-text-wrapper {
 position:relative
}
#-info-container .-text-wrapper #-text {
 padding:4px 0 4px 3px;
 text-align:left;
 white-space:nowrap;
 overflow:auto;
 -webkit-overflow-scrolling:touch;
 width:95%
}
#-info-container .-text-wrapper #-text.faade-out:after {
 content:"";
 position:absolute;
 top:0;
 right:0;
 width:27%;
 height:95%;
 background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(82%,#f5f5f5));
 background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#f5f5f5 82%);
 pointer-events:none
}
#-info-container .-text-wrapper .icon-close- {
 position:absolute;
 padding:6px;
 top:2px;
 right:14px;
 width:23px;
 height:23px
}
@media(min-width:1025px) {
 #-info-container {
  height:46px
 }
 #-info-container .-text-wrapper #-text {
  white-space:normal
 }
 #-info-container .-text-wrapper #-text.faade-out:after {
  content:none
 }
 #-info-container .-text-wrapper .icon-close- {
  cursor:pointer
 }
}
.jobs-container .this-is-us {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.jobs-container .this-is-us h2 {
 margin-top:32px
}
.jobs-container .this-is-us .team-text {
 max-width:358px
}
.jobs-container .slick-slide {
 padding:0 20px;
 box-:border-box
}
.jobs-container .slick-slide img {
 display:inline-block
}
.jobs-container .slick-dots {
 position:static
}
.jobs-container .slick-dots li button:before {
 font-size:10px
}
.jobs-container .slick-dots li button:hover:before {
 color:#37474f
}
.jobs-container .slick-dots li.slick-active button:before {
 color:#37474f;
 opacity:1
}
.jobs-container .slick-dotted.slick-slider {
 margin-bottom:0
}
.jobs-container .team-img-wrapper .team-img {
 border-radius:12px;
 width:100%
}
.jobs-container .video-wrapper {
 margin-top:10%;
 width:100%;
 max-height:100%
}
.jobs-container .values-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.jobs-container .values-wrapper .value {
 margin-top:32px;
 max-width:358px
}
.jobs-container .values-wrapper .value .icon-svg {
 width:62px;
 height:62px
}
.jobs-container .benefits-wrapper .benefit {
 margin-top:36px
}
.jobs-container .benefits-wrapper .benefit .icon-svg {
 width:30px;
 height:30px
}
.jobs-container .faqs-wrapper {
 cursor:pointer
}
.jobs-container .faqs-wrapper .question {
 margin-top:28px
}
.jobs-container .faqs-wrapper .question .collaps,
.jobs-container .faqs-wrapper .question .collapsing {
 margin-top:8px;
 padding-left:30px
}
.jobs-container .faqs-wrapper .question .faq-text {
 padding-left:16px
}
.jobs-container .faqs-wrapper .question .list-dot {
 position:absolute;
 top:10px;
 left:1px;
 width:3px;
 height:3px;
 border-radius:50%;
 background-color:#37474f
}
.jobs-container .faqs-wrapper .icon-svg {
 width:20px;
 height:20px;
 -webkit-transition:all .2s ease;
 transition:all .2s ease
}
@media(min-width:768px) {
 .jobs-container h1 {
  margin-bottom:64px
 }
 .jobs-container .team-img-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  margin-left:-19px
 }
 .jobs-container .team-img-wrapper .team-img {
  width:100%;
  max-width:554px
 }
 .jobs-container .this-is-us {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .jobs-container .this-is-us h2 {
  margin-top:0;
  font-size:1.375rem
 }
 .jobs-container .this-is-us .team-text {
  margin-top:0
 }
 .jobs-container .benefits-wrapper .benefit,
 .jobs-container .values-wrapper .value {
  margin-top:64px
 }
 .jobs-container .benefits-wrapper .benefit .description {
  max-width:311px
 }
 .jobs-container .faqs-wrapper {
  margin-top:32px
 }
 .jobs-container .faqs-wrapper div:first-child {
  margin-top:0
 }
 .jobs-container .footer-vacancies-wrapper .chevron-right {
  position:relative;
  margin-left:22px;
  width:25px;
  height:25px
 }
}
@media(min-width:992px) {
 .jobs-container .application-process-wrapper {
  margin-top:32px
 }
 .jobs-container .faqs-wrapper {
  margin-top:64px
 }
}
.team-container .this-is-us {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.team-container .this-is-us h2 {
 margin-top:32px
}
.team-container .this-is-us .team-text {
 max-width:358px
}
.team-container .blog-column-wrapper .icon-svg {
 width:62px;
 height:62px
}
.team-container .blog-column-wrapper .blog-text {
 margin-top:8px
}
.team-container .team-img-wrapper .team-img {
 border-radius:12px;
 width:100%
}
.team-container .employee-images-wrapper div:nth-of-type(2),
.team-container .employee-images-wrapper div:nth-of-type(3) {
 margin-top:0
}
.team-container .employee-images-wrapper .employee {
 margin-top:32px
}
.team-container .employee-images-wrapper .employee-image {
 width:120px;
 height:120px;
 border-radius:50%
}
.team-container .employee-images-wrapper .position {
 font-size:12px
}
.team-container .copyright-wrapper,
.team-container .borba-stripe {
 margin-top:32px
}
.team-container .copyright-wrapper hr:first-of-type {
 display:none
}
@media(min-width:768px) {
 .team-container .this-is-us {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .team-container .this-is-us h2 {
  margin-top:0;
  font-size:1.375rem
 }
 .team-container .this-is-us .team-text {
  margin-top:0
 }
 .team-container .team-img-wrapper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center
 }
 .team-container .team-img-wrapper .team-img {
  width:100%;
  max-width:554px
 }
 .team-container .employee-images-wrapper div:nth-of-type(2),
 .team-container .employee-images-wrapper div:nth-of-type(3),
 .team-container .employee-images-wrapper div:nth-of-type(4),
 .team-container .employee-images-wrapper div:nth-of-type(5) {
  margin-top:0
 }
 .team-container .copyright-wrapper,
 .team-container .borba-stripe {
  margin-top:64px
 }
}
@media(min-width:992px) {
 .team-container .employee-images-wrapper h2,
 .team-container h1 {
  margin-bottom:64px
 }
 .team-container .employee-images-wrapper div:nth-of-type(2),
 .team-container .employee-images-wrapper div:nth-of-type(3),
 .team-container .employee-images-wrapper div:nth-of-type(4),
 .team-container .employee-images-wrapper div:nth-of-type(5),
 .team-container .employee-images-wrapper div:nth-of-type(6),
 .team-container .employee-images-wrapper div:nth-of-type(7) {
  margin-top:0
 }
 .team-container .copyright-wrapper {
  margin-top:64px
 }
}
.daily-need-calc-container .daily-activity-item-description {
 width:100%;
 max-width:162px;
 margin-top:8px
}
.daily-need-calc-container .daily-activities-wrapper.is-invalid .choice-btn {
 border:1px solid red
}
.daily-need-calc-container .daily-activities-wrapper .choice-btn {
 width:210px;
 max-width:210px
}
.daily-need-calc-container .url-param-alert .borba-alert {
 margin-top:0;
 margin-bottom:32px
}
@media(min-width:576px) {
 .daily-need-calc-container #calculator-step-5 {
  height:auto
 }
}
@media(min-width:768px) {
 .daily-need-calc-container #calculator-step-5 {
  padding-bottom:32px
 }
}
@media(min-width:1200px) {
 .daily-need-calc-container #calculator-step-5 {
  padding:0 15px
 }
}
.idealweight-calc-container .result-main-facts {
 margin-left:auto!important;
 margin-right:auto!important;
 max-width:359px;
 margin-top:209px
}
@media(min-width:992px) {
 .idealweight-calc-container .result-main-facts {
  margin-top:274px
 }
}
.cal-burned-calc-container .search-box {
 position:relative;
 max-width:345px
}
.cal-burned-calc-container .search-box .search-icon {
 position:absolute;
 left:9px;
 top:7px
}
.cal-burned-calc-container .search-box .clear-search-icon {
 position:absolute;
 padding:4px;
 width:20px;
 height:20px;
 right:5px;
 top:11px
}
.cal-burned-calc-container .search-box .selected-sport-hint-img {
 position:absolute;
 left:2px;
 top:1px;
 border-radius:12px;
 width:37px;
 height:37px
}
.cal-burned-calc-container .search-box input {
 padding:0 9px 0 53px;
 width:100%;
 max-width:599px;
 font-weight:700;
 color:#37474f;
 line-height:2.6rem;
 border:none;
 border-bottom:2px solid #37474f;
 border-radius:0;
 box-shadow:none
}
.cal-burned-calc-container .search-box input:focus {
 outline:none
}
.cal-burned-calc-container .search-box input.filled {
 padding:0 36px 0 53px
}
.cal-burned-calc-container .search-box input::-moz-placeholder {
 text-transform:none;
 color:#e2e2e2;
 font-size:14pxpx;
 font-weight:700;
 text-indent:3px
}
.cal-burned-calc-container .search-box input:-ms-input-placeholder {
 text-transform:none;
 color:#e2e2e2;
 font-size:14px;
 font-weight:700;
 text-indent:3px
}
.cal-burned-calc-container .search-box input::-webkit-input-placeholder {
 text-transform:none;
 color:#e2e2e2;
 font-size:14px;
 font-weight:700;
 text-indent:3px
}
.cal-burned-calc-container .input-label-wrapper::-moz-placeholder {
 text-transform:none;
 color:#e2e2e2;
 font-size:14px;
 font-weight:700;
 text-indent:0
}
.cal-burned-calc-container .input-label-wrapper:-ms-input-placeholder {
 text-transform:none;
 color:#e2e2e2;
 font-size:14px;
 font-weight:700;
 text-indent:0
}
.cal-burned-calc-container .input-label-wrapper::-webkit-input-placeholder {
 text-transform:none;
 color:#e2e2e2;
 font-size:14px;
 font-weight:700;
 text-indent:0
}
.autocomplete-list {
 background-color:#fff;
 border:1px solid #b5b5b5;
 overflow:hidden;
 margin-top:8px;
 border-radius:12px
}
.autocomplete-list>div:first-of-type {
 margin-top:8px
}
.autocomplete-list>div:last-child {
 margin-bottom:8px
}
.autocomplete-list .autocomplete-suggestion {
 padding:8px 0 8px 10px
}
.autocomplete-list .sport-img {
 width:50px;
 height:50px
}
.autocomplete-list .list-item-wrapper {
 white-space:nowrap
}
@media(min-width:768px) {
 .cal-burned-calc-container #calculator-step-1 {
  height:321px
 }
 .cal-burned-calc-container .search-box {
  max-width:599px
 }
 .cal-burned-calc-container .search-box input {
  line-height:3rem
 }
 .cal-burned-calc-container .search-box input::-moz-placeholder {
  text-transform:none;
  color:#e2e2e2;
  font-size:18px;
  font-weight:700;
  text-indent:5px
 }
 .cal-burned-calc-container .search-box input:-ms-input-placeholder {
  text-transform:none;
  color:#e2e2e2;
  font-size:18px;
  font-weight:700;
  text-indent:5px
 }
 .cal-burned-calc-container .search-box input::-webkit-input-placeholder {
  text-transform:none;
  color:#e2e2e2;
  font-size:18px;
  font-weight:700;
  text-indent:5px
 }
 .cal-burned-calc-container .search-box .search-icon {
  top:12px
 }
 .cal-burned-calc-container .search-box .clear-search-icon {
  top:15px;
  cursor:pointer
 }
 .cal-burned-calc-container .search-box .selected-sport-hint-img {
  top:4px
 }
}
@media(min-width:992px) {
 .cal-burned-calc-container #calculator-step-1 {
  height:255px
 }
 .cal-burned-calc-container .search-box {
  width:599px
 }
 .cal-burned-calc-container .search-box input {
  height:50px
 }
 .cal-burned-calc-container .input-label-wrapper .input {
  line-height:.5
 }
 .cal-burned-calc-container .input-label-wrapper::-moz-placeholder {
  text-transform:none;
  color:#e2e2e2;
  font-size:18px;
  font-weight:700;
  text-indent:0
 }
 .cal-burned-calc-container .input-label-wrapper:-ms-input-placeholder {
  text-transform:none;
  color:#e2e2e2;
  font-size:18px;
  font-weight:700;
  text-indent:0
 }
 .cal-burned-calc-container .input-label-wrapper::-webkit-input-placeholder {
  text-transform:none;
  color:#e2e2e2;
  font-size:18px;
  font-weight:700;
  text-indent:0
 }
 .cal-burned-calc-container .activity-search-submit {
  min-width:0;
  margin-top:0;
  height:48px;
  margin-left:16px
 }
 .cal-burned-calc-container .often-searched-title {
  margin-top:20px;
  margin-right:7px
 }
 .autocomplete-suggestions:hover {
  cursor:pointer
 }
 .autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color:#e1f5fe
 }
}
.scales-tile {
 margin-top:-13px!important
}
@media(min-width:992px) {
 .scales-tile-sabine {
  margin-top:-13px!important
 }
}
@media(min-width:768px) and (max-width:991.98px) {
 .auto-tracking-sabine {
  margin-top:55px!important
 }
}
.gsc-control-cse {
 padding:0!important
}
.gsc-selected-option-container {
 min-width:100px!important
}
.gsc-thumbnail-inside {
 padding-left:0!important
}
.gsc-tabHeader {
 line-height:44px!important;
 font-size:12px!important;
 border-radius:2px!important;
 padding:8px 5px!important;
 min-width:40px!important;
 height:auto!important
}
.gsc-tabHeader:focus,
.gsc-tabHeader:hover {
 outline:none!important
}
.gs-webResult {
 padding-left:4px!important
}
.gsc-table-result {
 padding-left:0!important
}
.gsc-tabsArea {
 border:none!important
}
.gsc-refinementsGradient {
 display:none!important
}
.gsc-tabsArea .gs-spacer {
 display:inline-block!important;
 margin-right:3px!important
}
.gsc-above-wrapper-area {
 border-bottom:none!important
}
.gsc-wrapper.gsc-thinWrapper {
 border-right:none!important
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
 background-color:#fff!important;
 margin-left:-1px!important;
 font-size:12px!important;
 font-weight:400!important;
 padding:4px 10px!important;
 border-radius:16px!important;
 text-decoration:none!important;
 cursor:pointer!important;
 display:inline!important;
 color:#03a9f4!important;
 border-top-left-radius:12px!important;
 border-bottom-left-radius:12px!important;
 border-bottom-right-radius:12px!important;
 border-top-right-radius:12px!important
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:focus,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)!important;
 background-color:initial!important;
 text-decoration:none!important;
 outline:none!important;
 color:#fff!important
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
 color:#fff!important;
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)!important
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:focus,
.gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
 background-color:#03a9f4!important
}
.gsc-results .gsc-cursor-box {
 margin-left:0!important;
 margin-top:30px!important
}
.gsc-search-box {
 line-height:75%;
 margin-bottom:16px!important
}
.gsc-input-box {
 height:40px!important;
 border:none!important
}
.gsc-input-box,
.gsc-input-box table,
.gsib_a {
 padding:0!important
}
.gsc-input-box-focus {
 box-shadow:none!important
}
input.gsc-input {
 color:#37474f!important;
 font-size:1rem!important;
 height:40px!important;
 padding-left:12px!important;
 background:linear-gradient(97deg,#fafafa,#eee)!important;
 border:0!important;
 border-radius:12px;
 margin:0!important
}
input.gsc-input:focus {
 box-shadow:none
}
.gsib_a {
 position:relative!important
}
.gsib_b {
 display:none!important
}
.gsc-search-button {
 position:relative
}
.gsc-search-button-v2 {
 font-size:16px!important;
 color:#000!important;
 height:40px!important;
 padding:0!important;
 min-width:89px!important;
 border-bottom-left-radius:0!important;
 border-top-left-radius:0!important;
 border-top-right-radius:12px!important;
 border-bottom-right-radius:12px!important;
 margin:0 0 0 -64px!important;
 border:none!important;
 background-image:linear-gradient(103deg,#03a9f4,#0288d1)!important
}
.gsc-search-button-v2:focus {
 outline:none;
 box-shadow:none
}
.gsc-search-button-v2 svg {
 width:17px!important;
 height:17px!important
}
.gsc-refinementBlock {
 text-align:left
}
.gsc-result-info {
 font-family:Rubik latin,Rubik latin-ext,Rubik cryllic,Noto Sans JP,Noto Sans SC,Noto Sans KR,Noto Sans EL,Helvetica,Arial,sans-serif!important;
 color:#37474f!important;
 padding-left:0!important;
 padding-bottom:8px!important
}
.gsc-result-info,
.gsc-results-wrapper-nooverlay {
 font-size:16px!important;
 font-weight:400!important
}
.gsc-results-wrapper-nooverlay {
 font-family:roboto,arial,sans-serif!important;
 line-height:22px!important
}
.gs-title {
 font-size:16px!important;
 text-align:left!important
}
.gs-title:hover,
.gs-title:hover b {
 text-decoration:underline!important;
 color:#03a9f4!important
}
.gsc-url-top {
 padding-left:0!important;
 font-size:12px!important
}
.gsc-adBlock {
 border-bottom:none!important
}
.gcsc-more-maybe-branding-root {
 text-align:left
}
.gcsc-find-more-on-google {
 margin-left:0!important
}
.gsc-webResult .gsc-result {
 border-bottom:0!important
}
@media(min-width:576px) {
 input.gsc-input {
  font-size:1rem!important
 }
}
@media(min-width:768px) {
 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding:5px 16px!important
 }
 .gsc-search-box {
  margin-bottom:32px!important
 }
 .gsc-adBlock {
  border-bottom:1px solid #e9e9e9!important
 }
}
@media(max-width:360px) {
 .gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin-right:2px!important;
  padding:4px 10px!important
 }
}
.food .search-bar {
 margin-bottom:24px!important
}
.food .search-bar .input {
 height:44px
}
.food .search-bar .search-icon {
 margin-top:10px;
 opacity:1
}
.food .dropdowen-menu {
 margin-top:8px
}
.food .dropdowen-toggle .icon-svg {
 margin-left:8px
}
.food .pill {
 padding:4px 12px
}
.food .pill-selection-block {
 margin-top:-8px
}
.food .content {
 text-align:left
}
.food .content h4 {
 font-size:1.375rem;
 font-weight:700;
 font-style:normal;
 font-stretch:normal;
 line-height:1.27;
 color:#37474f;
 margin:32px 15px;
 margin:32px 0 8px!important
}
.food .list-item {
 width:100%
}
.food .list-item.hidden {
 margin-top:0!important;
 opacity:0;
 height:0;
 overflow:hidden
}
.food .list-item.show {
 opacity:1;
 -webkit-transition:opacity .5s ease-out;
 transition:opacity .5s ease-out;
 height:auto
}
.food .list-item .image {
 margin-top:4px;
 width:40px;
 height:40px
}
@media(min-width:768px) {
 .food .content h4 {
  margin-top:32px!important
 }
 .food .list-item {
  width:50%;
  padding-right:32px
 }
 .food .list-item:hover .textlink {
  color:#0277bd;
  border-bottom:2px solid #0277bd;
  text-decoration:none
 }
 .food .food-list-wrapper {
  margin-right:-32px
 }
}
@media(min-width:992px) {
 .food .content h4 {
  font-size:2.125rem;
  font-weight:700;
  font-style:normal;
  font-stretch:normal;
  line-height:1.18;
  color:#37474f;
  margin:32px 0 34px;
  -webkit-hyphens:none;
  -ms-hyphens:none;
  hyphens:none;
  margin-top:64px!important
 }
}
.food.food-detail #serving-calculator-multiplier {
 width:80px
}
.food.food-detail .borba-btn.reduced-padding {
 min-height:58px;
 padding:6px 16px
}
.food.food-detail .child:before {
 content:"\2014   "
}
.food.food-detail .pie-color-light {
 color:#81d4fa
}
.food.food-detail .pie-color-dark {
 color:#01579b
}
.food.food-detail .pie-color-medium {
 color:#03a9f4
}
.food.food-detail .amount-input {
 border:1px solid hsla(0,0%,50.2%,.30196078431372547);
 border-radius:12px;
 font-size:22px;
 height:41px
}
.food.food-detail .popover {
 top:38px;
 margin-bottom:4px
}
.food.food-detail .nutrition-row.selected .hover-border {
 width:100%;
 bottom:1px;
 border-bottom:2px solid #f5f5f5
}
.food.food-detail.success-story-wrapper h2 {
 text-align:left;
 margin-left:0
}
@media(min-width:768px) {
 .food-detail .borba-btn.reduced-padding {
  min-height:65px;
  padding:20px 30px
 }
 .food-detail .popover {
  margin-bottom:8px
 }
}
@media(min-width:992px) {
 .food.food-detail .borba-btn.reduced-padding {
  height:72px;
  padding:0 16px;
  width:554px
 }
 .food.food-detail .cal-needed-btn {
  min-width:354px;
  max-height:72px
 }
 .food.food-detail .chart-wrapper {
  max-width:332px
 }
 .food.food-detail .amount-input {
  font-size:33px;
  height:71px
 }
 .food.food-detail .per-serving-title {
  padding-right:5px
 }
 .food.food-detail .nutrition-row:hover {
  cursor:default
 }
 .food.food-detail .nutrition-row:hover>.hover-border {
  width:100%;
  bottom:1px;
  border-bottom:2px solid #f5f5f5
 }
 .food.food-detail .img-pill-wrapper>div:first-of-type,
 .food.food-detail .img-pill-wrapper>div:nth-of-type(3) {
  margin-right:32px
 }
 .food.food-detail .img-pill-wrapper .sports-img {
  width:150px;
  height:auto
 }
 .food.food-detail .popover {
  position:relative!important
 }
 .food.food-detail #chart-wrapper-hr {
  width:360px
 }
 .food.food-detail.success-story-wrapper h2 {
  text-align:center;
  margin-left:0
 }
}
.press-container .icon-svg {
 width:72px;
 height:72px
}
.press-container .borba-btn {
 min-width:0
}
.press-container .press-article-wrapper {
 padding-left:0;
 padding-right:0
}
.press-container .press-article {
 height:147px;
 border:1px solid rgba(0,0,0,.1)
}
@media(min-width:768px) {
 .press-container .team-text {
  max-width:385px;
  margin-left:auto!important;
  margin-right:auto!important
 }
 .press-container .press-article-wrapper {
  padding-left:15px;
  padding-right:15px
 }
 .press-container .press-article-wrapper:hover .textlink {
  color:#0277bd;
  border-bottom:2px solid #0277bd;
  text-decoration:none
 }
}
@media(min-width:992px) {
 .press-container .press-article {
  max-width:254px
 }
}
@-webkit-keyframes weight-loss-dash {
 to {
  stroke-dashoffset:0
 }
}
@keyframes weight-loss-dash {
 to {
  stroke-dashoffset:0
 }
}
.pro-signup-discount {
 right:32px;
 width:54px;
 top:-44px
}
.pro-signup-discount .text {
 position:absolute;
 top:0;
 text-align:center;
 color:#fff;
 font-size:12px;
 width:54px;
 margin-top:6px
}
.pro-signup-discount .text.single-line {
 top:8px
}
.pro-sign-up {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-flow:column;
 flex-flow:column;
 height:100%;
 min-height:100%;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 width:100%
}
.pro-sign-up .chart-wrapper {
 margin-top:50px;
 max-width:358px;
 margin-left:auto!important;
 margin-right:auto!important
}
.pro-sign-up .chart-path {
 position:relative;
 z-index:100;
 stroke-dasharray:308;
 stroke-dashoffset:308;
 left:22px
}
.pro-sign-up .chart-path.animation {
 -webkit-animation:weight-loss-dash .7s linear forwards;
 animation:weight-loss-dash .7s linear forwards
}
.pro-sign-up .chart-path.disable-animation {
 stroke-dasharray:0;
 stroke-dashoffset:0
}
.pro-sign-up .grid-lines {
 z-index:0;
 width:100%
}
.pro-sign-up .grid-lines .line {
 z-index:0;
 border:1px solid rgba(0,0,0,.05);
 margin-bottom:21px
}
.pro-sign-up .linechart-dot {
 z-index:100;
 position:absolute
}
.pro-sign-up .linechart-dot.top.left {
 left:22px;
 top:-11px;
 margin-left:-7px
}
.pro-sign-up .linechart-dot.top.right {
 right:29px;
 top:-7px;
 margin-left:-3px
}
.pro-sign-up .linechart-dot.bottom.left {
 left:17px;
 bottom:-91px;
 margin-left:-7px
}
.pro-sign-up .linechart-dot.bottom.right {
 bottom:-86px;
 right:9px
}
.pro-sign-up .pro-sign-up-weight-pill {
 z-index:100;
 margin-top:0;
 padding:3px 10px;
 border-radius:4px
}
.pro-sign-up .pro-sign-up-weight-pill.top {
 top:-41px;
 margin-bottom:-21px
}
.pro-sign-up .pro-sign-up-weight-pill.bottom {
 bottom:-56px
}
.pro-sign-up .pro-sign-up-weight-pill.left {
 left:0
}
.pro-sign-up .pro-sign-up-weight-pill.right {
 right:0
}
.pro-sign-up .pro-sign-up-weight-pill.darker {
 background-color:#0288d1
}
.pro-sign-up .pro-sign-up-weight-pill.lighter {
 background-color:#03a9f4
}
.pro-sign-up .hero-text-wrapper {
 margin-top:-43px
}
.pro-sign-up .hero-text {
 background-color:hsla(0,0%,100%,.9);
 padding:4px 12px;
 border-radius:12px
}
.pro-sign-up .nave-back-btn {
 position:absolute;
 left:16px
}
.pro-sign-up .content-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-flow:column;
 flex-flow:column;
 height:100%;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 max-width:553px;
 padding:0 15px
}
.pro-sign-up .c-toggle label:last-child {
 margin-left:8px
}
.pro-sign-up .birthday-icon {
 position:absolute;
 margin-left:-32px;
 margin-top:11px;
 width:25px;
 height:25px
}
.pro-sign-up .img-btn-container input[type=radio]:checked+.choice-btn {
 background-image:none!important;
 background-color:#37474f!important;
 color:#fff!important
}
.pro-sign-up .input-label-wrapper {
 margin-top:16px
}
.pro-sign-up .input-label-wrapper #metric-input-ft-label {
 margin-left:0
}
.pro-sign-up .input-label-wrapper input {
 font-size:34px
}
.pro-sign-up .pulsate-fwd {
 -webkit-animation:pulsate-fwd .4s ease-in-out both;
 animation:pulsate-fwd .4s ease-in-out both
}
.pro-sign-up .pulsate-fwd-large {
 -webkit-animation:pulsate-fwd-large .4s ease-in-out both;
 animation:pulsate-fwd-large .4s ease-in-out both
}
.pro-sign-up .checkmark__circle {
 stroke-dasharray:166;
 stroke-dashoffset:166;
 stroke-width:2;
 stroke-miterlimit:10;
 stroke:#03a9f4;
 fill:none;
 -webkit-animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards;
 animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards
}
.pro-sign-up .checkmark {
 width:56px;
 height:56px;
 border-radius:50%;
 display:block;
 stroke-width:2;
 stroke:#fff;
 stroke-miterlimit:10;
 margin:10% auto;
 box-shadow:inset 0 0 0 #fff;
 -webkit-animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out 3s both;
 animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out 3s both
}
.pro-sign-up .checkmark__check {
 -webkit-transform-origin:50% 50%;
 -ms-transform-origin:50% 50%;
 transform-origin:50% 50%;
 stroke-dasharray:48;
 stroke-dashoffset:48;
 -webkit-animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;
 animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards
}
.pro-sign-up .payment-option-wrapper {
 max-width:749px
}
@keyframes stroke {
 to {
  stroke-dashoffset:0
 }
}
@-webkit-keyframes scale {
 0%,
 to {
  -webkit-transform:none;
  transform:none
 }
 50% {
  -webkit-transform:scale3d(1.1,1.1,1);
  transform:scale3d(1.1,1.1,1)
 }
}
@keyframes scale {
 0%,
 to {
  -webkit-transform:none;
  transform:none
 }
 50% {
  -webkit-transform:scale3d(1.1,1.1,1);
  transform:scale3d(1.1,1.1,1)
 }
}
@keyframes fill {
 to {
  box-shadow:inset 0 0 0 30px #03a9f4
 }
}
@-webkit-keyframes pulsate-fwd {
 0% {
  opacity:0;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 25% {
  opacity:.6
 }
 50% {
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
  opacity:.9
 }
 to {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@keyframes pulsate-fwd {
 0% {
  opacity:0;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 25% {
  opacity:.6
 }
 50% {
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
  opacity:.9
 }
 to {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@-webkit-keyframes pulsate-fwd-large {
 0% {
  opacity:0;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 25% {
  opacity:.6;
  -webkit-transform:scale(1.4);
  transform:scale(1.4)
 }
 50% {
  -webkit-transform:scale(1.6);
  transform:scale(1.6);
  opacity:.9
 }
 75% {
  -webkit-transform:scale(1.4);
  transform:scale(1.4)
 }
 to {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@keyframes pulsate-fwd-large {
 0% {
  opacity:0;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 25% {
  opacity:.6;
  -webkit-transform:scale(1.4);
  transform:scale(1.4)
 }
 50% {
  -webkit-transform:scale(1.6);
  transform:scale(1.6);
  opacity:.9
 }
 75% {
  -webkit-transform:scale(1.4);
  transform:scale(1.4)
 }
 to {
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
.pro-sign-up .input-field-container {
 max-width:343px
}
.pro-sign-up .more-function-tick {
 margin-top:-2px;
 margin-right:1px;
 width:19px;
 height:19px
}
.pro-sign-up .rocket-block-wrapper .discount-badge {
 top:-3px
}
.pro-sign-up .rocket-block-wrapper .discount-badge-text {
 right:16px;
 width:49px
}
.pro-sign-up .rocket-block-wrapper .discount-badge-text.single-line {
 top:8px
}
.pro-sign-up .rocket-block-wrapper .rocket-block .rocket {
 width:177px;
 height:160px;
 left:-2px;
 bottom:-2px
}
.pro-sign-up .hero-wrapper {
 position:absolute;
 width:100%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.pro-sign-up .hero-wrapper h1 {
 margin-top:32px
}
.pro-sign-up .chart-heading {
 margin-top:0
}
.pro-sign-up .hero-background {
 width:100%;
 z-index:0
}
.pro-sign-up .daily-goal {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.pro-sign-up .daily-goal .icon-svg {
 background-color:rgba(0,0,0,.05);
 width:24px;
 height:24px;
 border-radius:50%;
 padding:5px
}
.pro-sign-up .goal-card {
 min-height:96px;
 width:100%;
 max-width:343px;
 background-image:-webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#eee));
 background-image:linear-gradient(180deg,#fafafa,#eee);
 padding:16px
}
.pro-sign-up .goal-card .icon-svg {
 width:40px;
 height:40px
}
.pro-sign-up .dot-list {
 max-width:400px
}
.pro-sign-up .dot-list .vl {
 height:73%
}
.pro-sign-up .show-450 {
 display:none
}
.pro-sign-up .sm-left-450-center {
 text-align:left
}
@media(max-width:320px) {
 .pro-sign-up .hero-wrapper h1 {
  margin-top:16px
 }
}
@media(min-width:450px) {
 .pro-sign-up .hero-background,
 .pro-sign-up .hero-wrapper {
  display:none;
  position:relative
 }
 .pro-sign-up .show-450 {
  display:block
 }
 .pro-sign-up .chart-heading {
  margin-top:32px
 }
 .pro-sign-up .line-dot .dot {
  top:-33px
 }
 .pro-sign-up .sm-left-450-center {
  text-align:center
 }
 .pro-sign-up .-mt-16 {
  margin-top:0!important
 }
 .pro-sign-up .text-center-450 {
  text-align:center!important
 }
}
@media(min-width:562px) {
 .pro-sign-up .hero-background,
 .pro-sign-up .hero-image,
 .pro-sign-up .hero-wrapper {
  display:none
 }
}
@media(min-width:768px) {
 .pro-sign-up .daily-goal-wrapper {
  margin-left:auto!important;
  margin-right:auto!important
 }
}
@media(min-width:992px) {
 .pro-sign-up .content-container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-flow:column;
  flex-flow:column;
  height:100%;
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  max-width:100%
 }
 .pro-sign-up .img-btn-container:hover>.choice-btn {
  background-image:none!important;
  background-color:#37474f!important;
  color:#fff!important
 }
 .pro-sign-up .js-gender-select:hover .choice-btn {
  background-image:none;
  background-color:#37474f;
  color:#fff
 }
 .pro-sign-up .rocket-block-wrapper {
  cursor:pointer;
  max-width:100%;
  width:343px
 }
 .pro-sign-up .rocket-block-wrapper .single-line-rocket {
  cursor:pointer
 }
 .pro-sign-up .rocket-block-wrapper .single-line-rocket:hover,
 .pro-sign-up .rocket-block-wrapper:hover .rocket-block {
  opacity:.75
 }
 .pro-sign-up .rocket-block-wrapper:hover .choose-plan-btn {
  cursor:pointer;
  background-image:none!important;
  background-color:#37474f!important;
  color:#fff!important;
  outline:none
 }
}
.pro-landingpage .pulse {
 box-shadow:0 0 0 linear-gradient(104deg,#fad961,#f7681c);
 -webkit-animation:pulse 1.3s infinite;
 animation:pulse 1.3s infinite
}
.pro-landingpage .header-cta {
 padding:7px 24px
}
.pro-landingpage .excellence-badge {
 width:100%;
 max-width:162px
}
.pro-landingpage .pre-post-pic-disclaimer {
 position:absolute;
 height:100%;
 color:#fff;
 top:50%;
 right:0;
 font-size:12px;
 -webkit-writing-mode:tb-rl;
 -ms-writing-mode:tb-rl;
 writing-mode:tb-rl;
 -webkit-text-orientation:mixed;
 text-orientation:mixed;
 -webkit-transform:rotate(180deg) translateY(50%);
 -ms-transform:rotate(180deg) translateY(50%);
 transform:rotate(180deg) translateY(50%)
}
.pro-landingpage .slider-active .pre-post-pic-disclaimer {
 right:calc(50% - 169px)
}
.pro-landingpage .pro-lp-iframe-container {
 margin-left:auto!important;
 margin-right:auto!important;
 border-radius:12px;
 position:relative;
 width:343px;
 padding-top:25px;
 max-width:100%;
 margin-bottom:0
}
.pro-landingpage .pro-lp-iframe-container.portrait {
 height:345px
}
.pro-landingpage .pro-lp-iframe-container.landscape {
 height:193px
}
.pro-landingpage .min-w-311 {
 min-width:311px
}
.pro-landingpage .rating-text {
 width:142px
}
.pro-landingpage .tipp-icon {
 width:8%
}
.pro-landingpage .tipp-text {
 margin-top:1px;
 width:82%
}
.pro-landingpage .discount-banner {
 position:fixed;
 left:0;
 border:0;
 z-index:999;
 top:88px;
 background-color:#ef5350;
 width:100%;
 padding:10px 0
}
.pro-landingpage .discount-banner-mt {
 padding-top:44px
}
.pro-landingpage .discount-highlight-wrapper {
 left:50%
}
.pro-landingpage .discount-highlight {
 position:absolute;
 white-space:nowrap;
 z-index:1;
 left:50%;
 -webkit-transform:translate(-50%);
 -ms-transform:translate(-50%);
 transform:translate(-50%);
 top:-46px;
 border-radius:8px;
 margin-top:8px;
 padding:4px 16px;
 background-color:#ef5350
}
.pro-landingpage .arrow-down {
 position:absolute;
 top:32px;
 left:50%;
 width:0;
 height:0;
 border-left:5px solid transparent;
 border-right:5px solid transparent
}
.pro-landingpage .arrow-down.red {
 border-top:5px solid #ef5350
}
.pro-landingpage .scrolling-wrapper {
 -webkit-overflow-scrolling:touch;
 -ms-overflow-style:none;
 overflow:-moz-scrollbars-none;
 scrollbar-width:none;
 -ms-overflow-style:-ms-autohiding-scrollbar
}
.pro-landingpage .scrolling-wrapper::-webkit-scrollbar {
 display:none
}
.pro-landingpage.product .app-screen-phone_v2 {
 width:100%;
 height:auto;
 max-width:138px
}
.pro-landingpage.product .functions-rectangle {
 width:40px;
 height:40px;
 border-radius:8px;
 background-image:linear-gradient(135deg,#fafafa 1.12%,#eee)
}
.pro-landingpage .weight-pill {
 height:11.5%;
 right:11.5%;
 left:auto
}
.pro-landingpage.product {
 height:12.5%
}
.pro-landingpage.story-comparison .weight-pill {
 width:89px;
 right:calc(50% - 132px);
 left:auto
}
@media(max-width:374px) {
 .pro-landingpage .header-cta {
  padding:4px 9px;
  font-size:.75rem
 }
 .pro-landingpage.story-comparison .weight-pill {
  width:26%;
  height:11.5%;
  bottom:2.5%;
  font-size:4.3vw;
  left:auto;
  right:12%
 }
}
@media(min-width:768px) {
 .pro-landingpage .box-bg-grey {
  border-radius:12px;
  padding:0 16px 16px;
  background:linear-gradient(135deg,#fafafa 1.12%,#eee)
 }
 .pro-landingpage .pulse:hover {
  -webkit-animation:none;
  animation:none
 }
 .pro-landingpage .tipp-list {
  max-width:335px
 }
 .pro-landingpage .pro-lp-iframe-container {
  width:702px;
  padding-bottom:0;
  margin-left:auto!important;
  margin-right:auto!important
 }
 .pro-landingpage .pro-lp-iframe-container.portrait {
  height:702px
 }
 .pro-landingpage .pro-lp-iframe-container.landscape {
  height:450px
 }
 .pro-landingpage .rating-text {
  width:auto
 }
 .pro-landingpage .md-min-w-auto {
  min-width:auto
 }
 .pro-landingpage.story .pre-post-image {
  width:100%;
  max-width:100%
 }
 .pro-landingpage.product .app-screen-phone_v2 {
  max-width:243px
 }
 .pro-landingpage.story-comparison .weight-pill {
  font-size:.75rem;
  width:26%;
  right:11.5%;
  left:auto
 }
}
@media(min-width:992px) {
 .pro-landingpage .star-rating .star {
  width:21px;
  height:21px;
  margin-right:4px
 }
 .pro-landingpage.product .app-screen-phone_v2 {
  max-width:500px
 }
 .pro-landingpage.product .functions-rectangle {
  width:72px;
  height:72px;
  border-radius:12px
 }
 .pro-landingpage.story .weight-pill {
  width:129px;
  height:50px;
  bottom:16px;
  right:10.5%;
  font-size:1.25rem;
  border-radius:32px
 }
}
@media(min-width:1200px) {
 .pro-landingpage.story .weight-pill {
  right:12%
 }
}
@-webkit-keyframes pulse {
 0% {
  -webkit-box-shadow:0 0 0 0 rgba(204,169,44,.4)
 }
 70% {
  -webkit-box-shadow:0 0 0 23px transparent
 }
 to {
  -webkit-box-shadow:0 0 0 23px transparent
 }
}
@keyframes pulse {
 0% {
  box-shadow:0 0 0 0 rgba(204,169,44,.4)
 }
 70% {
  box-shadow:0 0 0 23px transparent
 }
 to {
  box-shadow:0 0 0 23px transparent
 }
}
.line-with-text-wrapper {
 margin:32px 0 24px
}
.line-with-text-wrapper .text {
 overflow:hidden;
 text-align:center
}
.line-with-text-wrapper .text:after,
.line-with-text-wrapper .text:before {
 background-color:#000;
 opacity:.1;
 content:"";
 display:inline-block;
 height:1px;
 position:relative;
 vertical-align:middle;
 width:100px
}
.line-with-text-wrapper .text:before {
 right:.5em;
 margin-left:-50%
}
.line-with-text-wrapper .text:after {
 left:.5em;
 margin-right:-50%
}
.tipp-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 max-width:570px;
 margin:32px auto 0
}
.tipp-container.column {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.tipp-container.centered {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.tipp-container.centered,
.tipp-container .tipp-item-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.tipp-container .tipp-item-wrapper {
 text-align:left
}
.tipp-container .tipp-item-wrapper:first-of-type {
 margin-top:10px
}
.tipp-container .tipp-item-wrapper:nth-of-type(2),
.tipp-container .tipp-item-wrapper:nth-of-type(3) {
 margin-top:9px
}
.tipp-container .tipp-item-wrapper .font-,
.tipp-container .tipp-item-wrapper .icon-chevron-right-filled {
 display:table-cell;
 vertical-align:top;
 min-width:25px;
 min-height:25px
}
.tipp-container .tipp-item-wrapper .font- {
 padding-left:9px
}
.tipp-container .font-subtitle {
 text-align:left
}
.excellence-badges {
 margin:34px 0 32px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row
}
.excellence-badges .second-badge {
 margin-left:32px
}
.excellence-badges .badge-icon {
 width:122px
}
.teaser-box-wrapper {
 width:137px;
 margin:auto
}
.teaser-box-wrapper>.textlink {
 margin-top:8px
}
.teaser-box-wrapper .icon-teaser-box {
 width:100%;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 height:88px;
 background:linear-gradient(119deg,#fafafa 1%,#eee);
 border-radius:12px
}
.teaser-box-wrapper .icon-teaser-box .icon-teaser-image {
 margin:auto;
 width:72px;
 height:72px
}
.teaser-box-wrapper .icon-teaser-box-text {
 overflow-wrap:break-word
}
@media(min-width:1200px) {
 .teaser-box-wrapper {
  width:159px
 }
 .teaser-box-wrapper:hover .textlink {
  color:#0277bd;
  border-bottom:2px solid #0277bd;
  text-decoration:none
 }
}
.borba-alert {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 padding:8px;
 border:none;
 font-size:12px;
 letter-spacing:normal;
 margin:32px auto 0;
 border-radius:12px;
 line-height:1.5;
 text-align:left
}
.borba-alert,
.borba-alert .alert-icon {
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.borba-alert .alert-icon {
 min-width:15px;
 min-height:15px;
 width:15px;
 height:15px
}
.borba-alert a {
 color:#03a9f4;
 border-bottom:2px solid #03a9f4;
 line-height:1.5
}
.borba-alert a,
.borba-alert a.light {
 font-weight:400
}
.borba-alert a:hover {
 color:#0277bd;
 border-bottom:8px solid #0277bd;
 text-decoration:none
}
.borba-alert .alert-text {
 margin-left:7px;
 margin-bottom:0
}
.borba-alert.borba-alert-info {
 color:#37474f;
 background-color:#e1f5fe
}
.borba-alert.borba-alert-danger {
 color:#37474f;
 background-color:#ffebee
}
.borba-alert.borba-alert-warning {
 color:#37474f;
 background-color:#fff3e0
}
.weight-pill {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 position:absolute;
 width:26%;
 height:9.5%;
 bottom:2.5%;
 font-size:1rem;
 left:12%;
 background-image:linear-gradient(111deg,#f6409c,#c2185b);
 border-radius:24px;
 text-align:center;
 color:#fff
}
.newsletter-unsubscripe-container_v2,
.weight-pill {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.newsletter-unsubscripe-container_v2 {
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 height:100%;
 min-height:100%
}
.newsletter-unsubscripe-container_v2 .borba-alert {
 margin-top:32px;
 margin-bottom:0
}
.newsletter-unsubscripe-container_v2 h1 {
 margin-top:16px;
 margin-bottom:16px
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper {
 max-width:343px;
 margin:32px auto auto
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper .question-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper .question-container .radiobutton {
 margin-top:1px
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper .question-container .radio-text {
 text-align:left
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper input[type=radio] {
 -webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
 margin:0 10px 0 0;
 width:20px;
 height:20px;
 background:#eee;
 box-shadow:inset 0 0 0 .5em #fff,0 0 0 .1em;
 border-radius:50%;
 -webkit-transition:.2s;
 transition:.2s;
 color:#37474f
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper input[type=radio]:hover {
 background:#37474f;
 box-shadow:inset 0 0 0 .5em #fff,0 0 0 .1em
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper input[type=radio]:checked {
 background:#37474f;
 box-shadow:inset 0 0 0 .15em #fff,0 0 0 .1em #37474f
}
.newsletter-unsubscripe-container_v2 .questionnaire-wrapper input[type=radio]:focus {
 outline:0
}
@media(min-width:992px) {
 .newsletter-unsubscripe-container_v2 .radio-text label {
  cursor:pointer
 }
}
.account-delete-container_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 height:100%;
 min-height:100%
}
.account-delete-container_v2 .borba-alert {
 margin-top:32px;
 margin-bottom:0
}
.account-delete-container_v2 h1 {
 margin-top:16px;
 margin-bottom:16px
}
.account-confirmation-container_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 height:100%;
 min-height:100%
}
.account-confirmation-container_v2 .borba-alert {
 margin-top:32px;
 margin-bottom:0
}
.account-confirmation-container_v2 h1 {
 margin-top:16px;
 margin-bottom:0
}
.app-domain-container_v2 {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-flow:column;
 flex-flow:column;
 height:100%;
 min-height:100%;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto
}
.app-domain-container_v2.register-container .goal-buttons-wrapper {
 max-width:240px
}
.app-domain-container_v2.register-container .borba-alert {
 margin-top:32px;
 margin-bottom:0
}
.app-domain-container_v2.register-container .content-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-flow:column;
 flex-flow:column;
 height:100%;
 min-height:auto;
 -webkit-box-flex:1;
 -ms-flex:1 1 auto;
 flex:1 1 auto;
 max-width:553px
}
.app-domain-container_v2.register-container .content-container ::-webkit-input-placeholder {
 color:#eee7ee
}
.app-domain-container_v2.register-container .content-container .page-progress {
 margin-top:16px
}
.app-domain-container_v2.register-container .content-container .chevron-left {
 cursor:pointer;
 position:absolute;
 left:16px;
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg)
}
.app-domain-container_v2.register-container .content-container .chevron-left-relative {
 cursor:pointer;
 position:relative;
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg)
}
.app-domain-container_v2.register-container .content-container .input-label-wrapper {
 margin-top:16px
}
.app-domain-container_v2.register-container .content-container .input-label-wrapper #metric-input-ft-label {
 margin-left:0
}
.app-domain-container_v2.register-container .content-container .input-label-wrapper #metric-input-in-label {
 margin-left:99px
}
.app-domain-container_v2.register-container .content-container .icn-btn-wrapper {
 margin-top:32px
}
.app-domain-container_v2.register-container .content-container .icn-btn-wrapper .img-btn-container:hover>.choice-btn {
 background-image:none!important;
 background-color:#37474f!important;
 color:#fff!important
}
.app-domain-container_v2.register-container .content-container .birthday-icon {
 margin:36px 8px 0 0;
 width:23px;
 height:23px
}
.app-domain-container_v2.register-container .store-badge_v2 {
 margin-top:32px
}
.app-domain-container_v2.register-container .font-grey-light {
 color:#37474f;
 font-size:12px
}
.app-domain-container_v2.register-container .button-active {
 background-image:none!important;
 background-color:#37474f!important;
 color:#fff!important;
 outline:none
}
@media(min-width:768px) {
 .app-domain-container_v2.register-container.desktop-width {
  max-width:747px
 }
 .app-domain-container_v2.register-container .goal-buttons-wrapper {
  max-width:300px
 }
 .app-domain-container_v2.register-container .content-container {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  width:100%;
  max-width:747px
 }
 .app-domain-container_v2.register-container .content-container .page-progress {
  margin-top:48px
 }
 .app-domain-container_v2.register-container .content-container .input-label-wrapper {
  margin-top:16px
 }
 .app-domain-container_v2.register-container .content-container .input-label-wrapper .label {
  position:absolute;
  top:16px;
  margin-left:7px
 }
}
.plan-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.plan-container hr.margin-bottom {
 margin-bottom:32px
}
.plan-container .discount-heading {
 font-size:1.5rem
}
.plan-container .fh {
 height:32px
}
.plan-container .step-counter {
 margin-top:32px
}
.plan-container .offer-box {
 border-radius:12px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin-top:16px;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.plan-container .offer-box.first-box {
 margin-top:32px
}
.plan-container .offer-box.orange {
 border:2px solid #ffa000;
 margin-top:16px
}
.plan-container .offer-box.grey {
 border-radius:12px;
 border:1px solid rgba(0,0,0,.1)
}
.plan-container .offer-box.grey:hover {
 border:1px solid #ffa000
}
.plan-container .offer-box .highlight-container {
 margin:8px 12px 0;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 font-weight:700
}
.plan-container .offer-box .highlight-container,
.plan-container .offer-box .highlight-container>div {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.plan-container .offer-box .highlight-container.font-orange-large {
 color:#ffa000;
 font-size:22px
}
.plan-container .offer-box .highlight-container.font-blue-large {
 color:#03a9f4;
 font-size:22px
}
.plan-container .offer-box .highlight-container .original-price {
 font-size:12px;
 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:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 margin-bottom:4px;
 margin-left:5px
}
.plan-container .subline-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between;
 margin:0 12px
}
.plan-container .plan-text {
 font-size:12px;
 color:#37474f
}
.plan-container .trophy {
 width:36px;
 height:36px
}
.plan-container .plan-main-icon {
 width:48px;
 height:48px
}
.plan-container .plan-details-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 margin:16px 16px 16px 12px
}
.plan-container .plan-details-container .plan-text {
 text-align:left;
 margin-left:12px
}
.plan-container .plan-button {
 margin-top:16px
}
.plan-container .main-facts-box {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.plan-container .main-facts-box .tipp-container {
 -webkit-box-align:start;
 -ms-flex-align:start;
 align-items:flex-start
}
.plan-container .main-facts-box h2 {
 margin:8px 0
}
.plan-container .main-facts-box .popover-icon-wrapper .more-success-popover {
 z-index:1000;
 width:15px;
 height:15px;
 min-width:15px;
 min-height:15px;
 margin:4px 0 2px 4px;
 border:none;
 cursor:pointer
}
.plan-container .badges-wrapper {
 margin-top:32px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.plan-container .badges-wrapper .grey-scale-box {
 max-width:164px;
 max-height:180px;
 border-radius:12px;
 background-image:linear-gradient(138deg,#fafafa,#eee)
}
.plan-container .badges-wrapper .grey-scale-box:nth-of-type(2) {
 margin-left:16px
}
.plan-container .badges-wrapper .badge-icon {
 margin:16px 20px 23px
}
.plan-container .icon-star-rating_v2 {
 width:16px;
 height:16px
}
.plan-container .borba-btn.min-width {
 width:100%;
 max-width:311px
}
.plan-container .borba-btn.pill-style {
 display:none
}
@media(max-width:370px) {
 .plan-container .badges-wrapper .grey-scale-box {
  width:130px
 }
 .plan-container .badges-wrapper .badge-icon {
  width:80px
 }
}
@media(min-width:992px) {
 .plan-container.app-domain-container_v2 .fh {
  height:64px
 }
 .plan-container.app-domain-container_v2 hr.margin-bottom {
  margin-bottom:64px
 }
 .plan-container.app-domain-container_v2 article p {
  margin-top:0
 }
 .plan-container.app-domain-container_v2 .step-counter {
  margin-top:25px
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper,
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option:first-of-type {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option:nth-of-type(2) {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option:nth-of-type(3) {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-ordinal-group:3;
  -ms-flex-order:2;
  order:2
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option .plan-option-link {
  width:100%
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option .borba-btn.orange {
  width:100%;
  margin-top:16px
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option .offer-box {
  margin-top:16px
 }
 .plan-container.app-domain-container_v2 .plan-options-wrapper .plan-option .offer-box.grey {
  margin-top:16px;
  min-height:131px
 }
 .plan-container.app-domain-container_v2 .tipp-container {
  max-width:unset
 }
 .plan-container.app-domain-container_v2 .badges-wrapper .grey-scale-box:nth-of-type(2) {
  margin-left:16px
 }
}
.checkout-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column
}
.checkout-container .error {
 font-size:14px;
 color:#ef5350
}
.checkout-container .automatic-renewal {
 opacity:.5;
 font-size:12px
}
.checkout-container .r-90 {
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.checkout-container .payment-box {
 border:1px solid rgba(0,0,0,.1);
 border-radius:12px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 margin-top:16px
}
.checkout-container .payment-box.hidden {
 display:none!important
}
.checkout-container .payment-box.first {
 margin-top:32px
}
.checkout-container .payment-box .box-header {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:horizontal;
 -webkit-box-direction:normal;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 cursor:pointer
}
.checkout-container .payment-box .box-header .chevron-right {
 margin-left:12px;
 fill:#03a9f4;
 width:20px;
 height:20px
}
.checkout-container .payment-box .box-header .payment-options {
 margin-right:8px;
 width:24px;
 height:24px
}
.checkout-container .payment-box .box-header .payment-options:nth-of-type(2) {
 margin-left:auto
}
.checkout-container .payment-box .box-header .font-blue-large {
 margin:8px 0 8px 12px;
 color:#03a9f4;
 font-size:22px
}
.checkout-container .payment-box .highlight-container {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 margin:8px 12px 0;
 -webkit-box-pack:justify;
 -ms-flex-pack:justify;
 justify-content:space-between
}
.checkout-container .payment-box .highlight-container>div {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.checkout-container .input-field-container {
 max-width:none;
 margin-left:12px;
 margin-right:12px
}
.checkout-container .input-field-container #stripe-creditcard-submit,
.checkout-container .input-field-container #stripe-sepa-submit {
 width:100%;
 min-width:0
}
.checkout-container .input-field-container .popover {
 margin-left:auto;
 border:none
}
.checkout-container .input-field-container .label {
 color:#37474f;
 -webkit-transform:translateY(-26px) scale(.75);
 -ms-transform:translateY(-26px) scale(.75);
 transform:translateY(-26px) scale(.75)
}
.checkout-container .input-field-container .right-icon {
 z-index:1000;
 top:14px
}
.checkout-container .input-field-container .inp .label {
 color:#37474f;
 opacity:1!important
}
.checkout-container .input-field-container .inp .stripe-div,
.checkout-container .input-field-container .inp input {
 font-size:16px;
 font-weight:300;
 color:#37474f
}
.checkout-container .input-field-container .inp .stripe-div:focus,
.checkout-container .input-field-container .inp input:focus {
 background:0 0;
 outline:none!important
}
.checkout-container .input-field-container .inp .stripe-div:focus+.label,
.checkout-container .input-field-container .inp input:focus+.label {
 opacity:1
}
.checkout-container .input-field-container .inp .stripe-div:focus+img,
.checkout-container .input-field-container .inp input:focus+img {
 visibility:visible;
 opacity:1;
 position:absolute;
 top:27px;
 right:0
}
.checkout-container .input-field-container .inp .stripe-div.is-invalid,
.checkout-container .input-field-container .inp input.is-invalid {
 color:#ef5350;
 border-bottom:2px solid #ef5350
}
.checkout-container .input-field-container .inp .stripe-div.is-invalid+.label,
.checkout-container .input-field-container .inp input.is-invalid+.label {
 color:#ef5350
}
.checkout-container .input-field-container .inp input::-webkit-input-placeholder {
 color:#b5b5b5;
 margin-top:20px;
 padding:0
}
.checkout-container .input-field-container .inp input:-ms-input-placeholder {
 color:#b5b5b5;
 margin-top:20px;
 padding:0
}
.checkout-container .input-field-container .inp input::-ms-input-placeholder {
 color:#b5b5b5;
 margin-top:20px;
 padding:0
}
.checkout-container .input-field-container .inp input::placeholder {
 color:#b5b5b5;
 margin-top:20px;
 padding:0
}
.checkout-container .input-field-container .pro-payment-sepa-mandate {
 font-size:.75rem;
 color:#37474f;
 opacity:.5;
 text-align:left
}
.checkout-container .input-field-container .pro-payment-sepa-mandate .textlink {
 opacity:1
}
.checkout-container .borba-btn {
 min-width:311px;
 margin-top:0
}
.checkout-container #apple-pay-button {
 display:block;
 margin-left:auto;
 margin-right:auto;
 background-color:#2c2e2f;
 background-image:-webkit-named-image(apple-pay-logo-white);
 background-size:100% 100%;
 background-origin:content-box;
 background-repeat:no-repeat;
 width:250px;
 height:50px;
 padding:10px 15px;
 border-radius:4px
}
.checkout-container .ssl-text {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 padding:20px 0;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 color:#37474f;
 opacity:.5;
 font-size:12px
}
@media(min-width:415px) {
 .checkout-container #apple-pay-button {
  width:350px
 }
}
@media(min-width:992px) {
 .checkout-container.app-domain-container_v2.desktop-width {
  max-width:749px
 }
 .checkout-container.app-domain-container_v2 .ssl-text {
  -webkit-box-pack:start;
  -ms-flex-pack:start;
  justify-content:flex-start;
  margin-left:12px
 }
}
.rocket-block-wrapper {
 max-width:343px;
 margin:auto
}
.rocket-block-wrapper label {
 margin-bottom:0
}
.rocket-block-wrapper .discount-badge-text {
 position:absolute;
 top:-2px;
 right:16px;
 color:#fff;
 font-size:12px;
 width:54px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 margin-top:6px
}
.rocket-block-wrapper .discount-badge {
 position:absolute;
 top:-2px;
 right:16px;
 width:54px;
 height:56px
}
.rocket-block-wrapper .plan-features-right {
 margin:0 16px 16px auto;
 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:end;
 -ms-flex-pack:end;
 justify-content:flex-end;
 text-align:right
}
.rocket-block-wrapper .plan-features-right .font- {
 color:#fff
}
.rocket-block-wrapper .plan-features-right .total-discounted-price {
 margin-top:-6px;
 margin-bottom:-6px;
 font-size:34px;
 color:#fff
}
.rocket-block-wrapper .plan-features-list {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 text-align:left;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.rocket-block-wrapper .plan-features-list .plan-feature-text {
 color:#fff;
 font-size:16px;
 margin:9px 0 0 4px
}
.rocket-block-wrapper .plan-features-list ul {
 list-style:none;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 padding:0;
 margin:-4px 0 0
}
.rocket-block-wrapper .plan-features-list ul,
.rocket-block-wrapper .plan-features-list ul li {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex
}
.rocket-block-wrapper .plan-features-list .feature-icon {
 margin-top:11px;
 width:18px;
 height:18px
}
.rocket-block-wrapper .rocket-block {
 margin-left:auto!important;
 margin-right:auto!important;
 position:relative;
 border-radius:12px;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 height:196px
}
.rocket-block-wrapper .rocket-block .image-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 width:45%
}
.rocket-block-wrapper .rocket-block.grey {
 background-image:linear-gradient(104deg,#546e7a,#455a64)
}
.rocket-block-wrapper .rocket-block.orange {
 background-image:linear-gradient(104deg,#fad961,#f7681c)
}
.rocket-block-wrapper .rocket-block .rocket {
 position:absolute;
 bottom:-1px;
 left:-1px;
 width:160px;
 height:148px
}
.rocket-block-wrapper .choose-plan-btn {
 width:100%;
 background-image:linear-gradient(135deg,#546e7a,#455a64);
 max-width:311px
}
.rocket-block-wrapper .choose-plan-btn.orange {
 background-image:linear-gradient(104deg,#fad961,#f7681c)
}
.rocket-block-wrapper .link-wrapper {
 width:100%;
 border:0;
 background:0 0;
 cursor:pointer
}
.rocket-block-wrapper .link-wrapper:hover {
 text-decoration:none
}
.rocket-block-wrapper .single-line-rocket {
 background-image:linear-gradient(135deg,#546e7a,#455a64);
 border-radius:12px;
 margin-left:auto!important;
 margin-right:auto!important;
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 height:62px;
 color:#fff
}
.rocket-block-wrapper .single-line-rocket .image-wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 width:59px
}
.rocket-block-wrapper .single-line-rocket .rocket {
 position:absolute;
 bottom:-1px;
 left:-1px;
 width:59px;
 height:54px
}
@media(max-width:360px) {
 .rocket-block-wrapper .link-wrapper .rocket-block .rocket {
  width:128px;
  height:118.4px
 }
}
@media(min-width:992px) {
 .rocket-block-wrapper:hover .choose-plan-btn {
  cursor:pointer;
  background-image:none!important;
  background-color:#37474f!important;
  color:#fff!important;
  outline:none
 }
}
.input-field-container {
 max-width:359px;
 margin:32px auto 0
}
.input-field-container label:nth-of-type(2),
.input-field-container label:nth-of-type(3) {
 margin-top:24px
}
.input-field-container .right-icon {
 width:16px;
 height:16px;
 position:absolute;
 top:24px;
 right:0
}
.input-field-container .inp {
 position:relative;
 margin:auto;
 width:100%
}
.input-field-container .inp.is-invalid,
.input-field-container .inp.is-invalid input {
 color:#ef5350
}
.input-field-container .inp.is-invalid .input-border {
 border-bottom:2px solid #ef5350!important
}
.input-field-container .inp .label {
 position:absolute;
 top:16px;
 left:0;
 font-size:16px;
 color:#37474f;
 opacity:.5;
 font-weight:400;
 -webkit-transform-origin:0 0;
 -ms-transform-origin:0 0;
 transform-origin:0 0;
 -webkit-transition:all .2s ease;
 transition:all .2s ease;
 cursor:text
}
.input-field-container .inp .input-border {
 position:absolute;
 bottom:0;
 left:0;
 height:2px;
 width:100%;
 -webkit-transform:scaleX(0);
 -ms-transform:scaleX(0);
 transform:scaleX(0);
 -webkit-transform-origin:0 0;
 -ms-transform-origin:0 0;
 transform-origin:0 0;
 -webkit-transition:all .15s ease;
 transition:all .15s ease;
 border-bottom:2px solid #37474f
}
.input-field-container .inp input::-ms-clear {
 width:0;
 height:0
}
.input-field-container .inp input:focus {
 outline:none
}
.input-field-container .inp .stripe-div,
.input-field-container .inp input {
 -webkit-appearance:none;
 text-align:left;
 width:100%;
 border:0;
 font-family:inherit;
 padding:12px 0;
 height:48px;
 font-size:16px;
 font-weight:700;
 color:#37474f;
 border-bottom:2px solid rgba(55,71,79,.41);
 background:0 0;
 border-radius:0;
 -webkit-transition:all .15s ease;
 transition:all .15s ease;
 cursor:text
}
.input-field-container .inp .stripe-div:not(:-ms-input-placeholder)+span,
.input-field-container .inp input:not(:-ms-input-placeholder)+span {
 color:#37474f;
 opacity:1;
 -ms-transform:translateY(-26px) scale(.75);
 transform:translateY(-26px) scale(.75)
}
.input-field-container .inp .stripe-div:not(:placeholder-shown)+span,
.input-field-container .inp input:not(:placeholder-shown)+span {
 color:#37474f;
 opacity:1;
 -webkit-transform:translateY(-26px) scale(.75);
 -ms-transform:translateY(-26px) scale(.75);
 transform:translateY(-26px) scale(.75)
}
.input-field-container .inp .stripe-div.is-invalid,
.input-field-container .inp input.is-invalid {
 color:#ef5350;
 border-bottom:2px solid #ef5350
}
.input-field-container .inp .stripe-div.is-invalid+.label,
.input-field-container .inp input.is-invalid+.label {
 color:#ef5350
}
.input-field-container .inp .stripe-div.focused,
.input-field-container .inp .stripe-div:focus,
.input-field-container .inp input.focused,
.input-field-container .inp input:focus {
 background:0 0;
 outline:none!important
}
.input-field-container .inp .stripe-div.focused.is-invalid,
.input-field-container .inp .stripe-div:focus.is-invalid,
.input-field-container .inp input.focused.is-invalid,
.input-field-container .inp input:focus.is-invalid {
 color:#ef5350;
 border-bottom:2px solid #ef5350
}
.input-field-container .inp .stripe-div.focused.is-invalid+.label,
.input-field-container .inp .stripe-div:focus.is-invalid+.label,
.input-field-container .inp input.focused.is-invalid+.label,
.input-field-container .inp input:focus.is-invalid+.label {
 color:#ef5350
}
.input-field-container .inp .stripe-div.focused.is-invalid+span+.input-border,
.input-field-container .inp .stripe-div:focus.is-invalid+span+.input-border,
.input-field-container .inp input.focused.is-invalid+span+.input-border,
.input-field-container .inp input:focus.is-invalid+span+.input-border {
 border-bottom:2px solid #ef5350;
 -webkit-transform:scale(0);
 -ms-transform:scale(0);
 transform:scale(0)
}
.input-field-container .inp .stripe-div.focused+.label,
.input-field-container .inp .stripe-div:focus+.label,
.input-field-container .inp input.focused+.label,
.input-field-container .inp input:focus+.label {
 opacity:1;
 color:#37474f;
 -webkit-transform:translateY(-26px) scale(.75);
 -ms-transform:translateY(-26px) scale(.75);
 transform:translateY(-26px) scale(.75)
}
.input-field-container .inp .stripe-div.focused+span+.input-border,
.input-field-container .inp .stripe-div:focus+span+.input-border,
.input-field-container .inp input.focused+span+.input-border,
.input-field-container .inp input:focus+span+.input-border {
 -webkit-transform:scaleX(1);
 -ms-transform:scaleX(1);
 transform:scaleX(1)
}
.form-error-input-field {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-orient:vertical;
 -webkit-box-direction:normal;
 -ms-flex-direction:column;
 flex-direction:column;
 width:100%;
 margin-top:8px
}
.form-error-input-field.centered div {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center
}
.form-error-input-field.centered div,
.form-error-input-field div {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 text-align:left
}
.form-error-input-field div {
 -webkit-box-pack:start;
 -ms-flex-pack:start;
 justify-content:flex-start
}
.app-main-icon {
 margin-top:32px;
 width:72px;
 height:72px
}
/*!
 *  Font Awesome 4.5.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('../fonts/fontawesome-webfont.eot?v=4.5.0');
 src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),
 url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),
 url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),
 url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),
 url('../fonts/fontawesome-webfont.svg?v=4.5.0#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.33333333em;
 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.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:.14285714em;
 text-align:center
}
.fa-li.fa-lg {
 left:-1.85714286em
}
.fa-border {
 padding:.2em .25em .15em;
 border:solid .08em #eee;
 border-radius:.1em
}
.fa-pull-left {
 float:left
}
.fa-pull-right {
 float:right
}
.fa.fa-pull-left {
 margin-right:.3em
}
.fa.fa-pull-right {
 margin-left:.3em
}
.pull-right {
 float:right
}
.pull-left {
 float:left
}
.fa.pull-left {
 margin-right:.3em
}
.fa.pull-right {
 margin-left:.3em
}
.fa-spin {
 -webkit-animation:fa-spin 2s infinite linear;
 animation:fa-spin 2s infinite linear
}
.fa-pulse {
 -webkit-animation:fa-spin 1s infinite steps(8);
 animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
@keyframes fa-spin {
 0% {
  -webkit-transform:rotate(0deg);
  transform:rotate(0deg)
 }
 100% {
  -webkit-transform:rotate(359deg);
  transform:rotate(359deg)
 }
}
.fa-rotate-90 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 -webkit-transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 transform:rotate(90deg)
}
.fa-rotate-180 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 -webkit-transform:rotate(180deg);
 -ms-transform:rotate(180deg);
 transform:rotate(180deg)
}
.fa-rotate-270 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 -webkit-transform:rotate(270deg);
 -ms-transform:rotate(270deg);
 transform:rotate(270deg)
}
.fa-flip-horizontal {
 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 {
 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:#fff
}
.fa-glass:before {
 content:"\f000"
}
.fa-music:before {
 content:"\f001"
}
.fa-search:before {
 content:"\f002"
}
.fa-envelope-o:before {
 content:"\f003"
}
.fa-heart:before {
 content:"\f004"
}
.fa-star:before {
 content:"\f005"
}
.fa-star-o:before {
 content:"\f006"
}
.fa-user:before {
 content:"\f007"
}
.fa-film:before {
 content:"\f008"
}
.fa-th-large:before {
 content:"\f009"
}
.fa-th:before {
 content:"\f00a"
}
.fa-th-list:before {
 content:"\f00b"
}
.fa-check:before {
 content:"\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
 content:"\f00d"
}
.fa-search-plus:before {
 content:"\f00e"
}
.fa-search-minus:before {
 content:"\f010"
}
.fa-power-off:before {
 content:"\f011"
}
.fa-signal:before {
 content:"\f012"
}
.fa-gear:before,
.fa-cog:before {
 content:"\f013"
}
.fa-trash-o:before {
 content:"\f014"
}
.fa-home:before {
 content:"\f015"
}
.fa-file-o:before {
 content:"\f016"
}
.fa-clock-o:before {
 content:"\f017"
}
.fa-road:before {
 content:"\f018"
}
.fa-download:before {
 content:"\f019"
}
.fa-arrow-circle-o-down:before {
 content:"\f01a"
}
.fa-arrow-circle-o-up:before {
 content:"\f01b"
}
.fa-inbox:before {
 content:"\f01c"
}
.fa-play-circle-o:before {
 content:"\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
 content:"\f01e"
}
.fa-refresh:before {
 content:"\f021"
}
.fa-list-alt:before {
 content:"\f022"
}
.fa-lock:before {
 content:"\f023"
}
.fa-flag:before {
 content:"\f024"
}
.fa-headphones:before {
 content:"\f025"
}
.fa-volume-off:before {
 content:"\f026"
}
.fa-volume-down:before {
 content:"\f027"
}
.fa-volume-up:before {
 content:"\f028"
}
.fa-qrcode:before {
 content:"\f029"
}
.fa-barcode:before {
 content:"\f02a"
}
.fa-tag:before {
 content:"\f02b"
}
.fa-tags:before {
 content:"\f02c"
}
.fa-book:before {
 content:"\f02d"
}
.fa-bookmark:before {
 content:"\f02e"
}
.fa-print:before {
 content:"\f02f"
}
.fa-camera:before {
 content:"\f030"
}
.fa-font:before {
 content:"\f031"
}
.fa-bold:before {
 content:"\f032"
}
.fa-italic:before {
 content:"\f033"
}
.fa-text-height:before {
 content:"\f034"
}
.fa-text-width:before {
 content:"\f035"
}
.fa-align-left:before {
 content:"\f036"
}
.fa-align-center:before {
 content:"\f037"
}
.fa-align-right:before {
 content:"\f038"
}
.fa-align-justify:before {
 content:"\f039"
}
.fa-list:before {
 content:"\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
 content:"\f03b"
}
.fa-indent:before {
 content:"\f03c"
}
.fa-video-camera:before {
 content:"\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
 content:"\f03e"
}
.fa-pencil:before {
 content:"\f040"
}
.fa-map-marker:before {
 content:"\f041"
}
.fa-adjust:before {
 content:"\f042"
}
.fa-tint:before {
 content:"\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
 content:"\f044"
}
.fa-share-square-o:before {
 content:"\f045"
}
.fa-check-square-o:before {
 content:"\f046"
}
.fa-arrows:before {
 content:"\f047"
}
.fa-step-backward:before {
 content:"\f048"
}
.fa-fast-backward:before {
 content:"\f049"
}
.fa-backward:before {
 content:"\f04a"
}
.fa-play:before {
 content:"\f04b"
}
.fa-pause:before {
 content:"\f04c"
}
.fa-stop:before {
 content:"\f04d"
}
.fa-forward:before {
 content:"\f04e"
}
.fa-fast-forward:before {
 content:"\f050"
}
.fa-step-forward:before {
 content:"\f051"
}
.fa-eject:before {
 content:"\f052"
}
.fa-chevron-left:before {
 content:"\f053"
}
.fa-chevron-right:before {
 content:"\f054"
}
.fa-plus-circle:before {
 content:"\f055"
}
.fa-minus-circle:before {
 content:"\f056"
}
.fa-times-circle:before {
 content:"\f057"
}
.fa-check-circle:before {
 content:"\f058"
}
.fa-question-circle:before {
 content:"\f059"
}
.fa-info-circle:before {
 content:"\f05a"
}
.fa-crosshairs:before {
 content:"\f05b"
}
.fa-times-circle-o:before {
 content:"\f05c"
}
.fa-check-circle-o:before {
 content:"\f05d"
}
.fa-ban:before {
 content:"\f05e"
}
.fa-arrow-left:before {
 content:"\f060"
}
.fa-arrow-right:before {
 content:"\f061"
}
.fa-arrow-up:before {
 content:"\f062"
}
.fa-arrow-down:before {
 content:"\f063"
}
.fa-mail-forward:before,
.fa-share:before {
 content:"\f064"
}
.fa-expand:before {
 content:"\f065"
}
.fa-compress:before {
 content:"\f066"
}
.fa-plus:before {
 content:"\f067"
}
.fa-minus:before {
 content:"\f068"
}
.fa-asterisk:before {
 content:"\f069"
}
.fa-exclamation-circle:before {
 content:"\f06a"
}
.fa-gift:before {
 content:"\f06b"
}
.fa-leaf:before {
 content:"\f06c"
}
.fa-fire:before {
 content:"\f06d"
}
.fa-eye:before {
 content:"\f06e"
}
.fa-eye-slash:before {
 content:"\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
 content:"\f071"
}
.fa-plane:before {
 content:"\f072"
}
.fa-calendar:before {
 content:"\f073"
}
.fa-random:before {
 content:"\f074"
}
.fa-comment:before {
 content:"\f075"
}
.fa-magnet:before {
 content:"\f076"
}
.fa-chevron-up:before {
 content:"\f077"
}
.fa-chevron-down:before {
 content:"\f078"
}
.fa-retweet:before {
 content:"\f079"
}
.fa-shopping-cart:before {
 content:"\f07a"
}
.fa-folder:before {
 content:"\f07b"
}
.fa-folder-open:before {
 content:"\f07c"
}
.fa-arrows-v:before {
 content:"\f07d"
}
.fa-arrows-h:before {
 content:"\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
 content:"\f080"
}
.fa-twitter-square:before {
 content:"\f081"
}
.fa-facebook-square:before {
 content:"\f082"
}
.fa-camera-retro:before {
 content:"\f083"
}
.fa-key:before {
 content:"\f084"
}
.fa-gears:before,
.fa-cogs:before {
 content:"\f085"
}
.fa-comments:before {
 content:"\f086"
}
.fa-thumbs-o-up:before {
 content:"\f087"
}
.fa-thumbs-o-down:before {
 content:"\f088"
}
.fa-star-half:before {
 content:"\f089"
}
.fa-heart-o:before {
 content:"\f08a"
}
.fa-sign-out:before {
 content:"\f08b"
}
.fa-linkedin-square:before {
 content:"\f08c"
}
.fa-thumb-tack:before {
 content:"\f08d"
}
.fa-external-link:before {
 content:"\f08e"
}
.fa-sign-in:before {
 content:"\f090"
}
.fa-trophy:before {
 content:"\f091"
}
.fa-github-square:before {
 content:"\f092"
}
.fa-upload:before {
 content:"\f093"
}
.fa-lemon-o:before {
 content:"\f094"
}
.fa-phone:before {
 content:"\f095"
}
.fa-square-o:before {
 content:"\f096"
}
.fa-bookmark-o:before {
 content:"\f097"
}
.fa-phone-square:before {
 content:"\f098"
}
.fa-twitter:before {
 content:"\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
 content:"\f09a"
}
.fa-github:before {
 content:"\f09b"
}
.fa-unlock:before {
 content:"\f09c"
}
.fa-credit-card:before {
 content:"\f09d"
}
.fa-feed:before,
.fa-rss:before {
 content:"\f09e"
}
.fa-hdd-o:before {
 content:"\f0a0"
}
.fa-bullhorn:before {
 content:"\f0a1"
}
.fa-bell:before {
 content:"\f0f3"
}
.fa-certificate:before {
 content:"\f0a3"
}
.fa-hand-o-right:before {
 content:"\f0a4"
}
.fa-hand-o-left:before {
 content:"\f0a5"
}
.fa-hand-o-up:before {
 content:"\f0a6"
}
.fa-hand-o-down:before {
 content:"\f0a7"
}
.fa-arrow-circle-left:before {
 content:"\f0a8"
}
.fa-arrow-circle-right:before {
 content:"\f0a9"
}
.fa-arrow-circle-up:before {
 content:"\f0aa"
}
.fa-arrow-circle-down:before {
 content:"\f0ab"
}
.fa-globe:before {
 content:"\f0ac"
}
.fa-wrench:before {
 content:"\f0ad"
}
.fa-tasks:before {
 content:"\f0ae"
}
.fa-filter:before {
 content:"\f0b0"
}
.fa-briefcase:before {
 content:"\f0b1"
}
.fa-arrows-alt:before {
 content:"\f0b2"
}
.fa-group:before,
.fa-users:before {
 content:"\f0c0"
}
.fa-chain:before,
.fa-link:before {
 content:"\f0c1"
}
.fa-cloud:before {
 content:"\f0c2"
}
.fa-flask:before {
 content:"\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
 content:"\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
 content:"\f0c5"
}
.fa-paperclip:before {
 content:"\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
 content:"\f0c7"
}
.fa-square:before {
 content:"\f0c8"
}
.fa-naveicon: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: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-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-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"
}
