a {
  color: #109797;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

.section-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-footer {
  padding: 0 15px 0;
/*   text-align: left; */
  background-color: #2c3838;
}
.site-footer .section-wrapper {
  padding: 23px 0 32px;
}
.site-footer-menu {
  text-align: left;
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.site-footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.5rem;
  line-height: 1.6;
}
.site-footer-menu-list li:not(:first-child) {
  margin-top: 12px;
}

.site-footer-menu-list a {
  color: #f2f0eb;
  text-decoration: none;
}
.site-footer-menu-list a:hover {
  color: #b7c2cd;
}
.footer-social-icons {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-social-icon-wrapper {
  max-width: 360px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.footer-social-icon {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
}
.footer-social-icon-y {
  width: 38px;
}
.footer-social-icon:not(:last-child) {
}
.social-icons-sprite {
/*   fill: #BDBDBD; */
  fill: #f2f0eb;
}

.social-icons-sprite:hover {
  fill: #b7c2cd;
}



.site-footer-copyright {
  font-size: 1.2rem;
  text-align: center;
  color: #8f9a9a;
}
.site-footer-copyright-privacy {
  margin-bottom: 15px;
}
.site-footer-copyright-privacy a {
  margin: 0 10px;
  white-space: nowrap;
}

.site-footer-copyright a {
  color: #fcfcfc;
}
.site-footer-copyright a:hover {
  color: #b7c2cd;
}
.ordinary-section {
  padding: 40px 20px;
  text-align: center;
}

.section-title {
/*
  font-size: 2.8rem;
  line-height: 3.6rem;
*/
/*
  font-weight: normal;
  margin-bottom: 0;
*/
}

.page-title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: normal;
  margin: 0;
}
.start-section {
  padding: 40px 20px 39px;
}

.button-element {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border: 2px solid;
}
.button-default {
  max-width: 160px;
  margin: 10px 20px;
  padding: 8px 0;
}
.button-element:hover {
  text-decoration: none;
}
.button-element:active {
  top: 1px;
}
.button-trial {
  background-color: #677777;
  border-color: #677777;
}
.button-trial:hover {
  background-color: #5c6b6b;
  border-color: #5c6b6b;
}
.button-trial-alt {
  color: #1c9e9e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button-trial-alt:hover {
  background-color: #d1ecec;
  border-color: #d1ecec;
}

.button-trial-beta {
  color: #384848;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button-trial-beta:hover {
  background-color: #cad9d9;
  border-color: #cad9d9;
}


.button-upgrade-alt:hover {
  color: #d1ecec;
}
.button-learn-more:hover {
  background-color: #d9f2e2;
  border-color: #d9f2e2;
}
.button-flexible {
  padding: 8px 20px;
  width: auto;
}

.button-buy {
  background-color: #30acac;
  border-color: #30acac;
  color: #fefefe;
}
.button-buy:hover {
  background-color: #279b9b;
  border-color: #279b9b;
}
.button-learn-more {
  color: #5fa277;
  background-color: #ffffff;
  border-color: #ffffff;
}
.button-learn-more:hover {
  background-color: #d9f2e2;
  border-color: #d9f2e2;
}
.button-upgrade:hover {
  color: #d9f2e2;
}
a.button-subscribe {
  max-width: 120px;
  margin-top: 20px;
  padding: 6px 0;
  font-size: 1.4rem;
  color: #ffffff;
  border-color:#677777;
  background-color:#677777;
}
.button-subscribe:hover {
  background-color: #5c6b6b;
  border-color: #5c6b6b;
}
.button-version-changes {
  color: #149797;
  border: none;
}
.button-version-changes:hover {
  text-decoration: underline;
}

.section-title,
.column-title {
  font-weight: normal;
  margin: 11px 0 12px;
  font-size: 2.4rem;
  line-height: 1.2;
}
.columns-group-column .column-title {
  font-size: 2rem;
  line-height: 1.2;
}
.column-subtitle {
  margin: 11px 0 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}
.section-subtitle {
  margin: 11px 0 12px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
}

.columns-group-column {
  display: inline-block;
  width: 100%;
  letter-spacing: normal;
}
.columns-group-row-linear {
  margin-left: -10%;
  text-align: left;
}
.columns-group-column-linear {
  vertical-align: top;
  padding-left: 9.0909091%;
  margin-bottom: 43px;
}
.column-linear-image {
  margin-bottom: 21px;
  max-width: 432px;
}
.columns-group-row-chess {
  margin-bottom: 35px;
}
.columns-group-column-chess {
  vertical-align: middle;
}
.column-chess-image {
  margin-bottom: 10px;
  max-width: 432px;
}

.intro-section {
  padding: 0 20px;
}
.intro-section-wrapper {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 27px 0 49px;
  color: #464a3c;
  text-align: center;
  position: relative;
  z-index: 30;
}
.intro-title {
  margin-top: 7px;
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
.intro-tegline {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  margin: 0;
}
.intro-text {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 9px;
}

.extraspack .intro-app-icon {
  display: inline-block;
  width: 265px;
  height: 176px;
  margin-bottom: -20px;
  background: url(//cdn.swiftpublisher.com/assets/img/extraspack/extras-pack-icon.png) no-repeat center top;
  background-size: contain;
  text-align: center;
}
.extras-components-section {
  padding: 5px 20px 33px;
}

.promo-video-section {
  background-color: #b1d691;
  padding: 10px 20px;
}
.promo-video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
/*   padding-bottom: 62.5%; */
  z-index: 50;
}
.whats-new .promo-video-container {
  margin: 20px 0;
}
.promo-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
/*   display: none; */
  border: none;
  left: 0;
  top:0;
  opacity: 0;
}
.overview .promo-video-container iframe {
  display: block;
  opacity: 0;
}

.promo-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  left: 0;
  top:0;
  overflow: hidden;
}
.promo-video-poster img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 50;
  margin:  -3.125% auto 0;
  position: relative;
  pointer-events: none;
}
.promo-video-play-button {
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  border: 3px solid #ffffff;
  background-color: #30acac;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
  z-index: 55;
}
.promo-video-play-button::after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 50%;
  margin-top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 22px;
  border-color: transparent transparent transparent #ffffff;
}
.promo-video-play-button:hover {
  cursor: pointer;
  background-color: #279b9b;
}
.promo-video-title {
  position: absolute;
  z-index: 30000;
  width: 100%;
  bottom: 88.666667%;
  bottom: 89%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}

.key-features-section {
  padding: 32px 20px 40px;
  background-color: #1c9e9e;
  text-align: center;
  color: #ffffff;
}
.key-features-list {
  text-align: center;
  margin-left: -6.6666667%;
  margin-top: 32px;
}
.key-features-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 13px;
  width: 100%;
  padding-left: 6.25%;
  max-width: 395px;
  text-align: left;
}
.key-features-item-image,
.key-features-item-text {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.key-features-item-image {
  width: 28.571429%;
  max-width: 128px;
  padding-top: 3px;
  padding-right: 4.2410714%;
  text-align: right;
}
.key-features-item-text {
  width: 71.428571%;
}
.key-features-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.375;
}
.key-features-item-description {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.66666667;
}
.key-features-item-description a {
  color: #91f1f1; 
}
.key-features-links {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.23;
}
.key-features-links a {
  color: #91f1f1;
}

.info-section {
  position: relative;
  overflow: hidden;
  padding: 48px 20px 42px;
  text-align: center;
  color: #f2f0eb;
  background: #3c4848;
}
.info-resources-section {
  padding: 0 20px 18px;
}

.info-box {
  margin-left: -9.375%;
  font-size: 0;
  text-align: left;
}
.info-box-column {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 8.5714286%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  vertical-align: top;
}
.info-box-column a:hover {
  text-decoration: none;
}
.info-box-title {
  margin-top: 19px;
  margin-bottom: 1px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
}
.info-box-text {
  margin-top: 7px;
}
.info-box-article-title {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #70dada;
}
.info-box-subtitle {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 15px 0 0;
}
a.info-box-article-title:hover {
  text-decoration: underline;
}

.info-box-news .info-box-text:first-of-type {
  margin-top: 7px;
} 
.info-box-news .info-box-text {
  margin-top: 6px;
  margin-bottom: 0;
}
.info-box-text a {
  color: #70dada;
}
.info-box-text span {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  color: #fb6e52;
}
.info-box-column p:last-child {
  margin-bottom: 0;
}
.add-link-arrow {
  display: inline-block;
  position: relative;
}
.add-link-arrow::after {
  content: "\00276F";
  display: inline-block;
  padding-left: .4rem;
  font-size: 1.1rem;
}

.unordered-list-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}
.unordered-list + .unordered-list-title {
  margin-top: -10px;
}
.unordered-list {
  padding: 0;
  margin: 0;
  text-align: left;
}
.unordered-list li {
  position: relative;
  margin-top: 11px;
  padding-left: 20px;
  list-style: none;
}
.unordered-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  vertical-align: top;
  line-height: 116px;
  position: absolute;
  left: 0;
  top: 1rem;
}

.release-note-intro-text {
  text-align: center;
}
.release-note-intro-text p em {
  color: #667777;
}
.version-changes-section {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.last-versions .unordered-list {
  margin-bottom: 30px;
}
.last-versions {
  margin-top: 59px;
}
.last-versions .old-versions {
  margin-bottom: 10px;
}
.last-versions .unordered-list:last-of-type,
.previous-versions .unordered-list:last-of-type {
  margin-bottom: 23px;
}
.show-hide {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  padding-right: .5rem;
}
.show-hide::after {
  content: '';
  display: block;
  position: absolute;
  width: .6rem;
  height: .6rem;
  top: 50%;
  margin-top: -.3rem;
  left: 100%;
  right: 0;
  border-bottom: .2rem solid #109797;
  border-right: .2rem solid #109797;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  -webkit-transform-origin: 66.6667% 66.6667%;
  -moz-transform-origin: 66.6667% 66.6667%;
  transform-origin: 66.6667% 66.6667%;
}
.show-hide.open::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.last-versions + .show-hide {
  margin-top: 20px;
}
/*
.previous-versions {
  margin-top: 120px;
}
*/
.previous-versions .section-subtitle {
  font-size: 2.4rem;
}
.version-list-subtitle {
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 20px;
  margin: 0;
}
.previous-versions .unordered-list + .version-list-subtitle {
  margin-top: -15px;
}

.previous-versions .unordered-list {
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.previous-versions .unordered-list li {
  margin-top: .6rem;
}

.last-version-section {
}

.all-features-section {
  padding-bottom: 60px;
}
.tech-specs-container {
  margin-left: -11.458333%;
  margin-top: 28px;
  margin-bottom: 98px;
  vertical-align: top;
  letter-spacing: -.5rem;
}
.tech-specs-container:last-of-type {
  margin-bottom: 0;
}
.tech-specs-container:not(:first-of-type) .tech-specs-column + .tech-specs-column,
.tech-specs-container .unordered-list + .section-subtitle {
  margin-top: 58px;
}
.tech-specs-column .section-subtitle {
  margin-bottom: 25px;
  margin-left: 20px;
  position: relative;
  text-align: left;
}
.section-subtitle-decorated::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #30acac;
  position: absolute;
  left: 0;
  top: -30px;

}
.tech-specs-column {
  display: inline-block;
  width: 100%;
  padding-left: 112px;
  padding-left: 10.280374%;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
}

.form-section:not(:last-child) {
  margin-bottom: 27px;
  line-height: 20px;
}
.form-section:last-child {
  text-align: center;
}
.form-label, 
.form-input,
.form-select,
.form-textarea {
  vertical-align: top;
  display: inline-block;
}
.form-label {
  font-size: 1.4rem;
  line-height: 1rem;
  color: #2c3838;
  margin-bottom: 11px;
  position: relative;
}
.form-label-required::after {
  content: "*";
  color: #008585;
  margin-left: .3rem;
  font-weight: bold;
}
label.error {
  vertical-align: top;
  display: inline-block;
  float: right;
  color: #ea4d2e;
  font-size: 1.4rem;
  line-height: 1rem;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  outline: none;
  background-color: #f7f7f4;
  border: 2px solid #677777;
  font-size: 1.6rem;
  color: #2c3838;
  border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
.form-input {
  height: 42px;
  padding-left: 14px;
}
.form-textarea {
  height: 200px;
  padding: 10px;
}
.select > select {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select > select {
  border-radius: 0 3px 3px 0;
  outline: 0;
}
.select, .select > select {
  position: relative;
  vertical-align: top;
  border: 2px solid #677777;
  border-radius: 3px;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #2c3838;
  outline: none;
  height: 40px;
  width: 100%;
  *zoom: 1;
}
.select {
  border: 0;
  z-index: 10;
}
.select > select {
/*   display: block; */
  padding: 4px 10px 5px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: clip;
  z-index: 10;
  margin: 0;
}
.select>select::-ms-expand {
  display: none;
}
.select:before, 
.select:after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: 15;
}
.select:before {
  width: 35px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}
.select .select-arrow {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 16;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #677777 url(//cdn.swiftpublisher.com/assets/img/shared/arrow-down.svg) no-repeat center center;
  background-size: 18px 10px;
}
.select > select:hover {
  border-color: #30acac;
}
.select>select:hover+.select-arrow {
  background-color: #30acac;
}
.select > select:focus {
  border-color: #30acac;
  outline: none;
}
.select > select:focus {
  z-index: 10;
  z-index: 20\9;
  outline: none;
}
.select > select:focus + .select-arrow {
  background-color: #30acac;
}
.select > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select > select.error {
  border-color: #fb6e52;
}
.select>select.error+.select-arrow {
  background-color: #fb6e52;
}

.form-radio-label {
  position: relative;
  padding-right: 10%;
  display: block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.form-radio-label.form-radio-label:not(:first-child) {
  margin-top: 15px;
}
.form-radio-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0
}
.form-radio {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;

  position: relative;
  margin-right: 2px;
  background: white;
  display: inline-block;
  border: 3px solid #677777;
  height: 21px;
  width: 21px;
  top: 5px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px
}
.form-radio:before {
  content: '';
  display: none;
  margin: 4px;
  width: 7px;
  height: 7px;
  background: #677777;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.form-radio-label input:checked+.form-radio {
  border: 3px solid #677777;
}
.form-radio-label input:checked+.form-radio:before {
  display: block;
}
.form-radio-label input:hover+.form-radio {
  border-color: #30acac;
}
.form-radio-label input:focus+.form-radio {
  border-color: #30acac;
}
.form-radio-label input:focus+.form-radio:before {
  background: #30acac;
}
.form-radio-label input:hover+.form-radio:before {
  background: #30acac;
}

.captcha-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.captcha-wrapper .captcha-image {
  margin-right: 15px;
  border-radius: 5px;
  width: 105px;
  height: 34px;
}
.captcha-wrapper .refresh-button {
  width: 16px;
  height: 16px;
  margin-right: 19px;
  vertical-align: middle;
}
.captcha-wrapper .refresh-button:hover {
  cursor: pointer;
}
.form-input-captcha {
  width: -webkit-calc(100% - 155px);
  width: -moz-calc(100% - 155px);
  width: calc(100% - 155px);
}

.form-section-privacy {
  padding-left: 30px;
/*   padding-bottom: 10px; */
  padding-top: 10px;
  position: relative;
}
.form-section-privacy label.error {
  position: absolute;
  top: 0;
  right: 0;
}

.form-checkbox-label {
  font-size:1.4rem;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 150x;
}
.form-checkbox-label > input {
  position: absolute;
  height: inherit;
  width: inherit;
  opacity: 0;
  left: 0;
}
.form-checkbox {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-radius: 3px;
  outline: 0;

  position: relative;
  margin-right: 5px;
  background: white;
  display: inline-block;
  border: 2px solid #677777;
  height: 21px;
  width: 21px;
  top: 5px;
  margin-left: -30px;
}
.form-checkbox::before {
  content: '';
  display: none;

  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 7px;
  border: solid #677777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.error + .form-checkbox {
  border-color: #fb6e52;
}
.form-checkbox-label > input:checked + .form-checkbox::before {
  display: block;
}

.form-checkbox-label input:checked+.form-checkbox {
    border-color: #677777;
}
.form-checkbox-label input:hover+.form-checkbox,
.form-checkbox-label input:hover+.form-checkbox::before {
    border-color: #30acac;
}
.form-checkbox-label input:focus+.form-checkbox::before {
    border-color: #30acac;
}

.form-checkbox-label input[disabled] + .form-checkbox,
.form-checkbox-label input[disabled]:hover + .form-checkbox  {
    cursor: default;
    opacity: .5;
    border-color: #b8b8b8;
}



.form-input.error,
.form-select.error,
.form-textarea.error,
.form-input:focus.error {
	border-color: #fb6e52; 
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
	border-color: #30acac; 
}

.form-button-submit {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  max-width: 190px;
  width: 100%;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
  outline: 0;
  border: 0;
  border-radius: 5px;
  color: #fefefe;
  background-color: #30acac;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  cursor: pointer;
  margin-top: 13px;
}
.form-button-submit:hover {
  background: #279b9b;
}
.form-button-submit:active {
  top: 1px;
}
.note-mark {
 color: #30acac;
}
.note-text {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 25px;
  padding: 0 10px;
}
/* .support-form-wrapper  */.error-message {
  color: #fb6e52;
  padding-top: 3rem;
  font-size: 2.6rem;
}
.error-title {
  color: #fb6e52 !important;
}
.support-form-wrapper h2 {
  margin-top: 60px;
}
.support-form-wrapper p {
  margin-bottom: 100px;
}

.form-message {
  padding: 20px 20px 25px;
  border-radius: 10px;
}
/*
.store .form-message {
  margin-top: 60px;
}
*/
.form-message-success {
  background-color: #e8f6dc;
}




.privacy p + .section-title, 
.privacy ul + .section-title,
.cookie-policy .section-title,
.terms-conditions .section-title {
  margin-top: 41px;  
}
.privacy p span {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 7px;
  display: inline-block;
}
.cookie-table-wrapper {
  overflow-x: scroll;
  padding-top: 10px;
}
.cookie-policy table {
  width: 100%;
  min-width: 500px;
} 
.cookie-policy .unordered-list {
  margin-bottom: 20px;
}
.cookie-policy .unordered-list li {
  margin-top: 10px;
}  
.cookie-policy td, .cookie-policy th {
  padding: 10px;
  border-bottom: 1px solid #ffffff;
}
.cookie-policy th {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
}
.cookie-policy td {
  font-size: 1.5rem;
}
.cookie-policy th:first-child,
.cookie-policy td:first-child {
  width: 170px;
/*     border-right: 1px solid tomato; */
  position: relative;
}
.cookie-policy tr:first-child th {
  border-top: 1px solid #ffffff;
  
}
.cookie-policy th:first-child::after,
.cookie-policy td:first-child::after {
  content: "";
  width: 1px;
  height: auto;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  margin: auto;
  background: #ffffff;  
}
.cookie-policy .button-default {
  margin: 20px 0 0;
  cursor: pointer;
}


/* NEWS SUBSCRIBE WINDOW */
.news-subscribe-window-wrapper {
	max-width: 500px;
	width: 100%;
  display: none;
}
.news-subscribe-window {
	margin: 10px;
	padding: 42px 20px 46px;
	border-radius: 5px;
  text-align: center;
  position: relative;
  background: #ffffff;
  color: #595959;
}
.news-subscribe-window-title { 
  color: #677777;
/*   font-size: 1.8rem; */
  font-size: 2.6rem;
  line-height: 1.38888889;
  border-bottom: 2px solid #30acac;
  padding-bottom: 14px;
}
.news-subscribe-window-title:first-line {
  font-size: 4rem;
  font-weight: 600;
}
.news-subscribe-window-text {
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #2c3838;
  margin: 13px auto;
  max-width: 380px;
}
.news-subscribe-window-form {
  margin: 0 auto;
  max-width: 380px;
}
.news-subscribe-privacy-element {
  position: relative;
  margin-top: 3px;
  font-size: 1.3rem;
  line-height: 1.2;
  text-align: left;
}
.news-subscribe-window-form-element:not(:last-child) {
  margin-bottom: 12px;
}
.news-subscribe-checkbox-label {
  padding-left: 28px;
}
.news-subscribe-checkbox {
}
.news-subscribe-window input {
  height: 35px;
} 
/*
.news-subscribe-window input[type="email"].error, 
.news-subscribe-window input[type="email"]:focus.error {
	border-color: #fb6e52;
}
*/
.news-subscribe-window input[type=email] {
  font-size: 1.4rem;
}
.news-subscribe-submit {
  width: 140px;
  font-size: 1.5rem;
}
.subscribe-window-checkbox-label.error .subscribe-window-checkbox,
.subscribe-window-label-error .subscribe-window-checkbox {
  border-color: #fb6e52;
}
.news-subscribe-checkbox-label-error {
  color: #fb6e52;
}
.news-subscribe-checkbox-label-error .news-subscribe-checkbox,
.news-subscribe-window .error {
  border-color: #fb6e52;
}
/*
.subscribe-window-section-privacy.error .checkbox-label {
  color: #fb6e52;
}
*/
.news-subscribe-window-close { 
  width: 21px; 
  height: 21px;
  position: absolute; 
  top: 20px; 
  right: 20px;
  text-indent: -999999rem;
  font-size: 0;
}
.news-subscribe-window-close::before,
.news-subscribe-window-close::after {
  content: "";
  display: block;
  width: 27px;
  height: 2px;
  background: #666;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: -3px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  transform-origin: center center;
}
.news-subscribe-window-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-subscribe-window-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#close_x:hover {
  opacity: 0.6;
}
.news-subscribe-message-title {
  font-weight: 600 ;
  font-size: 2rem;
  line-height: 1.2;
}
.news-subscribe-message-text {
  font-size: 1.6rem;
  line-height: 1.2;
}


.info-subscribe-container {
  margin-top: 20px;
  margin-bottom: 20px;
/*   max-width: 300px; */
  line-height: 1.3;
}
.info-subscribe-title {
  font-size: 1.7rem;
  margin-bottom: 8px;
  line-height: 1.2;
}
.info-subscribe-text {
  font-size: 1.4rem;
}
.info-news-response-message {
  position: relative;
  border: 2px solid;
  border-radius: 5px;
  padding: 13px 15px 15px;
  display: inline-block;
  padding-left: 38px;
}
.info-subscribe-icon {
  position: absolute;
  left: 10px;
  top: 14px;
  display: inline-block;
  width: 20px;
  height:20px;
  border-radius: 21px;
}
.info-news-response-success {
  border-color: #8fd651; 
  display: inline-block;
}
.info-subscribe-ok {
  background-color: #8fd651;
}
.info-subscribe-ok::after{
    content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    right: 0;left: 0;margin: auto;
    margin-top: 3px;
  }
.info-news-response-error {
  border-color: #fb6e52; 
}
.info-subscribe-no {
  background-color: #fb6e52;
  text-align: center;
  line-height: 1.9rem;
  font-size: 2.6rem;
}
a.button-subscribe {
  max-width: 120px;
  margin-top: 20px;
  padding: 6px 0 8px;
  font-size: 1.4rem;
  color: #ffffff;
/*
  border-color: #878479;
  background-color: #878479;
*/
}
a.button-subscribe:hover {
  text-decoration: none;
/*
  background-color: #6f6c60;
  border-color: #6f6c60;
*/
}
.info-subscribe-input {
  height: 30px;
  font-size: 1.4rem;
  padding-left: 5px;
  line-height: 20px;
  background-color: #f2f0eb;
  max-width: 300px;
}
.info-subscribe-input.error,
.info-subscribe-input:focus.error {
/*   box-shadow: 0 0 0 1px #fb6e52; */
}
.info-subscribe-submit {
  height: 30px;
  width: 100px;
  font-size: 1.4rem;
  margin-top: 10px;
}




.page-preview-grid { 
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
/*   margin-top: -6.10225%; */
  position: relative;
  z-index: 10;
}
.page-preview-grid-item {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  margin-top: 6.10225%;
  color: #232323;
  border-radius: 5px;
  overflow: hidden;
  text-align: left;
}
.page-preview-grid-item:hover {
  box-shadow: inset 0 0 0 1px #b7b7b7;
}
.page-preview-grid-item img,
.page-preview-grid-item-text {
  position: relative;
  z-index: -1;
}
.page-preview-grid-item-text {
  padding: 12px 8.333% 26px;
  background-color: #ffffff;
  height: 100%;
}
.page-preview-grid-item-title {
  margin: 0 0 5px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
}
.page-preview-grid-item-desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.36;
}


.breadcrumbs-section {
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumbs-section a {
  text-decoration: none;
}
.breadcrumbs-section a:hover {
  text-decoration: underline;
}
.breadcrumbs-section-wrapper {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.2rem;
  padding-top: 9px;
  padding-bottom: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  color: #909090;
}
.breadcrumbs-home::after {
  content: "";
  width: 8px;
  height: 13px;
  display: inline-block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgOCAxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOCAxMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiM5MDkwOTA7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC44LDAuNWw2LDZsLTYsNiIvPgo8L3N2Zz4K') center center / contain no-repeat;
  margin-left: 9px;
  margin-right: 9px;
  position: relative;
  top: 2px;
}

.sticky-navbar {
  display: none;
}


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

  .subscribe-window {
  	padding: 42px 40px 46px;
  }
  .news-date {
    float: left;
  }
  .news-content {
    margin-left: 90px;  
  }
  .news-month {
    margin-bottom: 32px;
  }
  .news-date {
    margin-top: 1px;
    margin-bottom: 0;  
  }


  .form-radio-label {
    display: inline-block;
  }
  .form-radio-label.form-radio-label:not(:first-child) {
      margin-top: 0;
  }

  .cookie-table-wrapper {
    overflow: auto;
  }

  .page-preview-grid { 
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 17px;
  }
  .page-preview-grid-item {
    width: 47.0225%;
  }

  .breadcrumbs-section-wrapper {
    font-size: 1.3rem;
  }

}

@media only screen and (min-width: 568px) {
  .page-title {
    font-size: 3.6rem;
  }
  .start-section {
    padding-bottom: 55px;
  }
  .button-element {
    font-size: 1.7rem;
  }
  .button-default {
    max-width: 190px;
    margin: 10px 34px;
    padding: 9px 0 10px;
  }

  .section-title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .section-subtitle {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .columns-group-column-linear {
    width: 50%;
    margin-bottom: 40px;
  }
  .column-linear-image {
    margin-bottom: 32px;
  }  
  .columns-group-row-chess {
    margin-bottom: 0;
  }
  .column-chess-image {
    width: 60%;
    margin-bottom: 0;
    max-width: none;
  }
  .column-chess-text {
    width: 40%;
  }
  .reverse {
    direction: rtl;
  }
  .reverse .column-chess-text {
    direction: ltr;
  }

  .intro-section-wrapper {
    padding-bottom: 70px;
  }
  .intro-title {
    font-size: 6.5rem;
  }
  .intro-tegline {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .intro-text {
    margin-top: 12px;
    font-size: 1.7rem;
    line-height: 2.6rem;
    margin-bottom: 33px;
  }
  .note-text {
    font-size: 1.4rem;
  }
  .promo-video-play-button {
    width: 98px;
    height: 98px;
  }
  .promo-video-play-button::after {
    left: 35px;
    margin-top: -19px;
    border-width: 19px 0 19px 34px;
  }
  .promo-video-title {
    font-size: 2.4rem;
  }

  .key-features-section {
    padding-top: 57px;
    padding-bottom: 70px;
  }
  .key-features-list {
    margin-top: 52px;
    text-align: left;
  }
  .key-features-item {
    width: 50%;
    margin-bottom: 45px;
    max-width: none;
  }
  .key-features-item-title {
    font-size: 2.4rem;
  }
  .key-features-item-description {
    line-height: 1.66666667;
    font-size: 1.8rem;
  }

  .unordered-list-title {
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  .unordered-list + .unordered-list-title {
    margin-top: -25px;
  }
  .versions .unordered-list + .unordered-list-title {
    margin-top: 0;
  }
  .last-versions .unordered-list {
    margin-bottom: 50px;
  }
  .unordered-list li {
    margin-top: 16px;  
    padding-left: 30px;
  }
  .version-list-subtitle {
    padding-left: 30px;
    font-size: 1.7rem;
  }
  .version-changes-section {
    padding-bottom: 73px;
  }

  .all-features-section {
    padding-bottom: 73px;
  }
  .tech-specs-column .section-subtitle {
    margin-left: 30px;
  }

  .breadcrumbs-section-wrapper {
    font-size: 1.5rem;
    padding-top: 14px;
    padding-bottom: 17px;
  }

}

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

  .column-title,
  .columns-group-column .column-title {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .column-subtitle {
    font-size: 2.4rem;
    line-height: 1.1;
  }


  .info-box-column {
    width: 50%;
  }
  .info-box-title {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }

  .page-preview-grid { 
/*     margin-top: -1.9791667%; */
  }
  .page-preview-grid::after {
    height: 0;
    width: 31.25%;
    content: "";
  }
  .page-preview-grid-item {
    width: 31.25%;
    margin-top: 3.125%;
  }
  .page-preview-grid-item-title {
    font-size: 2rem;
  }

  .promo-video-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sticky-navbar {
    background-color: #c7c6c2;
    padding: 11px 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .42s cubic-bezier(.164, .84, .42, 1);
    -moz-transition: all .42s cubic-bezier(.164, .84, .42, 1);
    transition: all .42s cubic-bezier(.164, .84, .42, 1);
    will-change: opacity;
      display: block;
  /*     position: absolute; */
      width: 100%;
      text-align: center;
  }
  .sticky-navbar-effect {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .sticky-navbar-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;  
  }
  .sticky-navbar-name {
    display: inline-block;
    color: #2c3838;
    font-size: 1.8rem;
    line-height: 2.9rem;
    background: url(//cdn.swiftpublisher.com/assets/img/shared/site-logo@2x.png) left center / auto 100% no-repeat;
    padding-left: 3.5rem;
    text-decoration: none;
  }
  .sticky-navbar-name:hover {
    color: #596160;
  }
  .overview .sticky-navbar-name {
    pointer-events: none;
    cursor: default;
    
  }
  .sticky-navbar-buttons {
    width: auto;
    min-width: 320px;
  }
  .sticky-navbar-button {
    max-width: 140px;
    font-size: 1.4rem;
    padding: 7px 0 7px;
  }
  .sticky-navbar-button:not(:first-child) {
    margin-left: 20px;
  }
  .it .button-buy.sticky-navbar-button {
    max-width: 160px;
  }

.site-footer .section-content {
  padding: 50px 0 44px;
}

  .site-footer-copyright {
  font-size: 1.4rem;
  }
  .site-footer-menu-list {
    font-size: 2rem;
  }
  .site-footer-menu-list li:not(:first-child) {
    margin-top: 14px;
  }

}

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

  .info-resources-section {
    padding-top: 20px;
    padding-bottom: 38px;
  }
  .tech-specs-container {
    margin-top: 48px;
  }
  .tech-specs-column {
    width: 50%;
  }
  .tech-specs-column .section-subtitle {
    margin-bottom: 25px;
  }  
  .tech-specs-container .unordered-list + .section-subtitle {
    margin-top: 103px;
  }
  .section-subtitle-decorated::before {
    top: -53px;
  }
  .tech-specs-container:not(:first-of-type) .tech-specs-column + .tech-specs-column {
    margin-top: 0;
  }

}


/*
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
*/
.u-color-ffffff {
  color: #ffffff;
}
.u-color-2c3838 {
  color: #2c3838;
}
.u-c-91f1f1 {
  color: #91f1f1;
}
.u-b-color-30acab {
  background-color: #30acab;
}
.u-bc-2b3838 {
  background-color: #2B3838;
}


.u-text-center {
  text-align: center;
}
.u-fw-500 {
  font-weight: 500;
}
.u-fw-600 {
  font-weight: 600;
}

.u-br-5 {
  border-radius: 5px;
}
.u-br-10 {
  border-radius: 10px;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-mt--30  {
  margin-top: -30px;
}
.u-mt-10 {
  margin-top: 10px;
}
.u-mt-20 {
  margin-top: 20px;
}
.u-mt-25 {
  margin-top: 25px;
}
.u-mt-30 {
  margin-top: 30px;
}
.u-mt-35 {
  margin-top: 35px;
}
.u-mt-50 {
  margin-top: 50px;
}
.u-mt-60 {
  margin-top: 60px;
}
.u-mb-10 {
  margin-bottom: 10px;
}
.u-mb-20 {
  margin-bottom: 20px;
}
.u-mb-30 {
  margin-bottom: 30px;
}
.u-mb-35 {
  margin-bottom: 35px;
}
.u-mb-40 {
  margin-bottom: 40px;
}

.u-mt-30-50 {
  margin-top: 30px;
}
.u-mt-25-45 {
  margin-top: 25px;
}

.u-w-max-500 {
  max-width: 500px;
}
.u-w-max-720 {
  max-width: 720px;
}
.u-w-max-740 {
  max-width: 740px;
}
.u-w-max-820 {
  max-width: 820px;
}
.u-w-max-960 {
  max-width: 960px;
}

.u-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex-justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-align-scretch {
  align-content: stretch;
}
.flex-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex-content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.flex-content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.flex-content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.flex-content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.flex-content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.flex-self-auto {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}
.flex-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.flex-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@media only screen and (min-width: 568px) {
  .u-mt-30-50 {
    margin-top: 50px;
  }
  .u-mt-25-45 {
    margin-top: 45px;
  }
}

.nowrap {
  white-space: nowrap;
}
.hidden {
  display: none;
  visibility: hidden;
}
.gridspace {
  letter-spacing: -.5rem; 
}
.gridspace-fix {
  letter-spacing: normal;
}
.centered-text {
  text-align: center;
}

.lazy-hidden {
    opacity: 0;
}
.lazy-loaded {
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    opacity: 1;
}


