﻿@charset "UTF-8";
.group:after, .group:before {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.clearfix {
  overflow: hidden; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px; }

.container:after, .container:before {
  content: "";
  display: table; }

.container:after {
  clear: both; }

* {
  box-sizing: border-box; }

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, cite, code, dd, div, dl, dt, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, i, iframe, img, label, li, nav, object, ol, p, pre, section, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, ul, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, audio, canvas, footer, header, nav, section, video {
  display: block; }

html {
  -ms-text-size-adjust: 100%;
  color: #252931;
  font-family: Source Sans Pro,sans-serif;
  font-style: normal;
  line-height: 1.5; }

body, html {
  position: relative;
  width: 100%; }

body {
  height: 100%;
  min-width: 320px;
  z-index: 25; }

img {
  display: block;
  vertical-align: middle; }

main > section {
  padding: 4.25rem 0; }

.success {
  border: 2px solid #3bc892;
  border-radius: 5px;
  color: #3bc892; }

.error, .success {
  margin: 1.5em auto;
  padding: 1em 2em;
  position: relative; }

.error {
  border: 2px solid #f74f58;
  border-radius: 5px;
  color: #f74f58; }

.error ul, .error ul li {
  margin-bottom: 0; }

.error ul li {
  margin-top: .75em; }

.error ul li:before {
  background-color: #f74f58; }

.info {
  border: 2px solid #2e466b;
  border-radius: 5px;
  color: #2e466b;
  margin: 1.5em auto;
  padding: 1em 2em;
  position: relative; }

b, strong {
  font-weight: 700; }

em, i {
  font-style: italic; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
  margin: 2em auto 3em;
  width: 100%; }

a {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s; }

a:focus {
  outline: thin dotted; }

a[href^=tel]:hover, a[href^=tel]:link, a[href^=tel]:visited {
  color: inherit;
  cursor: auto;
  white-space: nowrap; }

.prevent-wrap {
  white-space: nowrap; }

.force-wrap {
  word-spacing: 9999px; }

h1, h2, h3, h4, h5 {
  font-family: Source Sans Pro,sans-serif;
  line-height: 1;
  margin: 0 0 .5em;
  padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: inherit; }

p {
  margin: 0 0 2em;
  padding: 0; }

.mobile-only, .print-only {
  display: none; }

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

ol li, ul li {
  margin-bottom: .75em;
  position: relative; }

ul li {
  font-weight: 400; }

ul li:before {
  background-color: #252931;
  border-radius: 900px;
  content: "";
  display: block;
  height: .4em;
  left: -1em;
  position: absolute;
  top: .5em;
  width: .4em; }

ul li ul {
  margin-top: .7em; }

ol, ul {
  margin: 0 0 2em;
  padding-left: 1.5em; }

ol {
  padding-left: 2.5em; }

dt {
  font-weight: 700;
  padding-left: .5em; }

dd {
  padding-left: 2em; }

sub, sup {
  font-size: 80%; }

sup {
  vertical-align: top; }

sub {
  vertical-align: bottom; }

button, input, select, textarea {
  font-size: 100%; }

form .checkboxes, form .file, form .password, form .radios, form .reset, form .select, form .submit, form .text, form .textarea {
  margin-bottom: 2em; }

label {
  cursor: pointer;
  display: block; }

::-webkit-input-placeholder {
  color: #071d4b;
  opacity: .7; }

:-moz-placeholder, ::-moz-placeholder {
  color: #071d4b;
  opacity: .7; }

:-ms-input-placeholder {
  color: #071d4b;
  opacity: .7; }

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all .2s ease-in-out 0s;
  background-color: #fff;
  border: 3px solid #eaeaea;
  border-radius: 5px;
  color: #071d4b;
  display: block;
  font-family: Source Code Pro,monospace;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: .5em 1em;
  transition: all .2s ease-in-out 0s;
  width: 100%; }

input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
  opacity: 1; }

input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=url]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  font-weight: 400;
  opacity: 1; }

input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
  opacity: 1; }

input[type=date]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=url]:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  font-weight: 400;
  opacity: 1; }

select {
  margin-bottom: 0; }

textarea {
  height: 10em;
  overflow: auto;
  resize: vertical; }

.checkbox, .radio {
  font-weight: 400; }

input[type=checkbox], input[type=radio] {
  padding: 0; }

input[type=file] {
  display: block; }

button, input[type=button], input[type=reset], input[type=submit] {
  -moz-appearance: button;
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5; }

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  cursor: pointer; }

button.disabled, input[type=button][disabled], input[type=reset][disabled], input[type=submit][disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

table {
  margin: 2em 0;
  padding: 0;
  width: 100%; }

table td, table th {
  font-size: 1em;
  padding: .5em 1em; }

table th {
  font-size: 1.1em;
  font-weight: 700; }

body.solutions-detail h1.section-headline {
  text-align: center; }

body.solutions-detail h1.section-headline:after {
  display: none; }

@media (min-width: 1025px) {
  body.solutions-detail .challenges {
    background: #071d4b url(../img/assets/threat-challenges-supporting.jpg) no-repeat 100% 100%/40% auto; } }

.masthead-1.masthead-detail nav ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  padding-left: 0; }

.masthead-1.masthead-detail nav ul li:before {
  display: none; }

.masthead-1.masthead-detail p {
  width: auto; }

.callout {
  text-align: center; }

.callout h2 {
  font-size: 3rem;
  font-weight: 300;
  text-align: left; }

.callout h3 {
  font-size: 1.5rem;
  text-align: left; }

.callout p {
  font-size: 1rem;
  text-align: left; }

.callout p img {
  margin: 0 auto; }

.callout li {
  color: #2e466b;
  font-size: 1.125rem;
  font-weight: 300; }

.callout .container {
  max-width: 850px; }

.callout i {
  color: #ff6a22; }

.callout ul {
  list-style: none;
  padding-left: 0; }

.callout ul li:before {
  display: none; }

.callout ul li i {
  font-size: .5rem; }

.callout ul li i:before {
  display: block;
  margin-right: 5px;
  position: relative;
  top: -3px; }

.callout .bullets {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
  margin: 0 1rem; }

.callout .bullets .column:nth-child(2n) {
  background: #f9f9f9; }

.callout.solution h3 {
  color: #252930;
  font-size: 1.5rem;
  font-weight: 400; }

.callout.video {
  background: #fff url(../img/assets/callout-video-bg.jpg) no-repeat bottom/100% auto;
  box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.25);
  text-align: center; }

.callout.video .container {
  max-width: 900px; }

.callout.video .wrap {
  margin: 0 auto;
  max-width: 650px; }

.callout.video h3, .callout.video p {
  text-align: left; }

@media (min-width: 767px) {
  .callout, .callout h2 {
    text-align: center; }
  .callout h2 {
    font-size: 3rem; }
  .callout h3, .callout p {
    text-align: center; }
  .callout .bullets {
    background: none;
    box-shadow: none;
    margin: 0; }
  .callout .bullets .column:nth-child(2n) {
    background: none; } }

@media (min-width: 1025px) {
  .callout h2 {
    font-size: 4.5rem; }
  .callout h3 {
    font-size: 1.875rem; }
  .callout p {
    font-size: 1.125rem; }
  .callout li {
    font-size: 1.5rem; }
  .callout.solution h3 {
    font-size: 1.875rem; } }

.layer.dark {
  background-color: #071d4b;
  color: #fff; }

.layer.dark h2, .layer.dark p {
  color: #fff; }

.layer.dark h2.section-headline {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: left; }

.layer.dark p {
  font-size: 1.125rem; }

.layer.dark p strong {
  color: #fff; }

.layer.resource {
  background: -webkit-linear-gradient(left, #26265b, #324b73);
  background: linear-gradient(90deg, #26265b 0, #324b73);
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 1; }

.layer.resource h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1.25rem; }

.layer.resource p {
  font-size: 1.125rem; }

.layer.resource img {
  display: none; }

.layer.resource .column:last-child {
  padding: 3.125rem 0 6rem 1rem; }

@media (min-width: 767px) {
  .layer.dark h2.section-headline {
    font-size: 4rem; }
  .layer.dark .column {
    padding: 0; }
  .layer.dark p {
    padding-right: 5rem; }
  .layer.resource h2 {
    font-size: 3rem; }
  .layer.resource p {
    font-size: 1.25rem; }
  .layer.resource img {
    display: block;
    left: 0;
    max-width: 450px;
    position: absolute;
    top: -3rem;
    width: 50%; } }

@media (min-width: 1025px) {
  .layer.resource .column:first-child {
    -webkit-flex-basis: 450px;
    flex-basis: 450px; }
  .layer.resource .column:last-child {
    padding-left: 2rem; } }

.related-products {
  background: -webkit-linear-gradient(left, #26265b, #324b73);
  background: linear-gradient(90deg, #26265b 0, #324b73);
  box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 20; }

.related-products .container {
  padding: 0; }

.related-products h2.section-headline {
  color: #fff;
  font-weight: 300;
  margin-bottom: 5rem;
  padding: 0 .9375rem;
  position: relative;
  text-align: left; }

.related-products h2.section-headline:after {
  left: 0;
  width: 9.375rem; }

.related-products a {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 300;
  justify-content: center;
  position: relative;
  text-align: center; }

.related-products a:before {
  background: url(../../public/img/assets/product-hover-circles.png) no-repeat 50%/contain;
  height: 228px;
  left: calc(50% - 114px);
  width: 228px; }

.related-products a:after, .related-products a:before {
  -webkit-transition: opacity .2s ease-out;
  content: "";
  opacity: 0;
  position: absolute;
  top: -34px;
  transition: opacity .2s ease-out;
  z-index: -1; }

.related-products a:after {
  background: url(../../public/img/assets/product-hover-glow.png) no-repeat 100% 100%/cover;
  height: 296px;
  left: 0;
  width: 296px; }

.related-products a:hover {
  color: #fff; }

.related-products a:hover .sprite img {
  top: -100px; }

.related-products a:hover:after, .related-products a:hover:before {
  opacity: 1; }

.related-products .icon {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 150px;
  justify-content: center;
  margin-bottom: 3.125rem;
  position: relative;
  width: 150px;
  z-index: 5; }

.related-products .icon .sprite {
  height: 100px;
  overflow: hidden;
  position: relative;
  width: 100px; }

.related-products .icon .sprite img {
  left: 0;
  position: absolute;
  top: 0; }

.related-products .slick-list {
  padding-top: 2.2rem; }

.related-products .swipe {
  color: #647db5;
  font-size: .875rem;
  font-weight: 600;
  padding: 5rem .9375rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }

@media (min-width: 767px) {
  .related-products h2.section-headline {
    margin-bottom: 5rem;
    padding: 0 .9375rem;
    text-align: center; }
  .related-products h2.section-headline:after {
    left: calc(50% - 4.6875rem);
    position: absolute; } }

@media (min-width: 1025px) {
  .related-products .container {
    padding-left: .9375rem;
    padding-right: .9375rem; }
  .related-products .wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  .related-products .wrap > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 1rem; }
  .related-products a:hover {
    margin-top: -1rem; }
  .related-products .swipe {
    display: none; }
  .related-products a:before {
    height: 268px;
    left: calc(50% - 134px);
    top: -34px;
    width: 268px; }
  .related-products a:after {
    height: 336px;
    top: -34px;
    width: 336px;
    z-index: -1; }
  .related-products .icon {
    height: 190px;
    width: 190px; } }

.cta-bar {
  background: -webkit-linear-gradient(left, #f0662c, #f79131);
  background: linear-gradient(90deg, #f0662c 0, #f79131);
  overflow: hidden;
  padding: 0; }

.cta-bar a.button.light {
  border: 2px solid #fff; }

.cta-bar .container {
  max-width: 1200px; }

.cta-bar .action, .cta-bar .wrap {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap; }

.cta-bar .wrap > div {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto; }

.cta-bar .wrap > .action {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-flex-flow: column nowrap;
  -webkit-justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 2rem 0;
  text-align: center; }

.cta-bar .img:first-child img {
  margin-bottom: -3rem; }

@media (max-width: 768px) {
  .cta-bar .img:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; } }

.cta-bar .img:last-child {
  display: none; }

.cta-bar .img {
  text-align: center; }

.cta-bar img {
  margin: 0 auto; }

.cta-bar h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  margin: 0 .5rem 1rem 0;
  text-align: center; }

.cta-bar a.button {
  height: auto;
  width: auto; }

@media (min-width: 1025px) {
  .cta-bar h2 {
    margin-bottom: 0; }
  .cta-bar .wrap {
    flex-flow: row nowrap; }
  .cta-bar .wrap, .cta-bar .wrap > .action {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row nowrap; }
  .cta-bar .wrap > .action {
    -webkit-box-flex: 1;
    -webkit-box-pack: center;
    -webkit-flex: 1 0 60%;
    -webkit-justify-content: center;
    flex: 1 0 60%;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 2rem 0; }
  .cta-bar .img, .cta-bar .img:last-child, .cta-bar .wrap > .action {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  .cta-bar .img, .cta-bar .img:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .cta-bar .img:first-child img {
    margin-bottom: 0; } }

.innerContainer {
  display: block;
  height: 0;
  margin: auto;
  max-width: 640px;
  padding: 56.25% 0 0;
  position: relative;
  width: 100% !important; }

.outerContainer, .vidyard_player {
  max-height: 360px; }

.vidyard_player {
  height: 100%;
  left: 0;
  max-width: 640px;
  position: absolute;
  top: 0;
  width: 100%; }

.vidyard_player > span {
  height: 100% !important;
  margin: 0 auto !important;
  width: 100% !important; }

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-webkit-keyframes rotation-reversed {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(-2turn);
    transform: rotate(-2turn); } }

@keyframes rotation-reversed {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  to {
    -webkit-transform: rotate(-2turn);
    transform: rotate(-2turn); } }

/*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spinAround {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.breadcrumb, .button, .delete, .file, .is-unselectable, .modal-close, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .tabs {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none; }

.navbar-link:after, .select:not(.is-multiple):not(.is-loading):after {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  border-color: currentColor currentColor transparent transparent;
  border-radius: 2px;
  border-right: 3px solid transparent;
  border-style: none none solid solid;
  border-top: 3px solid transparent;
  border-width: 0 0 3px 3px;
  content: " ";
  display: block;
  height: .625em;
  margin-top: -.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: .625em; }

.block:not(:last-child), .box:not(:last-child), .breadcrumb:not(:last-child), .content:not(:last-child), .highlight:not(:last-child), .level:not(:last-child), .message:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .tabs:not(:last-child), .title:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }

.delete:after, .delete:before, .modal-close:after, .modal-close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  background-color: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center; }

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

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

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

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

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px; }

.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px; }

.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px; }

.button.is-loading:after, .control.is-loading:after, .loader, .select.is-loading:after {
  -webkit-animation: spinAround .5s infinite linear;
  animation: spinAround .5s infinite linear;
  border-color: transparent transparent #dbdbdb #dbdbdb;
  border-radius: 290486px;
  border-style: solid;
  border-width: 2px;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

.hero-video, .image.is-1by1 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-2by1 img, .image.is-2by3 img, .image.is-3by1 img, .image.is-3by2 img, .image.is-3by4 img, .image.is-3by5 img, .image.is-4by3 img, .image.is-4by5 img, .image.is-5by3 img, .image.is-5by4 img, .image.is-9by16 img, .image.is-16by9 img, .image.is-square img, .is-overlay, .modal, .modal-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.button, .file-cta, .file-name, .input, .pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous, .select select, .textarea {
  -moz-appearance: none;
  -webkit-align-items: center;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(.375em - 1px) calc(.625em - 1px);
  position: relative;
  vertical-align: top; }

.button:active, .button:focus, .file-cta:active, .file-cta:focus, .file-name:active, .file-name:focus, .input:active, .input:focus, .is-active.button, .is-active.file-cta, .is-active.file-name, .is-active.input, .is-active.pagination-ellipsis, .is-active.pagination-link, .is-active.pagination-next, .is-active.pagination-previous, .is-active.textarea, .is-focused.button, .is-focused.file-cta, .is-focused.file-name, .is-focused.input, .is-focused.pagination-ellipsis, .is-focused.pagination-link, .is-focused.pagination-next, .is-focused.pagination-previous, .is-focused.textarea, .pagination-ellipsis:active, .pagination-ellipsis:focus, .pagination-link:active, .pagination-link:focus, .pagination-next:active, .pagination-next:focus, .pagination-previous:active, .pagination-previous:focus, .select select.is-active, .select select.is-focused, .select select:active, .select select:focus, .textarea:active, .textarea:focus {
  outline: none; }

.select select[disabled], [disabled].button, [disabled].file-cta, [disabled].file-name, [disabled].input, [disabled].pagination-ellipsis, [disabled].pagination-link, [disabled].pagination-next, [disabled].pagination-previous, [disabled].textarea {
  cursor: not-allowed; }

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

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

ul {
  list-style: none; }

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

html {
  box-sizing: border-box; }

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

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

iframe {
  border: 0; }

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

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 16px;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%; }

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

body, button, input, select, textarea {
  font-family: "Open Sans",Arial,sans-serif; }

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

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

a {
  cursor: pointer;
  text-decoration: none; }

a strong {
  color: currentColor; }

a:hover {
  color: #363636; }

code {
  color: #ff3860;
  font-size: .875em;
  font-weight: 400;
  padding: .25em .5em; }

code, hr {
  background-color: #f5f5f5; }

hr {
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

img {
  height: auto; }

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

small {
  font-size: .875em; }

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

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

pre {
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
  color: #4a4a4a;
  font-size: .875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0; }

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

table th {
  color: #363636; }

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

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

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

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

.is-size-1 {
  font-size: 3rem !important; }

.is-size-2 {
  font-size: 2.5rem !important; }

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

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

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

.is-size-6 {
  font-size: 1rem !important; }

.is-size-7 {
  font-size: 0.75rem !important; }

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important; }
  .is-size-2-mobile {
    font-size: 2.5rem !important; }
  .is-size-3-mobile {
    font-size: 2rem !important; }
  .is-size-4-mobile {
    font-size: 1.5rem !important; }
  .is-size-5-mobile {
    font-size: 1.25rem !important; }
  .is-size-6-mobile {
    font-size: 1rem !important; }
  .is-size-7-mobile {
    font-size: 0.75rem !important; } }

@media print, screen and (min-width: 769px) {
  .is-size-1-tablet {
    font-size: 3rem !important; }
  .is-size-2-tablet {
    font-size: 2.5rem !important; }
  .is-size-3-tablet {
    font-size: 2rem !important; }
  .is-size-4-tablet {
    font-size: 1.5rem !important; }
  .is-size-5-tablet {
    font-size: 1.25rem !important; }
  .is-size-6-tablet {
    font-size: 1rem !important; }
  .is-size-7-tablet {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1087px) {
  .is-size-1-touch {
    font-size: 3rem !important; }
  .is-size-2-touch {
    font-size: 2.5rem !important; }
  .is-size-3-touch {
    font-size: 2rem !important; }
  .is-size-4-touch {
    font-size: 1.5rem !important; }
  .is-size-5-touch {
    font-size: 1.25rem !important; }
  .is-size-6-touch {
    font-size: 1rem !important; }
  .is-size-7-touch {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1088px) {
  .is-size-1-desktop {
    font-size: 3rem !important; }
  .is-size-2-desktop {
    font-size: 2.5rem !important; }
  .is-size-3-desktop {
    font-size: 2rem !important; }
  .is-size-4-desktop {
    font-size: 1.5rem !important; }
  .is-size-5-desktop {
    font-size: 1.25rem !important; }
  .is-size-6-desktop {
    font-size: 1rem !important; }
  .is-size-7-desktop {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1280px) {
  .is-size-1-widescreen {
    font-size: 3rem !important; }
  .is-size-2-widescreen {
    font-size: 2.5rem !important; }
  .is-size-3-widescreen {
    font-size: 2rem !important; }
  .is-size-4-widescreen {
    font-size: 1.5rem !important; }
  .is-size-5-widescreen {
    font-size: 1.25rem !important; }
  .is-size-6-widescreen {
    font-size: 1rem !important; }
  .is-size-7-widescreen {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1472px) {
  .is-size-1-fullhd {
    font-size: 3rem !important; }
  .is-size-2-fullhd {
    font-size: 2.5rem !important; }
  .is-size-3-fullhd {
    font-size: 2rem !important; }
  .is-size-4-fullhd {
    font-size: 1.5rem !important; }
  .is-size-5-fullhd {
    font-size: 1.25rem !important; }
  .is-size-6-fullhd {
    font-size: 1rem !important; }
  .is-size-7-fullhd {
    font-size: 0.75rem !important; } }

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

.has-text-justified {
  text-align: justify !important; }

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

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

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important; } }

@media print, screen and (min-width: 769px) {
  .has-text-centered-tablet {
    text-align: center !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-centered-tablet-only {
    text-align: center !important; } }

@media screen and (max-width: 1087px) {
  .has-text-centered-touch {
    text-align: center !important; } }

@media screen and (min-width: 1088px) {
  .has-text-centered-desktop {
    text-align: center !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-centered-desktop-only {
    text-align: center !important; } }

@media screen and (min-width: 1280px) {
  .has-text-centered-widescreen {
    text-align: center !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-centered-widescreen-only {
    text-align: center !important; } }

@media screen and (min-width: 1472px) {
  .has-text-centered-fullhd {
    text-align: center !important; } }

@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important; } }

@media print, screen and (min-width: 769px) {
  .has-text-justified-tablet {
    text-align: justify !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-justified-tablet-only {
    text-align: justify !important; } }

@media screen and (max-width: 1087px) {
  .has-text-justified-touch {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) {
  .has-text-justified-desktop {
    text-align: justify !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-justified-desktop-only {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) {
  .has-text-justified-widescreen {
    text-align: justify !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important; } }

@media screen and (min-width: 1472px) {
  .has-text-justified-fullhd {
    text-align: justify !important; } }

@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important; } }

@media print, screen and (min-width: 769px) {
  .has-text-left-tablet {
    text-align: left !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-left-tablet-only {
    text-align: left !important; } }

@media screen and (max-width: 1087px) {
  .has-text-left-touch {
    text-align: left !important; } }

@media screen and (min-width: 1088px) {
  .has-text-left-desktop {
    text-align: left !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-left-desktop-only {
    text-align: left !important; } }

@media screen and (min-width: 1280px) {
  .has-text-left-widescreen {
    text-align: left !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-left-widescreen-only {
    text-align: left !important; } }

@media screen and (min-width: 1472px) {
  .has-text-left-fullhd {
    text-align: left !important; } }

@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important; } }

@media print, screen and (min-width: 769px) {
  .has-text-right-tablet {
    text-align: right !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .has-text-right-tablet-only {
    text-align: right !important; } }

@media screen and (max-width: 1087px) {
  .has-text-right-touch {
    text-align: right !important; } }

@media screen and (min-width: 1088px) {
  .has-text-right-desktop {
    text-align: right !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .has-text-right-desktop-only {
    text-align: right !important; } }

@media screen and (min-width: 1280px) {
  .has-text-right-widescreen {
    text-align: right !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .has-text-right-widescreen-only {
    text-align: right !important; } }

@media screen and (min-width: 1472px) {
  .has-text-right-fullhd {
    text-align: right !important; } }

.is-capitalized {
  text-transform: capitalize !important; }

.is-lowercase {
  text-transform: lowercase !important; }

.is-uppercase {
  text-transform: uppercase !important; }

.is-italic {
  font-style: italic !important; }

.has-text-white {
  color: #fff !important; }

a.has-text-white:focus, a.has-text-white:hover {
  color: #e6e6e6 !important; }

.has-background-white {
  background-color: #fff !important; }

.has-text-black {
  color: #0a0a0a !important; }

a.has-text-black:focus, a.has-text-black:hover {
  color: #000 !important; }

.has-background-black {
  background-color: #0a0a0a !important; }

.has-text-light {
  color: #f5f5f5 !important; }

a.has-text-light:focus, a.has-text-light:hover {
  color: #dbdbdb !important; }

.has-background-light {
  background-color: #f5f5f5 !important; }

.has-text-dark {
  color: #363636 !important; }

a.has-text-dark:focus, a.has-text-dark:hover {
  color: #1c1c1c !important; }

.has-background-dark {
  background-color: #363636 !important; }

.has-text-primary {
  color: #00d1b2 !important; }

a.has-text-primary:focus, a.has-text-primary:hover {
  color: #009e86 !important; }

.has-background-primary {
  background-color: #00d1b2 !important; }

.has-text-link {
  color: #3bc892 !important; }

a.has-text-link:focus, a.has-text-link:hover {
  color: #2ea276 !important; }

.has-background-link {
  background-color: #3bc892 !important; }

.has-text-info {
  color: #2e466b !important; }

a.has-text-info:focus, a.has-text-info:hover {
  color: #1f2f47 !important; }

.has-background-info {
  background-color: #2e466b !important; }

.has-text-success {
  color: #3bc892 !important; }

a.has-text-success:focus, a.has-text-success:hover {
  color: #2ea276 !important; }

.has-background-success {
  background-color: #3bc892 !important; }

.has-text-warning {
  color: #ffdd57 !important; }

a.has-text-warning:focus, a.has-text-warning:hover {
  color: #ffd324 !important; }

.has-background-warning {
  background-color: #ffdd57 !important; }

.has-text-danger {
  color: #ff3860 !important; }

a.has-text-danger:focus, a.has-text-danger:hover {
  color: #ff0537 !important; }

.has-background-danger {
  background-color: #ff3860 !important; }

.has-text-black-bis {
  color: #121212 !important; }

.has-background-black-bis {
  background-color: #121212 !important; }

.has-text-black-ter {
  color: #242424 !important; }

.has-background-black-ter {
  background-color: #242424 !important; }

.has-text-grey-darker {
  color: #363636 !important; }

.has-background-grey-darker {
  background-color: #363636 !important; }

.has-text-grey-dark {
  color: #4a4a4a !important; }

.has-background-grey-dark {
  background-color: #4a4a4a !important; }

.has-text-grey {
  color: #7a7a7a !important; }

.has-background-grey {
  background-color: #7a7a7a !important; }

.has-text-grey-light {
  color: #b5b5b5 !important; }

.has-background-grey-light {
  background-color: #b5b5b5 !important; }

.has-text-grey-lighter {
  color: #dbdbdb !important; }

.has-background-grey-lighter {
  background-color: #dbdbdb !important; }

.has-text-white-ter {
  color: #f5f5f5 !important; }

.has-background-white-ter {
  background-color: #f5f5f5 !important; }

.has-text-white-bis {
  color: #fafafa !important; }

.has-background-white-bis {
  background-color: #fafafa !important; }

.has-text-weight-light {
  font-weight: 300 !important; }

.has-text-weight-normal {
  font-weight: 400 !important; }

.has-text-weight-semibold {
  font-weight: 600 !important; }

.has-text-weight-bold {
  font-weight: 700 !important; }

.is-block {
  display: block !important; }

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

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

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

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

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

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

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

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

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

.is-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important; }

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-flex-widescreen-only {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; } }

@media screen and (min-width: 1472px) {
  .is-flex-fullhd {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; } }

.is-inline {
  display: inline !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important; }

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

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

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

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

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

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

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

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-inline-flex-widescreen-only {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

@media screen and (min-width: 1472px) {
  .is-inline-flex-fullhd {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

.is-invisible {
  visibility: hidden !important; }

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

@media print, screen and (min-width: 769px) {
  .is-invisible-tablet {
    visibility: hidden !important; } }

@media screen and (min-width: 769px) and (max-width: 1087px) {
  .is-invisible-tablet-only {
    visibility: hidden !important; } }

@media screen and (max-width: 1087px) {
  .is-invisible-touch {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) {
  .is-invisible-desktop {
    visibility: hidden !important; } }

@media screen and (min-width: 1088px) and (max-width: 1279px) {
  .is-invisible-desktop-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) {
  .is-invisible-widescreen {
    visibility: hidden !important; } }

@media screen and (min-width: 1280px) and (max-width: 1471px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important; } }

@media screen and (min-width: 1472px) {
  .is-invisible-fullhd {
    visibility: hidden !important; } }

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

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

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

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

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

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

.button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding: calc(.375em - 1px) 0.75em;
  text-align: center;
  white-space: nowrap; }

.button strong {
  color: inherit; }

.button .icon, .button .icon.is-large, .button .icon.is-medium, .button .icon.is-small {
  height: 1.5em;
  width: 1.5em; }

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-.375em - 1px);
  margin-right: .1875em; }

.button .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: calc(-.375em - 1px); }

.button .icon:first-child:last-child {
  margin-left: calc(-.375em - 1px);
  margin-right: calc(-.375em - 1px); }

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

.button.is-focused, .button:focus {
  border-color: #3273dc;
  color: #363636; }

.button.is-focused:not(:active), .button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

.button.is-active, .button:active {
  border-color: #4a4a4a;
  color: #363636; }

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

.button.is-text.is-focused, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text:hover {
  background-color: #f5f5f5;
  color: #363636; }

.button.is-text.is-active, .button.is-text:active {
  background-color: #e8e8e8;
  color: #363636; }

.button.is-text[disabled] {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }

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

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

.button.is-white.is-focused, .button.is-white:focus {
  border-color: transparent;
  color: #0a0a0a; }

.button.is-white.is-focused:not(:active), .button.is-white:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }

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

.button.is-white[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none; }

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

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

.button.is-white.is-inverted[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: #fff; }

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

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

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

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

.button.is-white.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff; }

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

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

.button.is-white.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a; }

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

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

.button.is-black.is-focused, .button.is-black:focus {
  border-color: transparent;
  color: #fff; }

.button.is-black.is-focused:not(:active), .button.is-black:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }

.button.is-black.is-active, .button.is-black:active {
  background-color: #000;
  border-color: transparent;
  color: #fff; }

.button.is-black[disabled] {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none; }

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

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

.button.is-black.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a; }

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

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

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

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

.button.is-black.is-outlined[disabled] {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a; }

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

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

.button.is-black.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff; }

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

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

.button.is-light.is-focused, .button.is-light:focus {
  border-color: transparent;
  color: #363636; }

.button.is-light.is-focused:not(:active), .button.is-light:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }

.button.is-light.is-active, .button.is-light:active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636; }

.button.is-light[disabled] {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none; }

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

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

.button.is-light.is-inverted[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: #f5f5f5; }

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

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

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

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

.button.is-light.is-outlined[disabled] {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5; }

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

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

.button.is-light.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636; }

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

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

.button.is-dark.is-focused, .button.is-dark:focus {
  border-color: transparent;
  color: #f5f5f5; }

.button.is-dark.is-focused:not(:active), .button.is-dark:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }

.button.is-dark.is-active, .button.is-dark:active {
  background-color: #292929;
  border-color: transparent;
  color: #f5f5f5; }

.button.is-dark[disabled] {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none; }

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

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

.button.is-dark.is-inverted[disabled] {
  background-color: #f5f5f5;
  border-color: transparent;
  box-shadow: none;
  color: #363636; }

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

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

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

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

.button.is-dark.is-outlined[disabled] {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636; }

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

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

.button.is-dark.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #f5f5f5;
  box-shadow: none;
  color: #f5f5f5; }

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

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

.button.is-primary.is-focused, .button.is-primary:focus {
  border-color: transparent;
  color: #fff; }

.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }

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

.button.is-primary[disabled] {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none; }

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

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

.button.is-primary.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2; }

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

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

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

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

.button.is-primary.is-outlined[disabled] {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2; }

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

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

.button.is-primary.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff; }

.button.is-link {
  background-color: #3bc892;
  border-color: transparent;
  color: #fff; }

.button.is-link.is-hovered, .button.is-link:hover {
  background-color: #36c08b;
  border-color: transparent;
  color: #fff; }

.button.is-link.is-focused, .button.is-link:focus {
  border-color: transparent;
  color: #fff; }

.button.is-link.is-focused:not(:active), .button.is-link:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

.button.is-link.is-active, .button.is-link:active {
  background-color: #33b684;
  border-color: transparent;
  color: #fff; }

.button.is-link[disabled] {
  background-color: #3bc892;
  border-color: transparent;
  box-shadow: none; }

.button.is-link.is-inverted {
  background-color: #fff;
  color: #3bc892; }

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

.button.is-link.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3bc892; }

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

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3bc892;
  color: #3bc892; }

.button.is-link.is-outlined:focus, .button.is-link.is-outlined:hover {
  background-color: #3bc892;
  border-color: #3bc892;
  color: #fff; }

.button.is-link.is-outlined.is-loading:after {
  border-color: transparent transparent #3bc892 #3bc892 !important; }

.button.is-link.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3bc892;
  box-shadow: none;
  color: #3bc892; }

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

.button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined:hover {
  background-color: #fff;
  color: #3bc892; }

.button.is-link.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff; }

.button.is-info {
  background-color: #2e466b;
  border-color: transparent;
  color: #fff; }

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

.button.is-info.is-focused, .button.is-info:focus {
  border-color: transparent;
  color: #fff; }

.button.is-info.is-focused:not(:active), .button.is-info:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(46, 70, 107, 0.25); }

.button.is-info.is-active, .button.is-info:active {
  background-color: #263a59;
  border-color: transparent;
  color: #fff; }

.button.is-info[disabled] {
  background-color: #2e466b;
  border-color: transparent;
  box-shadow: none; }

.button.is-info.is-inverted {
  background-color: #fff;
  color: #2e466b; }

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

.button.is-info.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #2e466b; }

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

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #2e466b;
  color: #2e466b; }

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

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

.button.is-info.is-outlined[disabled] {
  background-color: transparent;
  border-color: #2e466b;
  box-shadow: none;
  color: #2e466b; }

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

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

.button.is-info.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff; }

.button.is-success {
  background-color: #3bc892;
  border-color: transparent;
  color: #fff; }

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

.button.is-success.is-focused, .button.is-success:focus {
  border-color: transparent;
  color: #fff; }

.button.is-success.is-focused:not(:active), .button.is-success:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

.button.is-success.is-active, .button.is-success:active {
  background-color: #33b684;
  border-color: transparent;
  color: #fff; }

.button.is-success[disabled] {
  background-color: #3bc892;
  border-color: transparent;
  box-shadow: none; }

.button.is-success.is-inverted {
  background-color: #fff;
  color: #3bc892; }

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

.button.is-success.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3bc892; }

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

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #3bc892;
  color: #3bc892; }

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

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

.button.is-success.is-outlined[disabled] {
  background-color: transparent;
  border-color: #3bc892;
  box-shadow: none;
  color: #3bc892; }

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

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

.button.is-success.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff; }

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

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

.button.is-warning.is-focused, .button.is-warning:focus {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7); }

.button.is-warning.is-focused:not(:active), .button.is-warning:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }

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

.button.is-warning[disabled] {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none; }

.button.is-warning.is-inverted {
  color: #ffdd57; }

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

.button.is-warning.is-inverted[disabled] {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57; }

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

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

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

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

.button.is-warning.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57; }

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

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

.button.is-warning.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7); }

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

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

.button.is-danger.is-focused, .button.is-danger:focus {
  border-color: transparent;
  color: #fff; }

.button.is-danger.is-focused:not(:active), .button.is-danger:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }

.button.is-danger.is-active, .button.is-danger:active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff; }

.button.is-danger[disabled] {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none; }

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

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

.button.is-danger.is-inverted[disabled] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860; }

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

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

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

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

.button.is-danger.is-outlined[disabled] {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860; }

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

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

.button.is-danger.is-inverted.is-outlined[disabled] {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff; }

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

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

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

.button[disabled] {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: .5; }

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

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

.button.is-loading:after {
  left: calc(50% - .5em);
  position: absolute;
  position: absolute !important;
  top: calc(50% - .5em); }

.button.is-static {
  background-color: #f5f5f5;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  pointer-events: none; }

.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }

.buttons {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.buttons .button {
  margin-bottom: .5rem; }

.buttons .button:not(:last-child) {
  margin-right: .5rem; }

.buttons:last-child {
  margin-bottom: -.5rem; }

.buttons:not(:last-child) {
  margin-bottom: 1rem; }

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px; }

.buttons.has-addons .button:last-child {
  margin-right: 0; }

.buttons.has-addons .button.is-hovered, .buttons.has-addons .button:hover {
  z-index: 2; }

.buttons.has-addons .button.is-active, .buttons.has-addons .button.is-focused, .buttons.has-addons .button.is-selected, .buttons.has-addons .button:active, .buttons.has-addons .button:focus {
  z-index: 3; }

.buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button.is-selected:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button:focus:hover {
  z-index: 4; }

.buttons.has-addons .button.is-expanded {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.buttons.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.buttons.is-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.container {
  margin: 0 auto;
  position: relative; }

@media screen and (min-width: 1088px) {
  .container {
    max-width: 960px;
    width: 960px; }
  .container.is-fluid {
    margin-left: 64px;
    margin-right: 64px;
    max-width: none;
    width: auto; } }

@media screen and (max-width: 1279px) {
  .container.is-widescreen {
    max-width: 1152px;
    width: auto; } }

@media screen and (max-width: 1471px) {
  .container.is-fullhd {
    max-width: 1344px;
    width: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content ol {
  list-style: decimal outside; }

.content ol, .content ul {
  margin-left: 2em;
  margin-top: 1em; }

.content ul {
  list-style: disc outside; }

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

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

.content dd {
  margin-left: 2em; }

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }

.content figure:not(:first-child) {
  margin-top: 2em; }

.content figure:not(:last-child) {
  margin-bottom: 2em; }

.content figure img {
  display: inline-block; }

.content figure figcaption {
  font-style: italic; }

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }

.content sub, .content sup {
  font-size: 75%; }

.content table {
  width: 100%; }

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

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

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

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

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

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

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

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

.input, .textarea {
  background-color: #fff;
  border-color: #dbdbdb;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  color: #363636;
  max-width: 100%;
  width: 100%; }

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

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

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

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

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

.input.is-active, .input.is-focused, .input:active, .input:focus, .textarea.is-active, .textarea.is-focused, .textarea:active, .textarea:focus {
  border-color: #3bc892;
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

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

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

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

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

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

.input[readonly], .textarea[readonly] {
  box-shadow: none; }

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

.input.is-white.is-active, .input.is-white.is-focused, .input.is-white:active, .input.is-white:focus, .textarea.is-white.is-active, .textarea.is-white.is-focused, .textarea.is-white:active, .textarea.is-white:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }

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

.input.is-black.is-active, .input.is-black.is-focused, .input.is-black:active, .input.is-black:focus, .textarea.is-black.is-active, .textarea.is-black.is-focused, .textarea.is-black:active, .textarea.is-black:focus {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }

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

.input.is-light.is-active, .input.is-light.is-focused, .input.is-light:active, .input.is-light:focus, .textarea.is-light.is-active, .textarea.is-light.is-focused, .textarea.is-light:active, .textarea.is-light:focus {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }

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

.input.is-dark.is-active, .input.is-dark.is-focused, .input.is-dark:active, .input.is-dark:focus, .textarea.is-dark.is-active, .textarea.is-dark.is-focused, .textarea.is-dark:active, .textarea.is-dark:focus {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }

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

.input.is-primary.is-active, .input.is-primary.is-focused, .input.is-primary:active, .input.is-primary:focus, .textarea.is-primary.is-active, .textarea.is-primary.is-focused, .textarea.is-primary:active, .textarea.is-primary:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }

.input.is-link, .textarea.is-link {
  border-color: #3bc892; }

.input.is-link.is-active, .input.is-link.is-focused, .input.is-link:active, .input.is-link:focus, .textarea.is-link.is-active, .textarea.is-link.is-focused, .textarea.is-link:active, .textarea.is-link:focus {
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

.input.is-info, .textarea.is-info {
  border-color: #2e466b; }

.input.is-info.is-active, .input.is-info.is-focused, .input.is-info:active, .input.is-info:focus, .textarea.is-info.is-active, .textarea.is-info.is-focused, .textarea.is-info:active, .textarea.is-info:focus {
  box-shadow: 0 0 0 0.125em rgba(46, 70, 107, 0.25); }

.input.is-success, .textarea.is-success {
  border-color: #3bc892; }

.input.is-success.is-active, .input.is-success.is-focused, .input.is-success:active, .input.is-success:focus, .textarea.is-success.is-active, .textarea.is-success.is-focused, .textarea.is-success:active, .textarea.is-success:focus {
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

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

.input.is-warning.is-active, .input.is-warning.is-focused, .input.is-warning:active, .input.is-warning:focus, .textarea.is-warning.is-active, .textarea.is-warning.is-focused, .textarea.is-warning:active, .textarea.is-warning:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }

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

.input.is-danger.is-active, .input.is-danger.is-focused, .input.is-danger:active, .input.is-danger:focus, .textarea.is-danger.is-active, .textarea.is-danger.is-focused, .textarea.is-danger:active, .textarea.is-danger:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }

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

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

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

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

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

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }

.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: .625em;
  resize: vertical; }

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px; }

.textarea[rows] {
  height: auto; }

.textarea.has-fixed-size {
  resize: none; }

.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }

.checkbox input, .radio input {
  cursor: pointer; }

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

.checkbox[disabled], .radio[disabled] {
  color: #7a7a7a;
  cursor: not-allowed; }

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

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }

.select:not(.is-multiple) {
  height: 2.25em; }

.select:not(.is-multiple):not(.is-loading):after {
  border-color: #3bc892;
  right: 1.125em;
  z-index: 4; }

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em; }

.select select {
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none; }

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

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

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

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

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

.select select.is-active, .select select.is-focused, .select select:active, .select select:focus {
  border-color: #3bc892;
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

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

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

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

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

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

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

.select select[disabled]:hover {
  border-color: #f5f5f5; }

.select select:not([multiple]) {
  padding-right: 2.5em; }

.select select[multiple] {
  height: auto;
  padding: 0; }

.select select[multiple] option {
  padding: .5em 1em; }

.select:not(.is-multiple):not(.is-loading):hover:after {
  border-color: #363636; }

.select.is-white:not(:hover):after, .select.is-white select {
  border-color: #fff; }

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

.select.is-white select.is-active, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); }

.select.is-black:not(:hover):after, .select.is-black select {
  border-color: #0a0a0a; }

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

.select.is-black select.is-active, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select:focus {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); }

.select.is-light:not(:hover):after, .select.is-light select {
  border-color: #f5f5f5; }

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

.select.is-light select.is-active, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select:focus {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); }

.select.is-dark:not(:hover):after, .select.is-dark select {
  border-color: #363636; }

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

.select.is-dark select.is-active, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select:focus {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); }

.select.is-primary:not(:hover):after, .select.is-primary select {
  border-color: #00d1b2; }

.select.is-primary select.is-hovered, .select.is-primary select:hover {
  border-color: #00b89c; }

.select.is-primary select.is-active, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select:focus {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); }

.select.is-link:not(:hover):after, .select.is-link select {
  border-color: #3bc892; }

.select.is-link select.is-hovered, .select.is-link select:hover {
  border-color: #33b684; }

.select.is-link select.is-active, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select:focus {
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

.select.is-info:not(:hover):after, .select.is-info select {
  border-color: #2e466b; }

.select.is-info select.is-hovered, .select.is-info select:hover {
  border-color: #263a59; }

.select.is-info select.is-active, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select:focus {
  box-shadow: 0 0 0 0.125em rgba(46, 70, 107, 0.25); }

.select.is-success:not(:hover):after, .select.is-success select {
  border-color: #3bc892; }

.select.is-success select.is-hovered, .select.is-success select:hover {
  border-color: #33b684; }

.select.is-success select.is-active, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select:focus {
  box-shadow: 0 0 0 0.125em rgba(59, 200, 146, 0.25); }

.select.is-warning:not(:hover):after, .select.is-warning select {
  border-color: #ffdd57; }

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

.select.is-warning select.is-active, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); }

.select.is-danger:not(:hover):after, .select.is-danger select {
  border-color: #ff3860; }

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

.select.is-danger select.is-active, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select:focus {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25); }

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

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

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

.select.is-disabled:after {
  border-color: #7a7a7a; }

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

.select.is-loading:after {
  -webkit-transform: none;
  margin-top: 0;
  position: absolute;
  right: .625em;
  top: .625em;
  transform: none; }

.select.is-loading.is-small:after {
  font-size: .75rem; }

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

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

.file {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  position: relative; }

.file.is-white .file-cta {
  background-color: #fff;
  border-color: transparent;
  color: #0a0a0a; }

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

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

.file.is-white.is-active .file-cta, .file.is-white:active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a; }

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: #fff; }

.file.is-black.is-hovered .file-cta, .file.is-black:hover .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: #fff; }

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

.file.is-black.is-active .file-cta, .file.is-black:active .file-cta {
  background-color: #000;
  border-color: transparent;
  color: #fff; }

.file.is-light .file-cta {
  background-color: #f5f5f5;
  border-color: transparent;
  color: #363636; }

.file.is-light.is-hovered .file-cta, .file.is-light:hover .file-cta {
  background-color: #eee;
  border-color: transparent;
  color: #363636; }

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

.file.is-light.is-active .file-cta, .file.is-light:active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636; }

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #f5f5f5; }

.file.is-dark.is-hovered .file-cta, .file.is-dark:hover .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #f5f5f5; }

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

.file.is-dark.is-active .file-cta, .file.is-dark:active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #f5f5f5; }

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

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

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

.file.is-primary.is-active .file-cta, .file.is-primary:active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff; }

.file.is-link .file-cta {
  background-color: #3bc892;
  border-color: transparent;
  color: #fff; }

.file.is-link.is-hovered .file-cta, .file.is-link:hover .file-cta {
  background-color: #36c08b;
  border-color: transparent;
  color: #fff; }

.file.is-link.is-focused .file-cta, .file.is-link:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(59, 200, 146, 0.25);
  color: #fff; }

.file.is-link.is-active .file-cta, .file.is-link:active .file-cta {
  background-color: #33b684;
  border-color: transparent;
  color: #fff; }

.file.is-info .file-cta {
  background-color: #2e466b;
  border-color: transparent;
  color: #fff; }

.file.is-info.is-hovered .file-cta, .file.is-info:hover .file-cta {
  background-color: #2a4062;
  border-color: transparent;
  color: #fff; }

.file.is-info.is-focused .file-cta, .file.is-info:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(46, 70, 107, 0.25);
  color: #fff; }

.file.is-info.is-active .file-cta, .file.is-info:active .file-cta {
  background-color: #263a59;
  border-color: transparent;
  color: #fff; }

.file.is-success .file-cta {
  background-color: #3bc892;
  border-color: transparent;
  color: #fff; }

.file.is-success.is-hovered .file-cta, .file.is-success:hover .file-cta {
  background-color: #36c08b;
  border-color: transparent;
  color: #fff; }

.file.is-success.is-focused .file-cta, .file.is-success:focus .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(59, 200, 146, 0.25);
  color: #fff; }

.file.is-success.is-active .file-cta, .file.is-success:active .file-cta {
  background-color: #33b684;
  border-color: transparent;
  color: #fff; }

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

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

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

.file.is-warning.is-active .file-cta, .file.is-warning:active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7); }

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

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

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

.file.is-danger.is-active .file-cta, .file.is-danger:active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff; }

.file.is-small {
  font-size: .75rem; }

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

.file.is-medium .file-icon .fa {
  font-size: 21px; }

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

.file.is-large .file-icon .fa {
  font-size: 28px; }

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.file.has-name.is-empty .file-cta {
  border-radius: 4px; }

.file.has-name.is-empty .file-name {
  display: none; }

.file.is-boxed .file-cta, .file.is-boxed .file-label {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column; }

.file.is-boxed .file-cta {
  height: auto;
  padding: 1em 3em; }

.file.is-boxed .file-name {
  border-width: 0 1px 1px; }

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em; }

.file.is-boxed .file-icon .fa {
  font-size: 21px; }

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px; }

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px; }

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px; }

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0; }

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px; }

.file.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.file.is-fullwidth .file-label {
  width: 100%; }

.file.is-fullwidth .file-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: none; }

.file.is-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0; }

.file.is-right .file-name {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1; }

.file-label {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  align-items: stretch;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative; }

.file-label:hover .file-cta {
  background-color: #eee;
  color: #363636; }

.file-label:hover .file-name {
  border-color: #d5d5d5; }

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636; }

.file-label:active .file-name {
  border-color: #cfcfcf; }

.file-input {
  height: .01em;
  left: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: .01em; }

.file-cta, .file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: #f5f5f5;
  color: #4a4a4a; }

.file-name {
  border: 1px solid #dbdbdb;
  border-left-width: 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }

.file-icon {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: .5em;
  width: 1em; }

.file-icon .fa {
  font-size: 14px; }

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700; }

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

.label.is-small {
  font-size: .75rem; }

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

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

.help {
  display: block;
  font-size: .75rem;
  margin-top: .25rem; }

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

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

.help.is-light {
  color: #f5f5f5; }

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

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

.help.is-link {
  color: #3bc892; }

.help.is-info {
  color: #2e466b; }

.help.is-success {
  color: #3bc892; }

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

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

.field:not(:last-child) {
  margin-bottom: .75rem; }

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

.field.has-addons .control:not(:last-child) {
  margin-right: -1px; }

.field.has-addons .control:not(:first-child):not(:last-child) .button, .field.has-addons .control:not(:first-child):not(:last-child) .input, .field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0; }

.field.has-addons .control:first-child .button, .field.has-addons .control:first-child .input, .field.has-addons .control:first-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.field.has-addons .control:last-child .button, .field.has-addons .control:last-child .input, .field.has-addons .control:last-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

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

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

.field.has-addons .control .button.is-active:hover, .field.has-addons .control .button.is-focused:hover, .field.has-addons .control .button:active:hover, .field.has-addons .control .button:focus:hover, .field.has-addons .control .input.is-active:hover, .field.has-addons .control .input.is-focused:hover, .field.has-addons .control .input:active:hover, .field.has-addons .control .input:focus:hover, .field.has-addons .control .select select.is-active:hover, .field.has-addons .control .select select.is-focused:hover, .field.has-addons .control .select select:active:hover, .field.has-addons .control .select select:focus:hover {
  z-index: 4; }

.field.has-addons .control.is-expanded {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.field.has-addons.has-addons-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

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

.field.has-addons.has-addons-fullwidth .control {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-grow: 1;
  flex-shrink: 0; }

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

.field.is-grouped > .control {
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

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

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

.field.is-grouped.is-grouped-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

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

.field.is-grouped.is-grouped-multiline {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: .75rem; }

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -.75rem; }

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0; }

@media print, screen and (min-width: 769px) {
  .field.is-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; } }

.field-label .label {
  font-size: inherit; }

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: .5rem; } }

@media print, screen and (min-width: 769px) {
  .field-label {
    -webkit-box-flex: 1;
    -webkit-flex-basis: 0;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
  .field-label.is-small {
    font-size: .75rem;
    padding-top: .375em; }
  .field-label.is-normal {
    padding-top: .375em; }
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: .375em; }
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: .375em; } }

.field-body .field .field {
  margin-bottom: 0; }

@media print, screen and (min-width: 769px) {
  .field-body {
    -webkit-box-flex: 5;
    -webkit-flex-basis: 0;
    -webkit-flex-grow: 5;
    -webkit-flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1; }
  .field-body .field {
    margin-bottom: 0; }
  .field-body > .field {
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }
  .field-body > .field:not(.is-narrow) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
  .field-body > .field:not(:last-child) {
    margin-right: .75rem; } }

.control {
  font-size: 1rem;
  position: relative;
  text-align: left; }

.control.has-icon .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4; }

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

.control.has-icon .input.is-small + .icon {
  font-size: .75rem; }

.control.has-icon .input.is-medium + .icon {
  font-size: 1.25rem; }

.control.has-icon .input.is-large + .icon {
  font-size: 1.5rem; }

.control.has-icon:not(.has-icon-right) .icon {
  left: 0; }

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

.control.has-icon.has-icon-right .icon {
  right: 0; }

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

.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a; }

.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .select.is-small ~ .icon {
  font-size: .75rem; }

.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem; }

.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem; }

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4; }

.control.has-icons-left .input, .control.has-icons-left .select select {
  padding-left: 2.25em; }

.control.has-icons-left .icon.is-left {
  left: 0; }

.control.has-icons-right .input, .control.has-icons-right .select select {
  padding-right: 2.25em; }

.control.has-icons-right .icon.is-right {
  right: 0; }

.control.is-loading:after {
  position: absolute !important;
  right: .625em;
  top: .625em;
  z-index: 4; }

.control.is-loading.is-small:after {
  font-size: .75rem; }

.control.is-loading.is-medium:after {
  font-size: 1.25rem; }

.control.is-loading.is-large:after {
  font-size: 1.5rem; }

.icon {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem; }

.icon.is-small {
  height: 1rem;
  width: 1rem; }

.icon.is-medium {
  height: 2rem;
  width: 2rem; }

.icon.is-large {
  height: 3rem;
  width: 3rem; }

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

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

.image img.is-rounded {
  border-radius: 290486px; }

.image.is-1by1 img, .image.is-1by2 img, .image.is-1by3 img, .image.is-2by1 img, .image.is-2by3 img, .image.is-3by1 img, .image.is-3by2 img, .image.is-3by4 img, .image.is-3by5 img, .image.is-4by3 img, .image.is-4by5 img, .image.is-5by3 img, .image.is-5by4 img, .image.is-9by16 img, .image.is-16by9 img, .image.is-square img {
  height: 100%;
  width: 100%; }

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

.image.is-5by4 {
  padding-top: 80%; }

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

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

.image.is-5by3 {
  padding-top: 60%; }

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

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

.image.is-3by1 {
  padding-top: 33.3333%; }

.image.is-4by5 {
  padding-top: 125%; }

.image.is-3by4 {
  padding-top: 133.3333%; }

.image.is-2by3 {
  padding-top: 150%; }

.image.is-3by5 {
  padding-top: 166.6666%; }

.image.is-9by16 {
  padding-top: 177.7777%; }

.image.is-1by2 {
  padding-top: 200%; }

.image.is-1by3 {
  padding-top: 300%; }

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

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

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

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

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

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

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

.notification {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative; }

.notification a:not(.button) {
  color: currentColor;
  text-decoration: underline; }

.notification strong {
  color: currentColor; }

.notification code, .notification pre {
  background: #fff; }

.notification pre code {
  background: transparent; }

.notification > .delete {
  position: absolute;
  right: .5rem;
  top: .5rem; }

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

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

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

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

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

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

.notification.is-link {
  background-color: #3bc892;
  color: #fff; }

.notification.is-info {
  background-color: #2e466b;
  color: #fff; }

.notification.is-success {
  background-color: #3bc892;
  color: #fff; }

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

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

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

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

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

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

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none; }

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

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

.progress.is-white::-ms-fill {
  background-color: #fff; }

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

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

.progress.is-black::-ms-fill {
  background-color: #0a0a0a; }

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

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

.progress.is-light::-ms-fill {
  background-color: #f5f5f5; }

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

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

.progress.is-dark::-ms-fill {
  background-color: #363636; }

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

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

.progress.is-primary::-ms-fill {
  background-color: #00d1b2; }

.progress.is-link::-webkit-progress-value {
  background-color: #3bc892; }

.progress.is-link::-moz-progress-bar {
  background-color: #3bc892; }

.progress.is-link::-ms-fill {
  background-color: #3bc892; }

.progress.is-info::-webkit-progress-value {
  background-color: #2e466b; }

.progress.is-info::-moz-progress-bar {
  background-color: #2e466b; }

.progress.is-info::-ms-fill {
  background-color: #2e466b; }

.progress.is-success::-webkit-progress-value {
  background-color: #3bc892; }

.progress.is-success::-moz-progress-bar {
  background-color: #3bc892; }

.progress.is-success::-ms-fill {
  background-color: #3bc892; }

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

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

.progress.is-warning::-ms-fill {
  background-color: #ffdd57; }

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

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

.progress.is-danger::-ms-fill {
  background-color: #ff3860; }

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

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

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

.table {
  background-color: #fff;
  color: #363636; }

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

.table td.is-white, .table th.is-white {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a; }

.table td.is-black, .table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff; }

.table td.is-light, .table th.is-light {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #363636; }

.table td.is-dark, .table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #f5f5f5; }

.table td.is-primary, .table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff; }

.table td.is-link, .table th.is-link {
  background-color: #3bc892;
  border-color: #3bc892;
  color: #fff; }

.table td.is-info, .table th.is-info {
  background-color: #2e466b;
  border-color: #2e466b;
  color: #fff; }

.table td.is-success, .table th.is-success {
  background-color: #3bc892;
  border-color: #3bc892;
  color: #fff; }

.table td.is-warning, .table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7); }

.table td.is-danger, .table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff; }

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

.table td.is-selected, .table th.is-selected {
  background-color: #00d1b2;
  color: #fff; }

.table td.is-selected a, .table td.is-selected strong, .table th.is-selected a, .table th.is-selected strong {
  color: currentColor; }

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

.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff; }

.table tr.is-selected a, .table tr.is-selected strong {
  color: currentColor; }

.table tr.is-selected td, .table tr.is-selected th {
  border-color: #fff;
  color: currentColor; }

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

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

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

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

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

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

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa; }

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #f5f5f5; }

.table.is-narrow td, .table.is-narrow th {
  padding: .25em .5em; }

.table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
  background-color: #fafafa; }

.table-container {
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  overflow: auto;
  overflow-y: hidden; }

.tags {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.tags .tag {
  margin-bottom: .5rem; }

.tags .tag:not(:last-child) {
  margin-right: .5rem; }

.tags:last-child {
  margin-bottom: -.5rem; }

.tags:not(:last-child) {
  margin-bottom: 1rem; }

.tags.has-addons .tag {
  margin-right: 0; }

.tags.has-addons .tag:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.tags.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.tags.is-centered .tag {
  margin-left: .25rem;
  margin-right: .25rem; }

.tags.is-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.tags.is-right .tag:not(:first-child) {
  margin-left: .5rem; }

.tags.is-right .tag:not(:last-child) {
  margin-right: 0; }

.tag:not(body) {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #4a4a4a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: .75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap; }

.tag:not(body) .delete {
  margin-left: .25rem;
  margin-right: -.375rem; }

.tag:not(body).is-white {
  background-color: #fff;
  color: #0a0a0a; }

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: #fff; }

.tag:not(body).is-light {
  background-color: #f5f5f5;
  color: #363636; }

.tag:not(body).is-dark {
  background-color: #363636;
  color: #f5f5f5; }

.tag:not(body).is-primary {
  background-color: #00d1b2;
  color: #fff; }

.tag:not(body).is-link {
  background-color: #3bc892;
  color: #fff; }

.tag:not(body).is-info {
  background-color: #2e466b;
  color: #fff; }

.tag:not(body).is-success {
  background-color: #3bc892;
  color: #fff; }

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

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff; }

.tag:not(body).is-medium {
  font-size: 1rem; }

.tag:not(body).is-large {
  font-size: 1.25rem; }

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -.375em;
  margin-right: .1875em; }

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: .1875em;
  margin-right: -.375em; }

.tag:not(body) .icon:first-child:last-child {
  margin-left: -.375em;
  margin-right: -.375em; }

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em; }

.tag:not(body).is-delete:after, .tag:not(body).is-delete:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center; }

.tag:not(body).is-delete:before {
  height: 1px;
  width: 50%; }

.tag:not(body).is-delete:after {
  height: 50%;
  width: 1px; }

.tag:not(body).is-delete:focus, .tag:not(body).is-delete:hover {
  background-color: #e8e8e8; }

.tag:not(body).is-delete:active {
  background-color: #dbdbdb; }

.tag:not(body).is-rounded {
  border-radius: 290486px; }

a.tag:hover {
  text-decoration: underline; }

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

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

.subtitle sub, .subtitle sup, .title sub, .title sup {
  font-size: .75em; }

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

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

.title strong {
  color: inherit;
  font-weight: inherit; }

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

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem; }

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

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

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

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

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

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

.title.is-7 {
  font-size: .75rem; }

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

.subtitle strong {
  color: #363636;
  font-weight: 600; }

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem; }

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

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

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

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

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

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

.subtitle.is-7 {
  font-size: .75rem; }

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

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

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

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

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap; }

.breadcrumb a {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  color: #3bc892;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 0 .75em; }

.breadcrumb a:hover {
  color: #363636; }

.breadcrumb li {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.breadcrumb li:first-child a {
  padding-left: 0; }

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none; }

.breadcrumb li + li:before {
  color: #b5b5b5;
  content: "\0002f"; }

.breadcrumb ol, .breadcrumb ul {
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.breadcrumb .icon:first-child {
  margin-right: .5em; }

.breadcrumb .icon:last-child {
  margin-left: .5em; }

.breadcrumb.is-centered ol, .breadcrumb.is-centered ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.breadcrumb.is-right ol, .breadcrumb.is-right ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.breadcrumb.is-small {
  font-size: .75rem; }

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

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

.breadcrumb.has-arrow-separator li + li:before {
  content: "\02192"; }

.breadcrumb.has-bullet-separator li + li:before {
  content: "\02022"; }

.breadcrumb.has-dot-separator li + li:before {
  content: "\000b7"; }

.breadcrumb.has-succeeds-separator li + li:before {
  content: "\0227B"; }

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

.card-header {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  background-color: none;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1); }

.card-header, .card-header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

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

.card-header-icon, .card-header-title.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.card-header-icon {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: .75rem; }

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

.card-content {
  background-color: none;
  padding: 1.5rem; }

.card-footer {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  background-color: none;
  border-top: 1px solid #dbdbdb; }

.card-footer, .card-footer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.card-footer-item {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -webkit-flex-basis: 0;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 0;
  -webkit-justify-content: center;
  align-items: center;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: .75rem; }

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

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

.dropdown {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  vertical-align: top; }

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block; }

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0; }

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: 0;
  top: auto; }

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20; }

.dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: .5rem;
  padding-top: .5rem; }

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: .875rem;
  line-height: 1.5;
  padding: .375rem 1rem;
  position: relative; }

a.dropdown-item {
  padding-right: 3rem;
  white-space: nowrap; }

a.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #0a0a0a; }

a.dropdown-item.is-active {
  background-color: #3bc892;
  color: #fff; }

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: .5rem 0; }

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

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

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

.level.is-mobile, .level.is-mobile .level-left, .level.is-mobile .level-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.level.is-mobile .level-left + .level-right {
  margin-top: 0; }

.level.is-mobile .level-item {
  margin-right: .75rem; }

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

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

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

.level-item {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -webkit-flex-basis: auto;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center; }

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

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

.level-left, .level-right {
  -webkit-box-flex: 0;
  -webkit-flex-basis: auto;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

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

@media print, screen and (min-width: 769px) {
  .level-left .level-item:not(:last-child), .level-right .level-item:not(:last-child) {
    margin-right: .75rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-left, .media-right {
  -webkit-box-flex: 0;
  -webkit-flex-basis: auto;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0; }

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

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

.media-content {
  -webkit-box-flex: 1;
  -webkit-flex-basis: auto;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left; }

.menu {
  font-size: 1rem; }

.menu.is-small {
  font-size: .75rem; }

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

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

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

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

.menu-list a:hover {
  background-color: #f5f5f5;
  color: #363636; }

.menu-list a.is-active {
  background-color: #3bc892;
  color: #fff; }

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

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

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

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

.message {
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 1rem; }

.message strong {
  color: currentColor; }

.message a:not(.button):not(.tag) {
  color: currentColor;
  text-decoration: underline; }

.message.is-small {
  font-size: .75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message.is-link {
  background-color: #f7fdfb; }

.message.is-link .message-header {
  background-color: #3bc892;
  color: #fff; }

.message.is-link .message-body {
  border-color: #3bc892;
  color: #183a2d; }

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

.message.is-info .message-header {
  background-color: #2e466b;
  color: #fff; }

.message.is-info .message-body {
  border-color: #2e466b;
  color: #263752; }

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

.message.is-success .message-header {
  background-color: #3bc892;
  color: #fff; }

.message.is-success .message-body {
  border-color: #3bc892;
  color: #183a2d; }

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

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

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

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

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

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

.message-header {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: .75em 1em;
  position: relative; }

.message-header .delete {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: .75em; }

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

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

.message-body code, .message-body pre {
  background-color: #fff; }

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

.modal {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40; }

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

.modal-background {
  background-color: rgba(10, 10, 10, 0.86); }

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

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

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }

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

.modal-card, .modal-card-foot, .modal-card-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

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

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

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

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

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

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

.navbar {
  background-color: #fff;
  min-height: 3.25rem;
  position: relative;
  z-index: 30; }

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

.navbar.is-white .navbar-brand .navbar-link, .navbar.is-white .navbar-brand > .navbar-item {
  color: #0a0a0a; }

.navbar.is-white .navbar-brand .navbar-link.is-active, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand > a.navbar-item:hover {
  background-color: #f2f2f2;
  color: #0a0a0a; }

.navbar.is-white .navbar-brand .navbar-link:after {
  border-color: #0a0a0a; }

@media screen and (min-width: 1088px) {
  .navbar.is-white .navbar-end .navbar-link, .navbar.is-white .navbar-end > .navbar-item, .navbar.is-white .navbar-start .navbar-link, .navbar.is-white .navbar-start > .navbar-item {
    color: #0a0a0a; }
  .navbar.is-white .navbar-end .navbar-link.is-active, .navbar.is-white .navbar-end .navbar-link:hover, .navbar.is-white .navbar-end > a.navbar-item.is-active, .navbar.is-white .navbar-end > a.navbar-item:hover, .navbar.is-white .navbar-start .navbar-link.is-active, .navbar.is-white .navbar-start .navbar-link:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, .navbar.is-white .navbar-start > a.navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a; }
  .navbar.is-white .navbar-end .navbar-link:after, .navbar.is-white .navbar-start .navbar-link:after {
    border-color: #0a0a0a; }
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a; }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: #fff;
    color: #0a0a0a; } }

.navbar.is-black {
  background-color: #0a0a0a;
  color: #fff; }

.navbar.is-black .navbar-brand .navbar-link, .navbar.is-black .navbar-brand > .navbar-item {
  color: #fff; }

.navbar.is-black .navbar-brand .navbar-link.is-active, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand > a.navbar-item:hover {
  background-color: #000;
  color: #fff; }

.navbar.is-black .navbar-brand .navbar-link:after {
  border-color: #fff; }

@media screen and (min-width: 1088px) {
  .navbar.is-black .navbar-end .navbar-link, .navbar.is-black .navbar-end > .navbar-item, .navbar.is-black .navbar-start .navbar-link, .navbar.is-black .navbar-start > .navbar-item {
    color: #fff; }
  .navbar.is-black .navbar-end .navbar-link.is-active, .navbar.is-black .navbar-end .navbar-link:hover, .navbar.is-black .navbar-end > a.navbar-item.is-active, .navbar.is-black .navbar-end > a.navbar-item:hover, .navbar.is-black .navbar-start .navbar-link.is-active, .navbar.is-black .navbar-start .navbar-link:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, .navbar.is-black .navbar-start > a.navbar-item:hover {
    background-color: #000;
    color: #fff; }
  .navbar.is-black .navbar-end .navbar-link:after, .navbar.is-black .navbar-start .navbar-link:after {
    border-color: #fff; }
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #000;
    color: #fff; }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: #fff; } }

.navbar.is-light {
  background-color: #f5f5f5;
  color: #363636; }

.navbar.is-light .navbar-brand .navbar-link, .navbar.is-light .navbar-brand > .navbar-item {
  color: #363636; }

.navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand > a.navbar-item:hover {
  background-color: #e8e8e8;
  color: #363636; }

.navbar.is-light .navbar-brand .navbar-link:after {
  border-color: #363636; }

@media screen and (min-width: 1088px) {
  .navbar.is-light .navbar-end .navbar-link, .navbar.is-light .navbar-end > .navbar-item, .navbar.is-light .navbar-start .navbar-link, .navbar.is-light .navbar-start > .navbar-item {
    color: #363636; }
  .navbar.is-light .navbar-end .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end > a.navbar-item.is-active, .navbar.is-light .navbar-end > a.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-start > a.navbar-item:hover {
    background-color: #e8e8e8;
    color: #363636; }
  .navbar.is-light .navbar-end .navbar-link:after, .navbar.is-light .navbar-start .navbar-link:after {
    border-color: #363636; }
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #e8e8e8;
    color: #363636; }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #363636; } }

.navbar.is-dark {
  background-color: #363636;
  color: #f5f5f5; }

.navbar.is-dark .navbar-brand .navbar-link, .navbar.is-dark .navbar-brand > .navbar-item {
  color: #f5f5f5; }

.navbar.is-dark .navbar-brand .navbar-link.is-active, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand > a.navbar-item:hover {
  background-color: #292929;
  color: #f5f5f5; }

.navbar.is-dark .navbar-brand .navbar-link:after {
  border-color: #f5f5f5; }

@media screen and (min-width: 1088px) {
  .navbar.is-dark .navbar-end .navbar-link, .navbar.is-dark .navbar-end > .navbar-item, .navbar.is-dark .navbar-start .navbar-link, .navbar.is-dark .navbar-start > .navbar-item {
    color: #f5f5f5; }
  .navbar.is-dark .navbar-end .navbar-link.is-active, .navbar.is-dark .navbar-end .navbar-link:hover, .navbar.is-dark .navbar-end > a.navbar-item.is-active, .navbar.is-dark .navbar-end > a.navbar-item:hover, .navbar.is-dark .navbar-start .navbar-link.is-active, .navbar.is-dark .navbar-start .navbar-link:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, .navbar.is-dark .navbar-start > a.navbar-item:hover {
    background-color: #292929;
    color: #f5f5f5; }
  .navbar.is-dark .navbar-end .navbar-link:after, .navbar.is-dark .navbar-start .navbar-link:after {
    border-color: #f5f5f5; }
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #292929;
    color: #f5f5f5; }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #f5f5f5; } }

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

.navbar.is-primary .navbar-brand .navbar-link, .navbar.is-primary .navbar-brand > .navbar-item {
  color: #fff; }

.navbar.is-primary .navbar-brand .navbar-link.is-active, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand > a.navbar-item:hover {
  background-color: #00b89c;
  color: #fff; }

.navbar.is-primary .navbar-brand .navbar-link:after {
  border-color: #fff; }

@media screen and (min-width: 1088px) {
  .navbar.is-primary .navbar-end .navbar-link, .navbar.is-primary .navbar-end > .navbar-item, .navbar.is-primary .navbar-start .navbar-link, .navbar.is-primary .navbar-start > .navbar-item {
    color: #fff; }
  .navbar.is-primary .navbar-end .navbar-link.is-active, .navbar.is-primary .navbar-end .navbar-link:hover, .navbar.is-primary .navbar-end > a.navbar-item.is-active, .navbar.is-primary .navbar-end > a.navbar-item:hover, .navbar.is-primary .navbar-start .navbar-link.is-active, .navbar.is-primary .navbar-start .navbar-link:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, .navbar.is-primary .navbar-start > a.navbar-item:hover {
    background-color: #00b89c;
    color: #fff; }
  .navbar.is-primary .navbar-end .navbar-link:after, .navbar.is-primary .navbar-start .navbar-link:after {
    border-color: #fff; }
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #00b89c;
    color: #fff; }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff; } }

.navbar.is-link {
  background-color: #3bc892;
  color: #fff; }

.navbar.is-link .navbar-brand .navbar-link, .navbar.is-link .navbar-brand > .navbar-item {
  color: #fff; }

.navbar.is-link .navbar-brand .navbar-link.is-active, .navbar.is-link .navbar-brand .navbar-link:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, .navbar.is-link .navbar-brand > a.navbar-item:hover {
  background-color: #33b684;
  color: #fff; }

.navbar.is-link .navbar-brand .navbar-link:after {
  border-color: #fff; }

@media screen and (min-width: 1088px) {
  .navbar.is-link .navbar-end .navbar-link, .navbar.is-link .navbar-end > .navbar-item, .navbar.is-link .navbar-start .navbar-link, .navbar.is-link .navbar-start > .navbar-item {
    color: #fff; }
  .navbar.is-link .navbar-end .navbar-link.is-active, .navbar.is-link .navbar-end .navbar-link:hover, .navbar.is-link .navbar-end > a.navbar-item.is-active, .navbar.is-link .navbar-end > a.navbar-item:hover, .navbar.is-link .navbar-start .navbar-link.is-active, .navbar.is-link .navbar-start .navbar-link:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, .navbar.is-link .navbar-start > a.navbar-item:hover {
    background-color: #33b684;
    color: #fff; }
  .navbar.is-link .navbar-end .navbar-link:after, .navbar.is-link .navbar-start .navbar-link:after {
    border-color: #fff; }
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #33b684;
    color: #fff; }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3bc892;
    color: #fff; } }

.navbar.is-info {
  background-color: #2e466b;
  color: #fff; }

.navbar.is-info .navbar-brand .navbar-link, .navbar.is-info .navbar-brand > .navbar-item {
  color: #fff; }

.navbar.is-info .navbar-brand .navbar-link.is-active, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand > a.navbar-item:hover {
  background-color: #263a59;
  color: #fff; }

.navbar.is-info .navbar-brand .navbar-link:after {
  border-color: #fff; }

@media screen and (min-width: 1088px) {
  .navbar.is-info .navbar-end .navbar-link, .navbar.is-info .navbar-end > .navbar-item, .navbar.is-info .navbar-start .navbar-link, .navbar.is-info .navbar-start > .navbar-item {
    color: #fff; }
  .navbar.is-info .navbar-end .navbar-link.is-active, .navbar.is-info .navbar-end .navbar-link:hover, .navbar.is-info .navbar-end > a.navbar-item.is-active, .navbar.is-info .navbar-end > a.navbar-item:hover, .navbar.is-info .navbar-start .navbar-link.is-active, .navbar.is-info .navbar-start .navbar-link:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, .navbar.is-info .navbar-start > a.navbar-item:hover {
    background-color: #263a59;
    color: #fff; }
  .navbar.is-info .navbar-end .navbar-link:after, .navbar.is-info .navbar-start .navbar-link:after {
    border-color: #fff; }
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #263a59;
    color: #fff; }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #2e466b;
    color: #fff; } }

.navbar.is-success {
  background-color: #3bc892;
  color: #fff; }

.navbar.is-success .navbar-brand .navbar-link, .navbar.is-success .navbar-brand > .navbar-item {
  color: #fff; }

.navbar.is-success .navbar-brand .navbar-link.is-active, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand > a.navbar-item:hover {
  background-color: #33b684;
  color: #fff; }

.navbar.is-success .navbar-brand .navbar-link:after {
  border-color: #fff; }

@media screen and (min-width: 1088px) {
  .navbar.is-success .navbar-end .navbar-link, .navbar.is-success .navbar-end > .navbar-item, .navbar.is-success .navbar-start .navbar-link, .navbar.is-success .navbar-start > .navbar-item {
    color: #fff; }
  .navbar.is-success .navbar-end .navbar-link.is-active, .navbar.is-success .navbar-end .navbar-link:hover, .navbar.is-success .navbar-end > a.navbar-item.is-active, .navbar.is-success .navbar-end > a.navbar-item:hover, .navbar.is-success .navbar-start .navbar-link.is-active, .navbar.is-success .navbar-start .navbar-link:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, .navbar.is-success .navbar-start > a.navbar-item:hover {
    background-color: #33b684;
    color: #fff; }
  .navbar.is-success .navbar-end .navbar-link:after, .navbar.is-success .navbar-start .navbar-link:after {
    border-color: #fff; }
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #33b684;
    color: #fff; }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #3bc892;
    color: #fff; } }

.navbar.is-warning {
  background-color: #ffdd57; }

.navbar.is-warning, .navbar.is-warning .navbar-brand .navbar-link, .navbar.is-warning .navbar-brand > .navbar-item {
  color: rgba(0, 0, 0, 0.7); }

.navbar.is-warning .navbar-brand .navbar-link.is-active, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand > a.navbar-item:hover {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7); }

.navbar.is-warning .navbar-brand .navbar-link:after {
  border-color: rgba(0, 0, 0, 0.7); }

@media screen and (min-width: 1088px) {
  .navbar.is-warning .navbar-end .navbar-link, .navbar.is-warning .navbar-end > .navbar-item, .navbar.is-warning .navbar-start .navbar-link, .navbar.is-warning .navbar-start > .navbar-item {
    color: rgba(0, 0, 0, 0.7); }
  .navbar.is-warning .navbar-end .navbar-link.is-active, .navbar.is-warning .navbar-end .navbar-link:hover, .navbar.is-warning .navbar-end > a.navbar-item.is-active, .navbar.is-warning .navbar-end > a.navbar-item:hover, .navbar.is-warning .navbar-start .navbar-link.is-active, .navbar.is-warning .navbar-start .navbar-link:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, .navbar.is-warning .navbar-start > a.navbar-item:hover {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7); }
  .navbar.is-warning .navbar-end .navbar-link:after, .navbar.is-warning .navbar-start .navbar-link:after {
    border-color: rgba(0, 0, 0, 0.7); }
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7); }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7); } }

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

.navbar.is-danger .navbar-brand .navbar-link, .navbar.is-danger .navbar-brand > .navbar-item {
  color: #fff; }

.navbar.is-danger .navbar-brand .navbar-link.is-active, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand > a.navbar-item:hover {
  background-color: #ff1f4b;
  color: #fff; }

.navbar.is-danger .navbar-brand .navbar-link:after {
  border-color: #fff; }

@media screen and (min-width: 1088px) {
  .navbar.is-danger .navbar-end .navbar-link, .navbar.is-danger .navbar-end > .navbar-item, .navbar.is-danger .navbar-start .navbar-link, .navbar.is-danger .navbar-start > .navbar-item {
    color: #fff; }
  .navbar.is-danger .navbar-end .navbar-link.is-active, .navbar.is-danger .navbar-end .navbar-link:hover, .navbar.is-danger .navbar-end > a.navbar-item.is-active, .navbar.is-danger .navbar-end > a.navbar-item:hover, .navbar.is-danger .navbar-start .navbar-link.is-active, .navbar.is-danger .navbar-start .navbar-link:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, .navbar.is-danger .navbar-start > a.navbar-item:hover {
    background-color: #ff1f4b;
    color: #fff; }
  .navbar.is-danger .navbar-end .navbar-link:after, .navbar.is-danger .navbar-start .navbar-link:after {
    border-color: #fff; }
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #ff1f4b;
    color: #fff; }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff; } }

.navbar > .container {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 3.25rem;
  width: 100%; }

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 #f5f5f5; }

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30; }

.navbar.is-fixed-bottom {
  bottom: 0; }

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 #f5f5f5; }

.navbar.is-fixed-top {
  top: 0; }

body.has-navbar-fixed-top, html.has-navbar-fixed-top {
  padding-top: 3.25rem; }

body.has-navbar-fixed-bottom, html.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem; }

.navbar-brand, .navbar-tabs {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-flex-shrink: 0;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-brand a.navbar-item:hover {
  background-color: transparent; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  cursor: pointer;
  display: block;
  height: 3.25rem;
  margin-left: auto;
  position: relative;
  width: 3.25rem; }

.navbar-burger span {
  -webkit-transform-origin: center;
  -webkit-transition-duration: 86ms;
  -webkit-transition-property: background-color,opacity,-webkit-transform;
  -webkit-transition-timing-function: ease-out;
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color,opacity,-webkit-transform;
  transition-property: background-color,opacity,transform;
  transition-property: background-color,opacity,transform,-webkit-transform;
  transition-timing-function: ease-out;
  width: 16px; }

.navbar-burger span:first-child {
  top: calc(50% - 6px); }

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px); }

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px); }

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.navbar-burger.is-active span:first-child {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg); }

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

.navbar-burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item, .navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: .5rem .75rem;
  position: relative; }

.navbar-item .icon:only-child, .navbar-link .icon:only-child {
  margin-left: -.25rem;
  margin-right: -.25rem; }

.navbar-link, a.navbar-item {
  cursor: pointer; }

.navbar-link.is-active, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:hover {
  background-color: #fafafa;
  color: #3bc892; }

.navbar-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -webkit-flex-shrink: 0;
  display: block;
  flex-grow: 0;
  flex-shrink: 0; }

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

.navbar-item.has-dropdown {
  padding: 0; }

.navbar-item.is-expanded {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(.5rem - 1px); }

.navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3bc892; }

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom: 3px solid #3bc892;
  color: #3bc892;
  padding-bottom: calc(.5rem - 3px); }

.navbar-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-grow: 1;
  flex-shrink: 1; }

.navbar-link {
  padding-right: 2.5em; }

.navbar-link:after {
  border-color: #3bc892;
  margin-top: -.375em;
  right: 1.125em; }

.navbar-dropdown {
  font-size: .875rem;
  padding-bottom: .5rem;
  padding-top: .5rem; }

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.navbar-divider {
  background-color: #f5f5f5;
  border: none;
  display: none;
  height: 2px;
  margin: .5rem 0; }

@media screen and (max-width: 1087px) {
  .navbar > .container {
    display: block; }
  .navbar-brand .navbar-item, .navbar-tabs .navbar-item {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .navbar-link:after {
    display: none; }
  .navbar-menu {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: .5rem 0; }
  .navbar-menu.is-active {
    display: block; }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top-touch .navbar-menu, .navbar.is-fixed-top .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }
  body.has-navbar-fixed-top-touch, html.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  body.has-navbar-fixed-bottom-touch, html.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }

@media screen and (min-width: 1088px) {
  .navbar, .navbar-end, .navbar-menu, .navbar-start {
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .navbar {
    min-height: 3.25rem; }
  .navbar.is-spaced {
    padding: 1rem 2rem; }
  .navbar.is-spaced .navbar-end, .navbar.is-spaced .navbar-start {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  .navbar.is-spaced .navbar-link, .navbar.is-spaced a.navbar-item {
    border-radius: 4px; }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link, .navbar.is-transparent .navbar-link.is-active, .navbar.is-transparent .navbar-link:hover, .navbar.is-transparent a.navbar-item.is-active, .navbar.is-transparent a.navbar-item:hover {
    background-color: transparent !important; }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a; }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #3bc892; }
  .navbar-burger {
    display: none; }
  .navbar-item, .navbar-link {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
  .navbar-item, .navbar-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .navbar-item.has-dropdown {
    -webkit-align-items: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
  .navbar-item.has-dropdown-up .navbar-link:after {
    -webkit-transform: rotate(135deg) translate(0.25em, -0.25em);
    transform: rotate(135deg) translate(0.25em, -0.25em); }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto; }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block; }
  .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
    -webkit-transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); }
  .navbar-menu {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-grow: 1;
    flex-shrink: 0; }
  .navbar-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: auto; }
  .navbar-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-left: auto; }
  .navbar-dropdown {
    background-color: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: .875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20; }
  .navbar-dropdown .navbar-item {
    padding: .375rem 1rem;
    white-space: nowrap; }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem; }
  .navbar-dropdown a.navbar-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a; }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: #f5f5f5;
    color: #3bc892; }
  .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-dropdown {
    -webkit-transform: translateY(-5px);
    -webkit-transition-duration: 86ms;
    -webkit-transition-property: opacity,-webkit-transform;
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + -4px);
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform; }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0; }
  .navbar-divider {
    display: block; }
  .container > .navbar .navbar-brand, .navbar > .container .navbar-brand {
    margin-left: -1rem; }
  .container > .navbar .navbar-menu, .navbar > .container .navbar-menu {
    margin-right: -1rem; }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }
  body.has-navbar-fixed-top-desktop, html.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  body.has-navbar-fixed-bottom-desktop, html.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  body.has-spaced-navbar-fixed-top, html.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  body.has-spaced-navbar-fixed-bottom, html.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }
  .navbar-link.is-active, a.navbar-item.is-active {
    color: #0a0a0a; }
  .navbar-link.is-active:not(:hover), a.navbar-item.is-active:not(:hover) {
    background-color: transparent; }
  .navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:hover .navbar-link {
    background-color: #fafafa; } }

.pagination {
  font-size: 1rem;
  margin: -.25rem; }

.pagination.is-small {
  font-size: .75rem; }

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

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

.pagination.is-rounded .pagination-next, .pagination.is-rounded .pagination-previous {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }

.pagination.is-rounded .pagination-link {
  border-radius: 290486px; }

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

.pagination-ellipsis, .pagination-link, .pagination-next, .pagination-previous {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  font-size: 1em;
  justify-content: center;
  margin: .25rem;
  padding-left: .5em;
  padding-right: .5em;
  text-align: center; }

.pagination-link, .pagination-next, .pagination-previous {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em; }

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

.pagination-link:focus, .pagination-next:focus, .pagination-previous:focus {
  border-color: #3273dc; }

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

.pagination-link[disabled], .pagination-next[disabled], .pagination-previous[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: .5; }

.pagination-next, .pagination-previous {
  padding-left: .75em;
  padding-right: .75em;
  white-space: nowrap; }

.pagination-link.is-current {
  background-color: #3bc892;
  border-color: #3bc892;
  color: #fff; }

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

.pagination-list {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 768px) {
  .pagination {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .pagination-list li, .pagination-next, .pagination-previous {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-grow: 1;
    flex-shrink: 1; } }

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

.panel {
  font-size: 1rem; }

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

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

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

.panel-heading {
  background-color: #f5f5f5;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: .5em .75em; }

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

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

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

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

.panel-list a:hover {
  color: #3bc892; }

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

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

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

.panel-block.is-wrapped {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.panel-block.is-active {
  border-left-color: #3bc892;
  color: #363636; }

.panel-block.is-active .panel-icon {
  color: #3bc892; }

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

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

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

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

.tabs {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }

.tabs, .tabs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

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

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

.tabs li {
  display: block; }

.tabs li.is-active a {
  border-bottom-color: #3bc892;
  color: #3bc892; }

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

.tabs ul.is-center, .tabs ul.is-left {
  padding-right: .75em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em; }

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em; }

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

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

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

.column {
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem; }

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

.columns.is-mobile > .column.is-full {
  width: 100%; }

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

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

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

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

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

.columns.is-mobile > .column.is-one-fifth {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 20%; }

.columns.is-mobile > .column.is-two-fifths {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 40%; }

.columns.is-mobile > .column.is-three-fifths {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 60%; }

.columns.is-mobile > .column.is-four-fifths {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 80%; }

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

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

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

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

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

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

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

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

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%; }

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

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

.columns.is-mobile > .column.is-2 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 16.66667%; }

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%; }

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

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

.columns.is-mobile > .column.is-4 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 33.33333%; }

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%; }

.columns.is-mobile > .column.is-5 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 41.66667%; }

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%; }

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

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

.columns.is-mobile > .column.is-7 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 58.33333%; }

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%; }

.columns.is-mobile > .column.is-8 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 66.66667%; }

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%; }

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

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

.columns.is-mobile > .column.is-10 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 83.33333%; }

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%; }

.columns.is-mobile > .column.is-11 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  width: 91.66667%; }

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%; }

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

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%; }

@media screen and (max-width: 768px) {
  .column.is-full-mobile, .column.is-narrow-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .column.is-full-mobile {
    width: 100%; }
  .column.is-three-quarters-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%; }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%; }
  .column.is-offset-half-mobile {
    margin-left: 50%; }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%; }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%; }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%; }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%; }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%; }
  .column.is-1-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-mobile {
    margin-left: 8.33333%; }
  .column.is-2-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-mobile {
    margin-left: 16.66667%; }
  .column.is-3-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-mobile {
    margin-left: 25%; }
  .column.is-4-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-mobile {
    margin-left: 33.33333%; }
  .column.is-5-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-mobile {
    margin-left: 41.66667%; }
  .column.is-6-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-mobile {
    margin-left: 50%; }
  .column.is-7-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-mobile {
    margin-left: 58.33333%; }
  .column.is-8-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-mobile {
    margin-left: 66.66667%; }
  .column.is-9-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-mobile {
    margin-left: 75%; }
  .column.is-10-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-mobile {
    margin-left: 83.33333%; }
  .column.is-11-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-mobile {
    margin-left: 91.66667%; }
  .column.is-12-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-mobile {
    margin-left: 100%; } }

@media print, screen and (min-width: 769px) {
  .column.is-full, .column.is-full-tablet, .column.is-narrow, .column.is-narrow-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .column.is-full, .column.is-full-tablet {
    width: 100%; }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half, .column.is-half-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third, .column.is-one-third-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%; }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%; }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%; }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%; }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%; }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%; }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%; }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%; }
  .column.is-1, .column.is-1-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%; }
  .column.is-2, .column.is-2-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%; }
  .column.is-3, .column.is-3-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%; }
  .column.is-4, .column.is-4-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%; }
  .column.is-5, .column.is-5-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%; }
  .column.is-6, .column.is-6-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%; }
  .column.is-7, .column.is-7-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%; }
  .column.is-8, .column.is-8-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%; }
  .column.is-9, .column.is-9-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%; }
  .column.is-10, .column.is-10-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%; }
  .column.is-11, .column.is-11-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%; }
  .column.is-12, .column.is-12-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%; } }

@media screen and (max-width: 1087px) {
  .column.is-full-touch, .column.is-narrow-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .column.is-full-touch {
    width: 100%; }
  .column.is-three-quarters-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%; }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%; }
  .column.is-offset-half-touch {
    margin-left: 50%; }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%; }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%; }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%; }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%; }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%; }
  .column.is-1-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-touch {
    margin-left: 8.33333%; }
  .column.is-2-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-touch {
    margin-left: 16.66667%; }
  .column.is-3-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-touch {
    margin-left: 25%; }
  .column.is-4-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-touch {
    margin-left: 33.33333%; }
  .column.is-5-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-touch {
    margin-left: 41.66667%; }
  .column.is-6-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-touch {
    margin-left: 50%; }
  .column.is-7-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-touch {
    margin-left: 58.33333%; }
  .column.is-8-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-touch {
    margin-left: 66.66667%; }
  .column.is-9-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-touch {
    margin-left: 75%; }
  .column.is-10-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-touch {
    margin-left: 83.33333%; }
  .column.is-11-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-touch {
    margin-left: 91.66667%; }
  .column.is-12-touch {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-touch {
    margin-left: 100%; } }

@media screen and (min-width: 1088px) {
  .column.is-full-desktop, .column.is-narrow-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .column.is-full-desktop {
    width: 100%; }
  .column.is-three-quarters-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%; }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%; }
  .column.is-offset-half-desktop {
    margin-left: 50%; }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%; }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%; }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%; }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%; }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%; }
  .column.is-1-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-desktop {
    margin-left: 8.33333%; }
  .column.is-2-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-desktop {
    margin-left: 16.66667%; }
  .column.is-3-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-desktop {
    margin-left: 25%; }
  .column.is-4-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-desktop {
    margin-left: 33.33333%; }
  .column.is-5-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-desktop {
    margin-left: 41.66667%; }
  .column.is-6-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-desktop {
    margin-left: 50%; }
  .column.is-7-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-desktop {
    margin-left: 58.33333%; }
  .column.is-8-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-desktop {
    margin-left: 66.66667%; }
  .column.is-9-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-desktop {
    margin-left: 75%; }
  .column.is-10-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-desktop {
    margin-left: 83.33333%; }
  .column.is-11-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-desktop {
    margin-left: 91.66667%; }
  .column.is-12-desktop {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-desktop {
    margin-left: 100%; } }

@media screen and (min-width: 1280px) {
  .column.is-full-widescreen, .column.is-narrow-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .column.is-full-widescreen {
    width: 100%; }
  .column.is-three-quarters-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%; }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%; }
  .column.is-offset-half-widescreen {
    margin-left: 50%; }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%; }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%; }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%; }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%; }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%; }
  .column.is-1-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%; }
  .column.is-2-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%; }
  .column.is-3-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-widescreen {
    margin-left: 25%; }
  .column.is-4-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%; }
  .column.is-5-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%; }
  .column.is-6-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-widescreen {
    margin-left: 50%; }
  .column.is-7-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%; }
  .column.is-8-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%; }
  .column.is-9-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-widescreen {
    margin-left: 75%; }
  .column.is-10-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%; }
  .column.is-11-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%; }
  .column.is-12-widescreen {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-widescreen {
    margin-left: 100%; } }

@media screen and (min-width: 1472px) {
  .column.is-full-fullhd, .column.is-narrow-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .column.is-full-fullhd {
    width: 100%; }
  .column.is-three-quarters-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-two-thirds-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.6666%; }
  .column.is-half-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-one-third-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.3333%; }
  .column.is-one-quarter-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-one-fifth-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 20%; }
  .column.is-two-fifths-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 40%; }
  .column.is-three-fifths-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 60%; }
  .column.is-four-fifths-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 80%; }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%; }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%; }
  .column.is-offset-half-fullhd {
    margin-left: 50%; }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%; }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%; }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%; }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%; }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%; }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%; }
  .column.is-1-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 8.33333%; }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%; }
  .column.is-2-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 16.66667%; }
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%; }
  .column.is-3-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 25%; }
  .column.is-offset-3-fullhd {
    margin-left: 25%; }
  .column.is-4-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 33.33333%; }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%; }
  .column.is-5-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 41.66667%; }
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%; }
  .column.is-6-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 50%; }
  .column.is-offset-6-fullhd {
    margin-left: 50%; }
  .column.is-7-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 58.33333%; }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%; }
  .column.is-8-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 66.66667%; }
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%; }
  .column.is-9-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 75%; }
  .column.is-offset-9-fullhd {
    margin-left: 75%; }
  .column.is-10-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 83.33333%; }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%; }
  .column.is-11-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 91.66667%; }
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%; }
  .column.is-12-fullhd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    width: 100%; }
  .column.is-offset-12-fullhd {
    margin-left: 100%; } }

.columns {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem; }

.columns:last-child {
  margin-bottom: -.75rem; }

.columns:not(:last-child) {
  margin-bottom: .75rem; }

.columns.is-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0; }

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important; }

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem; }

.columns.is-gapless:last-child {
  margin-bottom: 0; }

.columns.is-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.columns.is-multiline {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.columns.is-vcentered {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

@media print, screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; } }

@media screen and (min-width: 1088px) {
  .columns.is-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; } }

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap)); }

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap); }

.columns.is-variable.is-0 {
  --columnGap: 0rem; }

.columns.is-variable.is-1 {
  --columnGap: 0.25rem; }

.columns.is-variable.is-2 {
  --columnGap: 0.5rem; }

.columns.is-variable.is-3 {
  --columnGap: 0.75rem; }

.columns.is-variable.is-4 {
  --columnGap: 1rem; }

.columns.is-variable.is-5 {
  --columnGap: 1.25rem; }

.columns.is-variable.is-6 {
  --columnGap: 1.5rem; }

.columns.is-variable.is-7 {
  --columnGap: 1.75rem; }

.columns.is-variable.is-8 {
  --columnGap: 2rem; }

.tile {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content; }

.tile.is-ancestor {
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem; }

.tile.is-ancestor:last-child {
  margin-bottom: -.75rem; }

.tile.is-ancestor:not(:last-child) {
  margin-bottom: .75rem; }

.tile.is-child {
  margin: 0 !important; }

.tile.is-parent {
  padding: .75rem; }

.tile.is-vertical {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column; }

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important; }

@media print, screen and (min-width: 769px) {
  .tile:not(.is-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .tile.is-1 {
    width: 8.33333%; }
  .tile.is-1, .tile.is-2 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .tile.is-2 {
    width: 16.66667%; }
  .tile.is-3 {
    width: 25%; }
  .tile.is-3, .tile.is-4 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .tile.is-4 {
    width: 33.33333%; }
  .tile.is-5 {
    width: 41.66667%; }
  .tile.is-5, .tile.is-6 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .tile.is-6 {
    width: 50%; }
  .tile.is-7 {
    width: 58.33333%; }
  .tile.is-7, .tile.is-8 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .tile.is-8 {
    width: 66.66667%; }
  .tile.is-9 {
    width: 75%; }
  .tile.is-9, .tile.is-10 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .tile.is-10 {
    width: 83.33333%; }
  .tile.is-11 {
    width: 91.66667%; }
  .tile.is-11, .tile.is-12 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none; }
  .tile.is-12 {
    width: 100%; } }

.hero {
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.hero .navbar {
  background: none; }

.hero .tabs ul {
  border-bottom: none; }

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

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag), .hero.is-white strong {
  color: inherit; }

.hero.is-white .title {
  color: #0a0a0a; }

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9); }

.hero.is-white .subtitle a:not(.button), .hero.is-white .subtitle strong {
  color: #0a0a0a; }

@media screen and (max-width: 1087px) {
  .hero.is-white .navbar-menu {
    background-color: #fff; } }

.hero.is-white .navbar-item, .hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7); }

.hero.is-white .navbar-link.is-active, .hero.is-white .navbar-link:hover, .hero.is-white a.navbar-item.is-active, .hero.is-white a.navbar-item:hover {
  background-color: #f2f2f2;
  color: #0a0a0a; }

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: .9; }

.hero.is-white .tabs a:hover, .hero.is-white .tabs li.is-active a {
  opacity: 1; }

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a; }

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff; }

.hero.is-white.is-bold {
  background-image: -webkit-linear-gradient(309deg, #e6e6e6, #fff 71%, #fff);
  background-image: linear-gradient(141deg, #e6e6e6, #fff 71%, #fff); }

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #e6e6e6, #fff 71%, #fff);
    background-image: linear-gradient(141deg, #e6e6e6, #fff 71%, #fff); } }

.hero.is-black {
  background-color: #0a0a0a;
  color: #fff; }

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag), .hero.is-black strong {
  color: inherit; }

.hero.is-black .title {
  color: #fff; }

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9); }

.hero.is-black .subtitle a:not(.button), .hero.is-black .subtitle strong {
  color: #fff; }

@media screen and (max-width: 1087px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a; } }

.hero.is-black .navbar-item, .hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7); }

.hero.is-black .navbar-link.is-active, .hero.is-black .navbar-link:hover, .hero.is-black a.navbar-item.is-active, .hero.is-black a.navbar-item:hover {
  background-color: #000;
  color: #fff; }

.hero.is-black .tabs a {
  color: #fff;
  opacity: .9; }

.hero.is-black .tabs a:hover, .hero.is-black .tabs li.is-active a {
  opacity: 1; }

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: #fff; }

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #0a0a0a; }

.hero.is-black.is-bold {
  background-image: -webkit-linear-gradient(309deg, #000, #0a0a0a 71%, #181616);
  background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616); }

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #000, #0a0a0a 71%, #181616);
    background-image: linear-gradient(141deg, #000, #0a0a0a 71%, #181616); } }

.hero.is-light {
  background-color: #f5f5f5;
  color: #363636; }

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag), .hero.is-light strong {
  color: inherit; }

.hero.is-light .title {
  color: #363636; }

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9); }

.hero.is-light .subtitle a:not(.button), .hero.is-light .subtitle strong {
  color: #363636; }

@media screen and (max-width: 1087px) {
  .hero.is-light .navbar-menu {
    background-color: #f5f5f5; } }

.hero.is-light .navbar-item, .hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 0.7); }

.hero.is-light .navbar-link.is-active, .hero.is-light .navbar-link:hover, .hero.is-light a.navbar-item.is-active, .hero.is-light a.navbar-item:hover {
  background-color: #e8e8e8;
  color: #363636; }

.hero.is-light .tabs a {
  color: #363636;
  opacity: .9; }

.hero.is-light .tabs a:hover, .hero.is-light .tabs li.is-active a {
  opacity: 1; }

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #363636; }

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: #f5f5f5; }

.hero.is-light.is-bold {
  background-image: -webkit-linear-gradient(309deg, #dfd8d8, #f5f5f5 71%, #fff);
  background-image: linear-gradient(141deg, #dfd8d8, #f5f5f5 71%, #fff); }

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #dfd8d8, #f5f5f5 71%, #fff);
    background-image: linear-gradient(141deg, #dfd8d8, #f5f5f5 71%, #fff); } }

.hero.is-dark {
  background-color: #363636;
  color: #f5f5f5; }

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag), .hero.is-dark strong {
  color: inherit; }

.hero.is-dark .title {
  color: #f5f5f5; }

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9); }

.hero.is-dark .subtitle a:not(.button), .hero.is-dark .subtitle strong {
  color: #f5f5f5; }

@media screen and (max-width: 1087px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636; } }

.hero.is-dark .navbar-item, .hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7); }

.hero.is-dark .navbar-link.is-active, .hero.is-dark .navbar-link:hover, .hero.is-dark a.navbar-item.is-active, .hero.is-dark a.navbar-item:hover {
  background-color: #292929;
  color: #f5f5f5; }

.hero.is-dark .tabs a {
  color: #f5f5f5;
  opacity: .9; }

.hero.is-dark .tabs a:hover, .hero.is-dark .tabs li.is-active a {
  opacity: 1; }

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #f5f5f5; }

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #363636; }

.hero.is-dark.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1f1919, #363636 71%, #463f3f);
  background-image: linear-gradient(141deg, #1f1919, #363636 71%, #463f3f); }

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1f1919, #363636 71%, #463f3f);
    background-image: linear-gradient(141deg, #1f1919, #363636 71%, #463f3f); } }

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

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag), .hero.is-primary strong {
  color: inherit; }

.hero.is-primary .title {
  color: #fff; }

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9); }

.hero.is-primary .subtitle a:not(.button), .hero.is-primary .subtitle strong {
  color: #fff; }

@media screen and (max-width: 1087px) {
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2; } }

.hero.is-primary .navbar-item, .hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7); }

.hero.is-primary .navbar-link.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary a.navbar-item:hover {
  background-color: #00b89c;
  color: #fff; }

.hero.is-primary .tabs a {
  color: #fff;
  opacity: .9; }

.hero.is-primary .tabs a:hover, .hero.is-primary .tabs li.is-active a {
  opacity: 1; }

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff; }

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2; }

.hero.is-primary.is-bold {
  background-image: -webkit-linear-gradient(309deg, #009e6c, #00d1b2 71%, #00e7eb);
  background-image: linear-gradient(141deg, #009e6c, #00d1b2 71%, #00e7eb); }

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #009e6c, #00d1b2 71%, #00e7eb);
    background-image: linear-gradient(141deg, #009e6c, #00d1b2 71%, #00e7eb); } }

.hero.is-link {
  background-color: #3bc892;
  color: #fff; }

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag), .hero.is-link strong {
  color: inherit; }

.hero.is-link .title {
  color: #fff; }

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9); }

.hero.is-link .subtitle a:not(.button), .hero.is-link .subtitle strong {
  color: #fff; }

@media screen and (max-width: 1087px) {
  .hero.is-link .navbar-menu {
    background-color: #3bc892; } }

.hero.is-link .navbar-item, .hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7); }

.hero.is-link .navbar-link.is-active, .hero.is-link .navbar-link:hover, .hero.is-link a.navbar-item.is-active, .hero.is-link a.navbar-item:hover {
  background-color: #33b684;
  color: #fff; }

.hero.is-link .tabs a {
  color: #fff;
  opacity: .9; }

.hero.is-link .tabs a:hover, .hero.is-link .tabs li.is-active a {
  opacity: 1; }

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff; }

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3bc892; }

.hero.is-link.is-bold {
  background-image: -webkit-linear-gradient(309deg, #23ad61, #3bc892 71%, #49d3b5);
  background-image: linear-gradient(141deg, #23ad61, #3bc892 71%, #49d3b5); }

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #23ad61, #3bc892 71%, #49d3b5);
    background-image: linear-gradient(141deg, #23ad61, #3bc892 71%, #49d3b5); } }

.hero.is-info {
  background-color: #2e466b;
  color: #fff; }

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag), .hero.is-info strong {
  color: inherit; }

.hero.is-info .title {
  color: #fff; }

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9); }

.hero.is-info .subtitle a:not(.button), .hero.is-info .subtitle strong {
  color: #fff; }

@media screen and (max-width: 1087px) {
  .hero.is-info .navbar-menu {
    background-color: #2e466b; } }

.hero.is-info .navbar-item, .hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7); }

.hero.is-info .navbar-link.is-active, .hero.is-info .navbar-link:hover, .hero.is-info a.navbar-item.is-active, .hero.is-info a.navbar-item:hover {
  background-color: #263a59;
  color: #fff; }

.hero.is-info .tabs a {
  color: #fff;
  opacity: .9; }

.hero.is-info .tabs a:hover, .hero.is-info .tabs li.is-active a {
  opacity: 1; }

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff; }

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2e466b; }

.hero.is-info.is-bold {
  background-image: -webkit-linear-gradient(309deg, #1a364c, #2e466b 71%, #314381);
  background-image: linear-gradient(141deg, #1a364c, #2e466b 71%, #314381); }

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #1a364c, #2e466b 71%, #314381);
    background-image: linear-gradient(141deg, #1a364c, #2e466b 71%, #314381); } }

.hero.is-success {
  background-color: #3bc892;
  color: #fff; }

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag), .hero.is-success strong {
  color: inherit; }

.hero.is-success .title {
  color: #fff; }

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9); }

.hero.is-success .subtitle a:not(.button), .hero.is-success .subtitle strong {
  color: #fff; }

@media screen and (max-width: 1087px) {
  .hero.is-success .navbar-menu {
    background-color: #3bc892; } }

.hero.is-success .navbar-item, .hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7); }

.hero.is-success .navbar-link.is-active, .hero.is-success .navbar-link:hover, .hero.is-success a.navbar-item.is-active, .hero.is-success a.navbar-item:hover {
  background-color: #33b684;
  color: #fff; }

.hero.is-success .tabs a {
  color: #fff;
  opacity: .9; }

.hero.is-success .tabs a:hover, .hero.is-success .tabs li.is-active a {
  opacity: 1; }

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff; }

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3bc892; }

.hero.is-success.is-bold {
  background-image: -webkit-linear-gradient(309deg, #23ad61, #3bc892 71%, #49d3b5);
  background-image: linear-gradient(141deg, #23ad61, #3bc892 71%, #49d3b5); }

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #23ad61, #3bc892 71%, #49d3b5);
    background-image: linear-gradient(141deg, #23ad61, #3bc892 71%, #49d3b5); } }

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

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag), .hero.is-warning strong {
  color: inherit; }

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7); }

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9); }

.hero.is-warning .subtitle a:not(.button), .hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7); }

@media screen and (max-width: 1087px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57; } }

.hero.is-warning .navbar-item, .hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7); }

.hero.is-warning .navbar-link.is-active, .hero.is-warning .navbar-link:hover, .hero.is-warning a.navbar-item.is-active, .hero.is-warning a.navbar-item:hover {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7); }

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: .9; }

.hero.is-warning .tabs a:hover, .hero.is-warning .tabs li.is-active a {
  opacity: 1; }

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7); }

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57; }

.hero.is-warning.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ffaf24, #ffdd57 71%, #fffa70);
  background-image: linear-gradient(141deg, #ffaf24, #ffdd57 71%, #fffa70); }

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #ffaf24, #ffdd57 71%, #fffa70);
    background-image: linear-gradient(141deg, #ffaf24, #ffdd57 71%, #fffa70); } }

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

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag), .hero.is-danger strong {
  color: inherit; }

.hero.is-danger .title {
  color: #fff; }

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9); }

.hero.is-danger .subtitle a:not(.button), .hero.is-danger .subtitle strong {
  color: #fff; }

@media screen and (max-width: 1087px) {
  .hero.is-danger .navbar-menu {
    background-color: #ff3860; } }

.hero.is-danger .navbar-item, .hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7); }

.hero.is-danger .navbar-link.is-active, .hero.is-danger .navbar-link:hover, .hero.is-danger a.navbar-item.is-active, .hero.is-danger a.navbar-item:hover {
  background-color: #ff1f4b;
  color: #fff; }

.hero.is-danger .tabs a {
  color: #fff;
  opacity: .9; }

.hero.is-danger .tabs a:hover, .hero.is-danger .tabs li.is-active a {
  opacity: 1; }

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff; }

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1); }

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860; }

.hero.is-danger.is-bold {
  background-image: -webkit-linear-gradient(309deg, #ff0561, #ff3860 71%, #ff5257);
  background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257); }

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: -webkit-linear-gradient(309deg, #ff0561, #ff3860 71%, #ff5257);
    background-image: linear-gradient(141deg, #ff0561, #ff3860 71%, #ff5257); } }

.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }

@media print, screen and (min-width: 769px) {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem; } }

@media print, screen and (min-width: 769px) {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem; } }

.hero.is-fullheight .hero-body, .hero.is-halfheight .hero-body {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.hero.is-fullheight .hero-body > .container, .hero.is-halfheight .hero-body > .container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-grow: 1;
  flex-shrink: 1; }

.hero.is-halfheight {
  min-height: 50vh; }

.hero.is-fullheight {
  min-height: 100vh; }

.hero-video {
  overflow: hidden; }

.hero-video video {
  -webkit-transform: translate3d(-50%, -50%, 0);
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0); }

.hero-video.is-transparent {
  opacity: .3; }

@media screen and (max-width: 768px) {
  .hero-video {
    display: none; } }

.hero-buttons {
  margin-top: 1.5rem; }

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: .75rem; } }

@media print, screen and (min-width: 769px) {
  .hero-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center; }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem; } }

.hero-foot, .hero-head {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0; }

.hero-body, .hero-foot, .hero-head {
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.hero-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1; }

.hero-body, .section {
  padding: 3rem 1.5rem; }

@media screen and (min-width: 1088px) {
  .section.is-medium {
    padding: 9rem 1.5rem; }
  .section.is-large {
    padding: 18rem 1.5rem; } }

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem; }

.container {
  padding-left: .9375rem;
  padding-right: .9375rem; }

.page-section {
  padding-bottom: 5rem;
  padding-top: 5rem; }

@media screen and (min-width: 1088px) {
  .page-section {
    padding-bottom: 6.25rem;
    padding-top: 6.25rem; } }

.content-spaced {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.content-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.content-text {
  margin-bottom: 2.8125rem; }

@media screen and (min-width: 1088px) {
  .content-text {
    margin-bottom: 0; } }

.content-left .content-media {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2; }

.content-left .content-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

@media screen and (min-width: 1088px) {
  .content-left .content-media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; }
  .content-left .content-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; } }

.content-right .content-media {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2; }

.content-right .content-text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1; }

@media screen and (min-width: 1088px) {
  .content-right .content-media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1; }
  .content-right .content-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2; } }

.content-body {
  margin-bottom: 2.8125rem; }

body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.button-container {
  display: block; }

.button, .submit input[type=submit], button {
  -webkit-backface-visibility: hidden;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  -webkit-perspective: 1000;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-transition: all .3s ease-in-out 0s;
  background: -webkit-linear-gradient(left, #fe6922, #c1450b);
  background: linear-gradient(90deg, #fe6922 0, #c1450b);
  border: none;
  border-radius: 900px;
  color: #fff;
  display: inline-block;
  font-family: Source Sans Pro,sans-serif;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  outline: none !important;
  overflow: hidden;
  padding: .6em 2em;
  position: relative;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s; }

.button.light, .button.secondary, .submit input[type=submit].light, .submit input[type=submit].secondary, button.light, button.secondary {
  background: none;
  border: 3px solid #fff;
  color: #fff; }

.button.blue, .submit input[type=submit].blue, button.blue {
  background: #071d4b;
  color: #fff; }

.button.alt, .submit input[type=submit].alt, button.alt {
  background: none;
  border: 3px solid #252931;
  color: #252931;
  height: auto;
  padding: 1rem 1.5rem; }

.button.alt:hover, .submit input[type=submit].alt:hover, button.alt:hover {
  background-color: #252931;
  color: #fff; }

.button.tertiary, .submit input[type=submit].tertiary, button.tertiary {
  background: none;
  border: 3px solid #ff6a22;
  color: #ff6a22;
  height: auto;
  padding: 1rem 1.5rem; }

.button.tertiary:hover, .submit input[type=submit].tertiary:hover, button.tertiary:hover {
  background-color: #ff6a22;
  color: #fff; }

#scrollspy {
  display: none;
  position: fixed;
  top: 300px;
  z-index: 1000; }

#scrollspy .scrollspy-items {
  display: block;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

#scrollspy .scrollspy-items .scrollspy-item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  flex-wrap: wrap; }

#scrollspy .scrollspy-items .scrollspy-item, #scrollspy .scrollspy-items .scrollspy-item a {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 0; }

#scrollspy .scrollspy-items .scrollspy-item a {
  -webkit-align-content: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -webkit-flex: 0 0 14px;
  -webkit-justify-content: center;
  align-content: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 62.5rem;
  color: #fff;
  flex: 0 0 14px;
  font-size: .375rem;
  height: 14px;
  justify-content: center;
  letter-spacing: .05em;
  text-align: center;
  width: 14px; }

#scrollspy .scrollspy-items .scrollspy-item:after {
  background: #fff;
  content: "";
  display: inline-block;
  height: .9375rem;
  position: relative;
  width: 1px; }

#scrollspy .scrollspy-items .scrollspy-item.active a {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 28px;
  border-color: #ff6a22;
  color: #ff6a22;
  flex: 0 0 28px;
  font-size: .78125rem;
  height: 28px;
  width: 28px; }

#scrollspy .scrollspy-items .scrollspy-item.last:after {
  display: none; }

@media (min-width: 1025px) {
  #scrollspy {
    display: block; } }

#scrollspy.darkness .scrollspy-items .scrollspy-item a {
  background: #24255b;
  border-color: #24255b;
  color: #24255b; }

#scrollspy.darkness .scrollspy-items .scrollspy-item:after {
  background: #24255b; }

#scrollspy.darkness .scrollspy-items .scrollspy-item.active a {
  border-color: #ff6a22;
  color: #ff6a22; }

a {
  color: #3bc892; }

a:active, a:focus {
  outline: 0; }

h1, h2, h3, h4 {
  color: #252931;
  font-family: Open Sans,sans-serif;
  line-height: 1.2;
  margin: 0 0 2rem; }

h1 {
  color: #fff;
  font-size: 5.28571em;
  font-weight: 300;
  line-height: 1.13; }

h2 {
  font-size: 2.3em;
  font-weight: 900; }

h2, h3 {
  color: #071d4b; }

h3 {
  font-size: 1.87em;
  font-weight: 300; }

h3 strong {
  font-weight: 700; }

h4 {
  font-size: 1.3em; }

.masthead-1 nav ul li a {
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: .025em;
  position: relative;
  text-transform: uppercase; }

.masthead-1 nav ul li a:after {
  -webkit-transition: all .3s ease-in-out 0s;
  background: #72b4ff;
  content: "";
  display: block;
  height: 1px;
  opacity: 0;
  position: relative;
  top: .1875rem;
  transition: all .3s ease-in-out 0s;
  width: 100%; }

.masthead-1 nav ul li a.current, .masthead-1 nav ul li a:hover {
  color: #72b4ff; }

.masthead-1 nav ul li a.current:after, .masthead-1 nav ul li a:hover:after {
  opacity: 1; }

.section-headline-loud {
  color: #252930;
  font-size: 3rem;
  font-weight: 300;
  text-align: center; }

.section-headline {
  color: #252930;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.13;
  position: relative;
  text-align: left; }

.section-headline:after {
  background: #678297;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-top: 2.25rem;
  opacity: .3;
  text-align: center;
  width: 9.375rem; }

@media (min-width: 767px) {
  .section-headline {
    font-size: 3.75rem;
    text-align: center; }
  .section-headline:after {
    left: calc(50% - 4.6875rem);
    position: absolute; } }

@media screen and (min-width: 1088px) {
  .section-headline {
    font-size: 5.25rem;
    text-align: left; }
  .section-headline:after {
    margin-left: .5625rem;
    margin-right: 0;
    width: 9.375rem; } }

h2.section-headline {
  color: #252930;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.13;
  position: relative;
  text-align: left; }

h2.section-headline:after {
  background: #678297;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin-top: 2.25rem;
  opacity: .3;
  text-align: center;
  width: 9.375rem; }

h2.section-headline.section-headline-dark {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }

h2.section-headline.section-headline-dark:after {
  left: 0; }

h2.section-headline.section-headline-light {
  color: #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

h2.section-headline.section-headline-light:after {
  background-color: rgba(255, 255, 255, 0.5);
  left: 0; }

h2.section-headline.section-headline-no-underline:after {
  display: none; }

@media (min-width: 767px) {
  h2.section-headline {
    font-size: 3rem;
    text-align: center; }
  h2.section-headline:after {
    left: calc(50% - 4.6875rem);
    position: absolute; }
  h2.section-headline.section-headline-dark {
    margin-bottom: 3rem;
    padding-bottom: 3rem; }
  h2.section-headline.section-headline-light {
    color: #fff;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem; } }

@media screen and (min-width: 1088px) {
  h2.section-headline {
    font-size: 4.5rem;
    text-align: left; }
  h2.section-headline:after {
    margin-left: .5625rem;
    margin-right: 0;
    width: 9.375rem; } }

p {
  margin-bottom: 1.5rem; }

.content-body p {
  color: #252930;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem; }

.content-body p strong {
  font-weight: 600; }

.content-body-light p {
  color: #fff; }

.section-info {
  font-size: 1.125rem;
  line-height: 2rem; }

.section-headline-no-underline, .section-info {
  text-align: center; }

.section-headline-no-underline:after {
  display: none; }

.section-headline-light {
  color: #fff; }

.section-headline-light:after {
  background: #fff; }

.section-subheadline {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.3; }

.section-subheadline strong {
  font-weight: 600; }

.section-subheadline-dark, .section-subheadline-dark strong {
  color: #252930; }

.section-subheadline-light, .section-subheadline-light strong {
  color: #fff; }

.section-sidebar-headline {
  color: #ff6a22;
  font-size: 1.125rem;
  font-weight: 600; }

.masthead-headline {
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center; }

@media (min-width: 767px) {
  .masthead-headline {
    font-size: 3.75rem; } }

@media (min-width: 1025px) {
  .masthead-headline {
    font-size: 5.25rem; } }

.masthead-subheadline {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: .025em;
  text-align: center; }

@media (max-width: 768px) {
  .masthead-subheadline {
    font-size: 1.75rem; } }

.cta-headline {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  margin: 0; }

.main-footer {
  background: #ff6a22;
  padding-bottom: 6.25rem;
  padding-top: 1.875rem; }

.main-footer ul li {
  margin: 0; }

.main-footer ul li a {
  color: #fff;
  font-weight: 300; }

.main-footer ul li:before {
  display: none;
  margin: 0; }

.main-footer .footer-primary-nav {
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 3.75rem;
  padding-right: 2.625rem; }

@media screen and (min-width: 1088px) {
  .main-footer .footer-primary-nav {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

.main-footer .footer-primary-nav .footer-primary-nav-column {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-bottom: 1rem;
  width: 50%; }

@media screen and (min-width: 1088px) {
  .main-footer .footer-primary-nav .footer-primary-nav-column {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 14.285714286%;
    flex: 1 1 14.285714286%;
    margin-left: 2.5rem; } }

.main-footer .footer-primary-nav .footer-primary-nav-column:first-child {
  margin-left: 0; }

@media (max-width: 505px) {
  .main-footer .footer-primary-nav .footer-primary-nav-column {
    width: 100%; } }

.main-footer .footer-primary-nav li.footer-section-headline a {
  font-size: 1rem;
  font-weight: 600; }

.main-footer .footer-primary-nav li a {
  font-size: .9375rem; }

.main-footer .footer-secondary-nav {
  margin: 2.25rem auto 1.3125rem;
  width: 75%; }

.main-footer .footer-secondary-nav ul {
  -webkit-box-pack: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.main-footer .footer-secondary-nav ul li {
  margin-left: 1.5rem; }

.main-footer .footer-secondary-nav ul li:first-child {
  margin-left: 0; }

.main-footer .footer-secondary-nav ul li a {
  font-size: .875rem;
  white-space: nowrap; }

.main-footer .footer-copyright {
  color: #fff;
  text-align: center; }

@media (min-width: 767px) {
  .main-footer {
    padding-top: 3.75rem; } }

@media (max-width: 1087px) {
  .footer-primary-nav.is-hidden-mobile {
    display: none; } }

.footer-primary-nav-mobile {
  position: relative;
  width: 100vw; }

.footer-primary-nav-mobile a.btn.btn-secondary {
  margin-bottom: 3rem;
  margin-left: 1.875rem;
  padding: .7375rem 1.5625rem; }

.footer-mobile-main, .footer-mobile-secondary, .footer-primary-nav-mobile {
  width: 100vw; }

.footer-mobile-main {
  margin-bottom: 3rem; }

.main-footer ul.contact-us {
  color: #fff;
  font-family: Source Sans Pro,sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  padding-left: 1.875rem;
  text-transform: uppercase; }

.main-footer ul.contact-us li {
  margin-bottom: 10px; }

.main-footer ul.contact-us li a {
  padding-left: 2.5rem;
  position: relative; }

.main-footer ul.contact-us li a img {
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px; }

.footer-menu-item {
  color: #fff;
  cursor: pointer;
  font-family: Source Sans Pro,sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 5px;
  padding: 0 1.875rem;
  position: relative; }

.footer-menu-item:after {
  background: url(../img/icons/chevron-right-white.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 17px;
  width: 20px; }

.footer-mobile-secondary {
  -webkit-transition: left .25s;
  background: #ff6a22;
  height: 100%;
  left: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  transition: left .25s; }

.footer-mobile-secondary ul {
  margin-bottom: 1rem; }

.footer-mobile-secondary ul li {
  padding-left: 1.875rem; }

.footer-mobile-secondary ul li a {
  font-size: 1.4rem;
  margin-bottom: 5px; }

.footer-mobile-secondary ul li.footer-section-headline a {
  font-weight: 700; }

.footer-mobile-secondary p.collapse-secondary {
  background: #c34509;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  padding: 10px 10px 10px 1.875rem;
  position: relative; }

.footer-mobile-secondary p.collapse-secondary:after {
  -webkit-transform: rotate(180deg);
  background: url(../img/icons/chevron-right-white.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 17px;
  transform: rotate(180deg);
  width: 20px; }

.footer-mobile-secondary.opened {
  left: 0; }

.prefooter-cta {
  background: -webkit-linear-gradient(left, #f0662c, #f79131);
  background: linear-gradient(90deg, #f0662c 0, #f79131);
  padding: 2rem; }

.prefooter-cta .container > .columns {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  align-items: center;
  flex-direction: column; }

.prefooter-cta .container {
  max-width: 1460px;
  width: 100%; }

.prefooter-cta a.button.light {
  border: 2px solid #fff; }

.prefooter-cta .prefooter-cta-content-container {
  margin-right: 1.875rem;
  padding: 1.875rem .9375rem; }

@media screen and (min-width: 1088px) {
  .prefooter-cta .prefooter-cta-content-container {
    padding: 0 .9375rem; } }

.prefooter-cta .column.is-two-thirds-desktop {
  margin-bottom: 15px;
  padding: 0; }

.prefooter-cta .prefooter-cta-content {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  align-items: center;
  justify-content: center; }

.prefooter-cta .btn {
  border-radius: 1.375rem;
  padding: .8375rem 3.0625rem; }

.prefooter-cta .column.is-offset-one-fifth-touch {
  margin-left: 0;
  width: auto; }

@media screen and (min-width: 1088px) {
  .prefooter-cta .cta-headline {
    font-size: 2.2875rem; } }

@media (min-width: 1025px) {
  .prefooter-cta {
    padding: 0; }
  .prefooter-cta .container > .columns {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row; }
  .prefooter-cta .column.is-two-thirds-desktop {
    margin-bottom: 0; } }

.main-header-desktop {
  padding-bottom: 1.3125rem;
  padding-top: 1.3125rem; }

.main-header-desktop.light {
  background: #fff;
  position: relative;
  z-index: 1000; }

.main-header-desktop .btn {
  margin-right: 10px;
  padding: 1.0375rem 2.0625rem; }

.main-header-desktop .btn-primary {
  margin-right: 20px;
  padding: 1.0375rem 2.6625rem; }

.main-header-desktop .content-spaced, .main-header-desktop .dashboard {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }

.main-header-desktop .dashboard {
  -webkit-align-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  align-content: center;
  justify-content: flex-end;
  padding-top: 10px; }

.main-header-desktop .dashboard .column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 .375rem; }

.main-header-desktop .dashboard p {
  margin-bottom: 0; }

.main-header-desktop .branding img {
  width: 250px; }

.main-header-desktop .is-menu-icon, .main-header-desktop .is-search-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto; }

.main-header-desktop .is-menu-icon a, .main-header-desktop .is-search-icon a {
  display: block; }

.main-header-desktop .is-menu-icon a img, .main-header-desktop .is-search-icon a img {
  max-width: 66%; }

.main-header-desktop .branding span {
  bottom: 0;
  color: transparent;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.main-header-desktop .branding span:after, .main-header-desktop .branding span:before {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: opacity .5s linear 0s;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .5s linear 0s;
  width: 100%; }

.main-header-desktop .branding span:before {
  background-image: url(../img/assets/logo-light.png); }

.main-header-desktop .branding span:after {
  background-image: url(../img/assets/logo-dark.png);
  opacity: 0; }

.main-header-desktop .dash {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end; }

.main-header-mobile {
  background: #fff;
  padding: .5625rem 0 .75rem; }

.main-header-mobile img.branding {
  display: block;
  height: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 42vw; }

.main-header-mobile .navbar-item.search {
  margin-left: auto; }

.main-header-mobile .navbar-burger {
  color: #071d4b;
  margin-left: 1.5rem;
  top: .125rem; }

.main-header-mobile .navbar-burger span {
  height: .25rem;
  left: 0;
  width: 2.9375rem; }

.main-header-mobile .navbar-burger span:first-child {
  top: calc(50% - 12px); }

.main-header-mobile .navbar-burger span:nth-child(2) {
  top: calc(50% - 4px); }

.header {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all .7s ease-in-out 0s;
  background: #fff;
  left: 0;
  padding: 1rem 0;
  position: relative;
  right: 0;
  top: 0;
  transition: all .7s ease-in-out 0s;
  width: 100%;
  z-index: 3000; }

.header .columns {
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.header .branding {
  display: block;
  max-width: 220px;
  position: relative; }

.header .branding:after {
  content: "";
  display: block;
  padding-bottom: 13.1%;
  position: relative; }

.header .branding span {
  color: transparent;
  overflow: hidden; }

.header .branding span, .header .branding span:after, .header .branding span:before {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.header .branding span:after, .header .branding span:before {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: opacity .5s linear 0s;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: opacity .5s linear 0s; }

.header .branding span:after {
  background: url(../../public/img/assets/logo-dark.png) no-repeat 50%/contain;
  opacity: 1; }

.header .dash {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  position: relative;
  vertical-align: middle;
  z-index: 3000; }

.header .dash > p {
  display: inline-block;
  margin: 0 0 0 2.85714vw;
  vertical-align: middle;
  width: auto; }

.header .dash > p:not(.button-container) button {
  background: none;
  border: none;
  border-radius: 0;
  color: #fff;
  margin: 0;
  padding: 0; }

.header .dash > p.message {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all .3s ease-in-out 0s;
  background: none;
  border-radius: none;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  transition: all .3s ease-in-out 0s; }

.header .dash > p.menu button, .header .dash > p.search button {
  cursor: pointer;
  height: 1.5rem;
  position: relative;
  width: 1.5rem; }

.header .dash > p.menu button:after, .header .dash > p.menu button:before, .header .dash > p.search button:after, .header .dash > p.search button:before {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all .3s ease-in-out 0s;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease-in-out 0s;
  width: 1.5rem; }

.header .dash > p.menu button:after, .header .dash > p.search button:after {
  background: url(../img/icons/search-dark.png) no-repeat 50%/contain; }

.header .dash > p.menu button span, .header .dash > p.search button span {
  display: none; }

.header .dash > p.menu button, .header .dash > p.menu button:after, .header .dash > p.menu button:before {
  height: 1.5rem;
  width: 1.5rem; }

.header .dash > p.menu button:after {
  background: url(../img/icons/menu-dark.png) no-repeat 50%/contain; }

.header .dash .demo, .header .dash .message {
  display: none; }

@media (min-width: 767px) {
  .header {
    background: none;
    padding-top: 1.5rem; }
  .header .branding span:before {
    background: url(../../public/img/assets/logo-light.png) no-repeat 50%/contain; }
  .header .branding span:after {
    opacity: 0; }
  .header .dash .demo, .header .dash .message {
    display: block; }
  .header .dash.menu button:before {
    background: url(../img/icons/menu-light.png) no-repeat 50%/contain; }
  .header .dash.search button:before {
    background: url(../img/icons/search-light.png) no-repeat 50%/contain; } }

.masthead {
  background: -webkit-linear-gradient(left, #27275c 30%, #344f76 90%);
  background: linear-gradient(90deg, #27275c 30%, #344f76 90%);
  box-shadow: 0 0.3125rem 2.1875rem 0 rgba(0, 0, 0, 0.59);
  padding-bottom: 1.75rem; }

.masthead, .masthead .container {
  position: relative; }

.masthead .breadcrumbs {
  padding: 2rem 0; }

.masthead .breadcrumbs ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-content: center; }

.masthead .breadcrumbs ul li {
  -webkit-align-items: baseline;
  -webkit-box-align: baseline;
  -webkit-flex-wrap: nowrap;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 .3125rem; }

.masthead .breadcrumbs ul li:before {
  display: none; }

.masthead .breadcrumbs ul li:after {
  color: #fff;
  content: "/";
  display: block;
  font-size: .8125rem;
  margin-left: .3125rem; }

.masthead .breadcrumbs ul li.active, .masthead .breadcrumbs ul li a {
  font-size: .675rem;
  text-transform: none; }

.masthead .breadcrumbs ul li a {
  color: #fff;
  font-weight: 400; }

.masthead .breadcrumbs ul li.active span {
  color: #72b4ff;
  font-weight: 600; }

.masthead .breadcrumbs ul li:last-child:after {
  display: none; }

@media (min-width: 767px) {
  .masthead .breadcrumbs .breadcrumbs {
    padding: 2rem 0 5.625rem; }
  .masthead .breadcrumbs ul li.active, .masthead .breadcrumbs ul li a {
    font-size: .875rem; } }

@media (min-width: 767px) {
  .masthead {
    padding-bottom: 3.75rem; } }

.masthead-1 .masthead-main {
  padding-bottom: 2.625rem;
  padding-top: 2.625rem; }

.masthead-1 nav ul {
  -webkit-box-pack: start;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

.masthead-1 nav ul li {
  margin-right: 2.25rem; }

@media screen and (min-width: 1088px) {
  .masthead-1 nav ul li a {
    font-size: .9375rem; } }

@media screen and (min-width: 1280px) {
  .masthead-1 nav ul li a {
    font-size: 1.125rem; } }

.masthead-1 .section-headline, .masthead-1 p {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 60%; }

.masthead-1 p {
  margin-bottom: 4.6875rem; }

.masthead-1 .nav-wrapper {
  /*-webkit-flex-wrap:nowrap;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /*flex-wrap:nowrap*/ }

.masthead-1 .nav-wrapper li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.3125rem;
  /*max-width:12.5rem;*/
  padding: 0;
  width: auto; }

.masthead-1 .nav-wrapper li:before {
  display: none;
  margin: 0;
  padding: 0; }

.masthead-1 .nav-wrapper li:first-child {
  margin-left: 1.5rem; }

.masthead-1 .nav-wrapper li a {
  display: inline; }

@media screen and (min-width: 1088px) {
  .masthead-1 .masthead-main {
    padding-bottom: 4.5rem;
    padding-top: 5.625rem; }
  .masthead-1 .masthead-main .nav-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .masthead-1 .masthead-main .nav-wrapper li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 0;
    margin-right: 2.25rem;
    max-width: none; }
  .masthead-1 .masthead-main .nav-wrapper li:first-child {
    margin-left: 0; }
  .masthead-1 .masthead-main .nav-wrapper li a {
    display: inline-block; }
  .masthead-1 .masthead-main .masthead-snipe {
    bottom: -18.75rem;
    max-width: 100%;
    position: absolute;
    right: -6.25rem;
    width: auto;
    z-index: 2; } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-1 .masthead-main .masthead-snipe {
    bottom: -17.5rem;
    right: -3.375rem;
    width: auto; } }

@media screen and (min-width: 1088px) {
  .masthead-1 nav.breadcrumbs ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }

.masthead-1 .section-headline {
  margin-bottom: 80px;
  margin-left: 0;
  text-align: left; }

.masthead-1 .section-headline:after {
  left: 0; }

.masthead-2 {
  padding-bottom: 1rem; }

.masthead-2 .masthead-main .container {
  position: relative; }

.masthead-2 .masthead-main {
  padding: 4rem 0 2rem; }

.masthead-2 img.masthead-snipe {
  background: transparent;
  position: absolute;
  right: 0;
  top: 29px;
  z-index: 1; }

.masthead-2 .main-header {
  background: #fff;
  position: relative;
  z-index: 2; }

.masthead-2 .main-header-mobile {
  padding-bottom: 0;
  padding-top: 0; }

.masthead-2 .welcome {
  color: #071d4b;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase; }

.masthead-2 h1 {
  color: #fff;
  text-align: center;
  width: 100%; }

.masthead-2 h1:after {
  margin: auto; }

.masthead-2 .main-header .main-header-mobile nav {
  background: #fff;
  position: relative;
  width: 100%; }

.masthead-2 .main-header .main-header-mobile nav h3, .masthead-2 .main-header .main-header-mobile nav ul li {
  margin-bottom: 0; }

.masthead-2 .main-header .main-header-mobile nav h3 {
  cursor: pointer;
  padding: .7rem 2rem;
  position: relative; }

.masthead-2 .main-header .main-header-mobile nav h3 img {
  -webkit-transform: rotate(180deg);
  -webkit-transition: -webkit-transform .25s;
  position: absolute;
  right: 17px;
  top: 15px;
  transform: rotate(180deg);
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  width: 17px; }

.masthead-2 .main-header .main-header-mobile nav h3.open img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.masthead-2 .main-header .main-header-mobile nav ul {
  -webkit-transition: max-height .25s,padding .25s;
  border-top: 1px solid #f9f9f9;
  margin-top: 2px;
  max-height: 0;
  overflow: hidden;
  padding: 0 2rem;
  transition: max-height .25s,padding .25s; }

.masthead-2 .main-header .main-header-mobile nav ul.open {
  max-height: 1000px;
  padding: 1rem 2rem; }

.masthead-2 .main-header .main-header-mobile nav ul li {
  list-style-type: none;
  margin-bottom: .6rem; }

.masthead-2 .main-header .main-header-mobile nav ul li:last-child {
  margin-bottom: 0; }

.masthead-2 .main-header .main-header-mobile nav ul li a {
  color: #ff6a22;
  font-size: 1.1rem;
  font-weight: 700; }

.masthead-2 .main-header .main-header-mobile nav ul li a:hover {
  text-decoration: underline; }

.masthead-2 .main-header .main-header-mobile nav ul li:before {
  content: none; }

.masthead-2 .main-header .main-header-mobile nav h3 {
  background: -webkit-linear-gradient(top, #fff, #f9f9f9);
  background: linear-gradient(180deg, #fff, #f9f9f9);
  color: #5c606b;
  font-size: 1.4rem;
  font-weight: 600; }

@media screen and (min-width: 1088px) {
  .masthead-2 .masthead-main .container {
    position: relative; }
  .masthead-2 nav.breadcrumbs ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 3rem; }
  .masthead-2 .masthead-main {
    padding-bottom: 14rem;
    padding-top: 7rem; }
  .masthead-2 img.masthead-snipe {
    background: transparent;
    position: absolute;
    right: 0;
    top: 29px;
    z-index: 1; }
  .masthead-2 .main-header {
    background: #fff;
    position: relative;
    z-index: 2; }
  .masthead-2 .main-header-desktop {
    padding-bottom: 1.7125rem; }
  .masthead-2 .welcome {
    color: #071d4b;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase; }
  .masthead-2 h1 {
    color: #fff;
    text-align: center;
    width: 100%; }
  .masthead-2 h1:after {
    margin: auto; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav {
    background: #fff;
    position: absolute;
    top: 92px;
    width: 300px; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav h3, .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul li {
    margin-bottom: 0; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav h3 {
    cursor: pointer;
    padding: .7rem 2rem;
    position: relative; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav h3 img {
    -webkit-transform: rotate(180deg);
    -webkit-transition: -webkit-transform .25s;
    position: absolute;
    right: 17px;
    top: 15px;
    transform: rotate(180deg);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    width: 17px; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav h3.open img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul {
    -webkit-transition: max-height .25s,padding .25s;
    border-top: 1px solid #f9f9f9;
    margin-top: 2px;
    max-height: 0;
    overflow: hidden;
    padding: 0 2rem;
    transition: max-height .25s,padding .25s; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul.open {
    max-height: 1000px;
    padding: 1rem 2rem; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul li {
    list-style-type: none;
    margin-bottom: .6rem; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul li:last-child {
    margin-bottom: 0; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul li a {
    color: #ff6a22;
    font-size: 1.1rem;
    font-weight: 700; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul li a:hover {
    text-decoration: underline; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav ul li:before {
    content: none; }
  .masthead-2 .main-header .is-hidden-touch .content-spaced nav h3 {
    background: -webkit-linear-gradient(top, #fff, #f9f9f9);
    background: linear-gradient(180deg, #fff, #f9f9f9);
    color: #5c606b;
    font-size: 1.4rem;
    font-weight: 600; } }

.masthead-3 .masthead-main {
  padding-top: 2rem; }

.masthead-3 .masthead-main .section-headline {
  margin-bottom: 3rem; }

.masthead-3 .masthead-main .section-headline:after {
  margin-top: 1.25rem; }

.masthead-3 .masthead-main a, .masthead-3 .masthead-main p {
  color: #fff; }

.masthead-3 .masthead-main a {
  font-weight: 700; }

@media screen and (min-width: 1088px) {
  .masthead-3 .masthead-main {
    padding: 6.25rem 0 .9rem; }
  .masthead-3 nav.breadcrumbs ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .masthead-3 p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center; } }

@media screen and (min-width: 1088px) and (min-width: 1088px) {
  .masthead-3 p {
    text-align: left; } }

@media screen and (min-width: 1088px) {
  .masthead-3 .section-headline:after {
    left: 0;
    margin-left: 0;
    margin-top: 1.55rem; }
  .masthead-3 .section-headline {
    margin-bottom: 4rem; }
  .masthead-3 .menu-snipe {
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 0;
    top: 1.925rem;
    width: 55%; } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .menu-snipe {
    height: 100%; } }

@media screen and (min-width: 1088px) {
  .masthead-3 .menu-snipe img {
    display: block;
    left: 50%;
    margin-left: -150px;
    position: relative;
    top: .25rem;
    z-index: 1; } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .menu-snipe img {
    margin-left: -100px;
    top: .375rem; } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .menu-snipe img {
    left: auto;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: -.9375rem; } }

@media screen and (min-width: 1088px) {
  .masthead-3 .menu-snipe nav {
    position: absolute;
    right: 588px;
    top: 140px;
    z-index: 10; } }

@media screen and (min-width: 1088px) and (max-width: 1471px) {
  .masthead-3 .menu-snipe {
    top: 2.625rem; }
  .masthead-3 .menu-snipe nav {
    right: 430px;
    top: 170px; } }

@media screen and (min-width: 1088px) {
  .masthead-3 .circle-nav {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 18.75rem; }
  .masthead-3 .circle-nav, .masthead-3 .circle-nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
  .masthead-3 .circle-nav li {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 0 1.5rem;
    width: 100%; }
  .masthead-3 .circle-nav li:before {
    display: none; }
  .masthead-3 .circle-nav li a {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 700;
    justify-content: flex-end;
    text-transform: none;
    width: 100%; }
  .masthead-3 .circle-nav li a:after {
    -webkit-transition: opacity .33s ease-in-out;
    background: #fff;
    border-radius: 62.5rem;
    content: "";
    display: block;
    height: 2.25rem;
    margin-left: 1.3125rem;
    opacity: .2;
    transition: opacity .33s ease-in-out;
    width: 2.25rem; }
  .masthead-3 .circle-nav li a:hover:after {
    opacity: 1; }
  .masthead-3 .circle-nav-item-1 {
    -webkit-transform: translate(66px);
    transform: translate(66px); } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .circle-nav-item-1 {
    -webkit-transform: translate(66px);
    transform: translate(66px); } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .circle-nav-item-1 {
    -webkit-transform: translate(66px);
    transform: translate(66px); } }

@media screen and (min-width: 1088px) {
  .masthead-3 .circle-nav-item-2 {
    -webkit-transform: translate(36px);
    transform: translate(36px); } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .circle-nav-item-2 {
    -webkit-transform: translate(36px);
    transform: translate(36px); } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .circle-nav-item-2 {
    -webkit-transform: translate(36px);
    transform: translate(36px); } }

@media screen and (min-width: 1088px) {
  .masthead-3 .circle-nav-item-3 {
    -webkit-transform: translate(15px);
    transform: translate(15px); } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .circle-nav-item-3 {
    -webkit-transform: translate(15px);
    transform: translate(15px); } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .circle-nav-item-3 {
    -webkit-transform: translate(15px);
    transform: translate(15px); } }

@media screen and (min-width: 1088px) {
  .masthead-3 .circle-nav-item-4 {
    -webkit-transform: translate(6px);
    transform: translate(6px); } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .circle-nav-item-4 {
    -webkit-transform: translate(6px);
    transform: translate(6px); } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .circle-nav-item-4 {
    -webkit-transform: translate(6px);
    transform: translate(6px); } }

@media screen and (min-width: 1088px) {
  .masthead-3 .circle-nav-item-5 {
    -webkit-transform: translate(6px);
    transform: translate(6px); } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .circle-nav-item-5 {
    -webkit-transform: translate(6px);
    transform: translate(6px); } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .circle-nav-item-5 {
    -webkit-transform: translate(6px);
    transform: translate(6px); } }

@media screen and (min-width: 1088px) {
  .masthead-3 .circle-nav-item-6 {
    -webkit-transform: translate(15px);
    transform: translate(15px); } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .circle-nav-item-6 {
    -webkit-transform: translate(15px);
    transform: translate(15px); } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .circle-nav-item-6 {
    -webkit-transform: translate(15px);
    transform: translate(15px); } }

@media screen and (min-width: 1088px) {
  .masthead-3 .circle-nav-item-7 {
    -webkit-transform: translate(33px);
    transform: translate(33px); } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-3 .circle-nav-item-7 {
    -webkit-transform: translate(33px);
    transform: translate(33px); } }

@media screen and (min-width: 1088px) and (min-width: 1472px) {
  .masthead-3 .circle-nav-item-7 {
    -webkit-transform: translate(33px);
    transform: translate(33px); } }

.masthead-detail {
  padding-bottom: 3.75rem; }

.masthead-detail h1.section-headline {
  margin-bottom: 0;
  padding-bottom: 5.625rem;
  text-align: center;
  width: 100%; }

.masthead-detail h1.section-headline:after {
  left: calc(50% - 4.6875rem); }

.masthead-detail nav.breadcrumbs ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.masthead-detail nav.secondary {
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 2rem; }

.masthead-detail nav.secondary ul li {
  margin-right: 0;
  text-align: center; }

.masthead-detail nav.secondary a {
  font-size: .875rem; }

.masthead-detail .masthead-snipe {
  bottom: -10vw;
  max-width: 100%;
  position: absolute;
  right: -3.375rem;
  width: 50vw;
  z-index: 2; }

@media screen and (min-width: 1088px) {
  .masthead-detail .masthead-snipe {
    bottom: -18.75rem;
    right: -4.6875rem;
    width: auto; } }

@media screen and (min-width: 1280px) {
  .masthead-detail .masthead-snipe {
    bottom: -17.5rem;
    right: -3.375rem;
    width: auto; } }

@media (min-width: 767px) {
  .masthead-detail nav.secondary {
    border: none;
    padding-bottom: 0; }
  .masthead-detail nav.secondary ul li {
    margin-right: 2.25rem; }
  .masthead-detail nav.secondary a {
    font-size: 1.125rem; } }

.btn {
  border-radius: 1.875rem;
  display: inline-block;
  font-size: .875rem;
  font-weight: 900;
  letter-spacing: .05em;
  padding: .9375rem 1.5625rem;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: normal; }

@media (min-width: 767px) {
  .btn {
    white-space: nowrap; } }

.btn-primary {
  -webkit-transition: background 1s ease-in-out,color .75s ease-in-out;
  background: -webkit-linear-gradient(left, #f0642c, #f89231);
  background: linear-gradient(90deg, #f0642c, #f89231);
  color: #fff;
  transition: background 1s ease-in-out,color .75s ease-in-out; }

.btn-primary:hover {
  background: -webkit-linear-gradient(left, #de4b10, #f37b08);
  background: linear-gradient(90deg, #de4b10, #f37b08);
  color: #fff; }

.btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff; }

.btn-secondary:hover {
  background: #fff;
  color: #000; }

.detail-highlights {
  padding-bottom: 4.6875rem;
  padding-top: 3.75rem; }

.detail-highlights .container {
  margin-bottom: 2.8125rem; }

.detail-highlights .section-info {
  font-size: 1.425rem; }

.detail-highlights .section-headline-loud {
  font-size: 3.4rem; }

.detail-highlights .detail-highlights-items {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  background: url(../img/backgrounds/background-waves.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 101%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.875rem;
  padding-right: 1.875rem; }

.detail-highlights .column.is-three-fifths, .detail-highlights .column.is-three-fifths-tablet {
  width: 100%; }

.detail-highlights .detail-highlights-item {
  -webkit-align-content: flex-start;
  -webkit-align-items: center;
  -webkit-align-self: center;
  -webkit-box-align: center;
  -webkit-box-flex: 0;
  -webkit-box-pack: center;
  -webkit-flex: 0 1 20%;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
  align-content: flex-start;
  align-items: center;
  align-self: center;
  background: #fff;
  background: url(../img/icons/check-circle.png) #fff;
  background-position: top 25px center;
  background-repeat: no-repeat;
  box-shadow: 0 .3125rem 2.25625rem .11875rem #d5dbde;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex: 0 1 20%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 1.3125rem 30px;
  padding: 6.8875rem 1.4125rem 2.8125rem;
  width: 100%; }

.detail-highlights .detail-highlights-item p {
  color: #252931;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0; }

.detail-highlights .detail-highlights-item p strong {
  color: #252931;
  font-weight: 900; }

.detail-highlights .detail-highlights-item .icon {
  color: #ff6a22;
  display: inline-block;
  font-size: 2.25rem;
  margin-bottom: 1.3125rem; }

@media (min-width: 767px) {
  .detail-highlights .column.is-three-fifths, .detail-highlights .column.is-three-fifths-tablet {
    width: 63%; } }

@media (min-width: 1025px) {
  .detail-highlights .detail-highlights-items {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row; }
  .detail-highlights .detail-highlights-item {
    margin-bottom: 0;
    padding: 5.125rem 1.3125rem 2.8125rem;
    width: 20%; } }

.expert-insight {
  background: url(../img/assets/expert-insight-bg.jpg) no-repeat 50%/cover; }

.expert-insight h2 {
  font-size: 3.5rem;
  font-weight: 300;
  text-align: center; }

.expert-insight .container {
  max-width: 1160px;
  width: 100%; }

.expert-insight p.meta {
  color: #071d4b;
  font-size: 1.35rem;
  font-weight: 600;
  text-align: center; }

.expert-insight .columns {
  padding: 3.75rem 0; }

.expert-insight .column:first-child {
  display: none; }

.expert-insight .column:last-child {
  padding: 0; }

.expert-insight .column:last-child > div {
  margin: 0 .5rem; }

.expert-insight .column:last-child > div:last-child .insight {
  margin-bottom: 0; }

.expert-insight .column:last-child .slick-list {
  padding-right: 3rem; }

.expert-insight .insight {
  background-color: #242930;
  border-radius: 10px;
  color: #fff;
  display: block;
  margin: 0 1rem 1.125rem;
  min-height: 168px;
  padding: 1.375rem 7rem 1.375rem 1.375rem;
  position: relative; }

.expert-insight .insight span.meta {
  font-family: Open Sans,sans-serif;
  font-size: .9rem;
  font-weight: 700; }

.expert-insight .insight.featured {
  background: #ff6a22 url(../img/assets/featured-insight.png) no-repeat 50%/cover;
  border-radius: 20px;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 4rem;
  position: relative;
  width: 100%; }

.expert-insight .insight.featured span.meta {
  font-family: Open Sans,sans-serif;
  font-size: 1.7rem;
  font-weight: 700; }

.expert-insight .insight.featured i {
  color: #fff;
  font-size: 2rem; }

.expert-insight .insight.featured h4 {
  font-size: 3.025rem; }

.expert-insight .insight.featured p {
  font-size: 1.775rem;
  line-height: 2.1rem;
  padding-right: 0; }

.expert-insight .insight h4, .expert-insight .insight p {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: .5rem; }

.expert-insight .insight p {
  font-size: .75rem; }

.expert-insight .insight .meta {
  color: #fff;
  text-transform: uppercase; }

.expert-insight .insight i {
  color: #ff6a22;
  position: absolute;
  right: 1.375rem;
  top: 1.375rem; }

.expert-insight .insight img {
  bottom: 0;
  max-width: 80px;
  position: absolute;
  right: 0; }

@media (min-width: 767px) {
  .expert-insight .insight p {
    padding-right: 5.625rem; }
  .expert-insight .insight.featured h4 {
    font-size: 3.2rem; }
  .expert-insight .insight.featured p {
    font-size: 1.775rem; } }

@media (min-width: 1025px) {
  .expert-insight .insight {
    margin: 0 0 1.125rem; }
  .expert-insight .insight.featured h4 {
    font-size: 3.125rem; }
  .expert-insight .insight.featured p {
    font-size: 1.775rem; }
  .expert-insight .columns {
    padding: 3.75rem 0; }
  .expert-insight .column {
    padding: 0; }
  .expert-insight .column:first-child {
    width: 60%; }
  .expert-insight .column:last-child {
    width: 43%; }
  .expert-insight .column:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-right: 3.2rem; }
  .expert-insight .column:first-child .insight {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .expert-insight .column:last-child > div {
    margin: 0; } }

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

.fifty-fifty .columns {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.fifty-fifty p {
  margin-bottom: 1.5rem; }

.fifty-fifty .content-text .btn-primary {
  left: -.1875rem;
  position: relative; }

.fifty-fifty .content-media {
  padding: 3rem; }

.fifty-fifty .content-media h3 {
  color: #26265b;
  font-size: 1.875rem;
  font-weight: 400; }

@media screen and (min-width: 1088px) {
  .fifty-fifty .content-media h3 {
    text-align: right; } }

@media screen and (min-width: 1088px) {
  .fifty-fifty .content-media {
    -webkit-align-self: flex-start;
    align-self: flex-start; } }

@media (min-width: 767px) {
  .solutions-overview .fifty-fifty .content-media {
    margin-top: 173px; } }

.product-details .fifty-fifty-headline .section-headline {
  margin-bottom: 1rem;
  margin-left: 1rem; }

@media (min-width: 767px) {
  .product-details .fifty-fifty-headline .section-headline {
    margin: auto auto 6.25rem; } }

.fifty-fifty-headline .section-headline {
  margin: auto auto 6.25rem;
  max-width: 1000px; }

.image-spread {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: left; }

.image-spread p {
  margin-bottom: 3.375rem; }

.image-spread .btn {
  left: -.375rem;
  position: relative; }

.industries {
  background-color: #fff;
  position: relative;
  z-index: 20; }

.industries h3, .industries h3 strong {
  color: #071d4b; }

.industries .section-headline-no-underline {
  font-size: 1.75rem;
  margin-bottom: 6.25rem;
  text-align: left; }

.industries .column.is-half {
  padding: 0 2rem; }

.industries p {
  color: #51616a; }

@media (min-width: 1025px) {
  .industries {
    background-image: url(../img/backgrounds/background-industry.jpg);
    background-size: auto 580px; }
  .industries .section-headline-no-underline {
    font-size: 3rem;
    text-align: left; }
  .industries h2.section-headline, .industries h3.section-headline {
    margin-left: 18%; } }

.platforms {
  background-position: 0;
  background-repeat: no-repeat;
  background-size: auto; }

.platforms .btn {
  margin-right: .75rem; }

.platforms .asset {
  display: none; }

.platforms .content h3, .platforms .content p, .platforms .content p strong {
  color: #fff; }

.platforms .button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

@media (min-width: 1025px) {
  .platforms {
    padding-left: 18%; }
  .platforms .asset {
    display: block; }
  .platforms .asset img {
    max-width: 460px; }
  .platforms .content {
    padding-right: 9rem; } }

.product-features {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.product-features .section-subheadline {
  font-size: 2.375rem; }

.product-features .content-body p {
  font-size: 1.625rem;
  line-height: 2.225rem; }

.product-features .columns {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column; }

.product-features .feature-list {
  background: #fff;
  box-shadow: 0 0.3125rem 0.89062rem 0.04688rem rgba(0, 0, 0, 0.25);
  padding: 1.5rem; }

.product-features .feature-list .section-sidebar-headline {
  font-size: 1.325rem;
  margin: 0;
  padding-left: 1.875rem;
  padding-right: 0; }

.product-features .feature-list ul li {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  border-top: 2px solid #d1d9e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  padding: 1.3125rem 3.75rem .9375rem 1.875rem;
  position: relative; }

.product-features .feature-list ul li p, .product-features .feature-list ul li p strong {
  color: #24255b;
  font-size: 1.2rem;
  margin: 0; }

.product-features .feature-list ul li:first-child {
  border-top: none;
  padding-top: 2.625rem; }

.product-features .feature-list ul li:after {
  background: url(../img/icons/checkmark.png);
  background-size: cover;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  right: 21px;
  top: 31px;
  width: 26px; }

.product-features .feature-list ul li:first-child:after {
  top: 50px; }

.product-features .feature-list ul li:before {
  display: none; }

.product-features .feature-list ul li .featured-list-icon span {
  color: #ff6a22;
  font-size: 1.5rem;
  line-height: 1; }

@media screen and (min-width: 1088px) {
  .product-features .feature-list ul li .featured-list-icon span {
    margin-left: 1.875rem; } }

@media (min-width: 1025px) {
  .product-features .columns {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row; } }

.page-section.products-intro {
  box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.25);
  padding: 10rem 0 5rem; }

.page-section.products-intro h2.section-headline {
  color: #252930;
  font-weight: 300;
  text-align: center; }

.page-section.products-intro h2.section-headline span {
  color: #5a89cb; }

.page-section.products-intro p {
  color: #252930;
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center; }

.page-section.products-intro .column {
  margin: 0 auto;
  max-width: 980px; }

@media (min-width: 1025px) {
  .page-section.products-intro {
    padding: 21.875rem 0 10rem; }
  .page-section.products-intro p {
    font-size: 1.875rem; } }

.product-list .icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.15);
  height: 72px;
  margin-bottom: 1.5rem;
  width: 72px; }

.product-list h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.product-list .description p {
  color: #071d4b;
  font-size: 1.125rem; }

.product-list .products p {
  -webkit-transition: color .2s ease-out;
  color: #51616a;
  font-size: 1.125rem;
  transition: color .2s ease-out; }

.product-list .products img {
  -webkit-transition: margin .2s ease-out;
  display: inline-block;
  margin-left: 0;
  transition: margin .2s ease-out; }

.product-list .products a:hover p {
  color: #071d4b; }

.product-list .products a:hover p img {
  margin-left: 1rem; }

@media (min-width: 1025px) {
  .product-list {
    background-image: url(../img/backgrounds/product-list-bg.jpg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 42% auto; }
  .product-list .description {
    padding-right: 10%; }
  .product-list.bg-right {
    background-image: url(../img/backgrounds/product-list-bubble-bg.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover; } }

.continuity {
  background: -webkit-linear-gradient(left, #27275c 30%, #344f76 90%);
  background: linear-gradient(90deg, #27275c 30%, #344f76 90%);
  position: relative; }

.continuity h4, .continuity p {
  color: #fff; }

.continuity h4 {
  margin-bottom: 1rem; }

.continuity img.asset {
  display: none; }

.continuity .icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.15);
  height: 72px;
  margin-bottom: 1.5rem;
  width: 72px; }

.continuity .products p {
  -webkit-transition: color .2s ease-out;
  color: #51616a;
  font-size: 1.125rem;
  transition: color .2s ease-out; }

.continuity .products img {
  -webkit-transition: margin .2s ease-out;
  display: inline-block;
  margin-left: 0;
  transition: margin .2s ease-out; }

.continuity .products a:hover p {
  color: #071d4b; }

.continuity .products a:hover p img {
  margin-left: 1rem; }

@media (min-width: 1025px) {
  .continuity img.asset {
    display: block;
    max-height: 600px;
    position: absolute;
    right: 0;
    top: 6.25rem; } }

.bundles {
  background: -webkit-linear-gradient(left, #27275c 30%, #344f76 90%);
  background: linear-gradient(90deg, #27275c 30%, #344f76 90%); }

.bundles h2.section-headline {
  text-align: center;
  text-transform: uppercase; }

.bundles p, .bundles p strong {
  color: #fff;
  font-size: 1.125rem;
  text-align: center; }

.bundles .intro {
  margin: 0 auto;
  max-width: 680px;
  padding-bottom: 5rem; }

.bundles .bundle {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  display: block;
  min-height: 260px;
  padding: 2.375rem 3.75rem; }

.bundles .bundle h4 {
  color: #071d4b;
  font-weight: 600;
  margin-bottom: 1.5rem; }

.bundles .bundle p {
  color: #51616a;
  font-size: 1.125rem;
  margin: 0;
  text-align: left; }

.bundles .bundle img {
  display: inline-block; }

.bundles .action {
  padding-top: 5rem;
  text-align: center; }

@media (min-width: 1025px) {
  .bundles .bundle {
    background-image: url(../img/backgrounds/m2-bubble-bg.png);
    background-position: -100px 50%;
    background-repeat: no-repeat;
    padding: 2.375rem 3.75rem 2.375rem 11.75rem; }
  .bundles .bundle.m2a {
    background-image: url(../img/backgrounds/m2a-bubble-bg.png); } }

.platforms-list {
  background: #fff url(../img/backgrounds/background-waves.png) no-repeat 50%/100% auto;
  position: relative;
  z-index: 20; }

.platforms-list h2.section-headline {
  text-align: center;
  text-transform: uppercase; }

.platforms-list p, .platforms-list p strong {
  color: #071d4b;
  font-size: 1.125rem;
  text-align: center; }

.platforms-list .platform {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -webkit-transition: all .2s ease-out;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 200px;
  padding: 2.5rem;
  text-align: center;
  transition: all .2s ease-out; }

.platforms-list .platform img {
  margin: auto; }

.platforms-list .platform:hover {
  margin-top: -1rem; }

.platforms-list .action {
  margin: 0 auto;
  max-width: 680px;
  text-align: left; }

.platforms-list .action h4 {
  color: #f0632c;
  font-weight: 600;
  margin-bottom: 1rem; }

.platforms-list .action p {
  color: #51616a;
  margin-bottom: 0;
  text-align: left; }

.platforms-list .action img {
  -webkit-transition: margin .2s ease-out;
  display: inline-block;
  margin-left: 0;
  transition: margin .2s ease-out; }

.platforms-list .action a:hover img {
  margin-left: 1rem; }

.platforms-list .action .column:first-child {
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

/*# sourceMappingURL=styles.css.map */
.full-blue-gradient {
  background-color: #27275c; }

.nav-dark a:not(a.btn-primary) {
  color: #72b4ff; }
  .nav-dark a:not(a.btn-primary):hover {
    color: #ff6a22; }

a {
  color: #72b4ff; }
  a:hover {
    color: #ff6a22; }

.standard-block {
  text-align: center; }
  .standard-block h2 {
    text-align: center; }
  .standard-block h3.section-subheadline {
    text-transform: inherit; }

.left-align-content {
  text-align: left; }
  .left-align-content h2, .left-align-content h3, .left-align-content p {
    text-align: left; }

.standard-block.align-left {
  text-align: left; }
  .standard-block.align-left h2, .standard-block.align-left h3, .standard-block.align-left p {
    text-align: left; }

.image-spread.image-spread-center {
  text-align: center; }

.image-spread.challenges {
  background-size: 40%;
  background-position: 100% 100%; }

.detail-header h1, h1 {
  padding: 3rem 0;
  text-transform: capitalize; }

.product-details nav.breadcrumbs ul {
  display: flex;
  justify-content: left; }

.detail-header nav ul.nav-wrapper {
  justify-content: center;
  flex-wrap: wrap; }
  .detail-header nav ul.nav-wrapper li {
    max-width: none; }

h2.section-headline.section-headline-center {
  text-align: center; }

h2.section-headline.section-headline-light + h3,
h2.section-headline.section-headline-light + h3 + h3 {
  color: #fff; }

h2.section-headline.section-headline-no-line::after {
  display: none; }

strong {
  color: inherit; }

.image-spread p {
  margin-bottom: 1.5rem; }

h4 .arrow-cta {
  position: relative;
  top: 5px; }

.arrow-cta {
  display: block;
  margin-left: 0;
  transition: margin .2s ease-out;
  background: url(/Static/v2016/css/v4-2018/images/arrow-icon.png) 0 0 no-repeat;
  display: inline-block;
  text-indent: -10000px;
  width: 23px;
  height: 15px; }

.arrow-cta-red {
  background: url(/Static/v2016/css/v4-2018/images/arrow-icon-red.png) 0 0 no-repeat; }

.red-arrow-cta .arrow-cta-blue {
  display: none !important; }

.related-products.orange-background {
  background: linear-gradient(90deg, #f0662c 0, #f79131); }

related-products.white-bg {
  background: 0 none; }
  related-products.white-bg a {
    color: #252A5C; }

.callout h3 {
  text-transform: none; }

.related-products a:before {
  background: url(/Static/v2016/css/v4-2018/images/product-hover-circles.png) no-repeat 50%/contain;
  height: 228px;
  left: calc(50% - 114px);
  width: 228px;
  top: -19px; }

.related-products a:after {
  background: url(/Static/v2016/css/v4-2018/images/product-hover-glow.png) no-repeat 100% 100%/cover;
  height: 296px;
  left: auto;
  width: 296px; }

.related-products .icon {
  width: 190px;
  height: 190px; }

@media (min-width: 1025px) {
  .related-products a:hover {
    margin-top: -1rem;
    margin-bottom: 1rem; } }

.thumb-blocks .column a,
.bundles .bundle {
  color: #252931;
  display: block;
  background-repeat: no-repeat; }
  .thumb-blocks .column a .arrow-cta-red,
  .bundles .bundle .arrow-cta-red {
    display: none; }
  .thumb-blocks .column a:hover .arrow-cta,
  .bundles .bundle:hover .arrow-cta {
    margin-left: 1rem; }

.platforms-list h4 a {
  color: #f0632c; }

.platforms-list h4 a:hover .arrow-cta {
  margin-left: 1rem; }

page-section {
  padding-bottom: 5rem;
  padding-top: 5rem; }

.platforms .column.is-full-platforms {
  width: 100%; }

.platforms .content-ctas {
  padding-top: 30px; }
  .platforms .content-ctas a, .platforms .content-ctas h4 {
    color: #fff;
    display: block; }
  .platforms .content-ctas arrow-cta-blue {
    display: none; }
  .platforms .content-ctas:hover .icon .sprite img {
    top: -50px; }
  .platforms .content-ctas:hover .arrow-cta {
    margin-left: 1rem; }

.platforms .column.is-half {
  width: 100%; }

.platforms .copy {
  width: 72%;
  float: left; }

.platforms .icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  height: 70px;
  margin-bottom: 3.125rem;
  position: relative;
  width: 70px;
  z-index: 5;
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  transition: all .3s ease-in-out 0s;
  z-index: 1; }
  .platforms .icon .sprite {
    height: 50px;
    position: relative;
    overflow: hidden;
    width: 50px; }
    .platforms .icon .sprite img {
      left: 0;
      position: absolute;
      top: 0; }

.product-list .icon .sprite {
  height: 50px;
  position: relative;
  overflow: hidden;
  width: 50px; }
  .product-list .icon .sprite img {
    left: 0;
    position: absolute;
    top: 0; }

.product-list .thumb-blocks .column:hover .icon .sprite img {
  top: -50px; }

/* board of directors */
.board-of-directors {
  background: linear-gradient(to right, #26265b 0%, #324b73 100%);
  box-shadow: 0 15px 25px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 20; }
  .board-of-directors h2.section-headline,
  .board-of-directors h3.section-subhead {
    color: #fff;
    font-weight: 300;
    margin-bottom: 5rem;
    padding: 0 .9375rem;
    position: relative;
    text-align: center; }
  .board-of-directors .directors-block .column {
    text-align: center;
    color: #fff;
    padding-bottom: 4rem; }
    .board-of-directors .directors-block .column a {
      color: #fff; }
    .board-of-directors .directors-block .column h4 {
      margin-bottom: 0;
      font-weight: 600;
      color: #fff; }

.btn {
  padding: .52em 2em; }

a.button {
  border-radius: 1.875rem; }

.white-bg .btn-secondary, .btn.alt {
  background: none;
  border: 3px solid #252931;
  color: #252931;
  height: auto;
  padding: .52em 2em; }
  .white-bg .btn-secondary:hover, .btn.alt:hover {
    background-color: #252931;
    color: #fff; }

.header a.button.light {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  line-height: 1.28;
  display: block;
  margin: 0;
  height: 2.16rem; }
  .header a.button.light:hover {
    background: #fff;
    color: #000 !important; }

.button.tertiary, .submit input[type=submit].tertiary, button.tertiary {
  background: none;
  border: 3px solid #ff6a22;
  color: #ff6a22;
  height: auto;
  padding: .52em 2em;
  border-radius: 900px;
  font-weight: 900; }
  .button.tertiaryhover, .submit input[type=submit].tertiaryhover, button.tertiaryhover {
    background-color: #ff6a22;
    color: #fff; }

.callout .outerContainer {
  margin: 2rem 0; }

.callout .vidyard_player {
  background: #252931; }

.callout li {
  color: #252931;
  position: relative; }

.callout li:before {
  content: "\2022";
  color: #ff6a22;
  left: 0;
  top: -0.6rem;
  font-size: 30px;
  display: block; }

.block-thumbs .column .bd-notification {
  padding: 20px;
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.3); }

.block-thumbs .column a {
  color: #252931;
  display: block; }
  .block-thumbs .column a:hover .arrow-cta {
    margin-left: 1rem; }

.block-thumbs .column .arrow-cta {
  margin-top: 10px; }

.block-thumbs .column .bd-notification .thumb-blocks-img {
  display: block;
  text-align: center;
  padding-bottom: 30px; }

.block-thumbs .column .bd-notification .thumb-blocks-img img {
  display: inline-block; }

.detail-highlights.align-top .detail-highlights-item {
  align-items: flex-start;
  align-self: flex-start; }

.detail-highlights.black-line {
  position: relative; }

.detail-highlights.black-line:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px; }

.detail-highlights-item img {
  display: inline-block;
  margin-bottom: 1.5rem; }

.detail-highlights-item .arrow-cta {
  margin-top: 1rem; }

.detail-highlights-item a:hover .arrow-cta {
  margin-left: 1rem; }

.is-centered .bullets {
  justify-content: center; }

.callout .bullets {
  margin: 0; }

.columns {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 0rem; }

@media (min-width: 1025px) {
  .platforms {
    padding-left: 0; }
  .industries h2.section-headline, .industries h3.section-headline {
    margin-left: 0; } }

.cta-bar .container {
  max-width: 1344px; }
  .cta-bar .container img {
    max-width: 225px; }
  .cta-bar .container h2 {
    font-size: 2.4rem;
    margin-right: 1rem; }
  .cta-bar .container .button, .cta-bar .container .btn {
    margin-bottom: 0; }

.cta-bar.blue {
  background: linear-gradient(90deg, #27275c 30%, #344f76 90%); }

.extra-padding-top-bottom {
  padding-top: 12rem;
  padding-bottom: 12rem; }

.no-repeat-center {
  background-position: center center;
  background-repeat: no-repeat; }

.page-section.content-right .column {
  order: 2; }

.page-section.content-right .column.asset {
  order: 1; }

.btn-primary {
  background-color: #eb6025;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  color: #fff; }
  .btn-primary p {
    color: #fff; }

.gradient-image-bg {
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-color: #eb6025;
  color: #fff; }

.gradient-image-bg p a {
  color: #35527a; }
  .gradient-image-bg p a:hover {
    color: #72b4ff; }

.gradient-image-bg.layer.dark p a {
  color: #72b4ff; }
  .gradient-image-bg.layer.dark p a:hover {
    color: #eb6025; }

.gradient-image-bg.blue-bg {
  background-color: #35527a; }

.white-bg {
  background-color: #fff !important;
  background-image: none !important;
  color: #252930; }
  .white-bg h2, .white-bg h3,
  .white-bg h2.section-headline {
    color: #252930 !important; }
    .white-bg h2:after, .white-bg h3:after,
    .white-bg h2.section-headline:after {
      background: #678297 !important; }

.header-badge {
  margin-bottom: 2rem;
  max-width: 150px; }

.content-media {
  margin-top: 0;
  text-align: right; }

.vidyard_player > span > iframe {
  height: 100% !important;
  margin: 0 auto !important;
  width: 100% !important; }

p {
  margin-bottom: 1.5rem; }

.content-left .content-media {
  padding-right: 0;
  text-align: left; }

.content-left .is-two-fifths-desktop {
  flex: auto; }

.content-left .asset img {
  float: right; }

.content-right .content-media {
  padding-left: 0; }

.footer {
  padding: 0; }

.product-features {
  background: linear-gradient(to right, #26265b 0%, #324b73 100%); }

.product-features .content-body p {
  font-size: 1rem;
  line-height: 1.5rem; }

.detail-highlights-items.align-top .detail-highlights-item {
  align-items: flex-start;
  align-self: flex-start; }

.detail-highlights-items .detail-highlights-item {
  padding-top: 2.5rem;
  width: auto;
  flex: 0 1 100%; }

.product-features .feature-list ul li:after {
  background: url(/Static/v2016/css/v4-2018/images/checkmark.png);
  background-size: cover;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  right: 21px;
  top: 31px;
  width: 26px; }

.product-features .feature-list ul li:first-child:after {
  top: 50px; }

.dark-bg {
  background: #27275c url(/Static/v2016/css/v4-2018/images/form-bg.jpg) 0 0 no-repeat;
  background-size: 100%;
  color: #fff; }
  .dark-bg h1 {
    margin-bottom: 0; }

.dark-bg h3, .dark-bg h2 {
  color: #fff; }

.dark-bg p {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 0.1rem; }
  .dark-bg p a {
    color: #fff; }
    .dark-bg p a:hover {
      color: #72b4ff; }

.form-dark {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 20;
  padding: 3rem;
  margin-top: 2rem;
  border-radius: 12px; }

.form-dark h3 {
  color: #fff;
  display: inline-block; }
  .form-dark h3:after {
    background: #678297;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin-top: 0.75rem;
    opacity: .4; }

.form-dark .columns + h3 {
  margin-top: 2rem; }

.form-dark p.blue {
  color: #72b4ff;
  font-size: 1.2rem; }

.form-dark .column.switch {
  padding: 0; }

.form-dark .column label {
  font-size: 0.9rem;
  color: #fff;
  display: block;
  order: 1;
  margin-bottom: 0.1rem; }

.form-dark .column .label-on {
  color: #72b4ff; }

.form-dark input[type=text], .form-dark select,
.form-dark textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background: none;
  padding: 8px 5px 5px 5px;
  padding-left: 0;
  font-family: inherit;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-weight: 300;
  order: 2;
  color: #BCBCBC;
  padding-left: 0; }

.form-dark input[type=radio] {
  margin-right: 5px; }

.form-dark textarea {
  border: 1px solid #fff;
  padding: 15px;
  padding-left: 15px;
  min-height: 209px; }

.form-dark textarea:focus {
  outline: none;
  border: 1px solid #72b4ff; }

.form-dark input:focus,
.form-dark select:focus {
  outline: none;
  border-bottom: 1px solid #72b4ff;
  color: #72b4ff; }

.form-dark input:focus + label,
.form-dark input:focus + p
.form-dark select:focus + label,
.form-dark select:focus + p {
  visibility: visible;
  color: #72b4ff; }

.form-dark select {
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 15px), calc(100% - 15px) calc(1em + 15px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  padding: 0.9rem .5em; }

.form-dark select:focus {
  background-image: linear-gradient(45deg, #72b4ff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #72b4ff 50%);
  background-position: calc(100% - 15px) 30px, calc(100% - 20px) 30px, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #72b4ff;
  outline: 0; }

.form-dark button {
  float: right;
  margin-top: 30px; }

.form-dark .switch-parent {
  position: relative; }
  .form-dark .switch-parent label {
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 60px;
    padding: 0.25rem 0;
    text-align: center;
    transition: all 0.4s;
    float: left;
    background: #27275c;
    position: relative;
    z-index: 2; }

.form-dark .terms-box a {
  color: #DA6F23; }

.form-dark .error {
  padding: 1em 4em;
  margin-bottom: 2rem; }

.form-dark .error:before {
  top: 0.5em; }

.form-dark .invalid input:not([type='checkbox']), .form-dark .invalid select, .form-dark .invalid textarea {
  border: 0 none !important;
  border-bottom: 1px solid #c92e35 !important;
  color: #c92e35 !important; }
  .form-dark .invalid input:not([type='checkbox'])::placeholder, .form-dark .invalid select::placeholder, .form-dark .invalid textarea::placeholder {
    color: #c92e35 !important; }

.form-dark .invalid textarea {
  border: 1px solid #c92e35 !important; }

.form-dark .invalid p {
  color: #c92e35 !important; }

.form-dark .invalid select {
  background-image: linear-gradient(45deg, transparent 50%, #c92e35 50%), linear-gradient(135deg, #c92e35 50%, transparent 50%); }

.form-dark .invalid select:focus {
  background-image: linear-gradient(45deg, #c92e35 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #c92e35 50%);
  background-position: calc(100% - 15px) 30px, calc(100% - 20px) 30px, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: #c92e35;
  outline: 0; }

.form-dark .invalid label {
  color: #c92e35; }

.form-dark .invalid input::placeholder {
  color: #c92e35; }

@media only screen and (max-width: 767px) {
  .columns {
    width: 100%; } }

@media (min-width: 767px) {
  .solutions-overview .fifty-fifty .content-media {
    margin-top: 0; }
  .fifty-fifty .content-media {
    align-self: center; }
  h2.section-headline {
    font-size: 3rem;
    text-align: inherit; } }

@media (min-width: 1025px) {
  .callout.solution h3 {
    font-size: 1.5rem; }
  .callout p,
  .callout li {
    font-size: 1rem; }
  /* template amends */
  .industries.image-spread-right {
    background-position: 100% 100%; }
  .industries.image-spread-right .section-headline {
    margin-right: 18%;
    margin-left: 0; }
  .industries.image-spread-right .is-offset-one-third-desktop {
    margin-left: 0; } }

@media screen and (min-width: 1088px) {
  .fifty-fifty .content-media {
    align-self: center; } }

.insight span.link-item {
  text-decoration: underline; }

.expert-insight .insight.featured h4 {
  font-size: 1.8rem; }

.expert-insight .slick-prev,
.expert-insight .slick-next {
  top: 100%; }

.expert-insight .slick-prev:before,
.expert-insight .slick-next:before {
  color: #071d4b; }

@media (min-width: 1025px) {
  .expert-insight .insight.featured h4 {
    font-size: 2.125rem; } }

@media (min-width: 767px) {
  .expert-insight .insight.featured h4 {
    font-size: 2.125rem; } }

.expert-insight .insight.featured {
  background: #ff6a22 url(/Static/v2016/css/v4-2018/images/featured-insight.png) no-repeat 50%/cover; }

.expert-insight .video a {
  background: #242930 url(/Static/v2016/css/v4-2018/images/download_bubble.png) 98% 90% no-repeat;
  background-size: 80px; }

.expert-insight a.insight {
  background: #242930 url(/Static/v2016/css/v4-2018/images/world_bubble.png) 98% 90% no-repeat;
  background-size: 80px; }

.expert-insight .blog-post a {
  background: #242930 url(/Static/v2016/css/v4-2018/images/idea_bubble.png) 98% 90% no-repeat;
  background-size: 80px; }

.expert-insight .ebook a {
  background: #242930 url(/Static/v2016/css/v4-2018/images/world_bubble.png) 98% 90% no-repeat;
  background-size: 80px; }

.expert-insight .datasheet a {
  background: #242930 url(/Static/v2016/css/v4-2018/images/multimail_bubble.png) 94% 80% no-repeat;
  background-size: 80px; }

@media only screen and (max-width: 767px) {
  .fifty-fifty .content-media {
    padding: 0; } }

.masthead-1 nav ul li.current a {
  color: #72b4ff; }

.masthead-1 .masthead-main .masthead-snipe {
  max-width: 35% !important;
  bottom: -7.125rem !important; }

@media screen and (min-width: 1088px) {
  .masthead-1 .masthead-main .masthead-snipe {
    max-width: 35% !important;
    bottom: -7.125rem !important; } }

@media screen and (min-width: 1088px) and (min-width: 1280px) {
  .masthead-1 .masthead-main .masthead-snipe {
    max-width: 35% !important;
    bottom: -7.125rem !important; }
  .masthead-1 .masthead-main nav {
    width: 100%; } }

.header .header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1344px;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative; }

@media screen and (min-width: 1088px) {
  .header .header-container {
    max-width: 960px; } }

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

@media screen and (min-width: 1472px) {
  .header .header-container {
    max-width: 1344px; } }

.header .branding {
  max-width: 230px;
  display: block;
  position: relative;
  margin-top: 0;
  margin-left: 0; }

.header .branding:after {
  content: '';
  display: block;
  padding-bottom: 13.1%;
  position: relative; }

.header .branding span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: transparent; }

.header .branding span:before, .header .branding span:after {
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.header .branding span:before {
  opacity: 1; }

.header .dash {
  position: absolute;
  top: 0;
  right: 1rem;
  vertical-align: middle;
  z-index: 3000;
  color: #fff; }

.header .dash > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2.8571428571vw; }

.header .dash > p:not(.button-container) button {
  border-radius: 0;
  background: none;
  color: #fff;
  padding: 0;
  margin: 0;
  border: none; }

.header .dash > p.message {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  text-transform: uppercase;
  font-weight: 700; }

.header .dash > p.search button, .header .dash > p.menu button {
  cursor: pointer;
  width: 1.5714285714vw;
  height: 1.5714285714vw;
  position: relative; }

.header .dash > p.search button:before, .header .dash > p.search button:after, .header .dash > p.menu button:before, .header .dash > p.menu button:after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2vw;
  height: 1.2vw;
  background: url(/static/v2017/img/icons/search-light.png) no-repeat center center/contain; }

.header .dash > p.search button:after, .header .dash > p.menu button:after {
  opacity: 0;
  background-image: url(/static/v2017/img/icons/search-dark.png); }

.header .dash > p.search button span, .header .dash > p.menu button span {
  display: none; }

.header .dash > p.menu button {
  width: 2.1428571429vw;
  height: 1.4285714286vw; }

.header .dash > p.menu button:before, .header .dash > p.menu button:after {
  width: 2.1428571429vw;
  height: 1.4285714286vw;
  background-image: url(/static/v2017/img/icons/menu-light.png); }

.header .dash > p.menu button:after {
  background-image: url(/static/v2017/img/icons/menu-dark.png); }

.header .dash .utilities .utility > ul li i::after {
  content: '\f107';
  font-family: "FontAwesome"; }

a.button, p button a {
  font-size: .84rem; }

.header a.button, .header button {
  border-radius: 900px;
  padding: .47em 2em; }

.header button {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  border-radius: 900px;
  padding: .52em 2em;
  background: linear-gradient(to right, #fe6922 0%, #c1450b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  font-weight: 700;
  letter-spacing: .025em;
  overflow: hidden;
  position: relative;
  color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  text-transform: uppercase;
  border-color: #b34110;
  line-height: 1.3; }

.menu-overlay a.button {
  line-height: 1; }

.menu-overlay a.button:not(.light) {
  border: 0 none; }

.header a.button.light {
  border-color: #071d4b;
  color: #071d4b; }

.header .utilities {
  display: inline-block;
  vertical-align: middle;
  height: 34px; }

.header .utilities ul li {
  display: inline-block;
  font-size: 15px;
  margin-left: .5rem;
  color: #576b7c;
  margin-right: 0;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px; }

.site-selector {
  position: relative; }

.site-selector i.fa {
  font-size: 1.3em; }

.site-selector ul, .site-selector div {
  padding: 0;
  margin: 0;
  display: block;
  width: 130px;
  position: absolute;
  top: 20px;
  right: 0;
  height: auto;
  padding: none;
  box-shadow: #444 2px 2px 2px;
  /*padding-right: 5px;*/ }

.site-selector select {
  width: 100%;
  overflow: hidden;
  /*border: solid 1px #ccc;*/
  display: block; }

.site-selector ul li {
  display: block !important; }

.site-selector:hover ul {
  visibility: visible;
  display: block; }

.menu-overlay a.button.light {
  border-color: #fff;
  color: #fff;
  background: none; }

.optanon-alert-box-wrapper {
  z-index: 10000; }

.user-actions {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  /* Safari 4+ */
  -moz-transform-origin: 100% 100%;
  /* Fx 5+ */
  -o-transform-origin: 100% 100%;
  /* Opera 12+ */
  transform-origin: 100% 100%;
  /* IE 10+, Fx 29+ */
  -webkit-transform: scale(0.6, 0.6);
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -o-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  position: fixed;
  bottom: 3.5869565217vh;
  right: 5.2142857143vw;
  z-index: 7000; }

.user-actions .user {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  width: 4.2857142857vw;
  height: 4.2857142857vw;
  border-radius: 900px;
  border: solid 2px #ff6a22;
  overflow: hidden;
  background: #ff6a22 url(/static/v2017/img/icons/chat-white.png) no-repeat center center/2.5em auto;
  z-index: 3000;
  position: relative; }

.user-actions .user img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0; }

.user-actions .actions:after {
  -webkit-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  content: '';
  display: block;
  position: absolute;
  width: 4.2857142857vw;
  height: 4.2857142857vw;
  border-radius: 900px;
  top: 50%;
  left: 50%;
  margin-left: -2.1428571429vw;
  margin-top: -2.1428571429vw;
  z-index: 2000; }

.user-actions .actions a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.1428571429vw;
  margin-top: -1.1428571429vw;
  width: 2.2857142857vw;
  height: 2.2857142857vw;
  border-radius: 900px;
  background: #ff6a22;
  z-index: 2900;
  overflow: hidden; }

.user-actions .actions a span {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  transform: translate(0, -1em);
  opacity: 0;
  font-size: .85em;
  color: #fff;
  line-height: 1.1;
  position: absolute;
  top: .7em;
  left: 0;
  white-space: nowrap;
  z-index: 2900; }

.user-actions .actions a.chat {
  background: #ff6a22 url(/static/v2017/img/icons/chat-white.png) no-repeat center center/1.4em auto; }

.user-actions .actions a.demo {
  background: #ff6a22 url(/static/v2017/img/icons/calendar-white.png) no-repeat center center/1.2em auto; }

.user-actions .actions a.quote {
  background: #ff6a22 url(/static/v2017/img/icons/estimate-white.png) no-repeat center center/1.2em auto; }

.user-actions .actions a:nth-child(1) {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.5, 1.5) translate(0, 0);
  -moz-transform: scale(1.5, 1.5) translate(0, 0);
  -ms-transform: scale(1.5, 1.5) translate(0, 0);
  -o-transform: scale(1.5, 1.5) translate(0, 0);
  transform: scale(1.5, 1.5) translate(0, 0); }

.user-actions .actions a:nth-child(1) span {
  text-align: right;
  left: auto;
  right: 130%; }

.user-actions .actions a:nth-child(2) {
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.5, 1.5) translate(0, 0);
  -moz-transform: scale(1.5, 1.5) translate(0, 0);
  -ms-transform: scale(1.5, 1.5) translate(0, 0);
  -o-transform: scale(1.5, 1.5) translate(0, 0);
  transform: scale(1.5, 1.5) translate(0, 0); }

.user-actions .actions a:nth-child(2) span {
  text-align: right;
  left: auto;
  right: 130%; }

.user-actions .actions a:nth-child(3) {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.5, 1.5) translate(0, 0);
  -moz-transform: scale(1.5, 1.5) translate(0, 0);
  -ms-transform: scale(1.5, 1.5) translate(0, 0);
  -o-transform: scale(1.5, 1.5) translate(0, 0);
  transform: scale(1.5, 1.5) translate(0, 0); }

.user-actions .actions a:nth-child(3) span {
  top: auto;
  bottom: 115%;
  left: 0;
  right: auto; }

.user-actions .actions a:hover {
  background-color: #d54500; }

.user-actions:hover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.user-actions:hover .user {
  background-position: -200% center; }

.user-actions:hover .user img {
  opacity: .8; }

.user-actions:hover .actions:after {
  -webkit-transform: scale(3.5, 3.5);
  -moz-transform: scale(3.5, 3.5);
  -ms-transform: scale(3.5, 3.5);
  -o-transform: scale(3.5, 3.5);
  transform: scale(3.5, 3.5); }

.user-actions:hover .actions a {
  overflow: visible; }

.user-actions:hover .actions a:nth-child(1) {
  -webkit-transform: scale(1, 1) translate(-184%, 0);
  -moz-transform: scale(1, 1) translate(-184%, 0);
  -ms-transform: scale(1, 1) translate(-184%, 0);
  -o-transform: scale(1, 1) translate(-184%, 0);
  transform: scale(1, 1) translate(-184%, 0); }

.user-actions:hover .actions a:nth-child(2) {
  -webkit-transform: scale(1, 1) translate(-143%, -128%);
  -moz-transform: scale(1, 1) translate(-143%, -128%);
  -ms-transform: scale(1, 1) translate(-143%, -128%);
  -o-transform: scale(1, 1) translate(-143%, -128%);
  transform: scale(1, 1) translate(-143%, -128%); }

.user-actions:hover .actions a:nth-child(3) {
  -webkit-transform: scale(1, 1) translate(-25%, -190%);
  -moz-transform: scale(1, 1) translate(-25%, -190%);
  -ms-transform: scale(1, 1) translate(-25%, -190%);
  -o-transform: scale(1, 1) translate(-25%, -190%);
  transform: scale(1, 1) translate(-25%, -190%); }

.user-actions:hover .actions a:nth-child(4) {
  -webkit-transform: scale(1, 1) translate(103%, -159%);
  -moz-transform: scale(1, 1) translate(103%, -159%);
  -ms-transform: scale(1, 1) translate(103%, -159%);
  -o-transform: scale(1, 1) translate(103%, -159%);
  transform: scale(1, 1) translate(103%, -159%); }

.user-actions:hover .actions a:hover {
  z-index: 3000; }

.user-actions:hover .actions a:hover span {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  z-index: 3000; }

body.menu-showing {
  overflow: hidden; }

body.menu-showing .menu-overlay {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

#autocompletes, #suggestions {
  z-index: 100; }

.menu-overlay {
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.menu-overlay ul li {
  margin-bottom: .75em; }

.menu-overlay a {
  color: #fff; }

.menu-overlay ul li a {
  font-weight: 300; }

.menu-overlay .menu-toggle {
  background: url(/static/v2017/img/icons/close-white.png) no-repeat center center/contain;
  position: absolute;
  top: 6.5217391304vh;
  right: 5%;
  width: 28px;
  height: 28px;
  border-radius: 0;
  border-width: 0;
  padding: 0;
  margin-left: 15px; }

.menu-overlay .menu-toggle span {
  display: none; }

.menu-overlay .resource-column .button-container a {
  margin-right: 1.5em; }

.menu-overlay .resource-column h2, .menu-overlay .resource-column h3, .menu-overlay .resource-column h4 {
  color: #fff; }

.menu-overlay .resource-column .container {
  padding: 6.3043478261vh 4.2857142857vw 5.4347826087vh 5.5vw;
  height: 100%; }

.menu-overlay .resource-column .resource {
  padding-top: 6vh; }

.menu-overlay .resource-column .resource .image {
  margin-bottom: 3.2608695652vh; }

.menu-overlay .resource-column .resource .image img {
  width: 100%; }

.menu-overlay .resource-column .resource h3 {
  font-size: 1.0714285714em;
  font-weight: 700;
  margin-bottom: .3em;
  text-transform: uppercase; }

.menu-overlay .resource-column .resource h2 {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: .3em; }

.menu-overlay .resource-column .resource p:not(.button-container) {
  font-size: 0.9em;
  margin-bottom: 3em; }

.menu-overlay .location {
  position: absolute;
  bottom: 20px;
  left: 40.9285714286vw;
  color: #fff;
  font-size: 1.1428571429em;
  font-weight: 400;
  text-transform: uppercase; }

.menu-overlay .location a {
  color: #fff;
  letter-spacing: .02em; }

.menu-overlay .location a:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  padding-right: .5em; }

.menu-overlay ul.social {
  padding-left: 0;
  list-style: none;
  position: absolute;
  bottom: 20px;
  margin-bottom: 0;
  white-space: nowrap;
  left: 10.7142857143vw; }

.menu-overlay ul.social li:before {
  display: none; }

.menu-overlay ul.social li {
  display: inline-block;
  margin-right: .6em;
  margin-bottom: 0; }

.menu-overlay ul.social li a {
  display: block;
  color: #fff;
  width: 2em;
  height: 2em;
  line-height: 1.5em;
  text-align: center;
  font-size: 1.2em; }

.menu-overlay ul.social li a:before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.menu-overlay ul.social li a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.menu-overlay ul.social li.linkedin a:before {
  content: '\f0e1'; }

.menu-overlay ul.social li.twitter a:before {
  content: '\f099'; }

.menu-overlay ul.social li.facebook a:before {
  content: '\f09a'; }

.menu-overlay ul.social li.youtube a:before {
  content: '\f167'; }

.menu-overlay ul.social li.blog a:before {
  content: '\f09e'; }

.menu-overlay .search {
  position: relative;
  margin-bottom: 9.7826086957vh; }

.menu-overlay .search .text {
  margin: 0; }

.menu-overlay .search input[type="text"] {
  background: none;
  border-radius: 0;
  color: #fff;
  border: none;
  border-bottom: solid 2px #fff;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  overflow: visible; }

.menu-overlay .search input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-weight: 400; }

.menu-overlay .search input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-weight: 400; }

.menu-overlay .search input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-weight: 400; }

.menu-overlay .search input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
  font-weight: 400; }

.menu-overlay .search .submit {
  -webkit-transform: translate(-3.42857vw, -50%);
  -moz-transform: translate(-3.42857vw, -50%);
  -ms-transform: translate(-3.42857vw, -50%);
  -o-transform: translate(-3.42857vw, -50%);
  transform: translate(-3.42857vw, -50%);
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6428571429vw;
  height: 1.6428571429vw; }

.menu-overlay .search .submit input[type="submit"] {
  margin: 0;
  padding: 0;
  background: url(/static/v2017/img/icons/search-white.png) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6428571429vw;
  height: 1.6428571429vw;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden; }

.menu-overlay .primary-column {
  width: 66%; }

.menu-overlay .primary-nav ul,
.menu-overlay .secondary-column ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

.menu-overlay .primary-nav ul li:before,
.menu-overlay .secondary-column ul li:before {
  display: none; }

.menu-overlay .secondary-column {
  position: relative; }

.menu-overlay .secondary-column .utility {
  padding-top: 1em; }

.menu-overlay .secondary-column .utility a {
  font-size: 1.3571428571em;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fff;
  margin: .2em 0; }

.menu-overlay .secondary-column .ctas {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 59%; }

.menu-overlay .secondary-column .ctas a {
  font-size: 1.3571428571em;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fff;
  margin: .2em 0; }

.menu-overlay .secondary-column .ctas a:before {
  -webkit-transform: translate(0, 0.3em);
  -moz-transform: translate(0, 0.3em);
  -ms-transform: translate(0, 0.3em);
  -o-transform: translate(0, 0.3em);
  transform: translate(0, 0.3em);
  content: '';
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: .6em; }

.menu-overlay .secondary-column .ctas a.chat:before {
  background-image: url(/static/v2017/img/icons/chat-white.png); }

.menu-overlay .secondary-column .ctas a.demo:before {
  background-image: url(/static/v2017/img/icons/calendar-white.png); }

.menu-overlay .secondary-column .ctas a.quote:before {
  background-image: url(/static/v2017/img/icons/estimate-white.png); }

.menu-overlay ul.social li a {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.2em; }

.menu-overlay ul.social {
  left: 7.1428571429vw;
  margin-left: 0; }

.menu-overlay .location {
  bottom: 22px;
  left: 39.6vw;
  font-weight: 300;
  text-transform: none; }

.primary-column .utility {
  display: table-cell;
  vertical-align: middle; }

.utility ul {
  margin: 0;
  list-style: none; }

.search-alist h4, .search-alist p, .search-alist .search-type {
  color: #071d4b; }

.search-alist li.results-summary {
  height: 36px; }

.search-alist li.results-summary button {
  background-color: transparent;
  background-image: none;
  float: right; }

.menu-overlay .utility ul {
  float: left;
  margin-right: 15px; }

.menu-overlay .utility ul.line {
  border-right: solid 1px #ccc; }

.utility ul li {
  margin: 0 20px 0 0;
  float: left; }

.utility ul li:before, ul li.ui-menu-item:before, ul.search-alist li:before {
  display: none; }

.utility ul li a {
  font-size: 14px; }

.menu-overlay .primary-nav > ul > li.open > .mm-sign:after {
  content: "_";
  line-height: 0.1;
  top: 14px;
  transform: none; }

.dash p button a {
  color: #fff;
  display: block; }

.dash p button {
  border: none; }

.search-alist li.results-summary div {
  padding: 5px 20px;
  color: #252931; }

.search-alist li.results-summary button {
  padding-top: 0;
  border: none;
  margin-bottom: 0; }

.menu-overlay .search-alist li.results-summary button {
  padding-top: 5px; }

.ui-widget.ui-widget-content.search-alist {
  border: none;
  z-index: 9999; }

.ui-menu .ui-menu-item {
  padding-bottom: 0; }

.ui-menu .ui-menu-item-wrapper {
  display: block;
  background: transparent url(/globalassets/sitev3/icons/home/arrow-right.png) 96% 50% no-repeat;
  padding: 10px 80px 10px 20px; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: none;
  background: #ccc url(/globalassets/sitev3/icons/home/arrow-right.png) 96% 50% no-repeat;
  font-weight: initial;
  color: #333; }

#deeper-dive, #deeper-dive-menu {
  display: none;
  color: #eb6025;
  position: absolute;
  z-index: 9999;
  top: 18px;
  right: 200px; }

#deeper-dive-menu {
  top: 0;
  right: 20px; }

.jqmWindow {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 0;
  display: none;
  position: fixed;
  text-align: left;
  width: 80%;
  top: 150px; }

.jqmContent {
  padding: 0;
  clear: both;
  display: block;
  height: 300px;
  margin: 60px 3% 0 3%;
  width: 94%;
  border-width: 0; }

.jqmOverlay {
  background-color: #333; }

.jqmClose {
  position: absolute;
  width: 24px;
  height: 100%;
  right: 25px;
  top: 0;
  background: transparent url(/globalassets/sitev3/icons/home/x.png) 50% 50% no-repeat;
  background-size: cover;
  cursor: pointer; }

.jqmClose span {
  color: transparent; }

#modal-search .search {
  display: table;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0; }

#modal-search .search form {
  display: table-row; }

#modal-search .search .text {
  display: table-cell; }

#modal-search .search .submit {
  display: table-cell;
  width: 90px;
  padding-left: 20px;
  vertical-align: middle; }

#modal-search #search-query {
  border: solid 1px #ccc;
  font-size: 0.85em !important;
  margin: 0; }

#modal-search .search .submit input {
  margin: 0;
  padding: 0;
  background: url(/Static/v2017/img/icons/search-dark.png) no-repeat center center;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%; }

.header .dash > p.menu button {
  cursor: pointer;
  width: 1.5714285714vw;
  height: 1.5714285714vw;
  position: relative; }

.header .dash > p.menu button:before, .header .dash > p.menu button:after {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2vw;
  height: 1.2vw;
  background: url(/static/v2017/img/icons/search-light.png) no-repeat center center/contain; }

.header .dash > p.search button:after, .header .dash > p.menu button:after {
  opacity: 1;
  background-image: url(/static/v2017/img/icons/search-dark.png); }

.header .dash > p.search button span, .header .dash > p.menu button span {
  display: none; }

.header .dash > p.menu button {
  width: 2.1428571429vw;
  height: 1.4285714286vw; }

.header .dash > p.menu button:before, .header .dash > p.menu button:after {
  width: 1.6vw;
  height: 1.2vw;
  background-image: url(/static/v2017/img/icons/menu-light.png); }

.header .dash > p.menu button:after {
  background-image: url(/static/v2017/img/icons/menu-dark.png); }

#MobileLang2 {
  position: absolute;
  bottom: 22px;
  left: -50px;
  font-size: 14px;
  display: none; }

.site-selector ul li a {
  color: #063963; }

.menu-overlay a.phone-no-text {
  border: solid 1px #fff;
  border-radius: 900px;
  padding: 5px 16px; }

#suggestions ul li > i {
  margin-left: 10px;
  position: absolute;
  right: 5px;
  z-index: 5; }

#suggestions ul li > a {
  width: 100%;
  padding-left: 8%;
  padding-right: 6%;
  position: relative;
  z-index: 10; }

.fa-laptop:before, .fa-comments:before, .fa-file-text-o:before {
  content: ""; }

.floaters .fa {
  width: 100%;
  height: 100%;
  float: left;
  background-size: cover;
  display: none; }

.fa-laptop {
  background-image: url(/globalassets/sitev3/icons/scheduleademo-icn.png); }

.fa-comments {
  background-image: url(/globalassets/sitev3/icons/chatwithsales-icn.png); }

.fa-file-text-o {
  background-image: url(/globalassets/sitev3/icons/getaquote-icn.png); }

.grid.seven > div {
  width: 14.28%; }

.header .branding span.mm-light {
  display: block; }

.header .branding span.mm-dark {
  display: none; }

@media only screen and (max-width: 1200px) {
  .grid.eight > div {
    width: 12.5%; }
  .header .dash > p.demo {
    margin-left: 10px; }
  .header .dash > p.search, .header .dash > p.menu {
    margin: 0 0 0 2.8571428571vw; }
  .menu-overlay .resource-column .resource {
    padding-top: 0; }
  .menu-overlay .resource-column .resource p:not(.button-container) {
    margin-bottom: 1.5em; }
  .menu-overlay .primary-nav > ul > li {
    font-size: 28px; } }

@media only screen and (max-width: 1023px) {
  .grid.seven > div {
    width: 98%; }
  .header .branding {
    width: 160px; }
  .header .dash > p.search button, .header .dash > p.menu button {
    margin-bottom: 15px; }
  .header .dash > p.search button:before, .header .dash > p.search button:after, .header .dash > p.menu button:before, .header .dash > p.menu button:after {
    width: 100%;
    height: 100%; }
  .menu-overlay .primary-nav > ul > li > a {
    font-size: 38px; } }

@media only screen and (max-width: 767px) {
  .search #searchQuery {
    font-size: 14px;
    padding: 4px; }
  .search-alist li.results-summary div {
    padding: 5px;
    font-size: 12px; }
  .search-alist li.results-summary button {
    font-size: 12px;
    margin-top: 0;
    padding-top: 4px; }
  #suggestions ul li > a {
    width: 90%;
    padding-left: 10%; }
  .search-alist h4 {
    font-size: 14px; }
  #autocompletes ul li button {
    font-size: 14px; }
  .jqmWindow {
    width: 90%; }
  #MobileLang2 {
    display: block; }
  .menu-overlay ul li {
    margin: 8px 0; }
  .header .utilities {
    display: none; }
  .header .dash {
    position: static; }
  footer div.primary div .active ul li a {
    color: #ccc; }
  .user-actions {
    display: none; }
  .mm-desktop {
    display: none; }
  .mm-mobile {
    display: block; }
  .header .branding span.mm-light {
    display: none; }
  .header .branding span.mm-dark {
    display: block; }
  .header .dash > p.button-container {
    display: none; }
  .header .branding {
    width: 50vw;
    margin: 20px auto; }
  .header .dash > p.search {
    position: absolute;
    left: 20px;
    top: -4px;
    margin: 0; }
  .homepage .header .dash > p.search {
    top: 16px; }
  .user-actions .user {
    width: 48px;
    height: 48px;
    background-size: 70%; }
  .header .dash > p.menu {
    position: absolute;
    right: 20px;
    top: -3px; }
  .homepage .header .dash > p.menu {
    top: 16px; }
  .header .dash > p.search button, .header .dash > p.menu button {
    width: 20px;
    height: 20px; }
  .button-container {
    text-align: center; }
  .button.secondary, .button.light, .submit input[type=submit].secondary, .submit input[type=submit].light, button.secondary, button.light {
    font-size: 14px;
    margin: 0 auto;
    border-width: 2px; }
  .menu-overlay .navigation-column {
    left: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px; }
  .menu-overlay .menu-toggle {
    right: auto;
    left: -60px;
    width: 24px;
    height: 24px;
    top: 40px; }
  .menu-overlay .search {
    display: none; }
  .menu-overlay .primary-nav > ul > li {
    font-size: 28px;
    padding-bottom: 0; }
  .menu-overlay .primary-nav > ul > li > a {
    width: 90%;
    font-size: 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0); }
  .menu-overlay .primary-nav > ul > li ul > li a {
    font-size: 14px;
    font-weight: 300; }
  .menu-overlay .primary-nav > ul > li ul {
    padding-top: 0;
    margin-bottom: .9em; }
  .menu-overlay .resource-column .resource {
    display: none; }
  .resource-column .button-container {
    display: none; }
  .menu-overlay ul.social {
    left: 20px;
    right: auto;
    width: 30px;
    bottom: 40px; }
  .menu-overlay ul.social li {
    display: block;
    margin-bottom: 20px; }
  .menu-overlay .primary-column {
    width: 100%; }
  .primary-column .utility {
    display: inline-block;
    float: left;
    font-size: 14px; }
  .menu-overlay a.phone-no-text {
    margin-left: 0; }
  .primary-column .mobiel-text {
    display: block;
    width: auto;
    clear: both; }
  .menu-overlay .utility ul {
    border-width: 0;
    padding-left: 0;
    padding-bottom: 8px; }
  .utility ul li a, .menu-overlay .location a {
    font-size: 14px; }
  body.menu-showing .user-actions {
    left: -5px;
    right: auto; }
  #modal-search #search-query {
    font-size: 14px !important; }
  .menu-overlay .primary-nav > ul > li > .mm-sign:after {
    top: 18px;
    right: 0; } }

@media only screen and (max-width: 420px) {
  menu-overlay .primary-nav > ul > li ul > li {
    margin-bottom: 5px;
    margin-top: 5px; }
  .menu-overlay .primary-nav > ul > li {
    padding-bottom: 5px; }
  .menu-overlay .primary-nav > ul > li > a {
    font-size: 28px; }
  .menu-overlay .primary-nav > ul > li ul > li a {
    font-size: 17px;
    font-weight: 400; }
  .menu-overlay .primary-nav > ul > li ul {
    padding-top: 5px; }
  .columns {
    width: 100%; } }

@media only screen and (min-width: 1200px) and (max-height: 768px) {
  .menu-overlay .primary-nav > ul > li {
    font-size: 26px;
    padding-bottom: 2px; }
  .menu-overlay .resource-column .resource {
    padding-top: 0; }
  .menu-overlay .resource-column .resource .image {
    margin-bottom: 5px; }
  .menu-overlay .primary-nav > ul > li ul > li {
    margin-bottom: 0.3em;
    font-size: 0.5em; }
  .resource-column h4 {
    font-size: 18px;
    line-height: 1.2; }
  .menu-overlay .resource-column .resource p:not(.button-container) {
    margin-bottom: 5px; }
  p.button-container {
    margin-bottom: 0; }
  .menu-overlay ul.social {
    bottom: 10px; }
  .menu-overlay .resource-column .button-container a {
    font-size: 12px; } }

@media screen and (min-width: 767px) {
  .header {
    background: none !important; }
    .header .header-container .branding {
      width: 220px; }
    .header .header-container .branding span:before {
      opacity: 1;
      background-image: url(/static/v2017/img/assets/logo-light.png) !important; }
    .header .header-container a.button.light {
      border-color: #fff;
      color: #fff; }
    .header .header-container .utilities {
      display: inline-block;
      vertical-align: middle;
      height: 34px; }
    .header .header-container .site-selector ul li {
      font-size: 12px !important;
      text-transform: capitalize; }
      .header .header-container .site-selector ul li a {
        color: #063963 !important; }
        .header .header-container .site-selector ul li a:hover {
          text-decoration: none; }
    .header .header-container .utilities ul li {
      color: #fff; }
    .header .header-container .dash > p.search button:after, .header .header-container .header .dash > p.menu button:after {
      opacity: 1;
      background-image: url(/static/v2017/img/icons/search-light.png); }
    .header .header-container .dash > p.menu button:after {
      background-image: url(/static/v2017/img/icons/menu-light.png); } }

a:hover {
  color: #72b4ff; }

.breadcrumbs .share {
  float: right;
  position: absolute;
  right: 1.8%;
  top: 18px;
  padding: 10px 0;
  font-size: .875rem;
  color: #fff;
  font-weight: 400; }
  .breadcrumbs .share:hover {
    color: #eb6025; }

@media only screen and (max-width: 768px) {
  .masthead-1 .section-headline {
    margin-bottom: 0; }
  .breadcrumbs .share {
    display: none; }
  section.page-section:not(.related-products):not(.board-of-directors), section.gradient-image-bg {
    background-image: none !important; }
  .detail-highlights.black-line:before {
    background: 0 none; }
  .cta-bar {
    padding: 3rem 0; }
  .expert-insight .insight {
    padding: 1.375rem 3rem 1.375rem 1.375rem; } }

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .cta-bar .container h2 {
    font-size: 1.8rem; }
  .cta-bar .container img {
    max-width: 185px; } }

.menu-overlay .resource-column .container {
  max-width: none;
  width: auto; }
  .menu-overlay .resource-column .container p {
    width: auto;
    text-align: left; }

.menu-overlay .primary-column {
  width: 100%; }

.footer div.primary ul li {
  margin-bottom: 0.2em; }

.footer div.primary ul li a {
  font-size: 14px; }

.footer div.primary div a {
  font-size: 16px; }

.footer ul li {
  font-family: "Open Sans", Arial, sans-serif; }

.layer.dark.gradient-image-bg {
  background-size: 46%; }

/* different techniques for iPad screening */
@media screen and (max-width: 1087px) {
  .gradient-image-bg.image-spread {
    background-image: none !important; } }

@media screen and (min-width: 1025px) {
  .masthead-headline.masthead-small {
    font-size: 4.5rem; } }

@media screen and (min-width: 1088px) {
  .masthead-1 .masthead-main .nav-wrapper {
    max-width: 65%; } }

@media screen and (min-width: 767px) {
  .masthead-1 nav ul li a {
    font-size: 14px; } }

@media screen and (min-width: 1280px) {
  .masthead-1 nav ul li a {
    font-size: 14px; } }

.masthead .breadcrumbs {
  position: relative; }

.masthead .breadcrumbs ul {
  justify-content: left; }

.masthead-1 .masthead-main {
  padding-bottom: 0rem;
  padding-top: 0rem; }

.masthead {
  padding-bottom: 3.75rem; }

.masthead-1 .masthead-main .masthead-snipe {
  max-width: 28% !important;
  bottom: -9.125rem !important; }

@media screen and (min-width: 1440px) {
  .masthead-1 .masthead-main .masthead-snipe {
    max-width: 24% !important; } }

.masthead-1 .section-headline {
  margin-bottom: 30px; }

.menu-overlay .primary-nav > ul > li > a:hover {
  color: #fff; }

body {
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 480px) {
  .masthead .breadcrumbs ul li.active span {
    line-height: 2; }
  .masthead-1 .masthead-main  {
    padding-bottom: 0rem;
    padding-top: 0rem; }
  .slick-slider {
    margin-bottom: 0px; } }

@media screen and (max-width: 1087px) {
  .layer.dark.gradient-image-bg {
    background-image: none !important; } }

@media only screen and (min-width: 768px) {
  .columns > * {
    display: block; } }

/* resources */
body.resources .masthead {
  padding-bottom: 0;
  background: #27275c url("/Static/v2016/css/v4-2018/images/form-bg.jpg") 0 0 no-repeat;
  background-size: cover; }

body.resources .filters ul {
  text-align: center; }
  body.resources .filters ul li {
    display: inline-block;
    flex: 0 0 auto;
    margin-left: 3rem;
    max-width: 12.5rem;
    padding: 0;
    width: auto; }
    body.resources .filters ul li input[type="radio"] {
      position: absolute;
      visibility: hidden; }
    body.resources .filters ul li label {
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 1.5;
      border-bottom: 1px solid transparent; }
      body.resources .filters ul li label:hover {
        color: #72b4ff;
        border-bottom: 1px solid #72b4ff; }
  body.resources .filters ul li:first-child {
    margin-left: 0; }
  body.resources .filters ul li.active label {
    color: #72b4ff; }
  body.resources .filters ul li:before {
    display: none; }

body.resources .filters .primary {
  background: rgba(53, 82, 122, 0.7); }
  body.resources .filters .primary li {
    margin-top: 0.75rem; }

body.resources .filters .secondary {
  background: rgba(53, 82, 122, 0.5); }
  body.resources .filters .secondary li {
    margin-left: 1.3125rem;
    margin-bottom: .5em;
    margin-top: .5em; }
    body.resources .filters .secondary li label {
      font-weight: 400;
      font-size: 10px; }
    @media only screen and (min-width: 769px) {
      body.resources .filters .secondary li {
        margin-bottom: .75em;
        margin-top: .75em; }
        body.resources .filters .secondary li label {
          font-size: 14px; } }

.resources-form.page-section {
  background: url("/Static/v2016/css/v4-2018/images/low-opacity-bubble.png") left bottom no-repeat; }
  @media only screen and (max-width: 768px) {
    .resources-form.page-section .section-headline {
      text-align: center; }
      .resources-form.page-section .section-headline:after {
        left: calc(50% - 4.6875rem); } }
  .resources-form.page-section .column.is-full {
    padding: 0; }
  .resources-form.page-section ul li:before {
    background-color: #eb6025;
    top: 0.5rem;
    left: -0.1rem; }
  .resources-form.page-section .abstracts .abstract .type {
    float: none; }

section.resources,
section.resources-form {
  background: none; }
  section.resources .form-wrap,
  section.resources-form .form-wrap {
    border-radius: 18px;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 0;
    background: #27275c;
    overflow: hidden; }
    section.resources .form-wrap form,
    section.resources-form .form-wrap form {
      padding: 2rem; }
    section.resources .form-wrap h2,
    section.resources-form .form-wrap h2 {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 400;
      text-align: center;
      padding-top: 2rem;
      margin-bottom: 0; }
    section.resources .form-wrap label,
    section.resources-form .form-wrap label {
      font-size: 14px;
      color: #fff;
      display: block;
      order: 1;
      margin-top: 1.2rem; }
      section.resources .form-wrap label:first-child,
      section.resources-form .form-wrap label:first-child {
        margin-top: 0; }
    section.resources .form-wrap input[type=text], section.resources .form-wrap input[type=email], section.resources .form-wrap input[type=tel], section.resources .form-wrap select,
    section.resources .form-wrap textarea,
    section.resources-form .form-wrap input[type=text],
    section.resources-form .form-wrap input[type=email],
    section.resources-form .form-wrap input[type=tel],
    section.resources-form .form-wrap select,
    section.resources-form .form-wrap textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      background: none;
      padding: 23px 5px 5px 5px;
      padding-left: 0;
      font-family: "Open Sans", Arial,sans-serif;
      border-bottom: 1px solid #fff;
      border-radius: 0;
      font-size: 16px !important;
      width: 100%;
      font-weight: 300;
      order: 2;
      color: #BCBCBC;
      padding-left: 0 !important; }
    section.resources .form-wrap textarea,
    section.resources-form .form-wrap textarea {
      border: 1px solid #fff;
      padding: 15px;
      padding-left: 15px; }
    section.resources .form-wrap textarea:focus,
    section.resources-form .form-wrap textarea:focus {
      outline: none;
      border: 1px solid #72b4ff; }
    section.resources .form-wrap input::placeholder,
    section.resources-form .form-wrap input::placeholder {
      font-family: "Open Sans", Arial,sans-serif !important;
      color: #fff;
      font-weight: 300; }
    section.resources .form-wrap input:focus,
    section.resources .form-wrap select:focus,
    section.resources-form .form-wrap input:focus,
    section.resources-form .form-wrap select:focus {
      outline: none;
      border-bottom: 1px solid #72b4ff;
      color: #72b4ff; }
      section.resources .form-wrap input:focus::placeholder,
      section.resources .form-wrap select:focus::placeholder,
      section.resources-form .form-wrap input:focus::placeholder,
      section.resources-form .form-wrap select:focus::placeholder {
        color: #72b4ff !important; }
    section.resources .form-wrap .control,
    section.resources-form .form-wrap .control {
      position: relative;
      margin-top: 1.2rem; }
    section.resources .form-wrap .select,
    section.resources-form .form-wrap .select {
      border: none;
      background: none;
      margin: 0; }
      section.resources .form-wrap .select select,
      section.resources-form .form-wrap .select select {
        padding: 0;
        background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        color: #fff !important; }
        section.resources .form-wrap .select select:focus,
        section.resources-form .form-wrap .select select:focus {
          background-image: linear-gradient(45deg, #72b4ff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #72b4ff 50%);
          background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
          background-size: 5px 5px, 5px 5px, 1px 1.5em;
          background-repeat: no-repeat;
          border-color: #72b4ff;
          color: #72b4ff !important;
          outline: 0; }
      section.resources .form-wrap .select:after,
      section.resources-form .form-wrap .select:after {
        display: none; }
    section.resources .form-wrap .submit,
    section.resources-form .form-wrap .submit {
      text-align: center;
      margin-top: 2rem;
      margin-bottom: 0; }
      section.resources .form-wrap .submit button,
      section.resources-form .form-wrap .submit button {
        float: none;
        padding: .8em 2em;
        font-size: .84rem; }
      section.resources .form-wrap .submit a.cta,
      section.resources-form .form-wrap .submit a.cta {
        background: -webkit-linear-gradient(left, #fe6922, #c1450b);
        background: linear-gradient(90deg, #fe6922 0, #c1450b);
        border: none;
        border-radius: 900px;
        color: #fff;
        display: inline-block;
        font-family: Source Sans Pro,sans-serif;
        font-weight: 700;
        padding: .8em 2em;
        font-size: .84rem;
        letter-spacing: .025em;
        line-height: 1;
        outline: none !important;
        overflow: hidden;
        position: relative;
        text-transform: uppercase;
        transition: all .3s ease-in-out 0s; }
    section.resources .form-wrap .invalid input, section.resources .form-wrap .invalid select, section.resources .form-wrap .invalid textarea,
    section.resources-form .form-wrap .invalid input,
    section.resources-form .form-wrap .invalid select,
    section.resources-form .form-wrap .invalid textarea {
      border: none !important;
      border-bottom: 1px solid #c92e35 !important;
      color: #c92e35 !important; }
    section.resources .form-wrap .invalid input::placeholder,
    section.resources-form .form-wrap .invalid input::placeholder {
      color: #c92e35; }
    section.resources .form-wrap .invalid select,
    section.resources-form .form-wrap .invalid select {
      background-image: linear-gradient(45deg, transparent 50%, #c92e35 50%), linear-gradient(135deg, #c92e35 50%, transparent 50%); }
    section.resources .form-wrap div.invalid,
    section.resources-form .form-wrap div.invalid {
      border: none !important; }
    section.resources .form-wrap fieldset:nth-of-type(3),
    section.resources-form .form-wrap fieldset:nth-of-type(3) {
      margin-top: 1rem; }
    section.resources .form-wrap .error,
    section.resources-form .form-wrap .error {
      display: none;
      color: #fff; }
      section.resources .form-wrap .error::before,
      section.resources-form .form-wrap .error::before {
        top: 5px;
        left: 5px; }
  section.resources .load-more,
  section.resources-form .load-more {
    text-align: center;
    padding: 2rem 0; }
  @media only screen and (min-width: 1088px) {
    section.resources h2.section-headline,
    section.resources-form h2.section-headline {
      font-size: 3.5rem; } }

.form-dark .loader {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 4rem;
  height: 4rem;
  margin-top: -2rem;
  margin-left: -2rem; }

.product-features .feature-list {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 50px 20px 50px;
  box-shadow: none;
  max-width: 500px;
  margin: 0 auto; }

.feature-list h2 {
  font-size: 1.7em;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 1rem auto; }

.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  background-color: transparent;
  border: 0px solid #d4d4d4 !important;
  border-radius: 0px !important;
  border-bottom: 1px solid #fff !important; }

.feature-list .mktoForm .mktoRequiredField .mktoAsterix {
  display: none; }

.feature-list .mktoForm .mktoFormRow {
  margin-bottom: 25px !important; }

.feature-list .mktoForm .mktoFieldDescriptor .mktoLabel {
  color: #ffffff; }

.mktoForm input[type='password'], .mktoForm input[type='text'], .mktoForm textarea, .mktoForm input[type='email'], .mktoForm input[type='tel'], input[type='password'], input[type='text'], textarea, input[type='email'], input[type='tel'] {
  color: #ffffff; }

.mktoButtonWrap {
  text-align: center !important; }

.mktoForm .mktoFieldWrap select.mktoField {
  margin-top: 5px;
  border-radius: 0px !important;
  -webkit-appearance: none;
  background-color: transparent;
  border-bottom: 1px solid #fff !important;
  border: none;
  padding: 0;
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  color: #aaaaaa !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ‘’; }

@media screen and (max-width: 1087px) {
  .column.is-full-touch {
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 768px) {
  section.page-section.product-features {
    background-image: linear-gradient(to right, #26265b 0%, #324b73 100%) !important; }
  #section12 {
    background-image: linear-gradient(to right, #26265b 0%, #324b73 100%) !important; }
  section.page-section:not(.related-products):not(.board-of-directors), section.gradient-image-bg {
    background-image: initial !important; } }

@media only screen and (max-width: 480px) {
  .mktoForm .mktoFormRow .mktoField {
    height: inherit; } }

.resource-list .slick-arrow {
  display: block;
  border-radius: 0;
  width: 0;
  height: 0;
  text-indent: -999px;
  font-size: 0px;
  line-height: 0;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.resource-list .slick-next, .blogs-resources .slick-next:hover {
  background-image: url(/globalassets/global/2018-19-images/arrows_btn.png);
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position-x: -60px;
  right: -30px; }

.resource-list .slick-prev, .blogs-resources .slick-prev:hover {
  background-image: url(/globalassets/global/2018-19-images/arrows_btn.png);
  background-size: 120px auto;
  background-repeat: no-repeat;
  left: -30px; }

.resource-list .slick-track {
  height: 100%;
  padding: 20px 0; }

.resource-list .detail-highlights-item p.copy {
  text-align: center;
  min-height: 160px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: box;
  box-orient: vertical;
  box-pack: center;
  box-align: center; }

.resource-list .detail-highlights-item .btn-primary {
  display: block;
  margin-top: 1rem; }

.resource-list .detail-highlights-item img {
  max-width: 180px; }

.resource-list .detail-highlights-item h3 {
  width: 100%;
  text-align: center;
  margin: 0; }

@media (min-width: 768px) {
  .detail-highlights.resource-list .detail-highlights-items {
    margin: 0 30px; } }

/* hero video style */
.bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(90deg, #27275c 30%, #344f76 90%);
  overflow: hidden; }

.video-on .masthead {
  background-color: transparent;
  background-image: none; }

.bg-video video {
  position: absolute;
  width: 100%;
  top: -25%; }

@media screen and (max-width: 768px) {
  .bg-video {
    display: none; }
  .video-on .masthead {
    background: linear-gradient(90deg, #27275c 30%, #344f76 90%); } }

.form-wrap .mktoForm div {
  color: #fff;
  text-align: center; }

.supportbtn {
  border-radius: 10px;
  padding: 5px 15px 5px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-left: -3px;
  display: inline-block; }

.footer div.primary div div div {
  width: 16.66%; }

.subfooter {
  font-size: 13px !important; }

.footerlink {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px !important; }

@media only screen and (max-width: 1024px) {
  .footer div.primary div div div {
    width: 100%; }
  .footer div.primary .utility ul {
    min-height: 20px;
    margin: 0 auto;
    display: table; }
  .utility {
    padding-top: 5%; }
  .supportbtn {
    width: 200px; }
  .footer-nav {
    padding-bottom: 10%; } }

@media only screen and (max-width: 900px) {
  .footer .links {
    display: block; } }

.footer div.primary div div div.copyright {
  width: 100%; }

.footer div.primary ul li a {
  font-size: 12px; }
