﻿@supports (column-gap:0.5em) {}

@supports (-webkit-overflow-scrolling:touch) {}

@supports (position:sticky) {}

@supports (position:sticky) {}

@supports (position:sticky) {}

@supports (position:sticky) {}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

@supports (position:sticky) {}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

article,
aside,
header,
main,
nav {
  display: block
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  text-align: left;
  background-color: #fff
}

h2 {
  margin-top: 0;
  margin-bottom: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

img {
  vertical-align: middle;
  border-style: none
}

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

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  img {
    page-break-inside: avoid
  }

  h2,
  p {
    orphans: 3;
    widows: 3
  }

  h2 {
    page-break-after: avoid
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

h2 {
  margin: 2em 0 1em
}

h2 {
  font-size: 1.4375em;
  line-height: 1.2
}

@media (min-width:768px) {
  h2 {
    font-size: 1.9375em;
    margin-bottom: .77419355em
  }
}

h2:first-child {
  margin-top: 0
}

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

.btn:not(:disabled):not(.disabled),
.comment-respond .form-submit input:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active:focus,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25), inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25), inset 0 3px 5px rgba(0, 0, 0, .125)
}

.humburger {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px
}

.humburger:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px
}

.humburger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #333;
  left: 50%;
  margin-left: -12px;
  -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
  transition: background-color .3s, opacity .3s, -webkit-transform .3s;
  -o-transition: transform .3s, background-color .3s, opacity .3s;
  transition: transform .3s, background-color .3s, opacity .3s;
  transition: transform .3s, background-color .3s, opacity .3s, -webkit-transform .3s
}

.humburger span:first-child {
  top: 0
}

.humburger span:nth-child(2) {
  top: 50%;
  margin-top: -1px
}

.humburger span:last-child {
  bottom: 0
}

::-moz-selection {
  background-color: #4d3bfe;
  color: #fff
}

::selection {
  background-color: #4d3bfe;
  color: #fff
}

html {
  position: relative;
  min-height: 100%
}

body {
  font-size: 16px;
  background: #eee;
  background: #fff;
  margin-bottom: 121px;
  word-wrap: break-word;
  overflow-wrap: break-word
}

a,
a:visited {
  color: #111
}

a:active,
a:focus,
a:hover {
  color: #cacaca;
}

a:focus {
  outline: thin dotted
}

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


.post-card__comments:before,
.search-icon {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h2 {
  font-weight: 700
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .9);
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .9);
  -webkit-transform: translateY(1px) translateZ(0);
  transform: translateY(1px) translateZ(0)
}

.main-navigation-inner,
.site-content,
.site-header-inner {
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width:768px) {

  .main-navigation-inner,
  .site-content,
  .site-header-inner {
    padding-left: 45px;
    padding-right: 45px
  }
}

@media (min-width:1400px) {

  .main-navigation-inner,
  .site-content,
  .site-header-inner {
    padding-left: 45px;
    padding-right: 45px
  }
}

.site {
  overflow: hidden
}

.fixed.site-content,
.fixed.site-header-inner,
.main-navigation.fixed,
.site-header.fixed {
  width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media (min-width:768px) {

  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .fixed.site-content,
  .fixed.site-header-inner,
  .main-navigation.fixed,
  .site-header.fixed {
    max-width: 1190px
  }
}

.site-content {
  background: #fff
}

.site-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.content-area {
  position: relative;
  width: 100%;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1
}

@media (min-width:992px) {
  .content-area {
    max-width: calc(100% - 300px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 300px);
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    padding-right: 70px
  }
}

.widget-area {
  display: none;
  position: relative;
  width: 100%;
  max-width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 1px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2
}

@media (min-width:992px) {
  .widget-area {
    display: block;
    padding-bottom: 30px
  }
}

.site-header {
  -webkit-box-shadow: inset 0 -1px 0 0 #f2f5f9;
  box-shadow: inset 0 -1px 0 0 #f2f5f9;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  margin-bottom: 30px
}

.site-header+.main-navigation {
  margin-top: -30px
}

.site-header-inner {
  position: relative
}

@media (min-width:768px) {
  .site-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.site-branding {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:768px) {
  .site-branding {
    padding-right: 0;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media (min-width:992px) {
  .site-branding {
    padding-left: 0
  }
}

@media (min-width:768px) {
  .site-logotype {
    margin-right: 1.3rem
  }
}

.site-logotype img {
  max-height: 100px
}

@media (max-width:767px) {
  .header-search {
    position: absolute;
    top: 5px;
    right: 20px
  }
}

.humburger {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 700
}

@media (min-width:768px) {
  .humburger {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media (min-width:992px) {
  .humburger {
    display: none
  }
}

.main-navigation {
  display: none;
  background: #fff
}

@media (min-width:992px) {
  .main-navigation {
    display: block
  }
}

.main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:992px) {
  .main-navigation ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px
  }
}

.main-navigation ul li {
  position: relative
}

.main-navigation ul li>a {
  position: relative;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  font-weight: 700;
  z-index: 1
}

@media (min-width:992px) {
  .main-navigation ul li>a {
    padding: 20px 15px
  }

  .main-navigation ul li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    z-index: -1;
    background: rgba(0, 0, 0, .05);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
  }

  .main-navigation ul li>a:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
  }
}

@media (min-width:992px) {
  .main-navigation ul li.only-hamburger {
    display: none
  }
}

.main-navigation {
  margin-bottom: 30px
}

@media (min-width:992px) {
  .mobile-menu-placeholder {
    display: none
  }
}

.top-menu {
  display: none;
  font-size: .8em;
  text-transform: uppercase;
  font-weight: 700
}

@media (min-width:992px) {
  .top-menu {
    display: block
  }
}

.top-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.top-menu ul li {
  position: relative;
  padding-left: 15px;
  padding-right: 15px
}

.top-menu ul li>a {
  text-decoration: none;
  opacity: .8;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.top-menu ul li>a:hover {
  opacity: 1
}

.top-menu>ul>li>a:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 40%;
  height: 2px;
  background: #4d3bfe;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}

.top-menu>ul>li>a:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1)
}

.widget {
  margin-bottom: 2.5rem
}

.widget:last-child {
  margin-bottom: 0
}

.widget-header {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 1em
}

.widget-area .widget-articles .post-card {
  margin-bottom: 30px
}

.search-icon {
  font-size: 1.5em;
}

.search-icon:hover {
  color: #4d3bfe
}

.search-icon:before {
  content: "🔍"
}

.post-card {
  position: relative;
  max-width: 730px;
  margin: 0 auto 50px
}

.post-card__title {
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: .4em;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

@media (min-width:576px) {
  .post-card__title {
    font-size: 1.3em
  }
}

@media (min-width:768px) {
  .post-card__title {
    font-size: 1.6em;
    line-height: 1.4
  }
}

@media (min-width:992px) {
  .post-card__title {
    font-size: 2em
  }
}

.post-card__title a {
  padding-top: .1em;
  padding-bottom: .1em;
  text-decoration: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.post-card__meta {
  position: relative;
  font-size: .85em;
  margin-bottom: .8em;
  opacity: .8
}

.post-card__comments {
  position: relative;
  display: inline-block;
  padding-left: 1.7em;
  margin-right: 20px;
  margin-bottom: .3em
}

.post-card__comments:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #4d3bfe
}

.post-card__comments:before {
  content: "💬"
}

.post-card__thumbnail {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  margin-bottom: 1em
}

.post-card__thumbnail a:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  background: #4d3bfe;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.post-card__thumbnail a:hover:before {
  top: 0;
  opacity: .15
}

.post-card__body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%
}

@media (min-width:576px) {
  @supports (display:grid) {}
}

@supports (display:grid) {}

.post-card--vertical {
  padding-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 280px;
  max-width: 335px;
  margin-left: auto;
  margin-right: auto
}

@supports (display:grid) {
  .post-card--vertical {
    min-width: auto;
    margin-bottom: 0
  }
}

@media (min-width:576px) {
  .post-card--vertical {
    min-width: 185px;
    margin-left: 20px;
    margin-right: 20px
  }

  @supports (display:grid) {
    .post-card--vertical {
      margin-left: 0;
      margin-right: 0
    }
  }
}

@media (min-width:1200px) {
  .post-card--vertical {
    min-width: 240px
  }
}

.post-card--vertical .post-card__title {
  font-size: 1em
}

@media (min-width:768px) {
  .post-card--vertical .post-card__title {
    line-height: 1.4
  }
}

@media (min-width:1200px) {
  .post-card--vertical .post-card__title {
    font-size: 1.1em
  }
}

.post-card--vertical .post-card__meta {
  font-size: .8em;
  margin-bottom: 0
}

.entry-title {
  margin-top: .8em
}

.entry-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  line-height: 1.7
}

.entry-content:after {
  content: '';
  display: block;
  clear: both
}

.comments-area {
  padding-top: 30px
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.comment-list .comment {
  margin-bottom: 5px
}

.comment-list .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px
}

@media (min-width:992px) {
  .comment-list .comment-avatar {
    width: 60px
  }
}

.comment-list .comment-avatar img {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.comment-list .comment-meta {
  margin-bottom: 10px
}

.comment-list .comment-author {
  font-style: normal;
  font-weight: 700;
  color: #333
}

.comment-list .comment-time {
  color: #000;
  margin-left: 20px;
  font-size: .8em;
  opacity: .6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.comment-list .comment-body {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px
}

@media (min-width:992px) {
  .comment-list .comment-body {
    padding-left: 85px;
    min-height: 70px
  }
}

.comment-list .comment-body:hover .comment-reply-link {
  opacity: .3
}

.comment-list .comment-body:hover .comment-reply-link:hover {
  opacity: 1
}

.comment-list .comment-content {
  font-size: .95em
}

.comment-list .comment-content p {
  margin-top: .4rem;
  margin-bottom: .4rem
}

.comment-reply-link {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-size: .85em;
  cursor: pointer;
}

[scroll="goScrollToForm"] {
  cursor: pointer;
}

.scroll-button-wrapper {
  text-align: center;
}

.scroll-button {
  display: inline-block;
  padding: 15px 105px;
  color: white;
  font-size: 22px;
  background-color: red;
  border: 2px solid #555;
  border-radius: 20px;
}

a,
a:visited,
.comment-reply-link {
  color: #0c9e9c;
}

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

picture {
  display: block;
  margin-bottom: 1rem
}

.cr {
  color: red
}

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

.mt {
  margin-top: 1rem
}

.udl {
  text-decoration: underline;
}

.bordered {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000
}

@media (min-width:768px) {
  .mt {
    margin-top: 1.5rem
  }
}

.b-top-bar-button .btn-main {
  display: none;
  padding: 7px 35px;
  text-align: center;
  border-radius: 50px;
  background: #398e3d !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}

.b-top-bar-button.sticky .btn-main {
  cursor: pointer;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}

.b-top-bar-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.b-top-bar-button.sticky {
  position: fixed;
  background: #fff;
  z-index: 999;
  display: block;
}

.b-top-bar-button {
  padding: .6em 0;
}

@media screen and (min-width:451px) {
  .l-wr-main {
    margin-top: 0;
  }
}

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

  .comment-list .comment-time {
    margin-left: 0;
    display: block;
  }
}

.api-form1 .form_control_vik_group {
  margin: 0 0 15px 0 !important
}

.form_control_vik_group input.form_control_vik.name,
.form_control_vik_group input.form_control_vik.phone {
  margin: 0 !important;
  text-align: left !important
}

input.form_control_vik:focus::placeholder {
  color: transparent
}

input.form_control_vik.error {
  border-color: #c92f54 !important;
  color: #c92f54 !important
}

input.form_control_vik.good {
  border-color: #388e3c !important;
  color: #388e3c !important
}

.api-form1 .error_note {
  text-align: center;
  margin: 4px 0 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54
}

input.form_control_vik.error:focus {
  border-color: #c92f54 !important
}

input.form_control_vik.good:focus {
  border-color: #0d7f56 !important
}