@charset "UTF-8";

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/annex/material-icons-v6.7.0/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff2) format('woff2'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.woff) format('woff'),
    url(/static/annex/material-icons-v6.7.0/MaterialIcons-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Italic.ttf) format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Bold.ttf) format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-BoldItalic.ttf) format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-LightItalic.ttf) format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-Medium.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url(/static/annex/fonts/OpenSans-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

:root {
  --app-height: 100%;
}

/* common */
.application {
  font-family: 'Open Sans';
}

img {
  max-width: 100%;
}

html {
  font-size: 16px;
}

body {
  background: rgb(251, 253, 255);
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font: 300 26px/36px "Open Sans", sans-serif;
}

h2 {
  font: 400 20px/30px "Open Sans", sans-serif;
  margin-bottom: 15px;
}

h3 {
  font: 500 17px/18px "Open Sans", sans-serif;
  margin-bottom: 10px;
}

body a,
a:hover,
a:focus {
  color: #2972A8;
}

b,
strong {
  font-family: 'Open Sans';
  font-weight: 500;
}

.grid-container {
  max-width: 1264px;
  padding: 0 20px;
}

.icon_list {
  display: none;
}

.mobile-menu-btn {
  position: absolute !important;
  top: 50%;
  transform: translate(0, -50%);
}

/* pagetitle */

.pagetitle {
  min-height: 284px;
  background-image: url('/static/annex/blog/v2/img/pagetitle_bg.png');
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: inset 0px 0px 14px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  padding-bottom: 52px;
  padding-top: 39px;
}

.pagetitle .block__descr {
  font-size: 14px;
  line-height: 43px;
}

.pagetitle .block__header {
  max-width: 627px;
  margin: auto;
  line-height: 38px;
  margin-bottom: 27px;
}

.pagetitle__link {
  color: white;
  display: block;
  width: 127px;
  background: linear-gradient(152.69deg, #A6CE39 26.06%, #91B924 84.58%);
  box-shadow: 0px 4px 7px rgba(188, 229, 73, 0.28);
  border-radius: 3px;
  line-height: 47px;
  font-size: 16px;
  margin: auto;
}




.slide-fade-enter {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
}

.slide-fade-enter-to {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: right;
}

.slide-fade-leave {
  transform: scaleX(1);
  transform-origin: right;
  /*opacity: 0;*/
}

.slide-fade-leave-to {
  transform: scaleX(0);
  transform-origin: right;
  /*opacity: 0;*/
}

.tags__button-search {
  width: 60px;
  height: 40px;
  -ms-align-self: center;
  align-self: center;
  margin-left: 25px;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #A6CE39;
  text-align: right;
}

.tags__icon-loupe {
  width: 20px;
  height: 21px;
  fill: #A6CE39;
  z-index: -1;
}


/* blog */

.blog {
  padding-top: 140px;
  padding-bottom: 98px;
}

.blog-pretext {
  line-height: 25px;
  margin-bottom: 70px;
}

.blog__wrap .blog__item {
  color: #7F7E7E;
  line-height: 23px;
  margin-bottom: 70px;
}

.blog__item-img {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  margin: 0 0 16px;
  border-radius: 3px;
  overflow: hidden;
}

.blog__item-img img {
  display: block;
  width: 100%;
}

.blog__item-date {
  font-size: 11px;
  margin-bottom: 8px;
}

.blog__item-data .tags__list-item {
  color: #959595;
  font-size: 12px;
}

.tags__list-tags-item:last-child {
  margin: 0;
}

.tags__list-tags-item:last-child:before {
  display: none;
}

.blog__item-data .tags__list-item:before {
  top: 4px;
}

.blog__item-calendar {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.blog__item-calendar svg {
  width: 19px;
  height: 17px;
  fill: #B7B7B7;
  margin-right: 13px;
}

.blog__item-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #3B3B3B;
  display: inline-block;
  margin-bottom: 12px;
}

.blog__item-title:hover {
  text-decoration: underline;
  color: initial;
}

.blog__item-tags {
  margin: 0 0 12px;
}

.tags__list-tags-item {
  position: relative;
  margin-right: 19px;
}

.tags__list-tags-item:before {
  content: "|";
  position: absolute;
  right: -15px;
  text-decoration: none;
}

.blog__item-summary {
  margin-bottom: 20px;
}

.blog__item-link {
  border: 1px solid;
  border-radius: 3px;
  padding: 8px 20px;
  display: inline-block;
  font-size: 15px;
  color: #7ca720;
}

.blog__item-title+p {
  line-height: 23px;
}

.blog__link {
  display: block;
  width: 162px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: #A6CE39;
  border: 1px solid #A6CE39;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #EBEBEB;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.blog__link:hover {
  color: #A6CE39;
}

.cell:nth-child(even) .blog__item {
  padding-left: 10px;
}

.cell:nth-child(odd) .blog__item {
  padding-right: 10px
}

.v-text-field--solo .v-input__slot {
  border: 1px solid #c5c5c5;
  box-shadow: none !important;
}

.blog-pagination {
  text-align: center;
}

.blog-pagination-item {
  display: inline-block;
  border: none;
  text-decoration: none;
  padding: 7px 12px;
  margin: 0 2px;
  color: #616668 !important;
}

.blog-pagination-item-active {
  box-shadow: 0px 2px 9px -1px rgba(137, 191, 0, 0.7);
  border-radius: 3px;
  color: #fff !important;
  background: -moz-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: -webkit-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: linear-gradient(to right, #9ccf1b 0%, #7ba520 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ccf1b', endColorstr='#7ba520', GradientType=1);
}

.blog-pagination-item:hover {
  text-decoration: underline;
}

.blog-pagination span {
  margin: 0 4px;
}

.blog-info {
  background: #162029;
  background: -moz-linear-gradient(top, #162029 0%, #052323 55%, #052524 100%);
  background: -webkit-linear-gradient(top, #162029 0%, #052323 55%, #052524 100%);
  background: linear-gradient(to bottom, #162029 0%, #052323 55%, #052524 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162029', endColorstr='#052524', GradientType=0);
  color: #fff;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 68px;
  text-align: center;
}

.blog-info-title {
  position: relative;
  margin-bottom: 21px;
  font-size: 29px;
  letter-spacing: 1px;
}

.blog-info-title span {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 53px;
  white-space: nowrap;
}

.blog-info-btn {
  border-radius: 3px;
  background: #84b01f;
  padding: 16px 32px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  transition: all ease 0.5s;
}

.blog-info-btn:hover {
  color: #fff;
  background: #90c01c;
}

.blog-info-text {
  max-width: 690px;
  margin: 0 auto 33px;
  line-height: 27px;
  padding: 0 16px;
}

.blog-title h1:first-letter {
  text-transform: capitalize;
}

.blog-item {
  max-width: 975px;
  padding: 33px 15px 0;
  margin: 0 auto;
}

.blog-item-header-date {
  font-family: 'Open Sans';
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 17px;
}

.blog-item-header h1 {
  margin: 0 0 6px;
}

.blog-item-header {
  margin-bottom: 23px;
}

.blog-item-content,
.blog-item-content p,
.blog-item-content ol,
.blog-item-content ul,
.blog-item-similar ul {
  font-size: 15px;
  line-height: 30px;
}

.blog-item-content ul,
.blog-item-content ol {
  margin-left: 48px;
}

.blog-item-content li {
  margin-bottom: 6px;
}

.blog-item-content p+h2,
.blog-item-content ul+h2,
.blog-item-content ol+h2,
.blog-item-content div+h2,
.blog-item-content pre+h2 {
  margin-top: 50px !important;
}

.blog-item-content table+h2 {
  margin-top: 58px !important;
}

.blog-item-content p+h3,
.blog-item-content ul+h3,
.blog-item-content ol+h3,
.blog-item-content table+h3,
.blog-item-content div+h3,
.blog-item-content pre+h3 {
  margin-top: 41px !important;
}

.blog-item-content h3+div,
.blog-item-content h2+div,
.blog-item-content h2+pre {
  margin-top: 30px !important;
}

.blog-item-content p+table,
.blog-item-content ul+table,
.blog-item-content ol+table,
.blog-item-content div+table {
  margin-top: 50px !important;
}

.blog-item-content table {
  font: normal 15px/22px "Open Sans";
  border: none;
}

.blog-item-content table th {
  font-weight: normal;
  color: #2c2c2c;
  background: #E1F1FF;
  padding: 12px 26px 14px;
  border: none;
  border-left: 1px solid #fff;
}

.blog-item-content table th:first-child {
  border: none;
}

.blog-item-content table td {
  padding: 9px 26px 8px;
  border: none;
  vertical-align: top;
  word-break: normal;
}

.blog-item-content thead,
.blog-item-content tbody,
.blog-item-content tfoot {
  border: none;
}

.blog-item-content thead {
  background: #d4e2ff;
}

.blog-item-content tbody tr:nth-child(even) {
  background: #f4f9fe;
}

.blog-item-content img {
  margin: 35px 0;
  border: 1px solid #dde8f3;
  border-radius: 4px;
}

.blog-item-content a {
  text-decoration: underline;
}

.blog-item-content a:hover {
  text-decoration: none;
}

.blog-item-content {
  word-break: break-word;
  margin-bottom: 80px;
}

.blog-item-content code {
  box-shadow: none;
  background: #f3f3f3;
  border: none;
  color: inherit;
  line-height: 160%;
}

alert,
.alert {
  border: 1px solid rgb(230 229 229);
  border-radius: 6px;
  padding: 12px 16px 16px;
  margin: 28px 0px 48px;
  display: block;
  background: #fff;
}

alert strong,
.alert strong,
alert b,
.alert b {
  color: #db5200;
}

alert *:last-child,
.alert *:last-child {
  margin-bottom: 0;
}

.blog-item-content table p {
  line-height: 20px;
  font-size: 14px;
}

.blog-item-similar-title {
  font: 400 26px/36px "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.position-left.is-transition-push {
  -webkit-box-shadow: -2px 0px 18px 0px rgba(10, 10, 10, 0.25);
  box-shadow: -2px 0px 18px 0px rgba(10, 10, 10, 0.25);
}

.off-canvas {
  background: #fbfbfb;
}

.mobile-menu-close-btn {
  position: absolute !important;
  margin: 0 !important;
  right: 0.5rem;
  top: 0.5rem;
}

.mobile-logo {
  display: block;
  margin: 0 auto 60px;
}

#offCanvas .menu {
  margin: 0 16px;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.4);
}

#app {
  overflow: hidden;
  height: 100%;
}

.application-wrap {
  min-height: 100%;
}

.blog-search button[type="submit"] {
  width: inherit;
  padding: 0 15px;
  color: #fff;
  position: absolute;
  background: -moz-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: -webkit-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: linear-gradient(to right, #9ccf1b 0%, #7ba520 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ccf1b', endColorstr='#7ba520', GradientType=1);
  top: 0;
  right: 0;
  box-shadow: 0px 2px 9px -1px rgba(137, 191, 0, 0.7);
  height: 41px;
  border-radius: 3px;
  border: none;
}

.blog-search .v-icon {
  color: #fff;
}

.blog-search form {
  position: relative;
}

.blog-title {
  margin-bottom: 18px;
}

.blog-search input[type="text"] {
  height: 41px;
}

.blog-search {
  margin-bottom: 56px;
}

.blog-search-item-title a {
  font: 20px/28px 'Open Sans';
  color: #0B212F;
}

.blog-search-item-conten:after {
  content: '';
  display: block;
  clear: both;
}

.blog-search-item-img {
  float: left;
  width: 177px;
  margin-left: -100%;
  position: relative;
  padding-top: 6px;
}

.blog-search-item-info {
  width: 100%;
  float: left;
  overflow: hidden;
}

.blog-search-item-info-content {
  padding-left: 192px;
}

.blog-search-item-title {
  margin: 0 0 12px;
}

.blog-search-item-tags {
  margin-bottom: 9px;
}

.blog-search-item-summary {
  font: 12px/21px "Open Sans";
  color: #3A3939;
}

.blog-search-item {
  margin: 0 0 35px;
}

div[data-sticky-container] {
  z-index: 150;
}

.modal-close {
  position: absolute !important;
  z-index: 1;
  margin: 0;
  right: 0;
}

.relative {
  position: relative;
}

.v-dialog .v-subheader {
  height: initial;
  padding: 30px 0 !important;
}

.blog-item-content blockquote {
  margin: 50px 30px;
  border-color: #7ca620;
  padding: 18px 18px 22px;
  border-width: 2px;
  font-style: italic;
}

.blog-item-similar a {
  text-decoration: underline;
}

.blog-item-similar a:hover {
  text-decoration: none;
}

.blog-item-content pre {
  background: #f7f7f7;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 0 0 20px;
}

.blog-item-top-img {
  text-align: center;
}

.blog-item-content table ul {
  margin-left: 18px;
}

.try-free input[type="text"] {
  width: 280px;
  margin-bottom: 0;
  height: 50px;
  border-radius: 3px;
  padding: 15px;
  display: inline-block;
  vertical-align: top;
}

.try-free-btn {
  box-shadow: 0px 2px 9px -1px rgba(137, 191, 0, 0.7);
  border-radius: 3px;
  border: none;
  color: #fff !important;
  height: 50px;
  text-decoration: none;
  background: -moz-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: -webkit-linear-gradient(left, #9ccf1b 0%, #7ba520 100%);
  background: linear-gradient(to right, #9ccf1b 0%, #7ba520 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ccf1b', endColorstr='#7ba520', GradientType=1);
  padding: 0 36px;
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.try-free-info {
  padding: 10px 16px;
  text-align: left;
}

.blog-info .try-free {
  justify-content: center;
}

.try-free {
  padding: 0 15px;
}

.clear-table tr {
  background: transparent !important;
}

.clear-table {
  border: none;
}

.clear-table th,
.clear-table td {
  border: none !important;
  word-break: break-all;
}

.clear-table tbody {
  border: none !important;
  background: transparent !important;
}

.v-timeline-item:last-child:after {
  position: absolute;
  content: '';
  width: 2px;
  background: #fefefe;
  top: 40px;
  bottom: 0;
  left: 18px;
  z-index: 0;
  margin-top: 2px;
}

.v-timeline-item__dot {
  z-index: 10;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 20;
  top: 0;
  font-family: 'Gothic A1', sans-serif;
}

.header.elevation-1 {
  background: rgb(251, 253, 255);
}

.header.elevation-1 .header-content {
  height: auto;
}

.header .menu a {
  color: #464646 !important;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  padding: 0 !important;
}

.header .menu a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1264px;
  padding: 0 20px;
}

.menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal-close {
  position: absolute !important;
  z-index: 1;
  margin: 0;
  right: 0;
}

.submenu {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px #E6E9ED;
  border-radius: 10px;
  width: 763px;
  padding: 36px 43px 10px;
  z-index: 10;
  top: 100%;
  transform: translate(0px, 16px);
}

.submenu-label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  color: #0A1D37;
  text-align: left;
  margin: 0 0 5px;
  text-decoration: underline !important;
}

a.submenu-label:hover {
  text-decoration: none !important;
}

.submenu-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #7F8799;
  text-align: left;
}

.submenu-item {
  margin-bottom: 36px;
  width: 32%;
  flex-basis: 32%;
  flex-grow: 0;
  text-align: left;
}

.d-none {
  display: none !important;
}

.off-canvas-content {
  padding-top: 101px;
}

.absolute {
  position: absolute !important;
}

.header .v-btn {
  border-radius: 6px !important;
  text-transform: initial !important;
  font-weight: normal !important;
  margin-top: 0;
  margin-bottom: 0;
}

.signup-link {
  padding: 0 24px !important;
  height: 42px;
}

.signin-link {
  padding: 0 28px !important;
  box-shadow: 0px 4px 5px rgba(151, 209, 39, 0.34) !important;
  margin-left: 8px !important;
  color: #fff !important;
  height: 42px;
}

.columns-2 {
  columns: 2;
}

.trial {
  background: url(/static/annex/landings/common/img/bg-blue.svg);
  background-repeat: repeat-x;
  padding-bottom: 140px;
  padding-top: 199px;
  position: relative;
  z-index: 1;
}

.subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #4DACDB;
  margin: 0 0 8px;
}

.trial h2 {
  font-style: normal;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #0A1D37;
  margin: 0 0 40px;
}

.try-free {
  max-width: 700px;
  margin: 0 auto !important;
}

.try-free input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #B6B6B6;
  box-sizing: border-box;
  box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  height: 48px;
  padding: 0 20px;
  width: 100%;
  margin-bottom: 10px;
}

.trial .try-free-btn,
.content-header .try-free-btn {
  background: #4DACDB;
  box-shadow: 0px 4px 5px rgba(77, 172, 219, 0.49);
}

.try-free-btn {
  min-width: 269px;
  height: 48px;
  background: #A1C644;
  box-shadow: 0px 4px 5px rgba(151, 209, 39, 0.34);
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
}

.capability-info {
  padding: 24px 48px 48px;
  background: #fff;
  border-radius: 6px;
  position: relative;
  text-align: center;
}

.capability-info ul {
  list-style: none;
  padding: 0;
  columns: 2;
  display: inline-block;
}

.capability-info li {
  position: relative;
  padding: 0 0 0 25px;
  text-align: left;
}

.capability-info li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #4DACDB;
  box-shadow: 0px 1px 4px rgba(77, 172, 219, 0.33);
}

.capability-info-close {
  position: absolute !important;
  right: 5px;
  top: 5px;
  margin: 0;
}

.fs-24 {
  font-size: 24px;
}

.content-header h1 {
  font-weight: bold;
  font-size: 46px;
  line-height: 106.9%;
  font-family: 'Gothic A1', sans-serif;
  margin-bottom: 31px;
  color: #000;
}

.breadcrumbs,
.breadcrumbs-email {
  list-style: none;
  padding: 43px 0 52px;
  text-transform: none !important;
}

.breadcrumbs li,
.breadcrumbs-email {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 25px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(149, 138, 150, 0.5);
  text-transform: none;
  float: none;
}

.breadcrumbs-email {
  margin-right: 0;
}

.breadcrumbs li a,
.breadcrumbs-email a {
  color: #828282 !important;
  text-decoration: none;
}

.breadcrumbs li:after {
  content: '' !important;
  position: absolute !important;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  top: 8px;
  right: -16px;
  background: #828282;
  margin: 0 !important;
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

header.header.elevation-1 {
  position: fixed;
  background: #fff;
}

.v-btn[data-toggle="offCanvas"] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 650px) {
  .xs12-only {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .header {
    position: relative !important;
    box-shadow: none !important;
    background-color: transparent !important;
  }

  .off-canvas-content {
    padding-top: 0;
  }

  .header-content {
    border: none;
    height: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .title-bar.is-stuck {
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 39.9375rem) {
  .cell .blog__item {
    padding: 0 !important;
  }

  .blog-tag-select {
    width: 100%;
  }

  .blog-item {
    padding-left: 0;
    padding-right: 0;
  }

  .header__logo {
    display: block;
    margin: 0 auto;
  }

  .try-free {
    display: block !important;
  }

  .try-free input {
    width: 100% !important;
  }

  .try-free input[type="text"] {
    margin-bottom: 16px !important;
  }

  .grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog-item-content ul,
  .blog-item-content ol {
    margin-left: 30px;
  }

  .try-free-btn {
    margin: 0;
  }

  .try-free-info {
    margin-top: -16px;
    margin-bottom: 9px;
  }
}
