@charset "UTF-8";

/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
/* @import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap"); */
@keyframes spinAround {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.breadcrumb,
.file {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

.file-cta,
.file-name,
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.375em - 1px) calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
}

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

.file-cta[disabled],
.file-name[disabled],
.select fieldset[disabled] select,
.select select[disabled],
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .select select {
  cursor: not-allowed;
}

.content li+li {
  margin-top: 0.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: 0.5em;
}

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

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

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

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

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

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

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

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

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

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

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

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

.content ul ul {
  list-style-type: circle;
  margin-top: 0.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: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
}

.content table th:not([align]) {
  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 .tabs li+li {
  margin-top: 0;
}

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

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

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

.icon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.5rem;
  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 .has-ratio,
.image.is-1by1 img,
.image.is-1by2 .has-ratio,
.image.is-1by2 img,
.image.is-1by3 .has-ratio,
.image.is-1by3 img,
.image.is-2by1 .has-ratio,
.image.is-2by1 img,
.image.is-2by3 .has-ratio,
.image.is-2by3 img,
.image.is-3by1 .has-ratio,
.image.is-3by1 img,
.image.is-3by2 .has-ratio,
.image.is-3by2 img,
.image.is-3by4 .has-ratio,
.image.is-3by4 img,
.image.is-3by5 .has-ratio,
.image.is-3by5 img,
.image.is-4by3 .has-ratio,
.image.is-4by3 img,
.image.is-4by5 .has-ratio,
.image.is-4by5 img,
.image.is-5by3 .has-ratio,
.image.is-5by3 img,
.image.is-5by4 .has-ratio,
.image.is-5by4 img,
.image.is-9by16 .has-ratio,
.image.is-9by16 img,
.image.is-16by9 .has-ratio,
.image.is-16by9 img,
.image.is-square .has-ratio,
.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;
}

.tags {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

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

.tags:last-child {
  margin-bottom: -0.5rem;
}

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

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.is-centered {
  -ms-flex-pack: center;
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.has-addons .tag,
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  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;
}

.tag:not(body) {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  color: #4a4a4a;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.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: #3273dc;
  color: #fff;
}

.tag:not(body).is-info {
  background-color: #209cee;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  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-normal {
  font-size: 0.75rem;
}

.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: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.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 {
  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;
}

.select select {
  background-color: #fff;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.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: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

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

.select fieldset[disabled] select::-moz-placeholder,
.select select[disabled]::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}

.select fieldset[disabled] select::-webkit-input-placeholder,
.select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}

.select fieldset[disabled] select:-moz-placeholder,
.select select[disabled]:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}

.select fieldset[disabled] select:-ms-input-placeholder,
.select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder {
  color: hsla(0, 0%, 48%, 0.3);
}

.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: #3273dc;
  right: 1.125em;
  z-index: 4;
}

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

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

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

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

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

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

.select select[multiple] option {
  padding: 0.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 hsla(0, 0%, 100%, 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 hsla(0, 0%, 4%, 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 hsla(0, 0%, 96%, 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: #3273dc;
}

.select.is-link select.is-hovered,
.select.is-link select:hover {
  border-color: #2366d1;
}

.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(50, 115, 220, 0.25);
}

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

.select.is-info select.is-hovered,
.select.is-info select:hover {
  border-color: #118fe4;
}

.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(32, 156, 238, 0.25);
}

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

.select.is-success select.is-hovered,
.select.is-success select:hover {
  border-color: #20bc56;
}

.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(35, 209, 96, 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: 0.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 {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

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

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

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

.file {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  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 hsla(0, 0%, 100%, 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 hsla(0, 0%, 4%, 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 hsla(0, 0%, 96%, 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: #3273dc;
  border-color: transparent;
  color: #fff;
}

.file.is-link.is-hovered .file-cta,
.file.is-link:hover .file-cta {
  background-color: #276cda;
  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(50, 115, 220, 0.25);
  color: #fff;
}

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

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

.file.is-info.is-hovered .file-cta,
.file.is-info:hover .file-cta {
  background-color: #1496ed;
  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(32, 156, 238, 0.25);
  color: #fff;
}

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

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

.file.is-success.is-hovered .file-cta,
.file.is-success:hover .file-cta {
  background-color: #22c65b;
  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(35, 209, 96, 0.25);
  color: #fff;
}

.file.is-success.is-active .file-cta,
.file.is-success:active .file-cta {
  background-color: #20bc56;
  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: 0.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 {
  -ms-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 {
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  -ms-flex-order: -1;
  order: -1;
}

.file-label {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-pack: start;
  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: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.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-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.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: 0.5em;
}

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

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

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

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.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: #3273dc;
}

.help.is-info {
  color: #209cee;
}

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

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

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

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

.field.has-addons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  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:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .button:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .button:not([disabled]).is-focused,
.field.has-addons .control .button:not([disabled]):active,
.field.has-addons .control .button:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]):focus {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .button:not([disabled]).is-focused:hover,
.field.has-addons .control .button:not([disabled]):active:hover,
.field.has-addons .control .button:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  -ms-flex-pack: center;
  justify-content: center;
}

.field.has-addons.has-addons-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.field.is-grouped>.control {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

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

.field.is-grouped.is-grouped-centered {
  -ms-flex-pack: center;
  justify-content: center;
}

.field.is-grouped.is-grouped-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  -ms-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: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 769px) {
  .field.is-horizontal {
    display: -ms-flexbox;
    display: flex;
  }
}

.field-label .label {
  font-size: inherit;
}

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

@media print,
screen and (min-width: 769px) {
  .field-label {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

.field-body .field .field {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 769px) {
  .field-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 5;
    flex-grow: 5;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body>.field {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .field-body>.field:not(.is-narrow) {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .field-body>.field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.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: 0.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: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

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

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

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  color: #3273dc;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  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 {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.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";
}

.breadcrumb {
  word-wrap: break-word;
  white-space: unset;
}

.breadcrumb ul {
  display: block;
}

.breadcrumb li {
  display: inline;
  word-wrap: break-word;
  line-height: 1.5;
}

.breadcrumb li a {
  display: inline;
}

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

.card-header {
  background-color: transparent;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-shadow: 0 1px 2px hsla(0, 0%, 4%, 0.1);
}

.card-header,
.card-header-title {
  display: -ms-flexbox;
  display: flex;
}

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

.card-header-icon,
.card-header-title.is-centered {
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.card-image .image {
  display: block;
  aspect-ratio: 5/3;
  object-fit: cover;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.card-image .image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.33s;
  -o-transition: 0.33s;
  transition: 0.33s;
}

.card-image .image img:hover {
  top: -10px;
  left: -10px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}
.card-content .date {
  margin-bottom: 5px;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-footer,
.card-footer-item {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.dropdown {
  display: -ms-inline-flexbox;
  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 hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #f5f5f5;
  color: #0a0a0a;
}

a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  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: -ms-flexbox;
  display: flex;
}

.level.is-mobile .level-left+.level-right {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  -ms-flex-positive: 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: 0.75rem;
  }
}

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

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

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

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

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

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

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

.media .media {
  border-top: 1px solid hsla(0, 0%, 86%, 0.5);
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.75rem;
}

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

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

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

.media+.media {
  border-top: 1px solid hsla(0, 0%, 86%, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

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

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

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

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

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

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}

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

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

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

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

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

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

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

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

.columns.is-mobile>.column.is-one-fifth {
  -ms-flex: none;
  flex: none;
  width: 20%;
}

.columns.is-mobile>.column.is-two-fifths {
  -ms-flex: none;
  flex: none;
  width: 40%;
}

.columns.is-mobile>.column.is-three-fifths {
  -ms-flex: none;
  flex: none;
  width: 60%;
}

.columns.is-mobile>.column.is-four-fifths {
  -ms-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-0 {
  -ms-flex: none;
  flex: none;
  width: 0;
}

.columns.is-mobile>.column.is-offset-0 {
  margin-left: 0;
}

.columns.is-mobile>.column.is-1 {
  -ms-flex: none;
  flex: none;
  width: 8.3333333333%;
}

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

.columns.is-mobile>.column.is-2 {
  -ms-flex: none;
  flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile>.column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile>.column.is-3 {
  -ms-flex: none;
  flex: none;
  width: 25%;
}

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

.columns.is-mobile>.column.is-4 {
  -ms-flex: none;
  flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile>.column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile>.column.is-5 {
  -ms-flex: none;
  flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile>.column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile>.column.is-6 {
  -ms-flex: none;
  flex: none;
  width: 50%;
}

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

.columns.is-mobile>.column.is-7 {
  -ms-flex: none;
  flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile>.column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile>.column.is-8 {
  -ms-flex: none;
  flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile>.column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile>.column.is-9 {
  -ms-flex: none;
  flex: none;
  width: 75%;
}

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

.columns.is-mobile>.column.is-10 {
  -ms-flex: none;
  flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile>.column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile>.column.is-11 {
  -ms-flex: none;
  flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile>.column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile>.column.is-12 {
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.columns.is-mobile>.column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {

  .column.is-full-mobile,
  .column.is-narrow-mobile {
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-mobile {
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    -ms-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-0-mobile {
    -ms-flex: none;
    flex: none;
    width: 0;
  }

  .column.is-offset-0-mobile {
    margin-left: 0;
  }

  .column.is-1-mobile {
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }

  .column.is-2-mobile {
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }

  .column.is-3-mobile {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }

  .column.is-5-mobile {
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }

  .column.is-6-mobile {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }

  .column.is-8-mobile {
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }

  .column.is-9-mobile {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }

  .column.is-11-mobile {
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }

  .column.is-12-mobile {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media print,
screen and (min-width: 769px) {

  .column.is-narrow,
  .column.is-narrow-tablet {
    -ms-flex: none;
    flex: none;
  }

  .column.is-full,
  .column.is-full-tablet {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half,
  .column.is-half-tablet {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third,
  .column.is-one-third-tablet {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    -ms-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-0,
  .column.is-0-tablet {
    -ms-flex: none;
    flex: none;
    width: 0;
  }

  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0;
  }

  .column.is-1,
  .column.is-1-tablet {
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }

  .column.is-2,
  .column.is-2-tablet {
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }

  .column.is-3,
  .column.is-3-tablet {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4,
  .column.is-4-tablet {
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }

  .column.is-5,
  .column.is-5-tablet {
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }

  .column.is-6,
  .column.is-6-tablet {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7,
  .column.is-7-tablet {
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }

  .column.is-8,
  .column.is-8-tablet {
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }

  .column.is-9,
  .column.is-9-tablet {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10,
  .column.is-10-tablet {
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }

  .column.is-11,
  .column.is-11-tablet {
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }

  .column.is-12,
  .column.is-12-tablet {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {

  .column.is-full-touch,
  .column.is-narrow-touch {
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-touch {
    width: 100%;
  }

  .column.is-three-quarters-touch {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    -ms-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-0-touch {
    -ms-flex: none;
    flex: none;
    width: 0;
  }

  .column.is-offset-0-touch {
    margin-left: 0;
  }

  .column.is-1-touch {
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }

  .column.is-2-touch {
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }

  .column.is-3-touch {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }

  .column.is-5-touch {
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }

  .column.is-6-touch {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }

  .column.is-8-touch {
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }

  .column.is-9-touch {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }

  .column.is-11-touch {
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }

  .column.is-12-touch {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-desktop {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    -ms-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-0-desktop {
    -ms-flex: none;
    flex: none;
    width: 0;
  }

  .column.is-offset-0-desktop {
    margin-left: 0;
  }

  .column.is-1-desktop {
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }

  .column.is-2-desktop {
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }

  .column.is-3-desktop {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }

  .column.is-5-desktop {
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }

  .column.is-6-desktop {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }

  .column.is-8-desktop {
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }

  .column.is-9-desktop {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }

  .column.is-11-desktop {
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }

  .column.is-12-desktop {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-widescreen {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    -ms-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-0-widescreen {
    -ms-flex: none;
    flex: none;
    width: 0;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0;
  }

  .column.is-1-widescreen {
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }

  .column.is-2-widescreen {
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }

  .column.is-3-widescreen {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }

  .column.is-5-widescreen {
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }

  .column.is-6-widescreen {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }

  .column.is-8-widescreen {
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }

  .column.is-9-widescreen {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }

  .column.is-11-widescreen {
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }

  .column.is-12-widescreen {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {

  .column.is-full-fullhd,
  .column.is-narrow-fullhd {
    -ms-flex: none;
    flex: none;
  }

  .column.is-full-fullhd {
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    -ms-flex: none;
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    -ms-flex: none;
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    -ms-flex: none;
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    -ms-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-0-fullhd {
    -ms-flex: none;
    flex: none;
    width: 0;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0;
  }

  .column.is-1-fullhd {
    -ms-flex: none;
    flex: none;
    width: 8.3333333333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }

  .column.is-2-fullhd {
    -ms-flex: none;
    flex: none;
    width: 16.6666666667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }

  .column.is-3-fullhd {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    -ms-flex: none;
    flex: none;
    width: 33.3333333333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }

  .column.is-5-fullhd {
    -ms-flex: none;
    flex: none;
    width: 41.6666666667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }

  .column.is-6-fullhd {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    -ms-flex: none;
    flex: none;
    width: 58.3333333333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }

  .column.is-8-fullhd {
    -ms-flex: none;
    flex: none;
    width: 66.6666666667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }

  .column.is-9-fullhd {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    -ms-flex: none;
    flex: none;
    width: 83.3333333333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }

  .column.is-11-fullhd {
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }

  .column.is-12-fullhd {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

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

.columns.is-centered {
  -ms-flex-pack: center;
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless>.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: -ms-flexbox;
  display: flex;
}

.columns.is-multiline {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columns.is-vcentered {
  -ms-flex-align: center;
  align-items: center;
}

@media print,
screen and (min-width: 769px) {
  .columns:not(.is-desktop) {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: -ms-flexbox;
    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;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.tile {
  -ms-flex-align: stretch;
  align-items: stretch;
  display: block;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media print,
screen and (min-width: 769px) {
  .tile:not(.is-child) {
    display: -ms-flexbox;
    display: flex;
  }

  .tile.is-1 {
    width: 8.3333333333%;
  }

  .tile.is-1,
  .tile.is-2 {
    -ms-flex: none;
    flex: none;
  }

  .tile.is-2 {
    width: 16.6666666667%;
  }

  .tile.is-3 {
    width: 25%;
  }

  .tile.is-3,
  .tile.is-4 {
    -ms-flex: none;
    flex: none;
  }

  .tile.is-4 {
    width: 33.3333333333%;
  }

  .tile.is-5 {
    width: 41.6666666667%;
  }

  .tile.is-5,
  .tile.is-6 {
    -ms-flex: none;
    flex: none;
  }

  .tile.is-6 {
    width: 50%;
  }

  .tile.is-7 {
    width: 58.3333333333%;
  }

  .tile.is-7,
  .tile.is-8 {
    -ms-flex: none;
    flex: none;
  }

  .tile.is-8 {
    width: 66.6666666667%;
  }

  .tile.is-9 {
    width: 75%;
  }

  .tile.is-9,
  .tile.is-10 {
    -ms-flex: none;
    flex: none;
  }

  .tile.is-10 {
    width: 83.3333333333%;
  }

  .tile.is-11 {
    -ms-flex: none;
    flex: none;
    width: 91.6666666667%;
  }

  .tile.is-12 {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

#footer .nav,
#footer .social-networks,
#nav ul,
.contact-area .popup .tab-content ul,
.contact-area .popup ul,
.map-area .info,
.pagination ul,
.paging,
.sort,
.tab-content .list,
.tabset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.contact-area .contact-holder:after,
.contact-area:after,
.container:after,
.navigation-single:after,
.post-password-form p:after,
.search-form:after,
.tabset li:after,
.widget:after,
dl:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 16px/1.2 Lato, sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
  max-width: none;
}

address,
applet,
blockquote,
dl,
embed,
form,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
object,
ol,
p,
table,
ul {
  margin: 0 0 1.2em;
}

blockquote {
  border-left: 4px solid #353535;
  padding-left: 0.5em;
  margin-left: 1.2em;
}

td,
th {
  border: 1px solid #353535;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ol,
ul {
  padding-left: 3em;
}

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

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: 700;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #353535;
  padding: 0.2em 0.7em;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
textarea:focus {
  border-color: #000;
}

input[type="email"]::-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,
textarea::-webkit-input-placeholder {
  color: #353535;
}

input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #353535;
}

input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #353535;
}

input[type="email"]:-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,
textarea:-ms-input-placeholder {
  color: #353535;
}

input[type="email"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
textarea.placeholder {
  color: #353535;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form input[type="text"],
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 300px;
}

.comment-form input[type="submit"] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
}

.post-password-form input[type="password"] {
  margin: 0 4px 0 0;
  width: 300px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type="search"] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type="password"] {
  width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 0.5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item+.commentlist-item,
.commentlist-item .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
}

.navigation-comments .screen-reader-text,
.navigation .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation-comments .page-numbers,
.navigation .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

.navigation-comments .next,
.navigation-comments .prev,
.navigation .next,
.navigation .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #353535;
  padding: 0.4em;
  margin-bottom: 1.2em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

.alignnone,
.bypostauthor,
.gallery,
.gallery-caption,
.sticky,
.wp-caption-text {
  height: auto;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit;
}

.h1,
h1 {
  font-size: 30px;
}

.h2,
h2 {
  font-size: 27px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 21px;
}

.h5,
h5 {
  font-size: 17px;
}

.h6,
h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

a {
  color: #39f;
}

a:focus,
a:hover {
  text-decoration: none;
}

.slider {
  background: #253746;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #ffb81c;
  color: #fff;
  padding: 0 0 50px;
}

@media (max-width: 374px) {
  .slider {
    padding: 0;
    height: 100vh !important;
  }
}

@media (min-height: 500px) {
  .slider {
    padding: 0;
    height: calc(100vh - 132px);
  }
}

#main .slider .container {
  max-width: 1160px;
  position: relative;
  min-height: 500px;
  padding: 15px;
}

.slider .mask {
  overflow: hidden;
  position: relative;
}

@media (min-height: 500px) {
  .slider .mask {
    height: 100% !important;
  }
}

.slider .slideset {
  width: 100%;
  float: left;
}

.slider .container-holder {
  width: 100%;
}

.slider .slide {
  float: left;
  width: 100%;
  position: relative;
  min-height: 535px;
}

.slider .slide.last .textarea {
  text-align: center;
}

.slider .slide.last .text {
  padding: 0 0 10px;
  font-weight: 700;
  color: #dadada;
  width: 100%;
  max-width: 905px;
}

.slider .slide.last .top {
  position: relative;
  padding: 0 0 20px;
  overflow: hidden;
}

.slider .slide.last .top:after {
  width: 100%;
  height: 14px;
  background: url(../images/bullet-left.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 0;
  content: "";
}

.slider .slide.last .top span,
.slider .slide.last .top strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

.slider .slide.last .top strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
}

.slider .slide.last .bottom {
  position: relative;
  padding: 10px 0 24px;
  overflow: hidden;
}

.slider .slide.last .bottom:after {
  width: 100%;
  height: 14px;
  background: url(../images/bullet-left.png) repeat-x;
  position: absolute;
  top: 0;
  left: 7px;
  right: 0;
  content: "";
}

.slider .slide.last .bottom .num {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}

.slider .slide.last .bottom .text-info {
  overflow: hidden;
}

.slider .slide.last .bottom .text-info p {
  margin: 0;
}

.slider .slide.last .bottom .text-info p span,
.slider .slide.last .bottom .text-info p strong {
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
}

.slider .slide.last .cols {
  overflow: hidden;
  text-align: left;
}

.slider .slide.last .col {
  position: relative;
  text-align: center;
  padding: 10px 0 6px;
}

.slider .slide.last .col:first-child:after {
  display: none;
}

.slider .slide.last .col:first-child span,
.slider .slide.last .col:first-child strong {
  font-weight: 800;
  font-size: 30px;
  line-height: 34px;
}

.slider .slide.last .col:first-child p {
  margin: 0;
}

.slider .slide.last .col:first-child p span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
}

.slider .slide.last .col:first-child p strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.slider .slide.last .col:after {
  width: 100%;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  background: url(../images/bullet-left.png) repeat-x;
}

.slider .slide.last .col span,
.slider .slide.last .col strong {
  display: block;
}

.slider .slide.last .num {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  display: block;
}

.slider .slide.last .right {
  overflow: hidden;
  padding: 0 0 10px;
}

.slider .slide.last .right p {
  margin: 0;
}

.slider .slide.last .right p span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

.slider .slide.last .right p strong {
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
}

.slider .year {
  display: block;
  font-weight: 800;
}

.slider .image {
  margin: 0 auto 20px;
  max-width: 290px;
}

@media (max-width: 767px) {
  .slider .image {
    margin-bottom: 0;
  }
}

.slider .image.no-text {
  max-width: none;
}

.slider .image.no-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: calc(100vh - 100px);
}

@media (max-width: 767px) {
  .slider .image.no-text:before {
    min-height: calc(100vh - 165px);
  }
}

@media (max-width: 374px) {
  .slider .image.no-text:before {
    min-height: calc(100vh - 100px);
  }
}

.slider .image.no-text img {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 99%;
  width: auto;
  height: auto;
  max-height: 91%;
}

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

.slider .textarea {
  font-size: 25px;
  line-height: 35px;
  font-family: Museo300-Regular, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.slider .textarea:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}

.slider .textarea>* {
  white-space: normal;
  max-width: 99%;
}

.slider .textarea .text,
.slider .textarea>* {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .slider .textarea .text>p {
    margin-bottom: 30px;
    font-size: 20px;
  }
}

.slider .btn {
  color: #fff;
}

.slider p {
  margin: 0 0 39px;
}

.pagination {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.pagination ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px 16px;
}

.pagination ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}

.pagination ul li.active a {
  background: #ffb81c;
}

.pagination ul a {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
}

.pagination ul a:hover {
  background: #ffb81c;
}

.logo-slider {
  text-align: center;
}

.logo-slider,
.logo-slider .mask {
  position: relative;
  overflow: hidden;
}

.logo-slider .mask {
  margin: 0 30px;
}

.logo-slider .slideset {
  width: 100%;
  float: left;
}

.logo-slider .slide {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  width: 80%;
  margin: 0 1% 73px;
}

.logo-slider .slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 100%;
}

.logo-slider .slide>* {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%;
}

.logo-slider .item-slide {
  float: left;
  width: 50%;
}

.logo-slider img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.logo-slider a:hover {
  opacity: 0.8;
}

.logo-slider .btn-prev,
.logo-slider .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -52px 0 0;
  color: #939393;
  text-decoration: none;
  z-index: 9999;
}

.logo-slider .btn-prev:before,
.logo-slider .slick-arrow:before {
  font-family: icomoon;
  content: "\e90c";
  font-size: 20px;
  line-height: 20px;
}

.logo-slider .btn-next {
  left: auto;
  right: 0;
}

.logo-slider .btn-next:before {
  content: "\e90b";
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .slick-slider {
    position: unset;
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#header {
  background: #253746;
  border-bottom: 6px solid #ffb81c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999996;
}

@media (max-width: 767px) {
  #header {
    border-width: 2px;
  }
}

#header .holder {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 0 11px;
}

#header .logo {
  float: left;
  width: 220px;
  margin: 3px 10px 4px 0;
  padding-top: 0.3125rem;
}

#header .logo a {
  text-decoration: none;
}

#header .logo a span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #ffb81c;
  text-decoration: none;
}

@media only screen and (max-width: 64em) {
  #header .logo {
    width: 200px;
  }

  #header .logo a span {
    font-size: 11px;
  }
}

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

#header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

#nav {
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s linear;
  background: #373a47;
  text-transform: uppercase;
  width: 280px;
  font-family: Museo300-Regular, sans-serif;
  font-weight: 500;
  padding: 20px 0 0;
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 99999;
}

#nav ul {
  height: 100%;
}

#nav ul li {
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transform: translate3d(0, 500px, 0);
  padding: 25px;
}

@media only screen and (max-width: 40em) {
  #nav ul li {
    margin-left: 20px;
  }
}

#nav ul a {
  color: #fff;
  text-decoration: none;
}

#nav ul a.anchor-active,
#nav ul a:hover {
  color: #ffb81c;
}

body.active #nav {
  left: 0;
}

body.active #nav ul li {
  transition-duration: 0.4s;
  transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1) 0s;
  transform: translateZ(0);
}

body.active .overlay {
  visibility: visible;
  opacity: 1;
}

body.active .opener {
  position: fixed;
}

.opener {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 25px;
  right: 10px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  z-index: 999999;
}

.opener:after,
.opener:before,
.opener span {
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -2px;
  transition: all 0.2s linear;
}

.opener:after,
.opener:before {
  content: "";
  top: 13px;
}

.opener:after {
  top: 22px;
}

.active .opener span,
.close-btn span {
  opacity: 0;
}

.opener:hover {
  opacity: 0.9;
}

.active .opener:after,
.active .opener:before,
.close-btn:after,
.close-btn:before {
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}

.active .opener:after,
.close-btn:after {
  transform: rotate(-45deg);
}

.overlay {
  transition: all 0.3s linear;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

#footer {
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #253746;
  font-family: Lato, sans-serif;
  /* font-family: MyriadPro-Regular, Lato, sans-serif; */
}

@media (min-width: 1200px) {
  #footer .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#footer .title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 28px;
}

#footer .social-networks,
#footer .title {
  text-align: center;
}

@media (min-width: 992px) {
  #footer .social-networks {
    float: left;
    text-align: left;
  }
}

#footer .social-networks li {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
}

@media (min-width: 1200px) {
  #footer .social-networks li {
    margin: 0 46px 0 0;
  }
}

#footer .social-networks li a {
  color: #fff;
  font-size: 37px;
  text-decoration: none;
  position: relative;
}

#footer .social-networks li a:hover {
  color: #ffb81c;
}

#footer .nav {
  font-size: 20px;
  text-align: center;
  padding: 8px 0 0;
}

@media (min-width: 992px) {
  #footer .nav {
    margin-left: 0;
    float: left;
  }
}

@media (min-width: 1200px) {
  #footer .nav {
    margin-left: 12.5%;
  }
}

#footer .nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 10px;
}

@media (min-width: 992px) {
  #footer .nav li {
    margin: 0 82px 10px 0;
  }
}

#footer .nav a {
  color: #fff;
  text-decoration: none;
}

#footer .nav a:hover {
  color: #ffb81c;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

.btn {
  font-size: 19px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ffb81c;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffb81c;
  font-family: Museo300-Regular, sans-serif;
  padding: 12px 15px;
  min-width: 210px;
  text-align: center;
  transition: all 0.2s ease;
}

.btn:hover {
  background: #ffb81c;
  color: #253746;
}

.visual {
  position: relative;
}

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

#main {
  position: relative;
  padding: 70px 0 0;
}

#content,
#main {
  overflow: hidden;
}

#content:only-child {
  width: 100%;
  float: none;
  margin: 0 0 20px;
}

#sidebar,
.intro {
  overflow: hidden;
}

.intro {
  font-size: 18px;
  line-height: 23px;
  max-width: 800px;
  margin: 0 auto 32px;
  text-align: center;
  font-style: italic;
  color: #959595;
}

h1 {
  font-size: 28px;
  line-height: 32px;
  font-family: Museo300-Regular, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  color: #000;
  font-weight: 800;
  margin: 0 0 28px;
}

.services .container {
  padding: 69px 15px 83px;
}

.tabs-area {
  overflow: hidden;
  font-family: Lato, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
}

.tabs-area .tabset li a:hover i {
  color: #ffb81c;
}

.tabs-area .tabset li a:hover span {
  color: #000;
  display: none;
}

.tabset {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  position: relative;
}

.tabset li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

.tabset li.active a i {
  color: #ffb81c;
}

.tabset li.active a span {
  font-weight: 700;
  color: #000;
  display: none;
}

.tabset li.line {
  width: 11px;
  height: 0;
  position: absolute;
  right: -6px;
  top: 0;
  content: "";
  background: #ffb81c;
  padding: 0;
  height: 80px;
  margin: -30px 0 0;
  visibility: hidden;
}

.tabset a {
  transition: all 0.3s linear;
  display: block;
  color: #959595;
  text-decoration: none;
  opacity: 1;
  padding: 0 5% 10px;
}

.tabset .icon {
  text-align: center;
  font-weight: 400;
}

.tabset span {
  display: none;
  overflow: hidden;
}

.tabset i {
  font-size: 40px;
  line-height: 40px;
}

.tab-content {
  font-family: Lato, sans-serif;
  overflow: hidden;
  color: #959595;
  position: relative;
  line-height: 26px;
}

.tab-content h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: Museo300-Regular, sans-serif;
  text-transform: uppercase;
  margin: 0 0 25px;
  color: #ffb81c;
}

.tab-content .js-tab-hidden {
  display: none;
}

.tab-content i {
  font-size: 100px;
  line-height: 106px;
  color: #ffb81c;
  display: none;
  margin: 0 0 23px;
}

.tab-content .info-content {
  padding: 20px 0 0;
  text-align: center;
}

.tab-content .info-content p {
  margin: 0 0 25px;
}

.tab-content .list {
  overflow: hidden;
  color: #000;
  display: none;
}

.tab-content .list li {
  padding: 0 0 10px 38px;
  position: relative;
}

.tab-content .list li:after {
  font-size: 25px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 1px;
  content: "";
  font-family: icomoon;
  content: "\e907";
}

.work-info {
  background: url(../images/bg-works.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  min-height: 450px;
}

#main .work-info .container {
  padding-top: 0;
  padding-bottom: 0;
}

.work-info .intro {
  padding-top: 50px;
  margin-bottom: 15px;
  font-style: normal;
}

@media (min-width: 992px) {
  .work-info .intro {
    float: left;
    width: 26%;
    margin-top: 125px;
    margin-bottom: 0;
    margin-left: 7%;
  }
}

@media (min-width: 992px) {
  .work-info .cols {
    float: right;
    width: 60%;
  }
}

.work-info .cols .inner {
  text-transform: uppercase;
  position: relative;
  height: 500px;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .work-info .cols .inner {
    background: url(../images/how-we-work-steps.png) 50% no-repeat;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .work-info .cols .inner {
    width: 540px;
    background: url(../images/how-we-work-steps.png) 50% no-repeat;
  }
}

.work-info .cols .holder {
  margin: 0;
  font-family: Museo300-Regular, sans-serif;
  font-size: 46px;
  line-height: 0.9;
  color: #ffb81c;
  position: relative;
}

.work-info .cols .col {
  font-size: 13px;
  /* font-family: Gotham-Black, Lato, sans-serif; */
  font-weight: 700;
  font-family: Lato, sans-serif;
  position: absolute;
  top: 59px;
  left: 0px;
  z-index: 1;
  text-align: right;
}

.work-info .cols .col>div {
  margin-top: 5px;
  line-height: 1.5;
}

.work-info .cols .col.scope {
  text-align: left;
  top: 140px;
  right: -105px;
  left: auto;
}

.work-info .cols .col.design {
  top: 222px;
  left: -50px;
}

.work-info .cols .col.build {
  top: 301px;
  right: -55px;
  left: auto;
  text-align: left;
}

.work-info .cols .col.support {
  top: 383px;
  left: -105px;
}

@media (max-width: 767px) {
  .work-info .cols .col {
    top: unset !important;
    right: unset !important;
    left: unset !important;
    text-align: center !important;
    position: relative;
    margin: 25px 0 !important;
  }

  .work-info .cols .inner {
    height: unset;
  }
}

.work-info p {
  clear: both;
}

.sort {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.sort li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px;
}

.sort li.active a,
.sort li.active label {
  background: #ffb81c;
  color: #fff;
}

.sort li a,
.sort li label {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 10px;
  cursor: pointer;
}

.sort li a:hover,
.sort li label:hover {
  background: #ffb81c;
  color: #fff;
}

.sort li a input,
.sort li label input {
  display: none;
}

.projects {
  text-align: center;
  margin: 0 0 45px;
  background-color: #f0f0f0;
}

.projects .container {
  padding: 65px 15px 31px;
}

.projects .container.add {
  max-width: 1320px;
  padding: 35px 15px 31px;
}

.projects .intro {
  margin: 0 auto 20px;
}

.projects .image {
  max-width: 100% !important;
  width: 100%;
  overflow: hidden;
}

.projects .box {
  background: #253746;
  letter-spacing: -4px;
  display: block;
  text-decoration: none;
  position: relative;
}

.projects .box img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 9;
}

.projects .col-holder {
  text-decoration: none;
}

.projects .col-holder:hover h2 {
  color: #ffb81c;
}

.projects .boxes {
  overflow: hidden;
  text-align: center;
  margin: 0 0 66px;
  margin-bottom: 0;
  padding-bottom: 66px;
}

.projects .boxes .col {
  overflow: hidden;
}

@media (max-width: 991px) {
  .projects .boxes .col {
    margin-top: -1px;
  }
}

@media (max-width: 767px) {
  .projects .boxes .col {
    margin-top: 0;
  }
}

.projects .boxes h2 {
  font-family: Museo300-Regular, sans-serif;
  position: relative;
  font-weight: 400;
  padding: 15px 60px;
  color: #fff;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  margin: 0;
  max-width: 100%;
  letter-spacing: 0;
  width: 100%;
  text-transform: uppercase;
}

.projects .boxes h2>span {
  font-weight: 700;
  color: #ffb81c;
  font-family: Museo300-Regular, sans-serif;
}

.projects .btn {
  color: #253746;
  background-color: #ffb81c;
  margin: 0 0 30px;
}

.projects .btn:hover {
  color: #ffb81c;
  background-color: #253746;
  border-color: #253746;
}

.help-area {
  font-size: 20px;
  line-height: 28px;
  background: #253746;
  color: #fff;
  font-family: Lato, sans-serif;
}

.help-area a {
  margin-top: 30px;
}

#main .help-area .container {
  padding: 50px 15px;
  text-align: center;
  width: 100%;
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  #main .help-area .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.help-area h1 {
  margin: 0 0 35px;
  color: #ffb81c;
  font-family: Museo300-Regular, sans-serif;
  line-height: 1.25;
}

.help-area p {
  margin: 0;
}

.contact-area {
  text-align: center;
  position: relative;
  z-index: 8;
}

.contact-area .container {
  padding: 69px 15px 96px;
}

.contact-area h1 {
  margin: 0 0 40px;
}

.contact-area .intro {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.contact-area .contact-holder {
  font-size: 25px;
  line-height: 36px;
  text-align: left;
  position: relative;
  padding: 0 0 50px;
}

.contact-area p a {
  color: #ffb81c;
  text-decoration: none;
}

.contact-area p a:hover {
  color: #000;
}

/*

.contact-area .contact-holder .form-error {
	display: none;
}
.contact-area .contact-holder .g-recaptcha {
	width: 100%;
	text-align: center;
	margin: 20px auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.contact-area .contact-holder.popup-active button[type="submit"],
.contact-area .contact-holder.popup-active p {
	visibility: hidden;
}
.contact-area .contact-holder p {
	margin: 0 0 75px;
}
.contact-area .contact-holder br {
	display: block;
}
.contact-area .popup {
	font-size: 16px !important;
	line-height: 24px !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
}
.contact-area .popup .tab-content {
	overflow: visible;
	background: #7b7b7b;
	width: 100%;
	padding: 0;
	margin: 0 0 70px;
	position: static;
}
.contact-area .popup .tab-content ul {
	width: 100%;
	background: #7b7b7b;
}
.contact-area .popup .tab-content ul li.active a {
	background: #3b3b3b;
}
.contact-area .popup .tab-content ul li.active .text-holder {
	display: block;
}
.contact-area .popup .tab-content ul li.submit a {
	padding: 0 !important;
}
.contact-area .popup .tab-content ul li.submit a:after,
.contact-area .popup .tab-content ul li.submit a:before,
.contact-area .popup .tab-content ul li.submit a:hover:before {
	display: none;
}
.contact-area .popup .tab-content ul li a {
	padding: 9px 20px 9px 60px !important;
}
.contact-area .popup .tab-content ul li a:hover {
	background: #3b3b3b;
}
.contact-area .popup .tab-content ul li a:after {
	display: none;
	width: 6px;
	height: 6px;
	position: absolute;
	content: "";
	border-radius: 100%;
	top: 20px;
	left: 54px;
	background: #fff;
}
.contact-area .popup .text-holder {
	padding: 0 0 0 60px;
	background: #dedbdb;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.contact-area .popup .text-holder:before {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-family: icomoon;
	content: "\e90b";
	top: 7px;
	position: absolute;
	left: 15px;
	color: #3b3b3b;
}
.contact-area .popup .continue {
	background: #ffb81c;
	color: #253746;
	font-family: Museo300-Regular, sans-serif;
	display: block;
	border: none;
	text-transform: uppercase;
	width: 100%;
	padding: 19px 10px;
	position: absolute;
	bottom: -63px;
	left: 0;
	right: 0;
}
.contact-area .popup .continue.disabled {
	pointer-events: none;
	z-index: 1;
}
.contact-area .popup .continue.disabled:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: #fff;
	opacity: 0.6;
}
.contact-area .popup .continue:hover {
	opacity: 0.9;
}
.contact-area .popup textarea {
	width: 100% !important;
	height: 70px !important;
	background: none;
	resize: none;
	border: none;
	outline: none;
	color: #3b3b3b;
	padding-left: 0;
}
.contact-area .popup textarea.placeholder {
	opacity: 1;
	color: #253746;
	text-decoration: underline;
}
.contact-area .popup textarea:-moz-placeholder,
.contact-area .popup textarea::-moz-placeholder {
	opacity: 1;
	color: #253746;
	text-decoration: underline;
}
.contact-area .popup textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #253746;
	text-decoration: underline;
}
.contact-area .popup textarea:-ms-input-placeholder {
	opacity: 1;
	color: #253746;
	text-decoration: underline;
}
.contact-area .popup ul {
	background: #375167;
	position: relative;
	font-size: 16px !important;
	line-height: 27px !important;
	width: 100%;
}
.contact-area .popup ul > li {
	position: relative;
	padding: 0 !important;
	display: block;
	text-align: left;
	width: auto;
}
.contact-area .popup ul > li.active > a {
	background: #253746;
}
.contact-area .popup ul > li.active > a:before,
.contact-area .popup ul > li.active ul {
	display: block;
}
.contact-area .popup ul > li.submit a {
	padding: 0 !important;
}
.contact-area .popup ul > li.submit a:after,
.contact-area .popup ul > li.submit a:before,
.contact-area .popup ul > li.submit a:hover:before {
	display: none;
}
.contact-area .popup ul > li a {
	display: block;
	position: relative;
	padding: 8px 20px 9px 60px !important;
	color: #fff;
	text-decoration: none;
}
@media (min-width: 768px) {
	.contact-area .popup ul > li a:hover {
		background: #253746;
	}
}
@media (min-width: 768px) {
	.contact-area .popup ul > li a:hover:before {
		display: block;
	}
}
.contact-area .popup ul > li a:before {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	font-family: icomoon;
	content: "\e90b";
	top: 13px;
	position: absolute;
	left: 16px;
	display: none;
}

.contact-area input[type="email"],
.contact-area input[type="tel"],
.contact-area input[type="text"] {
	border: 1px solid transparent;
	border-bottom-color: #8c8c8c;
	height: 35px;
	padding: 2px;
	color: #ffb81c;
	width: 230px;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.contact-area input[type="email"]::-webkit-input-placeholder,
.contact-area input[type="tel"]::-webkit-input-placeholder,
.contact-area input[type="text"]::-webkit-input-placeholder {
	color: #ffb81c;
}
.contact-area input[type="email"]::-moz-placeholder,
.contact-area input[type="tel"]::-moz-placeholder,
.contact-area input[type="text"]::-moz-placeholder {
	opacity: 1;
	color: #ffb81c;
}
.contact-area input[type="email"]:-moz-placeholder,
.contact-area input[type="tel"]:-moz-placeholder,
.contact-area input[type="text"]:-moz-placeholder {
	color: #ffb81c;
}
.contact-area input[type="email"]:-ms-input-placeholder,
.contact-area input[type="tel"]:-ms-input-placeholder,
.contact-area input[type="text"]:-ms-input-placeholder {
	color: #ffb81c;
}
.contact-area input[type="email"].placeholder,
.contact-area input[type="tel"].placeholder,
.contact-area input[type="text"].placeholder {
	color: #ffb81c;
}
.contact-area input[type="email"].input-error,
.contact-area input[type="tel"].input-error,
.contact-area input[type="text"].input-error {
	color: red;
	border-bottom-color: red;
}
.contact-area input[type="tel"] {
	width: 165px;
}
.contact-area input[type="email"] {
	width: 330px;
}
.contact-area button[type="submit"] {
	background: none;
	max-width: 200px;
	margin: 0 auto;
	float: none;
	display: block;
	background: #ffb81c;
	color: #253746;
}
.contact-area button[type="submit"]:hover {
	color: #ffb81c;
	background-color: #253746;
	border-color: #253746;
}
.contact-area .popup-message {
	display: none;
	background: #ffb81c;
	padding: 8px 20px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 120px;
	white-space: nowrap;
	text-align: center;
}
.contact-area .popup-message:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}
.contact-area .popup-message > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}
.form-success .popup-message {
	display: block !important;
}
*/
.map-area {
  background-size: cover;
  margin: 0 0 50px;
  position: relative;
  overflow: hidden;
}

.map-area .image {
  display: none;
  position: relative;
  left: 50%;
  min-width: 1600px;
}

.map-area .image img {
  position: relative;
  left: -50%;
  min-width: 1600px;
  width: 100%;
  height: auto;
}

.map-area .holder {
  background-color: #253746;
}

#main .map-area .container {
  padding: 70px 15px;
}

@media (min-width: 1200px) {
  #main .map-area .container {
    padding-top: 105px;
    padding-bottom: 105px;
  }
}

.map-area .info-holder {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .map-area .info-holder {
    width: 83%;
  }
}

@media (min-width: 1200px) {
  .map-area .info-holder {
    width: 64%;
  }
}

.map-area .info {
  font-size: 18px;
  line-height: 26px;
  font-family: Museo300-Regular, sans-serif;
  text-align: left;
  padding: 0;
}

@media (min-width: 768px) {
  .map-area .info {
    font-size: 30px;
    line-height: 35px;
    padding: 0;
    width: 67%;
    float: right;
  }
}

.map-area .info li {
  padding: 0 0 10px;
}

.map-area .info li.phone {
  font-size: 25px;
  line-height: 40px;
  letter-spacing: 1.5px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .map-area .info li.phone {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (min-width: 1200px) {
  .map-area .info li.phone {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 16px;
  }
}

.map-area .info li.mail {
  font-weight: 700;
  font-size: 20px;
}

@media (min-width: 768px) {
  .map-area .info li.mail {
    font-size: 34px;
  }
}

.map-area .info li.mail a {
  color: #ffb81c;
}

.map-area .info a {
  color: #fff;
  text-decoration: none;
}

.map-area .info a:hover {
  opacity: 0.9;
}

.map-area .address-area {
  padding: 0;
  position: relative;
}

@media (min-width: 768px) {
  .map-area .address-area {
    float: left;
    padding: 0;
  }
}

.map-area .address-area address {
  font-style: normal;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 14px;
  line-height: 20px;
}

.map-area .address-area address .title {
  font-size: 36px;
  line-height: 35px;
  font-family: Museo300-Regular, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 0 0 14px;
}

.map-area .address-area .btn {
  display: none;
  min-width: 150px;
  color: #fff;
  background: #ffb81c;
}

.map-area .address-area .btn:hover {
  opacity: 0.8;
}

.map-area #map-area-gmap {
  height: 400px;
}

@media (min-width: 992px) {
  .map-area #map-area-gmap {
    height: 535px;
  }
}

.clients {
  position: relative;
  max-width: 1410px;
  padding: 15px 15px 20px;
}

.clients .intro {
  margin: 0 auto 53px;
}

@media (min-width: 1200px) {
  .clients .intro {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .clients .intro {
    margin-bottom: 30px;
  }
}

.two-cols {
  overflow: hidden;
  padding: 20px 0;
  font-size: 16px;
  line-height: 26px;
  color: #959595;
}

.two-cols .content {
  margin: 0 0 20px;
  text-align: left;
  color: #000;
  font-family: Lato, sans-serif;
}

.two-cols .logo {
  max-width: 128px;
  margin: 0 0 15px;
}

.two-cols .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.two-cols .text-holder {
  overflow: hidden;
}

.two-cols h2,
.two-cols .project-title {
  font-size: 28px;
  line-height: 26px;
  margin: 0 0 13px;
  color: #7e7e7e;
  text-transform: uppercase;
  font-weight: 800;
}

.two-cols h2 span,
.two-cols .project-title span {
  color: #000;
  display: block;
}

.two-cols .title {
  font-size: 24px;
  line-height: 30px;
  font-family: Museo300-Regular, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffb81c;
  display: block;
  margin: 0 0 12px;
}

.two-cols p {
  margin: 0 0 12px;
}

.two-cols .image-area {
  overflow: hidden;
  letter-spacing: -4px;
  padding: 2px 0 0;
}

.two-cols .image-area .col {
  letter-spacing: 0;
  margin: 0 auto 20px;
  max-width: 250px;
}

.two-cols .image-area img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.two-cols .link {
  font-family: Museo300-Regular, sans-serif;
  font-size: 20px;
  line-height: 26px;
  display: inline-block;
  vertical-align: top;
  color: #939393;
  font-weight: 600;
  text-decoration: none;
  margin: 0 0 10px;
  position: relative;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  padding: 0 55px 0 0;
}

.two-cols .link:hover {
  color: #000;
}

.two-cols .link:hover:before {
  color: #000;
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.two-cols .link:before {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #939393;
  font-family: icomoon;
  content: "\e90b";
  top: 50%;
  margin: -9px 0 0;
  position: absolute;
  right: 15px;
  transform: translateZ(0);
  display: none;
}

.projects .text-holder p span+br {
  display: none;
}

.paging {
  overflow: hidden;
  font-size: 37px;
  line-height: 37px;
  padding: 30px 0 0;
}

.paging li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 5px 0;
}

.paging .icon-grid-view {
  font-size: 35px;
  line-height: 35px;
  display: block;
  margin: 0 0 4px;
}

.paging a {
  text-decoration: none;
  color: #7e7e7e;
  display: block;
}

.paging a:hover {
  color: #ffb81c;
}

.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover,
.navigation .next:hover,
.navigation .prev:hover {
  opacity: 0.8;
}

.navigation {
  position: static;
}

.search-form input[type="search"] {
  text-overflow: ellipsis;
}

.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
}

.contact-holder .popup {
  display: block !important;
  left: -9990px;
  width: 100%;
}

.contact-holder.popup-active .popup {
  left: 0;
}

.contact-area .container input {
  max-width: 100%;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  .slider {
    padding: 0;
    height: calc(100vh - 79px);
  }

  #main .slider .container {
    padding: 0 15px;
    height: 100%;
    white-space: nowrap;
    text-align: center;
  }

  .slider .container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: calc(100vh - 100px);
  }

  .slider .container>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }

  .slider .mask,
  .slider .slideset {
    height: 100% !important;
  }

  .slider .slide {
    min-height: calc(100vh - 79px);
  }

  .slider .slide.last .text {
    padding: 0;
  }

  .slider .slide.last .top {
    padding: 0 0 35px;
  }

  .slider .slide.last .top span,
  .slider .slide.last .top strong {
    font-size: 43px;
    line-height: 46px;
  }

  .slider .slide.last .top strong {
    font-size: 58px;
    line-height: 62px;
  }

  .slider .slide.last .bottom {
    padding: 10px 0 0;
  }

  .slider .slide.last .bottom .num {
    margin: 0 15px 0 0;
    float: left;
    font-size: 170px;
    line-height: 170px;
  }

  .slider .slide.last .bottom .text-info {
    padding: 25px 0 0;
  }

  .slider .slide.last .bottom .text-info p span {
    font-size: 66px;
    line-height: 66px;
  }

  .slider .slide.last .bottom .text-info p strong {
    font-size: 64px;
    line-height: 64px;
  }

  .slider .slide.last .col {
    padding: 15px 0 8px 30px;
    width: 50%;
    float: left;
    text-align: center;
  }

  .slider .slide.last .col:first-child {
    padding: 15px 15px 8px 0;
  }

  .slider .slide.last .col:first-child span {
    font-size: 60px;
    line-height: 64px;
  }

  .slider .slide.last .col:first-child strong {
    font-size: 59px;
    line-height: 62px;
  }

  .slider .slide.last .col:first-child p span {
    font-size: 24px;
    line-height: 27px;
  }

  .slider .slide.last .col:first-child p strong {
    font-size: 21px;
    line-height: 25px;
  }

  .slider .slide.last .col:after {
    width: 15px;
    height: 100%;
    background: url(../images/bullet-bottom-3.png) repeat-y;
    bottom: 0;
    right: auto;
    left: -10px;
    display: block;
  }

  .slider .slide.last .num {
    font-size: 190px;
    line-height: 190px;
    float: left;
    margin: 0 15px 0 0;
  }

  .slider .slide.last .right {
    padding: 25px 0 15px;
  }

  .slider .slide.last .right p span {
    font-size: 24px;
    line-height: 28px;
  }

  .slider .slide.last .right p strong {
    font-size: 39px;
    line-height: 42px;
  }

  .slider .year {
    font-size: 60px;
    line-height: 68px;
  }

  .slider .image {
    max-width: inherit;
    float: left;
    width: 55%;
    margin: 0 20px 0 0;
  }

  .slider .image.no-text {
    float: none;
    width: 100%;
  }

  .slider .textarea {
    text-align: left;
  }

  .pagination {
    bottom: 15px;
  }

  .logo-slider .mask {
    margin: 0 70px;
  }

  .logo-slider .slide {
    width: 58%;
    margin: 0 1% 73px;
  }

  .logo-slider .btn-prev:before,
  .logo-slider .slick-arrow:before {
    font-size: 40px;
    line-height: 40px;
  }

  .slick-slider {
    padding: 0 70px;
  }

  #header .logo {
    margin: 10px 10px 0 0;
  }

  #header .close {
    display: none;
  }

  #nav {
    overflow: hidden;
    background: none;
    position: static;
    width: auto;
  }

  #nav ul {
    height: auto;
  }

  #nav ul li {
    margin: 0 0 0 30px;
    transform: none;
    -webkit-transform: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }

  .opener,
  .overlay {
    display: none;
  }

  #main {
    padding: 79px 0 0;
  }

  #content {
    float: left;
    width: 62%;
    margin: 0 3% 0 0;
  }

  .tabs-area .tabset li a:hover span {
    display: inline;
  }

  .tabset {
    border-right: 1px solid #dbe2e2;
    float: left;
    margin: 0 20px 0 0;
    width: 280px;
    text-align: left;
  }

  .tabset li {
    display: block;
    width: auto;
  }

  .tabset li.active a span {
    display: inline;
  }

  .tabset li.line {
    visibility: visible;
  }

  .tabset a {
    padding: 47px 0 32px;
  }

  .tabset .icon {
    width: 50px;
    margin: -4px 5px 0 0;
    float: left;
  }

  .tabset span {
    display: block;
  }

  .tabset i {
    font-size: 40px;
    line-height: 40px;
  }

  .tab-content h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
  }

  .tab-content i {
    display: block;
  }

  .tab-content .info-content {
    text-align: left;
    padding: 0;
    float: left;
    width: 68%;
    margin: 0 10px 0 0;
  }

  .tab-content .list {
    display: block;
  }

  .sort li a,
  .sort li label {
    padding: 10px 15px;
  }

  .projects .box {
    float: left;
    width: 50%;
    min-height: inherit;
    border-bottom: 1px solid #ccc;
  }

  .projects .box:before {
    height: 100%;
  }

  .projects .box .title-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
  }

  .projects .box .title-holder:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
  }

  .projects .box .title-holder>* {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 99%;
  }

  .projects .col-holder {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .projects .boxes .img-box {
    float: left;
  }

  .projects .boxes h2 {
    padding: 15px 70px;
  }

  .help-area {
    font-size: 29px;
    line-height: 41px;
  }

  #main .help-area .container {
    padding: 70px 15px;
  }

  .contact-area .contact-holder {
    font-size: 54px;
    line-height: 83px;
    padding: 0 0 140px;
    overflow: hidden;
  }

  .contact-area .contact-holder p {
    margin: 0 0 75px;
  }

  .contact-area .contact-holder br {
    display: inline;
  }

  .contact-area .popup .tab-content {
    margin: 0 0 100px;
  }

  .contact-area .popup .continue {
    padding: 15px 10px;
    bottom: -50px;
  }

  .contact-area .popup textarea {
    height: 100px !important;
  }

  .contact-area .popup ul {
    font-size: 21px !important;
    float: none;
  }

  .contact-area input[type="email"],
  .contact-area input[type="tel"],
  .contact-area input[type="text"] {
    height: 70px;
  }

  .contact-area .popup-message {
    bottom: 200px;
  }

  .two-cols {
    padding: 50px 0 20px;
  }

  .two-cols .content {
    float: left;
    width: 60%;
    margin: 0 3% 0 0;
  }

  .two-cols .image-area .col {
    margin: 0 2% 20px;
    max-width: inherit;
    display: inline-block;
    vertical-align: top;
  }

  .two-cols .link:before {
    display: block;
  }

  .comment-form input[type="text"],
  .comment-form textarea {
    width: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .projects .boxes .col:nth-child(odd) .col-holder {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .slider .image {
    width: 67.7%;
    margin: 0 29px 0 0;
  }

  .slider .image.no-text {
    width: 100%;
  }

  .slider .image.medium {
    width: 60%;
    margin: 0 100px 0 0;
  }

  .slider .image.medium.no-text {
    width: 100%;
  }

  .logo-slider .slide {
    width: 48%;
  }

  #header .logo {
    width: 235px;
    margin: 3px 5px 0 0;
    padding-top: 5px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 64em) {
  #header .logo {
    width: 180px;
  }
}

@media (min-width: 1024px) {
  #nav ul li {
    margin: 0 0 0 25px;
  }

  #content {
    width: 65%;
    margin: 0 3% 0 0;
  }

  .tabset {
    margin: 0 30px 0 0;
    width: 332px;
  }

  .tabset .icon {
    width: 62px;
    margin: -10px 34px 0 0;
  }

  .tabset i {
    font-size: 50px;
    line-height: 50px;
  }

  .tab-content .info-content {
    margin: 0 25px 0 0;
    width: 70%;
  }

  .sort li a,
  .sort li label {
    padding: 12px 21px;
  }

  .projects .box {
    width: 50%;
    border: none;
  }

  .projects .boxes .col {
    float: left;
    width: 50%;
  }

  .projects .boxes .col.add {
    float: right;
  }

  .projects .boxes .desktop-left .col-holder {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .projects .boxes h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 55px;
  }

  .contact-area .contact-holder {
    padding: 0 0 50px;
  }

  .contact-area .contact-holder p {
    margin: 0 0 65px;
  }

  .contact-area .popup {
    font-size: 34px !important;
    line-height: 41px !important;
  }

  .contact-area .popup .hold {
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .contact-area .popup .tab-content {
    position: relative;
    margin: 0;
    top: 0;
    position: absolute;
    left: 50%;
    width: 50%;
    padding: 0 0 63px;
  }

  .contact-area .popup .tab-content ul {
    min-height: 437px;
  }

  .contact-area .popup .tab-content ul li a:after {
    left: 88px;
    display: none;
    top: 27px;
  }

  .contact-area .popup .text-holder {
    position: absolute;
    padding: 0 0 0 89px;
    width: 50%;
    bottom: 0;
    right: 50%;
    left: auto;
    height: 269px;
  }

  .contact-area .popup .text-holder:before {
    font-size: 35px;
    line-height: 35px;
    top: 13px;
  }

  .contact-area .popup .continue {
    padding: 19px 10px;
    bottom: 0;
  }

  .contact-area .popup textarea {
    height: 255px !important;
  }

  .contact-area .popup ul {
    padding: 0 0 50px;
    width: 50%;
    float: left;
    font-size: 32px !important;
    line-height: 41px !important;
  }

  .contact-area .popup ul>li a {
    padding: 8px 20px 9px 89px !important;
  }

  .contact-area .popup ul>li a:before {
    top: 14px;
    font-size: 34px;
    line-height: 34px;
  }

  .contact-area .popup-message {
    bottom: 120px;
  }

  .map-area {
    min-height: 541px;
  }

  #main .map-area .container {
    height: 100%;
    white-space: nowrap;
    text-align: center;
  }

  .map-area .container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 100%;
  }

  .two-cols .content {
    width: 58%;
  }

  .two-cols .logo {
    float: left;
    margin: 2px 30px 0 0;
  }

  .two-cols .image-area .col {
    display: block;
    margin: 0 0 25px;
  }
}

@media (min-width: 1025px) {

  .slider .slide.last .top span,
  .slider .slide.last .top strong {
    font-size: 50px;
    line-height: 56px;
  }

  .slider .slide.last .top strong {
    font-size: 65px;
    line-height: 70px;
  }

  .slider .slide.last .bottom .num {
    font-size: 200px;
    line-height: 200px;
  }

  .slider .slide.last .bottom .text-info p span {
    font-size: 85px;
    line-height: 85px;
  }

  .slider .slide.last .bottom .text-info p strong {
    font-size: 83px;
    line-height: 80px;
  }

  .slider .slide.last .col:first-child span {
    font-size: 72px;
    line-height: 76px;
  }

  .slider .slide.last .col:first-child strong {
    font-size: 69px;
    line-height: 76px;
  }

  .slider .slide.last .col:first-child p span {
    font-size: 27px;
    line-height: 30px;
  }

  .slider .slide.last .col:first-child p strong {
    font-size: 24px;
    line-height: 30px;
  }

  .slider .slide.last .num {
    font-size: 220px;
    line-height: 260px;
    margin-right: 5px;
  }

  .slider .slide.last .right {
    padding: 40px 0 0;
  }

  .slider .slide.last .right p span {
    font-size: 24px;
    line-height: 32px;
  }

  .slider .slide.last .right p strong {
    font-size: 28px;
    line-height: 36px;
  }

  .slider .year {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (min-width: 1200px) {
  .slider .textarea {
    font-size: 35px;
    line-height: 46px;
  }

  .slider .textarea .text {
    padding: 0 0 50px;
  }

  .pagination {
    bottom: 0;
  }

  .tab-content .info-content {
    width: 74%;
  }

  .projects .boxes h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 15px 55px;
  }

  .contact-area .contact-holder p {
    margin: 0 0 65px;
  }

  .contact-area .popup .tab-content {
    width: 632px;
    left: 536px;
  }

  .contact-area .popup .tab-content ul li a {
    padding: 9px 20px 9px 89px !important;
  }

  .contact-area .popup .text-holder {
    width: 537px;
    right: 633px;
    left: auto;
  }

  .contact-area .popup ul {
    width: 536px;
    font-size: 34px !important;
    line-height: 41px !important;
  }

  .two-cols {
    padding: 50px 0 20px;
  }

  .two-cols .content {
    width: 50%;
  }
}

@media (min-width: 1340px) {
  .projects .boxes h2 {
    font-size: 31px;
    line-height: 35px;
    padding: 15px 62px;
  }
}

@media (min-width: 1600px) {
  .projects .boxes h2 {
    padding: 15px 100px;
  }
}

@media (max-width: 1023px) {

  .contact-area .popup .hold,
  .contact-area .popup .tab-content {
    height: auto !important;
  }
}

@media (max-width: 767px) {

  .navigation-comments .page-numbers,
  .navigation .page-numbers {
    padding: 0;
  }

  .slider .image,
  .slider .textarea,
  .tabset {
    height: auto !important;
  }

  .projects br {
    display: none;
  }

  .projects .box,
  .projects .boxes .col {
    height: auto !important;
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }

  33.3% {
    transform: translateX(-5px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  to {
    transform: translateX(0);
  }
}

.address-info-window {
  line-height: 23px;
  color: #253746;
  font-weight: 500;
}

.address-info-window h2 {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  font-family: Museo300-Regular, sans-serif;
  color: #ffb81c;
}

@media (max-width: 767px) {
  .logo-slider .slide {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    min-height: 100px;
    margin-top: 30px;
    margin-bottom: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
  }
}

.our-team .intro h1 {
  margin-bottom: 0;
}

.our-team .bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  padding: 0 200px;
}

@media (max-width: 1023px) {
  .our-team .bg {
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .our-team .bg {
    padding: 0;
  }
}

.our-team .bg img {
  -o-object-fit: cover;
  object-fit: cover;
}

body.home {
  background: #253746;
}

body.home main {
  background: linear-gradient(0deg, #fff 10%, #253746 90%);
}

body.home main #clients,
body.home main section.contact-area,
body.home main section.our-team,
body.home main section.services {
  background-color: #fff;
}

body.single-project,
body.single-project #wrapper,
body.single-project main {
  background: url(../images/bg-works.jpg) no-repeat;
  background-size: cover;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Museo300-Regular;
  src: url("../fonts/Museo300-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Museo300-Regular;
  src: url("../fonts/Museo500-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Museo300-Regular;
  src: url("../fonts/Museo-700.woff2") format();
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* @font-face {
    font-family: Gotham-Black;
    src: url('../fonts/Gotham-Black.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
} */
/* @font-face {
    font-family: MyriadPro-Regular;
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
} */
@font-face {
  font-family: icomoon;
  src: url("../fonts/icomoon.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-h:before {
  content: "\e904";
}

.icon-twitter:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-facebook-h:before {
  content: "\e914";
}

.icon-linkedin:before {
  content: "\e915";
}

.icon-linked-in-h:before {
  content: "\e913";
}

.icon-grid-view:before {
  content: "\e910";
}

.icon-btn-right:before {
  content: "\e911";
}

.icon-btn-left:before {
  content: "\e912";
}

.icon-arrows-right:before {
  content: "\e90b";
}

.icon-arrows-left:before {
  content: "\e90c";
}

.icon-arrow:before {
  content: "\e90a";
}

.icon-check:before {
  content: "\e907";
}

.icon-setting:before {
  content: "\e900";
}

.icon-iphone:before {
  content: "\e901";
}

.icon-monitor:before {
  content: "\e902";
}

.icon-comment:before {
  content: "\e903";
}

.icon-game:before {
  content: "\e916";
}

.icon-grid:before {
  content: "\e90d";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-arrow-left:before {
  content: "\e909";
}

.icon-navigate_next:before {
  content: "\e90e";
}

.icon-keyboard_arrow_left:before {
  content: "\e90f";
}

@font-face {
  font-family: codebrewery;
  src: url("../fonts/codebrewery.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.icon-game:before,
.icon-settings:before,
[class*=" cb-icon-"]:before,
[class^="cb-icon-"]:before {
  font-family: codebrewery !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cb-icon-game:before,
.icon-game:before {
  content: "\61";
}

.cb-icon-twitter-round-fill:before {
  content: "\63";
}

.cb-icon-twitter-round-1:before {
  content: "\64";
}

.cb-icon-facebook-round:before {
  content: "\65";
}

.cb-icon-checked:before {
  content: "\66";
}

.cb-icon-arrow-right-bold:before {
  content: "\67";
}

.cb-icon-arrow-left-bold:before {
  content: "\68";
}

.cb-icon-arrow-right-thin:before {
  content: "\69";
}

.cb-icon-screen:before {
  content: "\6b";
}

.cb-icon-comment:before {
  content: "\6c";
}

.cb-icon-next:before {
  content: "\6d";
}

.cb-icon-arrow-right:before {
  content: "\6e";
}

.cb-icon-grid:before {
  content: "\6f";
}

.cb-icon-arrow-left:before {
  content: "\70";
}

.cb-icon-phone:before {
  content: "\71";
}

.cb-icon-linkedin-round:before {
  content: "\72";
}

.cb-icon-facebook-round-fill:before {
  content: "\73";
}

.cb-icon-linkedin-round-fill:before {
  content: "\74";
}

.cb-icon-prev-big:before {
  content: "\75";
}

.cb-icon-next-big:before {
  content: "\76";
}

.cb-icon-grid-big:before {
  content: "\77";
}

.cb-icon-prev:before {
  content: "\78";
}

.cb-icon-gear:before,
.icon-settings:before {
  content: "\6a";
}

.cb-icon-twitter:before {
  content: "\62";
}

.cb-icon-facebook:before {
  content: "\79";
}

.cb-icon-linkedin:before {
  content: "\7a";
}

@font-face {
  font-family: codebrewery-font-awesome;
  src: url("../fonts/codebrewery-font-awesome.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

[data-icon]:before {
  font-family: "codebrewery-font-awesome" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none; */
  /* line-height: 1; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="fa-"]:before,
[class*=" fa-"]:before {
  font-family: "codebrewery-font-awesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none; */
  /* line-height: 1; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-left:before {
  content: "\61";
}

.fa-angle-right:before {
  content: "\62";
}

.fa-home:before {
  content: "\63";
}

.fa-instagram:before {
  content: "\64";
}

.fa-refresh:before {
  content: "\65";
}

.fa-quote-right:before {
  content: "\66";
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  height: auto !important;
}

footer {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
}

#main .container {
  padding: 50px 15px;
}

@media (max-width: 767px) {
  #main .container {
    padding: 25px 15px;
  }
}

#content .title h1 {
  text-align: center;
}

#content {
  text-align: justify;
}

#main>section {
  position: relative;
}

.loading {
  z-index: 999;
  overflow: show;
  margin: auto;
  bottom: 0;
  right: 0;
}

.loading,
.loading:before {
  position: absolute;
  top: 0;
  left: 0;
}

.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 55, 70, 0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  position: absolute;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  top: 50%;
  left: 50%;
  animation: spinner 1.5s infinite linear;
  border-radius: 0.5em;
  box-shadow: 1.5em 0 0 0 rgba(0, 0, 0, 0.75), 1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), 0 1.5em 0 0 rgba(0, 0, 0, 0.75), -1.1em 1.1em 0 0 rgba(0, 0, 0, 0.75), -1.5em 0 0 0 rgba(0, 0, 0, 0.75), -1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75), 0 -1.5em 0 0 rgba(0, 0, 0, 0.75), 1.1em -1.1em 0 0 rgba(0, 0, 0, 0.75);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

[data-notify="progressbar"] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.map-area,
.projects {
  margin-bottom: 0;
}

.projects .btn {
  margin-bottom: 75px;
  cursor: pointer;
}

.visible-ipad,
.visible-landscape-ipad,
.visible-portrait-ipad {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-ipad {
    display: none;
  }

  .visible-ipad {
    display: block;
  }
}

@media only screen and (width: 1024px) {
  .visible-landscape-ipad {
    display: block;
  }

  .visible-ipad {
    display: none;
  }
}

.visible-xs {
  display: none;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.g-recaptcha {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

.g-recaptcha>div {
  width: auto !important;
}

.contact-area .contact-holder p {
  margin-bottom: 0 !important;
}

#wrapper .single-post {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wrapper .single-post .left {
  width: 20%;
}

@media only screen and (max-width: 64em) {
  #wrapper .single-post .left {
    width: 100%;
    padding: 1rem;
  }
}

#wrapper .single-post .left .date {
  width: 80%;
  padding-bottom: 1rem;
  border-bottom: 6px solid #ffb81c;
}

#wrapper .single-post .left .author {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}

#wrapper .single-post .left .author-img img {
  width: 6.25rem;
}

#wrapper .single-post .left .share-insight .share {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 75%;
}

#wrapper .single-post .left .share-insight img {
  width: 1.5rem;
  height: 1.5rem;
  padding-right: 0.3125rem;
}

#wrapper .single-post .left a {
  color: #000;
  text-decoration: none;
}

#wrapper .single-post .right {
  width: 80%;
}

#wrapper .single-post .right .breadcrumb ul {
  padding-left: 1rem;
}

#wrapper .single-post .right .breadcrumb ul a {
  color: #000;
}

#wrapper .single-post .right .breadcrumb ul li.is-active a {
  text-decoration: none;
}

#wrapper nav.breadcrumb h1 {
  margin: 0;
  font-size: unset;
  line-height: unset;
  display: inline;
}

@media only screen and (max-width: 64em) {
  #wrapper .single-post .right {
    width: 100%;
  }
}

#wrapper .single-post .right .content {
  padding: 1rem;
}

#wrapper .single-post .right .entry-header,
#wrapper .single-post .right .post-thumbnail {
  margin-bottom: 1.875rem;
}

#wrapper .single-post .right .tag {
  text-decoration: none;
  font-size: 0.875rem;
}

.show {
  display: block !important;
}

.row.show {
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 40rem) {
  .show-xs-only {
    display: block !important;
  }

  .row.show-xs-only {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xs-only {
    display: none !important;
  }
}

@media only screen and (min-width: 41rem) {
  .show-sm {
    display: block !important;
  }

  .row.show-sm {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm {
    display: none !important;
  }
}

@media only screen and (min-width: 41rem) and (max-width: 64rem) {
  .show-sm-only {
    display: block !important;
  }

  .row.show-sm-only {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-sm-only {
    display: none !important;
  }
}

@media only screen and (min-width: 65rem) {
  .show-md {
    display: block !important;
  }

  .row.show-md {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md {
    display: none !important;
  }
}

@media only screen and (min-width: 65rem) and (max-width: 90rem) {
  .show-md-only {
    display: block !important;
  }

  .row.show-md-only {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-md-only {
    display: none !important;
  }
}

@media only screen and (min-width: 91rem) {
  .show-lg {
    display: block !important;
  }

  .row.show-lg {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg {
    display: none !important;
  }
}

@media only screen and (min-width: 91rem) and (max-width: 120rem) {
  .show-lg-only {
    display: block !important;
  }

  .row.show-lg-only {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-lg-only {
    display: none !important;
  }
}

@media only screen and (min-width: 121rem) {
  .show-xl {
    display: block !important;
  }

  .row.show-xl {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .hide-xl {
    display: none !important;
  }
}

#wrapper .blog-list .breadcrumb ul {
  padding-left: 0;
}

#wrapper .blog-list .breadcrumb ul a {
  color: #000;
  font-size: 0.875rem;
}

#wrapper .blog-list .breadcrumb ul a .fa {
  font-size: 1.125rem;
}

#wrapper .blog-list .breadcrumb ul li:last-child a {
  text-decoration: none;
}

#wrapper .blog-list .left .subtitle {
  width: 80%;
  padding-bottom: 0.625rem;
  border-bottom: 6px solid #ffb81c;
  color: #000;
}

#wrapper .blog-list .left .categories ul,
#wrapper .blog-list .left .recent-posts ul {
  padding-left: 0.3125rem;
  margin-top: 0.625rem;
}

#wrapper .blog-list .left .categories ul li,
#wrapper .blog-list .left .recent-posts ul li {
  list-style: none;
  padding-bottom: 1rem;
}

#wrapper .blog-list .left .categories ul li a,
#wrapper .blog-list .left .recent-posts ul li a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

#wrapper .blog-list .left .categories ul li .time,
#wrapper .blog-list .left .recent-posts ul li .time {
  color: #000;
  font-size: 85%;
  font-style: italic;
}

#wrapper .blog-list .right>.columns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#wrapper .blog-list .right .card {
  outline: none;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ddf;
}

#wrapper .blog-list .right .card h2 a {
  font-size: 1.125rem;
  text-decoration: none;
  color: #000;
  /* height: 4.25rem; */
  overflow: hidden;
  display: inline-block;
}

#wrapper .blog-list .right .card .card-content {
  padding-right: 0;
  padding-left: 0;
}

#wrapper .blog-list .right .btn {
  max-width: 200px;
  float: none;
  display: block;
  background: #ffb81c;
  color: #253746;
}

#wrapper .blog-list .right .btn:hover {
  color: #ffb81c;
  background-color: #253746;
  border-color: #253746;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  background-color: #ffb81c;
  font-family: Museo300-Regular, sans-serif;
  color: #253746;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  min-width: 8.75rem;
}

.nice-select .current {
  font-weight: 700;
}

.nice-select:hover {
  background-color: #253746;
  border-color: #253746;
  color: #ffb81c;
}

.nice-select .list .option {
  color: #253746;
  font-weight: 700;
  line-height: 2rem;
  min-height: 2rem;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  transform: scale(1.05);
}

.slider .slick-slider.slick-initialized .slide .image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 40em) {
  .slider .slick-slider.slick-initialized .slide .image img {
    transform: none;
  }
}

.slider .slick-dots {
  display: block;
  width: 100%;
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: 95%;
  left: 0;
}

.slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

.slider .slick-dots li.slick-active button {
  background: #ffb81c;
}

.client-logos {
  margin-bottom: 150px;
}

.client-logos .slick-track {
  /* transition: none !important; */
}

.client-logos .slideset {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.client-logos .slideset .slide {
  box-sizing: border-box;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
  max-width: 100%;
}

@media only screen and (max-width: 40em) {
  .client-logos .slideset .slide {
    padding: 10px;
  }
}

.client-logos .slideset .slide .image {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 40em) {
  .client-logos .slideset .slide .image {
    width: 100%;
  }
}

.client-logos .slideset .slide .image img {
  -o-object-fit: cover;
  object-fit: cover;
}

.client-logos .slideset .slick-slide img {
  margin: auto;
}

.client-logos .slideset .slick-arrow {
  top: 50%;
  font-size: 0;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  position: absolute;
  color: #939393;
}

.client-logos .slideset .slick-prev {
  left: 0;
  right: auto;
}

.client-logos .slideset .slick-prev:before {
  font-family: icomoon;
  content: "\e90c";
  font-size: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 40em) {
  .client-logos .slideset .slick-prev:before {
    font-size: 20px;
    line-height: 0;
  }
}

.client-logos .slideset .slick-next {
  right: 0;
  left: auto;
}

.client-logos .slideset .slick-next:before {
  font-family: icomoon;
  content: "\e90b";
  font-size: 40px;
  line-height: 40px;
}

@media only screen and (max-width: 40em) {
  .client-logos .slideset .slick-next:before {
    font-size: 20px;
    line-height: 0;
  }
}

.projects>.container {
  z-index: 9;
}

.projects .level {
  max-width: 50%;
  margin: 0 auto;
  z-index: 9;
}

@media only screen and (max-width: 64em) {
  .projects .level {
    max-width: 80%;
  }
}

@media only screen and (max-width: 40em) {
  .projects .level {
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .projects .level .level-left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.projects .level .nice-select,
.projects .level select {
  margin-right: 1.25rem;
}

.projects .level .nice-select:last-of-type,
.projects .level select:last-of-type {
  margin-right: 0;
}

.projects .level a {
  font-size: 0.875rem;
  font-family: Museo300-Regular, sans-serif;
  color: #000;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
}

.projects .boxes {
  z-index: 8;
}

.projects .boxes .col {
  padding: 0 !important;
}

.projects .project-grid {
  position: relative;
  width: 100%;
  z-index: 8;
}

.projects .project-grid:after {
  content: "";
  display: block;
  clear: both;
}

.projects .no-project p {
  font-size: 1.8125rem;
}

.section.is-404 {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 40em) {
  .mc-banner {
    display: none !important;
  }
}

@media only screen and (max-width: 40em) {
  .mc-modal {
    visibility: visible !important;
    padding-top: 4.375rem;
  }

  .mc-modal .mc-closeModal {
    top: 4.8125rem;
  }
}

.mc-modal .mc-layout__modalContent {
  overflow: hidden !important;
}

@media only screen and (max-width: 64em) {
  #nav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  #nav ul li {
    margin: 0;
  }
}

@media only screen and (max-width: 47.9375em) {
  #nav ul {
    display: block;
  }
}

.nice-select .list {
  min-width: 100%;
}

#testimonials .container {
  padding-bottom: 4.6875rem;
}

.testimonials {
  background-color: #f1eff0;
}

.testimonials .slick-slider.slick-initialized .slide .image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 40em) {
  .testimonials .slick-slider.slick-initialized .slide .image img {
    transform: none;
  }
}

.testimonials .slick-dots {
  display: block;
  width: 100%;
  padding: 5px 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  top: 95%;
  left: 0;
}

.testimonials .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.testimonials .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
}

.testimonials .slick-dots li.slick-active button {
  background: #ffb81c;
}

.testimonials .container {
  padding-bottom: 4.6875rem;
}

.testimonials .slick-dots {
  top: auto;
  bottom: -2.5rem;
}

@media only screen and (max-width: 47.9375em) {
  .testimonials .slick-dots {
    bottom: 2.5rem;
  }
}

.testimonials .slick-dots li button {
  background: #253746;
}

.testimonials .items .testimonial {
  width: 100%;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonials .items .testimonial.has-text-centered {
  text-align: center;
}

.testimonials .items .testimonial .lead {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  /* font-family: MyriadPro-Regular, Lato, sans-serif; */
  font-style: italic;
  line-height: 1.25rem;
}

.testimonials .items .testimonial .quote-author {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.testimonials .items .testimonial .quote-author span {
  font-weight: 400;
}

@media only screen and (max-width: 40em) {
  [id^="PopupSignupForm"] {
    display: none;
  }
}

.google-reviews-wrap .rplg {
  box-sizing: border-box !important;
  font-size: 14px !important;
}

.google-reviews-wrap .rplg *,
.google-reviews-wrap .rplg :after,
.google-reviews-wrap .rplg :before {
  box-sizing: inherit !important;
}

.google-reviews-wrap .rplg a,
.google-reviews-wrap .rplg button,
.google-reviews-wrap .rplg div,
.google-reviews-wrap .rplg p,
.google-reviews-wrap .rplg span {
  margin: 0;
  padding: 0;
  border: 0 !important;
  font-size: 100% !important;
  font: inherit !important;
  vertical-align: baseline !important;
}

.google-reviews-wrap .rplg a {
  box-shadow: none !important;
}

.google-reviews-wrap .rplg a.wp-google-name {
  text-decoration: none;
}

.google-reviews-wrap .rplg ol,
.google-reviews-wrap .rplg ul {
  list-style: none !important;
}

.google-reviews-wrap .rplg img {
  max-width: 100% !important;
  height: auto !important;
}

.google-reviews-wrap .rplg .rplg-hr {
  margin: 10px 0 !important;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #fff !important;
}

.google-reviews-wrap .rplg .rplg-hr-fancy {
  border: 0 !important;
  height: 1px !important;
  margin: 20px 0 !important;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0, transparent 75%) !important;
}

.google-reviews-wrap .rplg .rplg-hide,
.google-reviews-wrap .rplg .rplg-more {
  display: none !important;
}

.google-reviews-wrap .rplg .rplg-more-toggle {
  color: #136aaf !important;
  cursor: pointer !important;
  text-decoration: underline !important;
}

.google-reviews-wrap .rplg .rplg-url {
  display: block;
  margin: 10px 0 !important;
  color: #2c7cff !important;
  text-align: center !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.google-reviews-wrap .rplg .rplg-trim {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.google-reviews-wrap .rplg .rplg-star {
  padding: 0 4px 0 0 !important;
  line-height: 22px !important;
}

.google-reviews-wrap .rplg .rplg-stars {
  display: inline-block !important;
}

.google-reviews-wrap .rplg .rplg-stars svg {
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg svg.yrw-rating {
  width: 106px !important;
  height: 20px !important;
}

.google-reviews-wrap .rplg .rplg-row {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.google-reviews-wrap .rplg .rplg-row.rplg-row-start {
  -ms-flex-align: start !important;
  align-items: start !important;
}

.google-reviews-wrap .rplg-row .rplg-row-left {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.google-reviews-wrap .rplg-row .rplg-row-right {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  overflow: hidden !important;
  text-align: left !important;
  line-height: 24px !important;
}

.google-reviews-wrap .rplg-links a,
.google-reviews-wrap .rplg-links a:focus {
  display: inline-block;
  font-size: 14px !important;
  margin: 0 10px 0 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.google-reviews-wrap .yrw-rating {
  fill: #ccc;
}

.google-reviews-wrap .yrw-rating-05 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-10 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-15 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-15 .yrw-stars-1h {
  fill: #f2bd79;
}

.google-reviews-wrap .yrw-rating-20 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-20 .yrw-stars-2f,
.google-reviews-wrap .yrw-rating-25 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-25 .yrw-stars-2f,
.google-reviews-wrap .yrw-rating-25 .yrw-stars-2h {
  fill: #fec011;
}

.google-reviews-wrap .yrw-rating-30 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-30 .yrw-stars-2f,
.google-reviews-wrap .yrw-rating-30 .yrw-stars-3f,
.google-reviews-wrap .yrw-rating-35 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-35 .yrw-stars-2f,
.google-reviews-wrap .yrw-rating-35 .yrw-stars-3f,
.google-reviews-wrap .yrw-rating-35 .yrw-stars-3h {
  fill: #ff9242;
}

.google-reviews-wrap .yrw-rating-40 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-40 .yrw-stars-2f,
.google-reviews-wrap .yrw-rating-40 .yrw-stars-3f,
.google-reviews-wrap .yrw-rating-40 .yrw-stars-4f,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-2f,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-3f,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-4f,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-4h {
  fill: #f15c4f;
}

.google-reviews-wrap .yrw-rating-50 .yrw-stars-1f,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-2f,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-3f,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-4f,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-5f {
  fill: #d32323;
}

.google-reviews-wrap .yrw-rating-10 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-15 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-20 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-20 .yrw-stars-1h,
.google-reviews-wrap .yrw-rating-25 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-25 .yrw-stars-1h,
.google-reviews-wrap .yrw-rating-30 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-30 .yrw-stars-1h,
.google-reviews-wrap .yrw-rating-30 .yrw-stars-2h,
.google-reviews-wrap .yrw-rating-35 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-35 .yrw-stars-1h,
.google-reviews-wrap .yrw-rating-35 .yrw-stars-2h,
.google-reviews-wrap .yrw-rating-40 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-40 .yrw-stars-1h,
.google-reviews-wrap .yrw-rating-40 .yrw-stars-2h,
.google-reviews-wrap .yrw-rating-40 .yrw-stars-3h,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-1h,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-2h,
.google-reviews-wrap .yrw-rating-45 .yrw-stars-3h,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-0h,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-1h,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-2h,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-3h,
.google-reviews-wrap .yrw-rating-50 .yrw-stars-4h {
  display: none;
}

.google-reviews-wrap .rplg .rplg-box {
  position: relative !important;
  margin: 2px !important;
  color: #777 !important;
  border: 1px solid #ededed !important;
  background-color: #fafafa !important;
  border-radius: 4px !important;
}

.google-reviews-wrap .rplg-box .rplg-box-content {
  position: static !important;
  height: 100px !important;
  overflow-y: auto !important;
  font-size: 14px !important;
  text-align: left !important;
  padding: 0 2px 0 0 !important;
}

.google-reviews-wrap .rplg-box .rplg-box-content::-webkit-scrollbar {
  width: 4px !important;
}

.google-reviews-wrap .rplg-box .rplg-box-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}

.google-reviews-wrap .rplg-box .rplg-box-content::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
  background: #ccc !important;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
}

.google-reviews-wrap .rplg-box .rplg-box-content::-webkit-scrollbar-thumb:window-inactive {
  background: #ccc !important;
}

.google-reviews-wrap .rplg .rplg-review-avatar {
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  font-style: italic !important;
  padding: 0 !important;
  margin: 0 10px 0 0 !important;
  border-radius: 50% !important;
  vertical-align: middle !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24) !important;
}

.google-reviews-wrap .rplg .rplg-review-name {
  display: block !important;
  font-size: 100% !important;
  font-weight: 700 !important;
  color: #427fed !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.google-reviews-wrap .rplg .rplg-review-text {
  color: #777 !important;
  line-height: 24px !important;
  font-size: 14px !important;
}

.google-reviews-wrap .rplg .rplg-review-time {
  display: block !important;
  color: #999 !important;
  font-size: 13px !important;
  text-shadow: 1px 1px 0 #fff !important;
}

.google-reviews-wrap .rplg .rplg-dark .rplg-review-time {
  text-shadow: none !important;
}

.google-reviews-wrap .rplg .rplg-review-badge {
  top: 12px !important;
  right: 12px !important;
  position: absolute !important;
  background-color: inherit !important;
}

.google-reviews-wrap .rplg .rplg-social-logo svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  background: 0 0 !important;
  border-radius: 50% !important;
}

.google-reviews-wrap .rplg .rplg-social-logo.rplg-facebook-logo svg {
  width: 20px !important;
  height: 20px !important;
  padding: 2px !important;
  background-color: #3c5b9b !important;
}

.google-reviews-wrap .rplg-slider {
  position: relative;
}

.google-reviews-wrap .rplg-slider .rplg-slider-next,
.google-reviews-wrap .rplg-slider .rplg-slider-prev {
  position: absolute !important;
  top: 50% !important;
  width: 30px;
  height: 30px;
  background: #eee;
  border-radius: 50%;
  margin-top: -22px !important;
  z-index: 10 !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.google-reviews-wrap .rplg-slider .rplg-slider-prev {
  left: -35px !important;
}

.google-reviews-wrap .rplg-slider .rplg-slider-next {
  right: -35px !important;
}

.google-reviews-wrap .rplg-slider .rplg-slider-next span,
.google-reviews-wrap .rplg-slider .rplg-slider-prev span {
  position: absolute !important;
  top: 48% !important;
  left: 40% !important;
  color: #777 !important;
  direction: ltr !important;
  font: normal 300 28px/0 Muli, Helvetica, Arial, Verdana, sans-serif !important;
}

.google-reviews-wrap .rplg-slider .rplg-slider-review {
  margin: 20px 0 40px !important;
}

.google-reviews-wrap .rplg-slider .rplg-box:before {
  position: absolute !important;
  bottom: -8px !important;
  left: 35px !important;
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #ededed !important;
  border-top: none !important;
  border-left: none !important;
  background-color: #fafafa !important;
  content: "" !important;
  transform: rotate(45deg) !important;
}

.google-reviews-wrap .rplg-slider .rplg-box .rplg-box-content {
  height: 150px !important;
  margin: 20px 20px 20px 40px !important;
  background-color: inherit !important;
}

.google-reviews-wrap .rplg-slider .rplg-box .rplg-box-content:before {
  bottom: 47px !important;
  box-sizing: border-box !important;
  color: #bbb !important;
  content: "\201C" !important;
  display: block !important;
  height: 96px !important;
  left: 50px !important;
  position: absolute !important;
  right: 515.391px !important;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  top: 20px !important;
  width: 24.6094px !important;
  column-rule-color: #bbb !important;
  perspective-origin: 12.2969px 48px !important;
  transform-origin: 12.2969px 48px !important;
  border: 0 none #bbb !important;
  font: normal normal normal normal 60px/96px Georgia, serif !important;
  margin: -25px 0 0 -40px !important;
  outline: 0 none #bbb !important;
}

.google-reviews-wrap .rplg-slider .rplg-stars {
  display: inline-block !important;
  margin-right: 4px !important;
}

.google-reviews-wrap .rplg-slider .rplg-row {
  margin: 0 !important;
  padding: 20px !important;
}

.google-reviews-wrap .rplg-grid .rplg-grid-row {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
  margin: 0 auto !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.google-reviews-wrap .rplg-grid .rplg-col {
  box-sizing: border-box !important;
}

.google-reviews-wrap .rplg-grid .rplg-col-6 {
  margin: 0 4px 8px !important;
  width: calc(50% - 8px) !important;
}

@media (min-width: 840px) {
  .google-reviews-wrap .rplg-grid .rplg-col-12 {
    margin: 0 6px 12px !important;
    width: calc(100% - 12px) !important;
  }

  .google-reviews-wrap .rplg-grid .rplg-col-4 {
    margin: 0 6px 12px !important;
    width: calc(25% - 12px) !important;
  }

  .google-reviews-wrap .rplg-grid .rplg-col-3 {
    margin: 0 6px 12px !important;
    width: calc(33.3333333333% - 12px) !important;
  }

  .google-reviews-wrap .rplg-grid .rplg-col-2 {
    margin: 0 6px 12px !important;
    width: calc(50% - 12px) !important;
  }
}

@media (max-width: 839px) and (min-width: 480px) {
  .google-reviews-wrap .rplg-grid .rplg-col-12 {
    margin: 0 4px 8px !important;
    width: calc(100% - 12px) !important;
  }

  .google-reviews-wrap .rplg-grid .rplg-col-3,
  .google-reviews-wrap .rplg-grid .rplg-col-4 {
    margin: 0 4px 8px !important;
    width: calc(50% - 8px) !important;
  }
}

@media (max-width: 479px) {
  .google-reviews-wrap .rplg-grid .rplg-col-12 {
    margin: 0 4px 8px !important;
    width: calc(100% - 12px) !important;
  }

  .google-reviews-wrap .rplg-grid .rplg-col-2,
  .google-reviews-wrap .rplg-grid .rplg-col-3,
  .google-reviews-wrap .rplg-grid .rplg-col-4,
  .google-reviews-wrap .rplg-grid .rplg-col-6 {
    margin: 0 4px 8px !important;
    width: calc(100% - 8px) !important;
  }
}

.google-reviews-wrap .rplg-grid .rplg-box {
  padding: 20px !important;
}

.google-reviews-wrap .rplg-grid .rplg-biz-name {
  padding-right: 10px !important;
}

.google-reviews-wrap .rplg-grid .rplg-review-name {
  line-height: 18px !important;
  padding-right: 10px !important;
}

.google-reviews-wrap .rplg-grid .rplg-stars {
  white-space: nowrap !important;
}

.google-reviews-wrap .rplg-grid .rplg-review-time {
  margin: 2px 0 0 !important;
  line-height: 18px !important;
}

.google-reviews-wrap .rplg-grid .rplg-box-content {
  margin: 10px 0 0 !important;
}

.google-reviews-wrap .rplg .rplg-biz-name {
  color: #333 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.google-reviews-wrap .rplg .rplg-biz-name a {
  text-decoration: none !important;
}

.google-reviews-wrap .rplg .rplg-biz-rating .rplg-biz-score {
  display: inline-block !important;
  color: #0caa41 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 8px 0 0 !important;
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
  color: #e7711b !important;
}

.google-reviews-wrap .rplg .rplg-biz-rating.rplg-biz-facebook .rplg-biz-score {
  color: #3c5b9b !important;
}

.google-reviews-wrap .rplg .rplg-biz-rating.rplg-biz-yelp .rplg-biz-score {
  color: #d32323 !important;
}

.google-reviews-wrap .rplg .rplg-biz-based {
  display: block !important;
  color: #777 !important;
  font-size: 14px !important;
  text-align: left !important;
  text-shadow: 1px 1px 0 #fff !important;
}

.google-reviews-wrap .rplg .rplg-dark .rplg-biz-based {
  color: #ccc !important;
  text-shadow: none !important;
}

.google-reviews-wrap .rplg .rplg-biz-based .rplg-social-logo svg {
  display: inline-block !important;
  margin: 0 4px !important;
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg .rplg-biz-based .rplg-biz-based-text {
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg-badge-cnt.rplg-badge-center {
  text-align: center !important;
}

.google-reviews-wrap .rplg .rplg-badge-fixed {
  right: 30px !important;
}

.google-reviews-wrap .rplg .rplg-badge-fixed,
.google-reviews-wrap .rplg .rplg-badge_left-fixed {
  position: fixed !important;
  bottom: 30px !important;
  max-width: none !important;
  z-index: 2147482999 !important;
}

.google-reviews-wrap .rplg .rplg-badge_left-fixed {
  left: 30px !important;
}

.google-reviews-wrap .rplg .rplg-badge {
  display: inline-block;
  margin: 0 10px 10px 0 !important;
  border-left: 6px solid #0caa41 !important;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.12) !important;
}

.google-reviews-wrap .rplg-badge-fixed .rplg-badge,
.google-reviews-wrap .rplg-badge_left-fixed .rplg-badge {
  display: block;
}

.google-reviews-wrap .rplg-badge[data-provider="google"] {
  border-left-color: #e7711b !important;
}

.google-reviews-wrap .rplg-badge[data-provider="facebook"] {
  border-left-color: #3c5b9b !important;
}

.google-reviews-wrap .rplg-badge[data-provider="yelp"] {
  border-left-color: #d32323 !important;
}

.google-reviews-wrap .rplg-badge.rplg-badge-block {
  display: block;
}

.google-reviews-wrap .rplg-badge.rplg-badge-clickable {
  cursor: pointer !important;
}

.google-reviews-wrap .rplg-badge.rplg-badge-clickable:hover .rplg-badge-btn {
  background-color: #f9f9f9 !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-btn {
  width: 270px !important;
  position: relative !important;
  padding: 10px 24px 10px 10px !important;
  background: #fff !important;
  transition: all 0.2s ease-in-out !important;
}

.google-reviews-wrap .rplg-badge.rplg-badge-block .rplg-badge-btn {
  width: auto !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-menu {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 8px !important;
  cursor: pointer !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-menu svg {
  width: 20px !important;
  height: 20px !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-menu svg circle {
  fill: #999 !important;
  transition: all 0.2s ease-in-out !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-menu:hover svg circle {
  fill: #555 !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-actions {
  position: absolute !important;
  right: 5px !important;
  top: 33px !important;
  background: none repeat scroll 0 0 #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  list-style-type: none !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  z-index: 999999 !important;
  text-align: left !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15) !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-actions .rplg-links a {
  display: block !important;
  margin: 0 !important;
  padding: 1px 5px !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-actions .rplg-links a:hover {
  background: #ccc !important;
}

.google-reviews-wrap .rplg-badge .rplg-row {
  margin: 0 !important;
  padding: 0 !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-logo {
  margin: 0 10px 0 0 !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-logo .rplg-review-avatar {
  display: inline-block !important;
  width: 50px !important;
  height: 50px !important;
  margin-right: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.google-reviews-wrap .rplg-badge .rplg-badge-logo>svg {
  width: 50px !important;
  height: 50px !important;
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg-badge[data-provider="facebook"] .rplg-badge-logo>svg {
  padding: 4px !important;
  border-radius: 50% !important;
  background-color: #3c5b9b !important;
}

@media (max-width: 480px) {

  .google-reviews-wrap .rplg-badge-cnt.rplg-badge-fixed.rplg-badge-hide,
  .google-reviews-wrap .rplg-badge-cnt.rplg-badge_left-fixed.rplg-badge-hide {
    display: none !important;
  }
}

.google-reviews-wrap .rplg .rplg-badge .rplg-social-logo svg {
  width: 16px !important;
  height: 16px !important;
}

.google-reviews-wrap .rplg .rplg-badge .rplg-social-logo.rplg-facebook-logo svg {
  width: 12px !important;
  height: 12px !important;
}

.google-reviews-wrap .rplg-badge .rplg-social-logo {
  position: absolute !important;
  right: 6px !important;
}

.google-reviews-wrap .rplg-badge .rplg-social-logo.rplg-google-logo {
  top: 6px !important;
}

.google-reviews-wrap .rplg-badge .rplg-social-logo.rplg-facebook-logo {
  top: 27px !important;
}

.google-reviews-wrap .rplg-badge .rplg-social-logo.rplg-yelp-logo {
  top: 50px !important;
}

.google-reviews-wrap .rplg .rplg-badge2 {
  display: inline-block;
  text-align: left !important;
  border-radius: 2px !important;
  margin: 10px 10px 0 0 !important;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.google-reviews-wrap .rplg-badge-fixed .rplg-badge2,
.google-reviews-wrap .rplg-badge_left-fixed .rplg-badge2 {
  display: block;
  margin: 10px 0 0 !important;
}

.google-reviews-wrap .rplg-badge2.rplg-badge-block {
  display: block;
}

.google-reviews-wrap .rplg-badge2 .rplg-badge2-border {
  width: 100% !important;
  height: 6px !important;
  background: #4fce6a !important;
  border-radius: 2px 2px 0 0 !important;
}

.google-reviews-wrap .rplg-badge2 .rplg-badge2-btn {
  position: relative !important;
  padding: 10px !important;
  z-index: 999 !important;
  background: #fff !important;
  border-radius: 0 0 2px 2px !important;
  transition: all 0.2s ease-in-out !important;
}

.google-reviews-wrap .rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable {
  cursor: pointer !important;
}

.google-reviews-wrap .rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover {
  background: #f3f3f5 !important;
}

.google-reviews-wrap .rplg-badge2 .rplg-badge2-btn img {
  display: inline-block !important;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.google-reviews-wrap .rplg-badge2 svg {
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg-badge2[data-provider="facebook"] .rplg-badge2-btn>svg {
  width: 44px !important;
  height: 44px !important;
  padding: 4px !important;
  border-radius: 50% !important;
  background-color: #3c5b9b !important;
}

.google-reviews-wrap .rplg-badge2 .rplg-badge2-score {
  display: inline-block;
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 0 0 0 8px !important;
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg .rplg-badge2 .rplg-biz-rating>div {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.google-reviews-wrap .rplg .rplg-form {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  height: 100% !important;
  width: 368px !important;
  z-index: 2147483000 !important;
}

.google-reviews-wrap .rplg .rplg-form.rplg-form-left {
  left: 0 !important;
}

@media (max-width: 460px) {
  .google-reviews-wrap .rplg .rplg-form {
    width: 100% !important;
  }
}

.google-reviews-wrap .rplg-form .rplg-form-head {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 80px !important;
  background: #fff !important;
  padding: 10px 16px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12) !important;
  z-index: 2147483002 !important;
  box-sizing: border-box !important;
}

.google-reviews-wrap .rplg-form .rplg-form-head-inner {
  z-index: 2147483000 !important;
  position: absolute !important;
  left: 20px !important;
  top: 15px !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 40px 0 0 !important;
  pointer-events: none !important;
}

.google-reviews-wrap .rplg-form .rplg-head-info .rplg-review-name {
  color: #000 !important;
}

.google-reviews-wrap .rplg-form .rplg-form-close {
  padding: 0 !important;
  cursor: pointer !important;
  outline: 0 !important;
  border: 0 !important;
  background: 0 0 !important;
  min-height: 0 !important;
  width: auto !important;
  float: right !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 0.6 !important;
  color: #999 !important;
  -webkit-appearance: none !important;
}

.google-reviews-wrap .rplg-form .rplg-form-close:hover {
  color: #555 !important;
}

.google-reviews-wrap .rplg-form .rplg-form-body {
  background: rgba(250, 250, 251, 0.98) !important;
  border-left: 1px solid #dadee2 !important;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08) !important;
  z-index: 2147483000 !important;
}

.google-reviews-wrap .rplg-form .rplg-form-body,
.google-reviews-wrap .rplg-form .rplg-form-content {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
}

.google-reviews-wrap .rplg-form .rplg-form-content {
  overflow-y: auto !important;
  z-index: 2147483001 !important;
  -webkit-transform: translateZ(0) !important;
  top: 80px !important;
  bottom: 48px !important;
}

.google-reviews-wrap .rplg-form .rplg-form-content-inner {
  position: relative !important;
  min-height: 100% !important;
  margin: 0 auto !important;
  padding: 15px 0 15px 20px !important;
}

.google-reviews-wrap .rplg-form .rplg-list-review {
  position: relative !important;
}

.google-reviews-wrap .rplg-form .rplg-links {
  text-align: center !important;
}

.google-reviews-wrap .rplg-form .rplg-links a {
  padding: 2px 8px !important;
  background-color: #eee !important;
  border: 1px solid #dedede !important;
  text-shadow: 1px 1px 0 #f5f5f5 !important;
  transition: all 0.2s ease-in-out !important;
}

.google-reviews-wrap .rplg-form .rplg-links a:hover {
  background-color: #dfdfdf !important;
}

.google-reviews-wrap .rplg-form .rplg-form-footer {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 48px !important;
  text-align: center !important;
  z-index: 2147483002 !important;
  background: #fff !important;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  text-align-last: center !important;
}

.google-reviews-wrap .rplg-form .rplg-form-footer img {
  padding: 16px !important;
}

.google-reviews-wrap .rplg-form .rplg-powered {
  color: #999 !important;
  margin: 12px 0 0 !important;
  font-size: 14px !important;
}

.google-reviews-wrap .rplg-form .rplg-facebook-powered span {
  color: #4080ff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

.google-reviews-wrap .rplg-form .rplg-yelp-logo {
  margin: 6px 0 0 !important;
}

.google-reviews-wrap .rplg-form .rplg-yelp-logo img {
  float: none !important;
  width: 60px !important;
  padding: 0 !important;
  vertical-align: bottom !important;
}

.google-reviews-wrap .rplg-form .rplg-review-avatar {
  width: 50px !important;
  height: 50px !important;
  box-shadow: none !important;
}

.google-reviews-wrap .rplg-form .rplg-review-name {
  font-size: 14px !important;
}

.google-reviews-wrap .rplg-form .rplg-form-review {
  margin-bottom: 15px !important;
}

.google-reviews-wrap .rplg-list2 .rplg-social-ratings .rplg-row {
  margin: 0 0 10px !important;
}

.google-reviews-wrap .rplg-list2 .rplg-social-ratings .rplg-row:last-child {
  margin: 0 !important;
}

.google-reviews-wrap .rplg-list2 .rplg-social-ratings .rplg-social-logo {
  display: block !important;
  width: 56px !important;
}

.google-reviews-wrap .rplg-list2 .rplg-social-logo svg {
  margin: 0 auto !important;
}

.google-reviews-wrap .rplg-list2 .rplg-social-rating {
  font-size: 1.1em !important;
  margin: 0 6px 0 0 !important;
}

.google-reviews-wrap .rplg-list2 .rplg-google-rating {
  color: #e7711b !important;
}

.google-reviews-wrap .rplg-list2 .rplg-facebook-rating {
  color: #4080ff !important;
}

.google-reviews-wrap .rplg-list2 .rplg-yelp-rating {
  color: #d32323 !important;
}

.google-reviews-wrap .rplg-list2 .rplg-box-content {
  height: auto !important;
  margin: 10px 0 0 !important;
}

.google-reviews-wrap .rplg-list2 .rplg-box {
  padding: 20px !important;
  margin-bottom: 15px !important;
}

.google-reviews-wrap .rplg-list2 .rplg-row:last-child {
  margin-bottom: 0 !important;
}

.google-reviews-wrap .rplg-list2 .rplg-stars {
  display: inline-block !important;
  margin-right: 4px !important;
}

.google-reviews-wrap .rplg-list2 .rplg-review-text {
  vertical-align: middle !important;
}

.google-reviews-wrap .rplg-list .rplg-list-header {
  margin: 0 0 20px !important;
}

.google-reviews-wrap .rplg-list .rplg-list-header:last-child {
  margin: 0 !important;
}

.google-reviews-wrap .rplg-list .rplg-list-reviews {
  position: relative !important;
  min-height: 100% !important;
  margin: 0 auto !important;
}

.google-reviews-wrap .rplg-list .rplg-list-review {
  margin: 0 0 15px !important;
}

.google-reviews-wrap .rplg-list .rplg-list-review:last-child {
  margin: 0 !important;
}

.google-reviews-wrap .rplg-list .rplg-review-avatar {
  width: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
}

.google-reviews-wrap .rplg-list .rplg-review-name {
  color: #427fed !important;
  font-size: 100% !important;
  font-weight: 700 !important;
  padding-right: 6px !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.google-reviews-wrap .rplg-list .rplg-review-time {
  font-size: 13px !important;
  line-height: unset !important;
}

.google-reviews-wrap .rplg-list .rplg-facebook-powered,
.google-reviews-wrap .rplg-list .rplg-google-powered,
.google-reviews-wrap .rplg-list .rplg-review-count {
  margin: 6px 0 0 !important;
  color: #999 !important;
}

.google-reviews-wrap .rplg-list .rplg-facebook-powered span {
  color: #4080ff !important;
  font-weight: 700 !important;
  font-size: 15px !important;
}

.google-reviews-wrap .rplg-list .rplg-review-text {
  color: #222 !important;
  font-size: 13px !important;
  line-height: 18px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  white-space: pre-wrap !important;
}

.google-reviews-wrap .rplg .rplg-dark .rplg-box,
.google-reviews-wrap .rplg .rplg-dark.rplg-slider .rplg-box:before {
  background-color: #333 !important;
}

.google-reviews-wrap .rplg .rplg-dark .rplg-review-name {
  color: #eee !important;
}

.google-reviews-wrap .rplg .rplg-dark .rplg-review-text {
  color: #fff !important;
}

.google-reviews-wrap .rplg .rplg-dark .rplg-review-time {
  color: #ccc !important;
}

.google-reviews-wrap .rplg .rplg-dark .rplg-powered {
  color: #999 !important;
}

.google-reviews-wrap .wpb_row {
  box-sizing: border-box;
}

.footer-logo--wrapper {
  background-color: white !important;
  padding: 15px 0;
}

.footer-logo--wrapper>div:nth-child(2) {
  margin-right: 15px;
  margin-left: 15px;
}

.footer-logo--wrapper a img {
  height: 100px;
  width: auto;
}

#footer .knowledge-text {
  padding-left: 15px;
  padding-right: 15px;
}

#footer .knowledge-text>p {
  max-width: 945px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  #footer .knowledge-text>p {
    max-width: 816px;
  }
}

@media screen and (max-width: 767px) {
  .footer-logo--wrapper {
    display: block !important;
    text-align: center;
  }

  .footer-logo--wrapper>div {
    width: 50%;
    float: left;
    margin: 0 0 20px !important;
  }

  .footer-logo--wrapper>div:last-of-type {
    width: 100%;
    float: unset;
  }
}