@charset 'UTF-8';

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent
}

.hamburger:hover {
  opacity: .7
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #000
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ''
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s ease .15s, transform .15s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .15s cubic-bezier(.895, .03, .685, .22) .1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
  transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .15s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .15s
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .32s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s;
  opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
  transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .15s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .15s
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .32s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s;
  opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
  transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .4s
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .15s ease .4s
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: .1s;
  transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: .1s;
  transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-duration: .4s
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .15s ease .4s
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: .1s;
  transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: .1s;
  transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .2s ease-in .25s
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
  transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
  overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .2s ease-in .25s
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .2s;
  transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
  top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
  top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .2s;
  transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .15s
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .32s;
  background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .15s
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .32s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .32s;
  opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .32s;
  transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
  transition: transform .1s cubic-bezier(.55, .055, .675, .19) .22s, background-color 0s linear .1s
}

.hamburger--stand .hamburger-inner:before {
  transition: top .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform .1s cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .22s;
  transform: rotate(90deg);
  background-color: transparent
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
  transition: transform .1s cubic-bezier(.55, .055, .675, .19) .22s, background-color 0s linear .1s
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom .1s ease-in .1s, transform .1s cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform .1s cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .22s;
  transform: rotate(-90deg);
  background-color: transparent
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out .12s, transform .1s cubic-bezier(.215, .61, .355, 1) .22s;
  transform: rotate(45deg)
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .3s
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .34s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .14s;
  opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
  transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .3s
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .34s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out, opacity .1s ease-out .14s;
  opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
  transform: rotate(90deg)
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-duration: .1s
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top .1s ease .14s, opacity .1s ease
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .14s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease, opacity .1s ease .14s;
  opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
  transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .3s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-duration: .3s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
  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;
  transform: rotate(-90deg)
}

.vb>.vb-dragger {
  z-index: 5;
  width: 8px;
  right: 0
}

.vb>.vb-dragger>.vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: background-color .1s ease-out, margin .1s ease-out, height .1s ease-out;
  transition: background-color .1s ease-out, margin .1s ease-out, height .1s ease-out;
  background-color: #16dec4;
  height: calc(100% - 10px);
  display: block
}

.vb.vb-scrolling-phantom>.vb-dragger>.vb-dragger-styler {
  background-color: #16dec4
}

.vb>.vb-dragger:hover>.vb-dragger-styler {
  background-color: #16dec4;
  margin: 0;
  height: 100%
}

.vb.vb-dragging>.vb-dragger>.vb-dragger-styler {
  background-color: #16dec4;
  margin: 0;
  height: 100%
}

.vb.vb-dragging-phantom>.vb-dragger>.vb-dragger-styler {
  background-color: #16dec4
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important
}

#swipebox-overlay img {
  border: none !important
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%
}

#swipebox-slider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0
}

#swipebox-slider .slide-loading {
  background: url(../img/loading.svg) center center no-repeat
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%
}

#swipebox-bottom-bar {
  bottom: 0
}

#swipebox-top-bar {
  top: 0;
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center
}

#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left
}

#swipebox-next {
  background-position: -78px 13px;
  float: right
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
  display: none
}

#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: .3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring .3s;
  animation: rightSpring .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring .3s;
  animation: leftSpring .3s
}

.swipebox-touch #swipebox-container:after,
.swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1
}

@-webkit-keyframes rightSpring {

  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }
}

@keyframes rightSpring {

  0%,
  100% {
    left: 0
  }

  50% {
    left: -30px
  }
}

@-webkit-keyframes leftSpring {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }
}

@keyframes leftSpring {

  0%,
  100% {
    left: 0
  }

  50% {
    left: 30px
  }
}

@media screen and (min-width:800px) {
  #swipebox-close {
    right: 10px
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px
  }
}

#swipebox-overlay {
  background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: .95
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -webkit-font-smoothing: antialiased
}

.container {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

main {
  clear: both;
  height: auto;
  width: 100%;
  float: left
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
  background: #fff;
  width: 100%;
  font-size: 14px;
  padding: 8px 5px
}

input[type=file] {
  width: 280px;
  font-size: 12px
}

input[type=email],
input[type=email]:focus,
input[type=number],
input[type=number]:focus,
input[type=tel],
input[type=tel]:focus,
input[type=text],
input[type=text]:focus,
textarea,
textarea:focus {
  transition: all .5s
}

textarea {
  resize: none;
  height: 150px
}

fieldset {
  border: none;
  padding: 0;
  margin: 0
}

.hide {
  display: none
}

.tar {
  text-align: right
}

.ttu {
  text-transform: uppercase
}

.ttn {
  text-transform: none
}

.fwn {
  font-weight: 400
}

.fwb {
  font-weight: 700
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.clb {
  clear: both
}

.ovh {
  overflow: hidden
}

.posr {
  position: relative
}

.tal {
  text-align: left
}

.tac {
  text-align: center
}

.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden
}

.vat {
  vertical-align: top
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #023662;
  z-index: 1000
}

header.active {
  height: 60px;
  background: #034c8a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .3)
}

header.active .container {
  height: 60px
}

header .logo {
  max-width: 134px;
  max-height: 80px;
  display: block
}

header .logo.active {
  max-width: 80px;
  max-height: 50px
}

header .logo img {
  max-width: 100%;
  height: auto;
  display: block
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: calc(100% - 40px);
  overflow: visible
}

.menu-redes {
  width: 800px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap
}

.links {
  width: 300px;
  margin-right: 50px
}

.header-redes-sociais {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-redes-sociais a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1.5px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  opacity: .8
}

.header-redes-sociais a:hover {
  opacity: 1
}

.header-redes-sociais a.facebook {
  background-image: url(../img/facebook1.svg)
}

.header-redes-sociais a.instagram {
  background-image: url(../img/instagram1.svg)
}

.header-redes-sociais a.youtube {
  background-image: url(../img/youtube3.svg)
}

.menu {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.menu li {
  position: relative
}

.menu li:hover>a {
  opacity: 1;
  border-bottom: 1px solid #fff
}

.menu li:hover ul {
  transform: rotateX(0);
  visibility: visible;
  opacity: 1
}

.menu li ul {
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 40px;
  transform-origin: 0 -8px;
  will-change: opacity, transform;
  width: 200px;
  background: #fff;
  transform: rotateX(-90deg);
  border-radius: 3px;
  box-shadow: 0 0 3px 3px rgba(20, 20, 20, .3)
}

.menu li ul:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 50px
}

.menu li ul a {
  color: #777;
  font-size: 14px
}

.menu li ul a:hover {
  color: #333
}

.menu li ul li {
  padding: 5px 10px
}

.menu li.current_page_item a {
  opacity: 1;
  border-bottom: 1px solid #fff
}

.menu a {
  opacity: .7;
  will-change: opacity;
  padding: 5px 0;
  border-bottom: 1px solid transparent
}

.menu a:hover {
  opacity: 1;
  border-bottom: 1px solid #fff
}

.hamburger-box {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  margin-top: -15.5px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  display: none
}

.hamburger-box.is-active .hamburger {
  transform: rotate(45deg);
  background: #fff
}

.hamburger-box.is-active .hamburger:after,
.hamburger-box.is-active .hamburger:before {
  transform: rotate(90deg);
  background: #fff
}

.hamburger-box.is-active .hamburger:after {
  top: 0
}

.hamburger-box.is-active .hamburger:before {
  bottom: 0
}

.hamburger {
  width: 31px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  padding: 0;
  z-index: 1111
}

.hamburger:after,
.hamburger:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff
}

.hamburger:after {
  top: -10px
}

.hamburger:before {
  bottom: -10px
}

.hamburger {
  width: 31px;
  height: 15px;
  cursor: pointer;
  position: fixed;
  top: 48px;
  right: 20px;
  padding: 0;
  z-index: 111;
  display: none
}

.hamburger.is-active,
.hamburger.is-active.active {
  top: 23px
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active.active .hamburger-inner {
  background: laranja
}

.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active.active .hamburger-inner:after,
.hamburger.is-active.active .hamburger-inner:before {
  background: laranja
}

.hamburger.active {
  top: 23px
}

.hamburger-box {
  width: 31px;
  z-index: 100
}

.hamburger-inner {
  width: 31px;
  background: laranja
}

.hamburger-inner:after,
.hamburger-inner:before {
  width: 31px;
  background: laranja
}

@media all and (max-width:1050px) {
  main .container {
    width: calc(100% - 40px)
  }

  .coletivo-list {
    float: none;
    width: calc(100% - 50px);
    margin: 50px auto 0
  }
}

@media all and (max-width:1000px) {
  .component p {
    font-size: 16px
  }

  header .container {
    width: calc(100% - 20px)
  }

  .links {
    margin-right: 30px
  }

  .menu a {
    font-size: 14px
  }

  main h2 {
    font-size: 50px
  }

  .single-post h1 {
    font-size: 32px
  }

  .testimonial-list .testimonial-item-image {
    width: 120px;
    height: 120px
  }

  .blog-home-list {
    grid-gap: 15px
  }

  .atendimento h4 {
    font-size: 20px;
    line-height: 25px
  }

  header .logo {
    max-width: 100px
  }

  .search-box {
    width: 38px;
    position: absolute;
    right: 0;
    z-index: 2
  }

  .search-box input {
    padding-left: 30px
  }

  .search-box.focused {
    width: 100%
  }

  .search-box.focused input {
    padding-left: 40px
  }

  .categories {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    width: calc(100% - 55px);
    overflow-x: hidden;
    overflow-y: visible;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fafafa
  }

  .categories:hover {
    overflow-x: auto
  }

  .categories ul {
    white-space: nowrap
  }

  .categories ul li:last-child {
    margin-right: 0
  }
}

@media all and (max-width:850px) {
  .blog-home-list {
    grid-template-columns: 1fr 1fr
  }

  .blog-home-list .blog-home-item-image {
    height: 0;
    padding-bottom: 100%
  }

  .blog-home-list .blog-home-item.first-item-home {
    grid-column: span 2
  }

  .blog-home-list .blog-home-item.first-item-home .blog-home-item-image {
    height: 0;
    padding-bottom: 50%
  }

  .testimonial-list {
    grid-template-columns: 1fr
  }

  main h2 {
    font-size: 45px
  }

  .component h2 {
    font-size: 36px
  }

  .coletivo-list .coletivo-item {
    width: calc(100% / 2 - 30px)
  }
}

@media all and (max-width:650px) {
  .component p {
    font-size: 14px
  }

  .main-motto h2 {
    font-size: 23px
  }

  main .container {
    width: calc(100% - 20px)
  }

  main h2 {
    font-size: 38px
  }

  .hamburger-box {
    display: block
  }

  .menu-redes {
    z-index: 100;
    position: fixed;
    top: 0;
    background: #034c8a;
    width: 300px;
    height: 100%;
    right: 0;
    padding: 30px;
    align-content: center;
    transform: translateX(400px)
  }

  .menu-redes.active {
    transform: translateX(0)
  }

  .links {
    width: 100%;
    margin: 0
  }

  .menu {
    flex-wrap: wrap;
    justify-content: flex-end
  }

  .menu li {
    width: 100%;
    text-align: right;
    height: auto;
    padding: 0;
    min-height: 40px
  }

  .menu li ul {
    width: 100%;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: transparent
  }

  .menu li ul a {
    color: #fff
  }

  .menu li ul a:hover {
    color: #fff
  }

  .menu li ul li {
    padding: 0;
    min-height: 30px;
    line-height: 30px
  }

  .menu a {
    height: 40px;
    font-size: 18px
  }

  .header-redes-sociais {
    margin: 20px 0 0
  }

  header .logo {
    position: relative;
    z-index: 101
  }

  .single-post h1 {
    font-size: 26px
  }

  .component h2 {
    font-size: 26px
  }
}

@media all and (max-width:550px) {
  .coletivo-list .coletivo-item {
    width: 100%
  }

  .testimonials {
    padding-bottom: 0
  }

  main h2 {
    font-size: 32px
  }

  main p {
    font-size: 14px
  }

  .blog-home-list {
    grid-template-columns: 1fr
  }

  .blog-home-list .blog-home-item.first-item-home {
    grid-column: span 1
  }

  .blog-home-list .blog-home-item.first-item-home .blog-home-item-image {
    padding-bottom: 100%
  }

  .menu-redes {
    width: 100%;
    transform: translateX(100%)
  }

  .footer-credits .container {
    width: calc(100% - 10px);
    flex-wrap: wrap
  }

  .footer-credits .container p {
    font-size: 14px;
    width: 100%;
    margin: 5px 0
  }

  .footer-credits .container .hide-mobile {
    display: none
  }

  .footer-credits .container a {
    margin: 0
  }
}

@media all and (max-width:350px) {
  .component h2 {
    font-size: 22px
  }

  .single-post h1 {
    font-size: 22px
  }

  .testimonial-list .testimonial-item-image {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    float: none
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]-moz-focusring,
[type=reset]-moz-focusring,
[type=submit]-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]-moz-focusring,
[type=reset]-moz-focusring,
[type=submit]-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -webkit-font-smoothing: antialiased
}

.container {
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

main {
  clear: both;
  height: auto;
  width: 100%;
  float: left
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
  background: #fff;
  width: 100%;
  font-size: 14px;
  padding: 8px 5px
}

input[type=file] {
  width: 280px;
  font-size: 12px
}

input[type=email],
input[type=email]:focus,
input[type=number],
input[type=number]:focus,
input[type=tel],
input[type=tel]:focus,
input[type=text],
input[type=text]:focus,
textarea,
textarea:focus {
  transition: all .5s
}

textarea {
  resize: none;
  height: 150px
}

fieldset {
  border: none;
  padding: 0;
  margin: 0
}

.hide {
  display: none
}

.tar {
  text-align: right
}

.ttu {
  text-transform: uppercase
}

.ttn {
  text-transform: none
}

.fwn {
  font-weight: 400
}

.fwb {
  font-weight: 700
}

.pull-left {
  float: left
}

.pull-right {
  float: right
}

.clb {
  clear: both
}

.ovh {
  overflow: hidden
}

.posr {
  position: relative
}

.tal {
  text-align: left
}

.tac {
  text-align: center
}

.hidden {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden
}

.vat {
  vertical-align: top
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #023662;
  transition: all .2s ease-out;
  z-index: 1000
}

header.active {
  height: 60px;
  background: #034c8a;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .3);
  transition: all .2s ease-out
}

header.active .container {
  height: 60px;
  transition: all .2s ease-out
}

header .logo {
  max-width: 134px;
  max-height: 80px;
  display: block;
  transition: all .2s ease-out
}

header .logo.active {
  max-width: 80px;
  max-height: 50px
}

header .logo img {
  max-width: 100%;
  height: auto;
  display: block
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: calc(100% - 40px);
  overflow: visible;
  transition: all .2s ease-out
}

.menu-redes {
  width: 800px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap
}

.links {
  width: 300px;
  margin-right: 50px
}

.header-redes-sociais {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header-redes-sociais a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  border: 1.5px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
  opacity: .8;
  transition: all .2s ease-out
}

.header-redes-sociais a:hover {
  transition: all .2s ease-out;
  opacity: 1
}

.header-redes-sociais a.facebook {
  background-image: url(../img/facebook1.svg)
}

.header-redes-sociais a.instagram {
  background-image: url(../img/instagram1.svg)
}

.header-redes-sociais a.youtube {
  background-image: url(../img/youtube3.svg)
}

.menu {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.menu li {
  position: relative
}

.menu li:hover>a {
  opacity: 1;
  transition: all .2s ease-out;
  border-bottom: 1px solid #fff
}

.menu li:hover ul {
  transition: all .2s ease-out;
  transform: rotateX(0);
  visibility: visible;
  opacity: 1
}

.menu li ul {
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 40px;
  transform-origin: 0 -8px;
  will-change: opacity, transform;
  width: 200px;
  background: #fff;
  transform: rotateX(-90deg);
  border-radius: 3px;
  transition: all .2s ease-out;
  box-shadow: 0 0 3px 3px rgba(20, 20, 20, .3)
}

.menu li ul:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 50px
}

.menu li ul a {
  color: #777;
  font-size: 14px
}

.menu li ul a:hover {
  color: #333
}

.menu li ul li {
  padding: 5px 10px
}

.menu li.current_page_item a {
  opacity: 1;
  transition: all .2s ease-out;
  border-bottom: 1px solid #fff
}

.menu a {
  text-decoration: none;
  color: #fff;
  opacity: .7;
  transition: all .2s ease-out;
  will-change: opacity;
  padding: 5px 0;
  border-bottom: 1px solid transparent
}

.menu a:hover {
  opacity: 1;
  transition: all .2s ease-out;
  border-bottom: 1px solid #fff
}

.hamburger-box {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  margin-top: -15.5px;
  right: 10px;
  z-index: 10000;
  cursor: pointer;
  display: none
}

.hamburger-box.is-active .hamburger {
  transform: rotate(45deg);
  background: #fff
}

.hamburger-box.is-active .hamburger:after,
.hamburger-box.is-active .hamburger:before {
  transform: rotate(90deg);
  background: #fff;
  transition: all .2s ease-out
}

.hamburger-box.is-active .hamburger:after {
  top: 0
}

.hamburger-box.is-active .hamburger:before {
  bottom: 0
}

.hamburger {
  width: 31px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  padding: 0;
  z-index: 1111;
  transition: all .2s ease-out
}

.hamburger:after,
.hamburger:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  transition: all .2s ease-out
}

.hamburger:after {
  top: -10px
}

.hamburger:before {
  bottom: -10px
}

html {
  font-family: 'Open Sans', sans-serif;
  scrollbar-color: #023662 #01203b
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-button,
height: 7px,
scrollbar-width: thin,
width: 7px {
  width: 0;
  height: 0
}

body::-webkit-scrollbar-track {
  background-color: #c4c4c4;
  border-radius: 50px;
  border: none
}

body::-webkit-scrollbar-thumb {
  background-color: #023662;
  border: none;
  border-radius: 50px
}

.box-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fdfdfd;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-out;
  display: flex;
  position: fixed;
  z-index: 10000
}

.box-loading.active {
  opacity: 1;
  visibility: visible;
  transition: all .2s ease-out
}

.box-loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  animation: tourning .4s infinite linear
}

input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
  border: 1px solid #efefef;
  padding: 0 10px;
  color: #212121;
  width: 100%;
  margin-bottom: 5px;
  height: 36px;
  outline: 0;
  font-size: 14px;
  transition: all .2s ease-out
}

input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #666
}

input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #666;
  opacity: 1
}

input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #666;
  opacity: 1
}

input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #666
}

input[type=email].read-only,
input[type=file].read-only,
input[type=number].read-only,
input[type=tel].read-only,
input[type=text].read-only,
select.read-only,
textarea.read-only {
  background: #cdcdcd;
  color: #676767;
  border: 1px solid #ccc
}

input[type=email].read-only:focus,
input[type=file].read-only:focus,
input[type=number].read-only:focus,
input[type=tel].read-only:focus,
input[type=text].read-only:focus,
select.read-only:focus,
textarea.read-only:focus {
  border-color: #ccc
}

input[type=email].error,
input[type=file].error,
input[type=number].error,
input[type=tel].error,
input[type=text].error,
select.error,
textarea.error {
  border-color: #eb4d4b
}

input[type=email].dark,
input[type=file].dark,
input[type=number].dark,
input[type=tel].dark,
input[type=text].dark,
select.dark,
textarea.dark {
  background-color: #525252;
  border: 1px solid #4a4a4a;
  color: #fff;
  color: #fff
}

input[type=email].dark::-webkit-input-placeholder,
input[type=file].dark::-webkit-input-placeholder,
input[type=number].dark::-webkit-input-placeholder,
input[type=tel].dark::-webkit-input-placeholder,
input[type=text].dark::-webkit-input-placeholder,
select.dark::-webkit-input-placeholder,
textarea.dark::-webkit-input-placeholder {
  color: #fff
}

input[type=email].dark:-moz-placeholder,
input[type=file].dark:-moz-placeholder,
input[type=number].dark:-moz-placeholder,
input[type=tel].dark:-moz-placeholder,
input[type=text].dark:-moz-placeholder,
select.dark:-moz-placeholder,
textarea.dark:-moz-placeholder {
  color: #fff;
  opacity: 1
}

input[type=email].dark::-moz-placeholder,
input[type=file].dark::-moz-placeholder,
input[type=number].dark::-moz-placeholder,
input[type=tel].dark::-moz-placeholder,
input[type=text].dark::-moz-placeholder,
select.dark::-moz-placeholder,
textarea.dark::-moz-placeholder {
  color: #fff;
  opacity: 1
}

input[type=email].dark:-ms-input-placeholder,
input[type=file].dark:-ms-input-placeholder,
input[type=number].dark:-ms-input-placeholder,
input[type=tel].dark:-ms-input-placeholder,
input[type=text].dark:-ms-input-placeholder,
select.dark:-ms-input-placeholder,
textarea.dark:-ms-input-placeholder {
  color: #fff
}

input[type=email]:invalid,
input[type=file]:invalid,
input[type=number]:invalid,
input[type=tel]:invalid,
input[type=text]:invalid,
select:invalid,
textarea:invalid {
  color: #666
}

input[type=email]:focus,
input[type=file]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border-color: #525252
}

textarea {
  padding: 10px;
  height: 160px;
  resize: none
}

textarea.small {
  height: 80px
}

.destaque-master {
  width: 100%;
  float: left;
  clear: both;
  position: relative
}

.destaque-master .swiper-slide {
  height: 0;
  padding-bottom: 45%;
  position: relative
}

.destaque-master .swiper-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.destaque-master .container {
  width: 1050px;
  height: 100%;
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.single-post {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 50px 0
}

.single-post h1 {
  margin: 0 0 20px;
  font-size: 40px;
  color: #343439
}

.single-post h5 {
  margin: 0;
  color: #565656;
  font-weight: 400;
  font-size: 14px;
  display: none;
}

.component-master {
  padding: 50px 0;
  width: 100%;
  float: left;
  clear: both;
  position: relative
}

.component {
  width: 100%;
  float: left;
  clear: both;
  position: relative
}

.component .container.container-text {
  width: 900px
}

.component p {
  color: #4d4d4d;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 20px
}

.component h2 {
  margin: 0 0 20px;
  color: #62b9c4;
  font-size: 40px
}

.component h3 {
  color: #62b9c4;
  margin: 0 0 30px;
  text-align: center;
  font-weight: 400;
  font-size: 20px
}

.component a {
  text-decoration: none;
  color: #62b9c4;
  border-bottom: 1px dotted #62b9c4
}

.component a:hover {
  border-bottom: 1px solid #62b9c4
}

.component.text-component.center {
  text-align: center
}

.component.text-component.right {
  text-align: right
}

.component.text-component.left {
  text-align: left
}

.component.text-component img {
  margin: 30px 0;
  max-width: 100%;
  display: block;
  height: auto
}

.sharer {
  width: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0
}

.sharer a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .2s ease-out
}

.sharer a:hover {
  transition: all .2s ease-out
}

.sharer a.facebook {
  background-image: url(../img/facebook1.svg);
  background-size: auto 20px;
  background-color: #3b5998
}

.sharer a.facebook:hover {
  background-color: #355089
}

.sharer a.twitter {
  background-color: #0d95e8;
  background-image: url(../img/twitter1.svg);
  background-size: auto 20px
}

.sharer a.twitter:hover {
  background-color: #0c86d1
}

.sharer a.whatsapp {
  background-color: #0cc042;
  background-image: url(../img/whatsapp1.svg);
  background-size: auto 20px
}

.sharer a.whatsapp:hover {
  background-color: #0bad3b
}

.main-motto {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background: #023662
}

.main-motto .container {
  padding: 15px 0
}

.main-motto h2 {
  color: #fff;
  margin: 0;
  font-size: 32px;
  text-align: center
}

.image-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.image-text.right img {
  order: 2
}

.image-text.right .image-text-text {
  order: 1
}

.image-text.left img {
  order: 1
}

.image-text.left .image-text-text {
  order: 2
}

.image-text img {
  max-width: 220px;
  display: block
}

.image-text .image-text-text {
  width: calc(100% - 350px)
}

.image-text .image-text-text p {
  margin: 0;
  font-size: 20px
}

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

.video-content {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%
}

.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.btn-zap-area {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin-top: 20px;
  text-align: center
}

.btn-zap-area .btn-zap {
  width: 220px;
  height: 40px;
  background: #01e675;
  color: #fff;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  align-items: center;
  margin: 0 auto;
  transition: all .2s ease-out
}

.btn-zap-area .btn-zap:hover {
  background-color: #01cf69;
  transition: all .2s ease-out
}

.btn-zap-area .btn-zap img {
  max-width: 20px;
  margin-right: 5px
}

.center-psicanalista {
  width: 200px;
  margin: 40px auto;
  height: 200px;
  display: block;
  border-radius: 200px
}

main {
  margin-top: 100px;
  min-height: 100vh
}

main .container {
  width: 900px
}

main .main-container {
  padding: 80px 0 0
}

main .blog-container {
  padding: 20px 0 0
}

main .blog-container>p {
  text-align: center
}

main h2 {
  font-size: 60px;
  text-align: center;
  color: #62b9c4;
  margin: 0 0 40px
}

main p {
  color: #323232;
  line-height: 1.7
}

.intro {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 50px 0
}

.page-feature-image {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: center top;
  height: 226px
}

.page-feature-image.desktop {
  display: block
}

.page-feature-image.mobile {
  display: none
}

.page-feature-image .container {
  width: 1200px;
  height: 100%;
  padding: 0
}

.no-result {
  height: 300px;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  align-content: center
}

.no-result img {
  max-width: 64px;
  height: auto
}

.no-result p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 20px 0 0
}

.blog-search-category {
  margin: 0 0 30px;
  display: flex;
  width: 100%;
  background: #fff;
  z-index: 10;
  height: 60px;
  position: sticky;
  top: 60px;
  left: 0;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px 0
}

.categories {
  width: calc(100% - 290px)
}

.categories ul {
  display: flex;
  align-items: center
}

.categories li {
  margin-right: 10px
}

.categories li.active a {
  background: #034c8a;
  color: #fff
}

.categories li.active a:hover {
  background: #034c8a
}

.categories a {
  text-decoration: none;
  color: #034c8a;
  background: #f7f7f7;
  padding: 5px 8px;
  border-radius: 3px;
  font-size: 14px;
  transition: all .2s ease-out
}

.categories a:hover {
  background: #d2d2d2;
  color: #0460ae;
  transition: all .2s ease-out
}

.search-box {
  width: 280px
}

.search-box input {
  border-radius: 3px;
  border: 1px solid #cedced;
  padding-left: 40px;
  background-image: url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 18px
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 30px 0
}

.pagination .page-numbers-ajax li.disabled {
  display: none
}

.pagination .page-numbers-ajax li.active a {
  color: #535353;
  background: #ededed;
  border-color: #ededed
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center
}

.pagination li {
  margin: 5px
}

.pagination a,
.pagination span {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px
}

.pagination a {
  text-decoration: none;
  color: #034c8a;
  border: 2px solid #034c8a;
  color: #034c8a;
  transition: all .2s ease-out
}

.pagination a:hover {
  background: #034c8a;
  color: #fff;
  transition: all .2s ease-out
}

.pagination span {
  color: #535353;
  background: #ededed
}

.atendimento {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  background-attachment: fixed
}

.atendimento:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(2, 54, 98, .88)
}

.atendimento .container {
  position: relative;
  z-index: 2;
  padding: 50px 0
}

.atendimento p {
  color: #fff
}

.atendimento h4 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 36px
}

.coletivo {
  background: #fafafa;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 50px 0
}

.coletivo .container {
  padding: 0;
  overflow: visible
}

.coletivo .coletivo-text {
  text-align: center
}

.coletivo-list {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.coletivo-list .arrow {
  outline: 0;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 43%;
  will-change: opacity;
  width: 32px;
  height: 32px;
  background-position: center center;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: auto 28px;
  transition: all .2s ease-out
}

.coletivo-list .arrow.arrow-prev {
  left: -30px;
  background-image: url(../img/prev.svg)
}

.coletivo-list .arrow.arrow-next {
  right: -30px;
  background-image: url(../img/next.svg)
}

.coletivo-list .arrow:hover {
  opacity: .6;
  will-change: opacity;
  transition: all .2s ease-out
}

.coletivo-list .coletivo-item {
  text-decoration: none;
  width: calc(100% / 3 - 20px);
  display: flex;
  padding: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start
}

.coletivo-list .coletivo-item:hover .coletivo-item-image {
  transform: scale(1.05);
  transition: all .2s ease-out
}

.coletivo-list .coletivo-item h5 {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin: 0 0 10px
}

.coletivo-list .coletivo-item h6 {
  font-size: 14px;
  color: #454545;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px
}

.coletivo-list .coletivo-item p {
  font-size: 14px;
  color: #757575;
  text-align: center
}

.coletivo-list .coletivo-item-image {
  width: 175px;
  height: 175px;
  border-radius: 100%;
  margin: 0 0 30px;
  will-change: transform;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .2s ease-out
}

.coletivo-list .coletivo-item-info {
  width: 100%
}

.coletivo-list .btn {
  width: 160px;
  height: 40px
}

.testimonials {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 50px 0
}

.testimonials .container {
  overflow: visible
}

.testimonials-text {
  text-align: center
}

.testimonial-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  margin: 40px 0
}

.testimonial-list .testimonial-item-image {
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 10px;
  margin-right: 20px;
  float: left;
  position: relative;
  z-index: 1
}

.testimonial-list .testimonial-item {
  width: 100%;
  border-radius: 20px;
  background: #fafafa;
  padding: 20px;
  position: relative;
}

.testimonial-list .testimonial-item:after,
.testimonial-list .testimonial-item:before {
  content: '';
  position: absolute;
  z-index: 2;
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover
}

.testimonial-list .testimonial-item:before {
  background-image: url(../img/001-left-quotes-sign.svg);
  top: 10px;
  left: 10px
}

.testimonial-list .testimonial-item:after {
  background-image: url(../img/002-right-quotes-symbol.svg);
  bottom: 10px;
  right: 10px
}

.testimonial-list .testimonial-item p {
  margin: 0;
  font-size: 14px;
  font-style: italic
}

.testimonial-list .testimonial-item h4 {
  color: #023662;
  margin: 20px 0 5px
}

.testimonial-list .testimonial-item h5 {
  color: #4dafbc;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 14px
}

.blog-home-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px
}

.blog-home-list:hover .blog-home-item {
  opacity: .8;
  transition: all .2s ease-out
}

.blog-home-list:hover .blog-home-item:hover {
  opacity: 1;
  transition: all .2s ease-out
}

.blog-home-list .blog-home-item {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all .2s ease-out
}

.blog-home-list .blog-home-item-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 280px;
  display: block;
  border-radius: 5px
}

.blog-home-list .blog-home-item-info p {
  font-weight: 700
}

.blog-home-list .blog-home-item-info p small {
  font-weight: 400;
  display: none;
}

.footer-credits {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 10px 0;
  text-align: center;
  background: #01203b
}

.footer-credits .container {
  display: flex;
  justify-content: center;
  align-items: center
}

.footer-credits .container a {
  margin-left: 10px
}

.footer-credits .container p {
  color: #fff;
  margin: 0;
  font-size: 14px
}

.blog-home-list-master,
.blog-single-list-master {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin: 50px 0 0;
  padding: 50px 0;
  background: #fff
}

.blog-home-list-master h3,
.blog-single-list-master h3 {
  color: #01203b;
  margin: 0 0 20px
}

.blog-single-list-master {
  margin-top: 0;
  padding-top: 0
}

.blog-home {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  padding: 50px 0 0;
  background: #fafafa
}

.blog-home .container {
  overflow: visible
}

.blog-home h3 {
  color: #023662
}

.blog-action {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: center;
  background: #fff;
  padding: 0 0 50px
}

.btn {
  width: 200px;
  display: flex;
  margin: 0 auto;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #023662;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-out
}

.btn.btn-small {
  width: 140px;
  height: 36px;
  font-size: 14px
}

.btn:hover {
  transition: all .2s ease-out;
  background: #023158
}

.forms-button {
  margin: 15px 0 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  float: left;
  clear: both;
  position: relative
}

.forms-button.small {
  margin-top: 5px
}

.forms-button button {
  border: none;
  cursor: pointer
}

.forms-button button:hover {
  background: #022c4f
}

.form-close {
  font-size: 54px;
  right: 0;
  width: 36px;
  padding: 0;
  height: 36px;
  border: none;
  background: #fff;
  top: 10px;
  transform: translateX(-50%);
  color: #fff;
  cursor: pointer;
  position: absolute;
  transition: all .2s ease-out;
  background-image: url(../img/close.svg);
  background-size: auto 15px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .2s ease-out
}

.form-close.mobile {
  display: none
}

.form-close:hover {
  color: #dedede;
  transition: all .2s ease-out
}

.form-loading,
.form-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  background: #faf9fa;
  transition: all .2s ease-out
}

.form-loading.active,
.form-result.active {
  transition: all .2s ease-out;
  visibility: visible;
  opacity: 1
}

.form-loading img,
.form-result img {
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: tourning .5s linear infinite
}

.form-result {
  padding: 20px;
  text-align: center;
  background: #034c8a
}

.form-result .form-result-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px)
}

.form-result h4 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-size: 32px;
  margin: 0 0 15px
}

.form-result p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  position: relative
}

.form-result a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all .2s ease-out
}

.form-result a:hover {
  border-color: #fff;
  transition: all .2s ease-out
}

.form-result-close {
  color: #4d4d4d;
  display: block;
  width: 32px;
  position: absolute;
  cursor: pointer;
  border: none;
  top: 15px;
  right: 15px;
  height: 32px;
  display: flex;
  z-index: 100;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  background-color: #eee;
  background-image: url(../img/close.svg);
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .2s ease-out
}

.form-result-close:hover {
  background-color: #d6d6d6;
  color: #eee;
  transition: all .2s ease-out
}

.forms {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  font-size: 0;
  padding: 5px 0 20px;
  text-align: center
}

.forms.goto {
  padding-top: 20px;
  margin-top: 30px
}

.forms.poss {
  position: static
}

.forms h3 {
  font-size: 30px;
  color: #023662
}

.field {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  margin: 0 0 10px
}

.field.desktop {
  display: block
}

.field.mobile {
  display: none
}

.field.half {
  width: calc(50% - 10px)
}

.field label {
  font-size: 14px;
  margin: 0 0 5px;
  width: 100%;
  color: #4d4d4d;
  text-align: left;
  display: block;
  padding: 0 10px 0 0
}

.fields-group {
  display: flex;
  width: 100%;
  justify-content: space-between
}

.field-grid-newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.field-grid-newsletter input {
  width: calc(42% - 5px);
  margin: 0
}

.field-grid-newsletter .btn {
  width: calc(15% - 5px)
}

.field-action {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap
}

@media all and (max-width:1050px) {
  main .container {
    width: calc(100% - 40px)
  }

  .coletivo-list {
    float: none;
    width: calc(100% - 50px);
    margin: 50px auto 0
  }
}

@media all and (max-width:1000px) {
  .component p {
    font-size: 16px
  }

  header .container {
    width: calc(100% - 20px)
  }

  .links {
    margin-right: 30px
  }

  .menu a {
    font-size: 14px
  }

  main h2 {
    font-size: 50px
  }

  .single-post h1 {
    font-size: 32px
  }

  .testimonial-list .testimonial-item-image {
    width: 120px;
    height: 120px
  }

  .blog-home-list {
    grid-gap: 15px
  }

  .atendimento h4 {
    font-size: 20px;
    line-height: 25px
  }

  header .logo {
    max-width: 100px
  }

  .search-box {
    width: 38px;
    position: absolute;
    right: 0;
    z-index: 2;
    transition: all .2s ease-out
  }

  .search-box input {
    padding-left: 30px
  }

  .search-box.focused {
    transition: all .2s ease-out;
    width: 100%
  }

  .search-box.focused input {
    padding-left: 40px
  }

  .categories {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    width: calc(100% - 55px);
    overflow-x: hidden;
    overflow-y: visible;
    transition: all .2s ease-out;
    scrollbar-width: thin;
    scrollbar-color: #ddd #fafafa
  }

  .categories:hover {
    overflow-x: auto;
    transition: all .2s ease-out
  }

  .categories ul {
    white-space: nowrap
  }

  .categories ul li:last-child {
    margin-right: 0
  }
}

@media all and (max-width:850px) {
  .blog-home-list {
    grid-template-columns: 1fr 1fr
  }

  .blog-home-list .blog-home-item-image {
    height: 0;
    padding-bottom: 100%
  }

  .blog-home-list .blog-home-item.first-item-home {
    grid-column: span 2
  }

  .blog-home-list .blog-home-item.first-item-home .blog-home-item-image {
    height: 0;
    padding-bottom: 50%
  }

  .testimonial-list {
    grid-template-columns: 1fr
  }

  main h2 {
    font-size: 45px
  }

  .component h2 {
    font-size: 36px
  }

  .coletivo-list .coletivo-item {
    width: calc(100% / 2 - 30px)
  }
}

@media all and (max-width:650px) {
  .component p {
    font-size: 14px
  }

  .main-motto h2 {
    font-size: 23px
  }

  main .container {
    width: calc(100% - 20px)
  }

  main h2 {
    font-size: 38px
  }

  .hamburger-box {
    display: block
  }

  .menu-redes {
    z-index: 100;
    position: fixed;
    top: 0;
    background: #034c8a;
    width: 300px;
    height: 100%;
    right: 0;
    padding: 30px;
    align-content: center;
    transform: translateX(400px);
    transition: all .2s ease-out
  }

  .menu-redes.active {
    transform: translateX(0);
    transition: all .2s ease-out
  }

  .links {
    width: 100%;
    margin: 0
  }

  .menu {
    flex-wrap: wrap;
    justify-content: flex-end
  }

  .menu li {
    width: 100%;
    text-align: right;
    height: auto;
    padding: 0;
    min-height: 40px
  }

  .menu li ul {
    width: 100%;
    box-shadow: none;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: transparent
  }

  .menu li ul a {
    color: #fff
  }

  .menu li ul a:hover {
    color: #fff
  }

  .menu li ul li {
    padding: 0;
    min-height: 30px;
    line-height: 30px
  }

  .menu a {
    height: 40px;
    font-size: 18px
  }

  .header-redes-sociais {
    margin: 20px 0 0
  }

  header .logo {
    position: relative;
    z-index: 101
  }

  .single-post h1 {
    font-size: 26px
  }

  .component h2 {
    font-size: 26px
  }
}

@media all and (max-width:550px) {
  .coletivo-list .coletivo-item {
    width: 100%
  }

  .testimonials {
    padding-bottom: 0
  }

  main h2 {
    font-size: 32px
  }

  main p {
    font-size: 14px
  }

  .blog-home-list {
    grid-template-columns: 1fr
  }

  .blog-home-list .blog-home-item.first-item-home {
    grid-column: span 1
  }

  .blog-home-list .blog-home-item.first-item-home .blog-home-item-image {
    padding-bottom: 100%
  }

  .menu-redes {
    width: 100%;
    transform: translateX(100%)
  }

  .footer-credits .container {
    width: calc(100% - 10px);
    flex-wrap: wrap
  }

  .footer-credits .container p {
    font-size: 14px;
    width: 100%;
    margin: 5px 0
  }

  .footer-credits .container .hide-mobile {
    display: none
  }

  .footer-credits .container a {
    margin: 0
  }
}

@media all and (max-width:350px) {
  .component h2 {
    font-size: 22px
  }

  .single-post h1 {
    font-size: 22px
  }

  .testimonial-list .testimonial-item-image {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
    float: none
  }
}

@-moz-keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@-webkit-keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@-o-keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@-moz-keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@-webkit-keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@-o-keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@keyframes tourning {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}





.coletivo-list .coletivo-item-image{
      background-size: contain !important;
  }