.hidden {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  vertical-align: baseline;
}

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

body {
  line-height: 1.6;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

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

a {
  text-decoration: none;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/nunito400.woff2?508e414e3d3bc41666826fee46c7d881) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/nunito600.woff2?8b8871e482a76d7e9327b02131564af7) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/nunito700.woff2?a22acb48f45d03d672bf5b9389363a83) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/opensans400.woff2?33543c5cc5d88f5695dd08c87d280dfd) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/opensans600.woff2?819af3d3abdc9f135d49b80a91e2ff4c) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  background: #f5f5f5;
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

::-moz-selection {
  background: #9cd7f6;
}

::selection {
  background: #9cd7f6;
}

p {
  margin: 0 0 30px;
}

a {
  color: #be03fd;
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
}

.hr {
  background: #212121;
  border: 0;
  height: 1px;
  margin: 30px 0;
}

.hr.home {
  background: #f5f5f5;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(190, 3, 253, 0.75), rgba(0, 0, 0, 0));
  height: 2px;
  margin: 0 0 40px;
}

input {
  outline: none;
}

strong {
  font-weight: 600;
}

:-ms-input-placeholder {
  color: #d5d5d5;
}

::-moz-placeholder {
  color: #d5d5d5;
  opacity: 1;
}

::placeholder {
  color: #d5d5d5;
  opacity: 1;
}

.edit-link {
  display: block;
  font-size: 11px;
  text-align: center;
}

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

.header {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin: 0 -10px;
}

@media only screen and (min-width: 700px) {
  .header {
    height: 130px;
  }
}

.header.sticky {
  background: #f5f5f5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.logo {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.logo:hover .icon {
  fill: #be03fd;
}

.logo .icon {
  transition: all .3s ease;
  fill: #212121;
  height: 29px;
  width: 64px;
}

.logo .text {
  color: #212121;
  display: none;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 10px 0 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

@media only screen and (min-width: 700px) {
  .logo .text {
    display: block;
  }
}

.nav-icons {
  -webkit-tap-highlight-color: transparent;
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  padding: 10px;
}

@media (hover: hover) {
  .nav-icons:hover svg {
    fill: #be03fd;
  }
}

.nav-icons svg {
  transition: all .3s ease;
  fill: #212121;
  height: 16px;
  width: 16px;
}

.nav {
  display: none;
  list-style: none;
  margin: 0 0 40px;
  text-align: center;
  width: 100%;
}

.nav li {
  display: block;
}

@media only screen and (min-width: 700px) {
  .nav li {
    display: inline-block;
    margin: 0 10px;
  }
}

.nav li a {
  transition: all .3s ease;
  color: #212121;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px;
}

.nav li a:hover {
  color: #be03fd;
}

.search-form {
  border-bottom: 2px solid #212121;
  display: none;
  max-width: 70%;
  margin: 10px auto 40px;
}

@media only screen and (min-width: 700px) {
  .search-form {
    margin: 7px auto 50px;
    max-width: 500px;
  }
}

.search-form input {
  background: transparent;
  border: 0;
  color: #212121;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 3px;
  outline: none;
  text-align: center;
  width: 100%;
}

.search-form input::-webkit-search-cancel-button {
  display: none;
}

.post-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -40px;
}

.post-grid .post-grid-item {
  box-sizing: border-box;
  margin: 0 0 30px;
  padding: 0 0 0 40px;
  text-align: center;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .post-grid .post-grid-item {
    margin: 0 0 40px;
    width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  .post-grid .post-grid-item {
    margin: 0 0 40px;
    width: 33.33%;
  }
}

@media only screen and (min-width: 600px) {
  .post-grid .post-grid-item.col2 {
    width: 50%;
  }
}

.post-grid .post-grid-item.col2 .details:hover .thumbnail {
  border: 15px solid #e9e9e9;
}

.post-grid .post-grid-item.col2 .details .thumbnail {
  border: 15px solid #e9e9e9;
}

@media only screen and (min-width: 1200px) {
  .post-grid .post-grid-item.ad {
    display: none;
  }
}

.post-grid .post-grid-item .details:hover .title {
  color: #be03fd;
}

.post-grid .post-grid-item .details:hover .thumbnail {
  border: 3px solid #fff;
}

@media only screen and (min-width: 700px) {
  .post-grid .post-grid-item .details:hover .thumbnail {
    border: 15px solid #fff;
  }
}

.post-grid .post-grid-item .details:hover .thumbnail .image {
  filter: contrast(90%) brightness(110%) saturate(150%);
  transform: scale(1.01);
}

.post-grid .post-grid-item .details .thumbnail {
  transition: all .3s ease;
  border: 3px solid #fcfcfc;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 700px) {
  .post-grid .post-grid-item .details .thumbnail {
    border: 15px solid #fcfcfc;
    margin: 0;
  }
}

.post-grid .post-grid-item .details .thumbnail .image {
  transition: all .3s ease;
  display: block;
  width: 100%;
}

.post-grid .post-grid-item .details .title {
  transition: all .3s ease;
  color: #212121;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 15px 0 0;
}

.post-grid .post-grid-item .categories {
  margin: 15px 0 -10px;
}

.post-grid .post-grid-item .categories .category {
  transition: all .3s ease;
  background: #fcfcfc;
  border-radius: 24px;
  color: #212121;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0 3px 10px;
  padding: 0 10px;
  text-transform: lowercase;
}

.post-grid .post-grid-item .categories .category.main {
  text-transform: uppercase;
}

.post-grid .post-grid-item .categories .category.main.main:hover {
  background: #f3c7ef;
}

.post-grid .post-grid-item .categories .category:hover {
  background: #dcdff9;
}

.post-grid .post-grid-item .colors {
  margin: 15px 0 0;
}

.post-grid .post-grid-item .colors .color {
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  margin: 0 4px;
  width: 20px;
}

.post {
  margin: 0;
}

.post .cover-container {
  display: block;
  margin: 0 -20px 20px;
}

@media only screen and (min-width: 700px) {
  .post .cover-container {
    margin: 0 0 20px;
  }
}

.post .cover-container .cover {
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 700px) {
  .post .cover-container .cover {
    border: 15px solid #fcfcfc;
  }

  .post .cover-container .cover:hover {
    border: 15px solid #fff;
  }
}

.post .info {
  margin: 0 0 40px;
  text-align: center;
}

.post .title {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 0 14px;
}

@media only screen and (min-width: 700px) {
  .post .title {
    font-size: 15px;
  }
}

.post .source {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 0 20px;
}

@media only screen and (min-width: 700px) {
  .post .source {
    font-size: 12px;
  }
}

.post .categories {
  margin: 0 0 7px;
  text-align: center;
}

.post .categories.article {
  margin: 0 0 25px;
}

.post .categories li {
  display: inline-block;
  margin: 0 5px 13px;
}

.post .categories li a {
  transition: all .3s ease;
  background: #fcfcfc;
  color: #212121;
  display: block;
  border-radius: 30px;
  color: #212121;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 12px;
}

.post .categories li a:hover {
  background: #dcdff9;
}

.post .categories li a.main {
  text-transform: uppercase;
}

.post .categories li a.main.main:hover {
  background: #f3c7ef;
}

.post .categories li a.user {
  text-transform: initial;
}

.post .categories li a.user.user:hover {
  background: #c7f3d5;
}

.post .colors {
  margin: 0;
}

.post .colors li {
  display: inline-block;
}

.post .colors li a {
  border-radius: 100%;
  display: block;
  height: 30px;
  margin: 0 5px;
  width: 30px;
}

.post .components {
  margin: 0 0 40px;
}

.post .components li {
  transition: all .3s ease;
  align-items: center;
  background: #fcfcfc;
  border-top: 1px solid #e9e9e9;
  display: flex;
  padding: 15px;
}

@media only screen and (min-width: 700px) {
  .post .components li {
    padding: 15px 30px;
  }
}

.post .components li:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}

.post .components li:hover {
  background: #fff;
}

.post .components li img,
.post .components li svg {
  transition: all .3s ease;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  display: block;
  height: 60px;
  margin: 0 15px 0 0;
  width: 60px;
}

@media only screen and (min-width: 700px) {
  .post .components li img,
  .post .components li svg {
    height: 60px;
    width: 60px;
  }
}

.post .components li .component svg {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  padding: 15px;
}

@media only screen and (min-width: 700px) {
  .post .components li .component svg {
    padding: 17px;
  }
}

@media (hover: hover) {
  .post .components li .component svg:hover {
    fill: #be03fd;
  }
}

.post .components li .component {
  transition: all .3s ease;
  align-items: center;
  color: #212121;
  display: inline-flex;
  flex-grow: 1;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 60px;
  letter-spacing: 0.5px;
}

.post .components li .component:hover {
  color: #be03fd;
}

@media only screen and (min-width: 700px) {
  .post .components li .component {
    font-size: 14px;
    min-height: 60px;
  }
}

.post .components li .component-add-info {
  color: #b5b5b5;
  cursor: pointer;
}

.post .components li .component-add-form {
  display: none;
  width: 100%;
}

.post .components li .component-add-form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b5b5b5;
  color: #212121;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  outline: none;
  padding: 4px 0;
  width: 100%;
}

.post .rotate {
  transform: rotate(45deg);
}

.post .links {
  margin: 0 0 40px;
  text-align: center;
}

.post .links li {
  display: inline-block;
  margin: 0 5px 15px;
}

.post .links li a {
  transition: all .3s ease;
  align-items: center;
  display: flex;
  background: #fcfcfc;
  color: #212121;
  border-radius: 30px;
  color: #212121;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0 15px;
}

.post .links li a:hover {
  background: #dcdff9;
}

.post .links li a svg {
  fill: #212121 !important;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

.post .adjacent-posts {
  margin: 0 0 40px;
  text-align: center;
}

.post .adjacent-posts a {
  transition: all .3s ease;
  align-items: center;
  background: #fcfcfc;
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 0 10px;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  width: 20px;
}

.post .adjacent-posts a:hover {
  background: #fff;
}

.post .adjacent-posts a:hover svg {
  fill: #be03fd;
}

.post .adjacent-posts a svg {
  transition: all .3s ease;
  fill: #212121;
  height: 20px;
  margin: 0;
  vertical-align: middle;
  width: 20px;
}

.post-title {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 40px 0;
}

.post-title.first {
  margin: 0 0 40px 0;
}

.post-title.center {
  text-align: center;
}

.post-content {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.3px;
  margin: 0 0 40px;
}

.post-content .headline {
  color: #212121;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 30px;
}

.post-content .heading {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
}

.post-content .heading.h2 {
  font-size: 19px;
}

.post-content .heading.h3 {
  font-size: 17px;
}

.post-content .heading.h4 {
  font-size: 15px;
}

.post-content .heading.h5 {
  font-size: 13px;
}

.post-content .heading.h6 {
  font-size: 11px;
}

.post-content p {
  margin: 0 0 30px;
}

.post-content .quote {
  border-left: 2px solid #be03fd;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}

.post-content .quote span {
  font-style: italic;
}

.post-content .quote span:before {
  content: '"';
  margin: 0 4px 0 0;
}

.post-content .quote span:after {
  content: '"';
  margin: 0 0 0 4px;
}

.post-content .list {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  list-style-type: circle;
  margin: 0 0 30px;
  margin-left: 1.5em !important;
}

.post-content .list li {
  padding: 4px 0;
}

.post-content .qa {
  margin: 0 0 30px;
}

.post-content .qa .question {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}

.post-content .qa .answer {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
}

.post-content .image {
  margin: 0 0 15px;
}

.post-content .image img {
  max-width: 100%;
}

.post-content .image figcaption {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  margin: 6px 0 0;
  text-align: center;
}

.post-content .video {
  margin: 0 0 30px;
}

.post-content .video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post-content .youtube {
  margin: 0 0 30px;
  max-width: 100%;
  padding: 0;
}

.post-content .youtube .responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.post-content .youtube .responsive-video iframe,
.post-content .youtube .responsive-video object,
.post-content .youtube .responsive-video embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-content .embed {
  margin: 0 0 30px;
}

.post-content .gap {
  width: 100%;
}

.post-content .gap.gap-1 {
  height: 25px;
}

.post-content .gap.gap-2 {
  height: 50px;
}

.post-content .gap.gap-3 {
  height: 75px;
}

.post-content .gap.gap-4 {
  height: 100px;
}

.post-content .gap.gap-5 {
  height: 125px;
}

.submit-banner {
  transition: all .3s ease;
  background: #be03fd;
  border: 2px dotted #f5f5f5;
  color: #f5f5f5;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  margin: 10px 0 40px;
  padding: 40px 20px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 700px) {
  .submit-banner {
    font-size: 20px;
    margin: 0 0 40px;
    padding: 20px;
  }
}

.submit-banner:hover {
  background: #d046ff;
}

.a1 {
  margin: 0 auto 5px;
  max-width: 300px;
}

@media only screen and (min-width: 700px) {
  .a1 {
    display: none;
  }
}

.ab1 {
  margin: 0 auto 40px;
  max-width: 300px;
}

@media only screen and (min-width: 700px) {
  .ab1 {
    display: none;
  }
}

.ac1 {
  margin: 0 auto 40px;
  max-width: 300px;
}

@media only screen and (min-width: 700px) {
  .ac1 {
    display: none;
  }
}

.articlead {
  margin: 0 auto 40px;
  max-width: 300px;
}

@media only screen and (min-width: 700px) {
  .articlead {
    display: none;
  }
}

.size0,
.size1,
.size2,
.size3,
.size4 {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin: 10px 0 20px;
  letter-spacing: 1px;
}

.size0.center,
.size1.center,
.size2.center,
.size3.center,
.size4.center {
  text-align: center;
}

.size0.uppercase,
.size1.uppercase,
.size2.uppercase,
.size3.uppercase,
.size4.uppercase {
  text-transform: uppercase;
}

.size0.weight600,
.size1.weight600,
.size2.weight600,
.size3.weight600,
.size4.weight600 {
  font-weight: 600;
}

.size0.weight600 a,
.size1.weight600 a,
.size2.weight600 a,
.size3.weight600 a,
.size4.weight600 a {
  font-weight: 600;
}

.size0.weight700,
.size1.weight700,
.size2.weight700,
.size3.weight700,
.size4.weight700 {
  font-weight: 700;
}

.size0.weight700 a,
.size1.weight700 a,
.size2.weight700 a,
.size3.weight700 a,
.size4.weight700 a {
  font-weight: 700;
}

.size0.bottom35,
.size1.bottom35,
.size2.bottom35,
.size3.bottom35,
.size4.bottom35 {
  margin-bottom: 35px;
}

.size0 .nocolor,
.size1 .nocolor,
.size2 .nocolor,
.size3 .nocolor,
.size4 .nocolor {
  color: #212121;
}

.size0 {
  font-size: 16px;
}

@media only screen and (min-width: 700px) {
  .size0 {
    font-size: 16px;
  }
}

.size1 {
  font-size: 15px;
}

@media only screen and (min-width: 700px) {
  .size1 {
    font-size: 15px;
  }
}

.size2 {
  font-size: 14px;
}

@media only screen and (min-width: 700px) {
  .size2 {
    font-size: 14px;
  }
}

.size3 {
  font-size: 13px;
}

@media only screen and (min-width: 700px) {
  .size3 {
    font-size: 13px;
  }
}

.size4 {
  font-size: 11px;
}

@media only screen and (min-width: 700px) {
  .size4 {
    font-size: 11px;
  }
}

.heading-color {
  border-radius: 100%;
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}

.user-info {
  margin: 0 0 40px;
  text-align: center;
}

.user-info .cover {
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
  max-width: 64px;
}

.user-info .cover:hover img {
  border: 0 solid #fff;
}

.user-info .cover img {
  transition: all .3s ease;
  border: 0 solid #fcfcfc;
  border-radius: 50%;
  display: block;
  width: 100%;
}

.user-info .breadcrumbs {
  transition: all .3s ease;
  color: #212121;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 20px auto 0;
}

.user-info .breadcrumbs:hover {
  color: #be03fd;
}

.user-info .title {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 20px;
  text-align: center;
}

.user-info .title a {
  color: #212121;
  font-weight: 600;
}

.user-info .description {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 auto 40px;
  max-width: 900px;
  text-align: center;
}

.user-info .links {
  margin: 0 0 40px;
  text-align: center;
}

.user-info .links li {
  display: inline-block;
  margin: 0 8px 20px;
}

@media only screen and (min-width: 700px) {
  .user-info .links li {
    margin: 0 5px 15px;
  }
}

.user-info .links li a {
  transition: all .3s ease;
  align-items: center;
  display: flex;
  background: #fcfcfc;
  color: #212121;
  border-radius: 34px;
  color: #212121;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 34px;
  padding: 0 15px;
}

.user-info .links li a:hover {
  background: #dcdff9;
}

.user-info .links li a svg {
  fill: #212121 !important;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

.brand-info {
  margin: 0 0 40px;
  text-align: center;
}

.brand-info .cover {
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
  max-width: 160px;
}

.brand-info .cover:hover img {
  border: 15px solid #fff;
}

.brand-info .cover img {
  transition: all .3s ease;
  border: 15px solid #fcfcfc;
  border-radius: 50%;
  display: block;
  width: 100%;
}

.brand-info .breadcrumbs {
  transition: all .3s ease;
  color: #212121;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 20px auto 0;
}

.brand-info .breadcrumbs:hover {
  color: #be03fd;
}

.brand-info .title {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 30px;
  text-align: center;
}

.brand-info .title a {
  color: #212121;
  font-weight: 600;
}

.brand-info .description {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 auto 40px;
  max-width: 900px;
  text-align: center;
}

.brand-info .links {
  margin: 0 0 40px;
  text-align: center;
}

.brand-info .links li {
  display: inline-block;
  margin: 0 8px 20px;
}

@media only screen and (min-width: 700px) {
  .brand-info .links li {
    margin: 0 5px 15px;
  }
}

.brand-info .links li a {
  transition: all .3s ease;
  align-items: center;
  display: flex;
  background: #fcfcfc;
  color: #212121;
  border-radius: 34px;
  color: #212121;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 34px;
  padding: 0 15px;
}

.brand-info .links li a:hover {
  background: #dcdff9;
}

.brand-info .links li a svg {
  fill: #212121 !important;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.brand-list li {
  transition: all .3s ease;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  width: 50%;
}

@media only screen and (min-width: 450px) {
  .brand-list li {
    width: 33.333%;
  }
}

@media only screen and (min-width: 650px) {
  .brand-list li {
    width: 25%;
  }
}

@media only screen and (min-width: 850px) {
  .brand-list li {
    width: 20%;
  }
}

.brand-list li:hover .name {
  color: #be03fd;
}

.brand-list li .img {
  transition: all .3s ease;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  display: block;
  height: 100px;
  margin: 0 0 5px;
  width: 100px;
}

.brand-list li .name {
  transition: all .3s ease;
  align-items: center;
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.component-info {
  margin: 0 0 40px;
  text-align: center;
}

.component-info .cover {
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.component-info .cover:hover img {
  border: 15px solid #fff;
}

.component-info .cover img {
  transition: all .3s ease;
  border: 15px solid #fcfcfc;
  border-radius: 50%;
  display: block;
  width: 100%;
}

.component-info .breadcrumbs {
  transition: all .3s ease;
  color: #212121;
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 20px auto 0;
}

.component-info .breadcrumbs:hover {
  color: #be03fd;
}

.component-info .title {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 30px;
  text-align: center;
}

.component-info .title a {
  font-weight: 600;
}

.component-info .description {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 auto 40px;
  max-width: 900px;
  text-align: center;
}

.component-info .disclaimer {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-style: italic;
}

.component-info .links-container {
  margin: 0 0 40px;
}

.component-info .links {
  margin: 0;
  text-align: center;
}

.component-info .links li {
  display: inline-block;
  margin: 0 8px 20px;
}

@media only screen and (min-width: 700px) {
  .component-info .links li {
    margin: 0 5px 15px;
  }
}

.component-info .links li a {
  transition: all .3s ease;
  align-items: center;
  display: flex;
  background: #fcfcfc;
  color: #212121;
  border-radius: 34px;
  color: #212121;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 34px;
  padding: 0 15px;
}

.component-info .links li a:hover {
  background: #dcdff9;
}

.component-info .links li a svg {
  fill: #212121 !important;
  height: 18px;
  margin-right: 8px;
  width: 18px;
}

.component-info .links-affiliate {
  margin: 10px 0 0;
  text-align: center;
}

.component-info .links-affiliate li {
  display: inline-block;
  margin: 0 5px 10px;
}

.component-info .links-affiliate li a {
  transition: all .3s ease;
  align-items: center;
  display: flex;
  background: #fcfcfc;
  border-radius: 15px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.component-info .links-affiliate li a:hover {
  background: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.05);
}

.component-info .links-affiliate li a img {
  height: 50px;
  width: 103px;
}

.component-list {
  margin: 0 0 40px;
}

.component-list li {
  transition: all .3s ease;
  align-items: center;
  background: #fcfcfc;
  border-top: 1px solid #e9e9e9;
  display: flex;
  padding: 15px;
}

@media only screen and (min-width: 700px) {
  .component-list li {
    padding: 15px 30px;
  }
}

.component-list li:last-of-type {
  border-bottom: 1px solid #e9e9e9;
}

.component-list li:hover {
  background: #fff;
}

.component-list li img {
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  display: block;
  height: 60px;
  margin: 0 15px 0 0;
  width: 60px;
}

@media only screen and (min-width: 700px) {
  .component-list li img {
    height: 80px;
    width: 80px;
  }
}

.component-list li .component {
  transition: all .3s ease;
  align-items: center;
  color: #212121;
  display: inline-flex;
  flex-grow: 1;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 60px;
  letter-spacing: 0.5px;
}

.component-list li .component:hover {
  color: #be03fd;
}

@media only screen and (min-width: 700px) {
  .component-list li .component {
    font-size: 14px;
    min-height: 80px;
  }
}

.select-category {
  color: #212121;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 0 40px;
  text-align: center;
}

.select-category .show-categories {
  cursor: pointer;
  font-weight: 600;
  margin: 0 0 15px;
}

.select-category .show-categories:hover {
  color: #be03fd;
}

.select-category .show-categories:hover:after {
  border-bottom: 1px solid #be03fd;
  border-right: 1px solid #be03fd;
}

.select-category .show-categories:after {
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 0 0 0 6px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
}

.select-category .list-categories {
  transition: all .5s ease;
  display: none;
}

.select-category .list-categories a {
  color: #212121;
  display: inline-block;
  padding: 5px 10px;
}

.select-category .list-categories a:hover {
  color: #be03fd;
}

.gallery-grid-1,
.gallery-grid-2,
.gallery-grid-3,
.gallery-grid-4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.gallery-grid-1 li,
.gallery-grid-2 li,
.gallery-grid-3 li,
.gallery-grid-4 li {
  box-sizing: border-box;
  margin: 0 0 15px;
  text-align: center;
}

.gallery-grid-1 li a,
.gallery-grid-2 li a,
.gallery-grid-3 li a,
.gallery-grid-4 li a {
  display: block;
  width: 100%;
}

.gallery-grid-1 li img,
.gallery-grid-2 li img,
.gallery-grid-3 li img,
.gallery-grid-4 li img {
  display: block;
  width: 100%;
}

.gallery-grid-1 li .title,
.gallery-grid-2 li .title,
.gallery-grid-3 li .title,
.gallery-grid-4 li .title {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 20px;
}

.gallery-grid-2,
.gallery-grid-3,
.gallery-grid-4 {
  margin: 0 0 0 -15px;
}

.gallery-grid-2 li,
.gallery-grid-3 li,
.gallery-grid-4 li {
  box-sizing: border-box;
  margin: 0 0 15px;
  padding: 0 0 0 15px;
}

.gallery-grid-2 li {
  width: 100%;
}

@media only screen and (min-width: 700px) {
  .gallery-grid-2 li {
    width: 50%;
  }
}

.gallery-grid-3 li {
  width: 33.333%;
}

.gallery-grid-4 li {
  width: 50%;
}

@media only screen and (min-width: 700px) {
  .gallery-grid-4 li {
    width: 25%;
  }
}

.gallery-grid-photo-tips-1,
.gallery-grid-photo-tips-2,
.gallery-grid-photo-tips-3,
.gallery-grid-photo-tips-4 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 30px;
}

.gallery-grid-photo-tips-1 li,
.gallery-grid-photo-tips-2 li,
.gallery-grid-photo-tips-3 li,
.gallery-grid-photo-tips-4 li {
  box-sizing: border-box;
  margin: 0 0 40px;
  text-align: center;
}

.gallery-grid-photo-tips-1 li a,
.gallery-grid-photo-tips-2 li a,
.gallery-grid-photo-tips-3 li a,
.gallery-grid-photo-tips-4 li a {
  display: block;
  width: 100%;
}

.gallery-grid-photo-tips-1 li img,
.gallery-grid-photo-tips-2 li img,
.gallery-grid-photo-tips-3 li img,
.gallery-grid-photo-tips-4 li img {
  display: block;
  width: 100%;
}

.gallery-grid-photo-tips-1 li .title,
.gallery-grid-photo-tips-2 li .title,
.gallery-grid-photo-tips-3 li .title,
.gallery-grid-photo-tips-4 li .title {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 0;
}

.gallery-grid-photo-tips-2,
.gallery-grid-photo-tips-3,
.gallery-grid-photo-tips-4 {
  margin: 0 0 30px -40px;
}

.gallery-grid-photo-tips-2 li,
.gallery-grid-photo-tips-3 li,
.gallery-grid-photo-tips-4 li {
  box-sizing: border-box;
  margin: 0 0 40px;
  padding: 0 0 0 40px;
}

.gallery-grid-photo-tips-2 li {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .gallery-grid-photo-tips-2 li {
    width: 50%;
  }
}

.gallery-grid-photo-tips-3 li {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .gallery-grid-photo-tips-3 li {
    width: 50%;
  }
}

@media only screen and (min-width: 900px) {
  .gallery-grid-photo-tips-3 li {
    width: 33.33%;
  }
}

.gallery-grid-photo-tips-4 li {
  width: 50%;
}

@media only screen and (min-width: 600px) {
  .gallery-grid-photo-tips-4 li {
    width: 25%;
  }
}

.gallery-carousel {
  background: #fcfcfc;
  margin: 0 0 45px;
}

.gallery-carousel.is-fullscreen {
  margin: 0;
}

.gallery-carousel.is-fullscreen .gallery-carousel-cell {
  height: 100%;
}

.gallery-carousel.is-fullscreen .gallery-carousel-cell img {
  max-height: 100%;
}

.gallery-carousel-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.gallery-carousel-cell img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.gallery-carousel-full {
  background: #fcfcfc;
  margin: 0 -20px 30px -20px;
}

@media only screen and (min-width: 700px) {
  .gallery-carousel-full {
    margin: 0 0 30px;
  }
}

.gallery-carousel-full.is-fullscreen {
  border: 0;
  margin: 0;
}

.gallery-carousel-full.is-fullscreen .gallery-carousel-cell {
  height: 100%;
}

.gallery-carousel-full.is-fullscreen .gallery-carousel-cell img {
  max-height: 100%;
}

.gallery-carousel-cell {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.gallery-carousel-cell img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.pagination {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 30px 0 40px;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 5px 10px;
}

.pagination li.active span {
  background: #212121;
  color: #fcfcfc;
}

.pagination li.disabled span {
  color: #bbb;
}

.pagination li a,
.pagination li span {
  border-radius: 38px;
  color: #212121;
  display: inline-block;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  width: 38px;
}

.pagination li a:hover {
  background: #fcfcfc;
}

.search-divider {
  background: #d9d9d9;
  border: 0;
  height: 1px;
  margin: 0 0 40px;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%;
}

.flickity-button {
  background: transparent;
  border: 0;
  color: #333;
  position: absolute;
}

.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}

.flickity-button:focus {
  box-shadow: 0 0 0 5px #19F;
  outline: none;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  cursor: auto;
  opacity: 0.3;
  pointer-events: none;
}

.flickity-button .flickity-button-icon {
  fill: #fff;
}

.flickity-prev-next-button {
  border-radius: 50%;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

@media only screen and (min-width: 500px) {
  .flickity-prev-next-button {
    height: 44px;
    width: 44px;
  }
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  height: 60%;
  left: 20%;
  position: absolute;
  top: 20%;
  width: 60%;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}

.flickity-page-dots {
  bottom: -25px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.flickity-page-dots .dot {
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 8px;
  opacity: 0.25;
  width: 10px;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-enabled.is-fullscreen {
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  left: 0;
  padding-bottom: 35px;
  padding-top: 35px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

html.is-flickity-fullscreen {
  overflow: hidden;
}

.flickity-fullscreen-button {
  border-radius: 4px;
  display: block;
  height: 24px;
  right: 10px;
  top: 10px;
  width: 24px;
}

.flickity-fullscreen-button .flickity-button-icon {
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 16px;
}

.flickity-rtl .flickity-fullscreen-button {
  left: 10px;
  right: auto;
}

.flickity-fullscreen-button-exit {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.91;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: #fafafa;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0);
  height: 100%;
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0 0 0;
  }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.icon-link {
  align-items: center;
  display: flex;
}

.icon-link svg {
  fill: #212121 !important;
  height: 16px;
  margin-right: 5px;
  width: 16px;
}

.share-buttons {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}

.share-buttons li {
  display: inline-block;
  margin: 0 10px 20px;
}

.share-buttons li a {
  transition: all .3s ease;
  align-items: center;
  background: #fcfcfc;
  border-radius: 50%;
  box-sizing: content-box;
  color: #212121;
  display: flex;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
  width: 20px;
}

.share-buttons li a:hover {
  background: #fff;
}

.share-buttons li a:hover svg {
  fill: #be03fd;
}

.share-buttons li a svg {
  transition: all .3s ease;
  fill: #212121;
  height: 20px;
  margin: 0 0 0 0;
  vertical-align: middle;
  width: 20px;
}

@media only screen and (min-width: 700px) {
  .share-buttons .mobile {
    display: none;
  }
}

.about,
.submit {
  margin: 0 0 40px;
}

.about .cover,
.submit .cover {
  transition: all .3s ease;
  border: 15px solid #fcfcfc;
  border-radius: 50%;
  display: block;
  margin: 0 auto 40px;
  max-width: 160px;
  width: 100%;
}

.about .title,
.submit .title {
  color: #be03fd;
  font-family: "Nunito", sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 20px;
  text-align: center;
}

.about .title.error,
.submit .title.error {
  color: #ef4e3e;
}

.about p,
.submit p {
  color: #212121;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 2;
  margin: 0 auto 20px;
  max-width: 600px;
  text-align: center;
}

.form label {
  display: block;
  font-size: 13px;
  margin: 0 0 35px;
}

.form label span {
  color: #565656;
  display: block;
  margin: 0 0 5px;
}

.form label span.center {
  text-align: center;
}

.form label .label-alert {
  color: #ef4e3e;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin: 5px 0 0;
}

.form label input[type=text],
.form label input[type=date],
.form label input[type=datetime],
.form label input[type=file],
.form label input[type=time],
.form label input[type=url],
.form label input[type=email],
.form label input[type=password],
.form label input[type=number],
.form label textarea,
.form label select {
  background: #fcfcfc;
  border: 1px solid #e5e9ef;
  box-sizing: border-box;
  border-radius: 3px;
  color: #565656;
  display: block;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%;
}

.form label textarea {
  min-height: 250px;
}

.form button {
  transition: all .3s ease-in-out;
  background: #212121;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  outline: none;
  padding: 15px 20px;
  text-transform: uppercase;
  width: 100%;
}

.form button:hover {
  background-color: #be03fd;
}

.form::-moz-placeholder {
  color: red;
  opacity: 1;
}

.form:-ms-input-placeholder {
  color: red;
  opacity: 1;
}

.form::placeholder {
  color: red;
  opacity: 1;
}

.form:-ms-input-placeholder {
  color: red;
}

.form::-ms-input-placeholder {
  color: red;
}

.footer {
  border-top: 2px solid #212121;
  padding: 60px 0;
  text-align: center;
}

.footer-social-media-icons {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer-social-media-icons li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

.footer-social-media-icons li:hover svg {
  fill: #be03fd;
}

.footer-social-media-icons li svg {
  transition: all .3s ease;
  display: block;
  fill: #212121;
  height: 20px;
  padding: 10px;
  width: 20px;
}

.nav-footer {
  list-style: none;
  margin: 30px 0 0;
  width: 100%;
}

.nav-footer li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

.nav-footer li a {
  transition: all .3s ease;
  color: #212121;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 50px;
}

.nav-footer li a:hover {
  color: #be03fd;
}

@media only screen and (min-width: 700px) {
  .nav-footer li a {
    line-height: 30px;
  }
}

.nav-footer-secondary {
  list-style: none;
  margin: 30px 0 0;
  width: 100%;
}

.nav-footer-secondary li {
  display: inline-block;
  margin: 0 10px;
  text-align: center;
}

.nav-footer-secondary li a {
  transition: all .3s ease;
  color: #212121;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 30px;
}

.nav-footer-secondary li a:hover {
  color: #be03fd;
}

.cookie-consent {
  background: #fcfcfc;
  bottom: 0;
  color: #212121;
  display: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.7;
  padding: 30px;
  position: fixed;
  text-align: center;
  width: 100%;
}

.cookie-consent .text {
  display: inline-block;
}

.cookie-consent .button {
  transition: all .3s ease;
  background: #be03fd;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 20px auto 0;
  max-width: 120px;
  padding: 8px 15px;
}

.cookie-consent .button:hover {
  background: #212121;
}

@media only screen and (min-width: 700px) {
  .cookie-consent .button {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}

.post-title-photo-tips {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto 20px;
  max-width: 700px;
}

@media only screen and (min-width: 600px) {
  .post-title-photo-tips {
    line-height: 1.5;
  }
}

.post-title-photo-tips.first {
  margin: 0 0 40px 0;
}

.post-title-photo-tips.center {
  text-align: center;
}

.post-content-photo-tips {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.3px;
  margin: 0 0 40px;
}

.post-content-photo-tips .headline {
  color: #212121;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 30px;
}

.post-content-photo-tips .heading {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
}

.post-content-photo-tips .heading.h2 {
  font-size: 19px;
}

.post-content-photo-tips .heading.h3 {
  font-size: 17px;
  margin: 0 0 10px;
}

.post-content-photo-tips .heading.h4 {
  font-size: 15px;
}

.post-content-photo-tips .heading.h5 {
  font-size: 13px;
}

.post-content-photo-tips .heading.h6 {
  font-size: 11px;
}

.post-content-photo-tips p {
  margin: 0 0 30px;
}

.post-content-photo-tips .quote {
  border-left: 2px solid #be03fd;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}

.post-content-photo-tips .quote span {
  font-style: italic;
}

.post-content-photo-tips .list {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  list-style-type: circle;
  margin: 0 0 30px;
  margin-left: 1.5em !important;
}

.post-content-photo-tips .list li {
  padding: 4px 0;
}

.post-content-photo-tips .qa {
  margin: 0 0 30px;
}

.post-content-photo-tips .qa .question {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}

.post-content-photo-tips .qa .answer {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
}

.post-content-photo-tips .image {
  margin: 0 0 40px;
}

.post-content-photo-tips .image img {
  max-width: 100%;
}

.post-content-photo-tips .image figcaption {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  margin: 6px 0 0;
  text-align: center;
}

.post-content-photo-tips .video {
  margin: 0 0 30px;
}

.post-content-photo-tips .video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post-content-photo-tips .youtube {
  margin: 0 0 30px;
  max-width: 100%;
  padding: 2px;
}

.post-content-photo-tips .youtube .responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.post-content-photo-tips .youtube .responsive-video iframe,
.post-content-photo-tips .youtube .responsive-video object,
.post-content-photo-tips .youtube .responsive-video embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-content-photo-tips .embed {
  margin: 0 0 30px;
}

.post-content-photo-tips .gap {
  width: 100%;
}

.post-content-photo-tips .gap.gap-1 {
  height: 25px;
}

.post-content-photo-tips .gap.gap-2 {
  height: 50px;
}

.post-content-photo-tips .gap.gap-3 {
  height: 75px;
}

.post-content-photo-tips .gap.gap-4 {
  height: 100px;
}

.post-content-photo-tips .gap.gap-5 {
  height: 125px;
}

.cover-container-article {
  display: block;
  margin: 0 0 50px;
}

.cover-container-article .cover {
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post-title-article {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto 20px;
  max-width: 700px;
}

@media only screen and (min-width: 600px) {
  .post-title-article {
    line-height: 1.5;
  }
}

.post-title-article.first {
  margin: 0 0 40px 0;
}

.post-title-article.center {
  text-align: center;
}

.post-content-article {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.3px;
  margin: 0 0 40px;
}

.post-content-article .headline {
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto 40px;
  max-width: 700px;
}

.post-content-article .heading {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin: 0 auto 20px;
  max-width: 700px;
}

.post-content-article .heading.h2 {
  font-size: 30px;
}

.post-content-article .heading.h3 {
  font-size: 23px;
  margin: 0 auto 10px;
}

.post-content-article .heading.h4 {
  font-size: 15px;
}

.post-content-article .heading.h5 {
  font-size: 13px;
}

.post-content-article .heading.h6 {
  font-size: 11px;
}

.post-content-article p {
  margin: 0 auto 30px;
  max-width: 700px;
}

.post-content-article .hashtags {
  font-size: 14px;
  list-style: none;
  margin: 0 auto 30px;
  max-width: 700px;
}

.post-content-article .hashtags li {
  display: inline;
}

.post-content-article .hashtags li:last-child::after {
  content: none;
  padding: 0;
}

.post-content-article .hashtags li::after {
  color: #999;
  content: " | ";
  padding: 0 5px;
}

.post-content-article .quote {
  border-left: 2px solid #be03fd;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 40px;
  max-width: 700px;
  padding: 0 0 0 15px;
}

.post-content-article .quote span {
  font-style: italic;
}

.post-content-article .list {
  color: #212121;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  list-style-type: none;
  margin: 0 auto 40px;
  max-width: 700px;
}

.post-content-article .list li {
  margin: 0 0 4px;
}

.post-content-article .list li:last-of-type {
  margin: 0;
}

.post-content-article .list li a {
  text-decoration: underline;
}

.post-content-article .qa {
  margin: 0 0 30px;
}

.post-content-article .qa .question {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}

.post-content-article .qa .answer {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
}

.post-content-article .image {
  margin: 0 auto 35px;
  max-width: 900px;
}

.post-content-article .image img {
  max-width: 100%;
}

.post-content-article .image figcaption {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  margin: 6px 0 0;
  text-align: center;
}

.post-content-article .video {
  margin: 0 0 30px;
}

.post-content-article .video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post-content-article .youtube {
  margin: 0 0 30px;
  max-width: 100%;
  padding: 2px;
}

.post-content-article .youtube .responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.post-content-article .youtube .responsive-video iframe,
.post-content-article .youtube .responsive-video object,
.post-content-article .youtube .responsive-video embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-content-article .embed {
  margin: 0 0 30px;
}

.post-content-article .gap {
  width: 100%;
}

.post-content-article .gap.gap-1 {
  height: 25px;
}

.post-content-article .gap.gap-2 {
  height: 50px;
}

.post-content-article .gap.gap-3 {
  height: 75px;
}

.post-content-article .gap.gap-4 {
  height: 100px;
}

.post-content-article .gap.gap-5 {
  height: 125px;
}

.cover-container-catalog {
  display: block;
  margin: 0 0 50px;
}

.cover-container-catalog .cover {
  transition: all .3s ease;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post-title-catalog {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto 20px;
  max-width: 700px;
}

@media only screen and (min-width: 600px) {
  .post-title-catalog {
    line-height: 1.5;
  }
}

.post-title-catalog.first {
  margin: 0 0 40px 0;
}

.post-title-catalog.center {
  text-align: center;
}

.post-content-catalog {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.3px;
  margin: 0 0 40px;
}

.post-content-catalog .headline {
  color: #212121;
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto 30px;
  max-width: 700px;
}

.post-content-catalog .heading {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin: 0 auto 20px;
}

.post-content-catalog .heading.h2 {
  border-bottom: 1px solid #212121;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0 auto 40px;
  position: relative;
}

.post-content-catalog .heading.h2 a {
  bottom: 4px;
  font-size: 13px;
  position: absolute;
  right: 0;
}

.post-content-catalog .heading.h3 {
  border-bottom: 1px solid #212121;
  font-size: 23px;
  line-height: 1;
  margin: 0 auto 40px;
}

.post-content-catalog .heading.h4 {
  font-size: 15px;
}

.post-content-catalog .heading.h5 {
  font-size: 13px;
}

.post-content-catalog .heading.h6 {
  font-size: 11px;
}

.post-content-catalog p {
  margin: 0 auto 30px;
  max-width: 700px;
}

.post-content-catalog .hashtags {
  font-size: 14px;
  list-style: none;
  margin: 0 auto 30px;
  max-width: 700px;
}

.post-content-catalog .hashtags li {
  display: inline;
}

.post-content-catalog .hashtags li:last-child::after {
  content: none;
  padding: 0;
}

.post-content-catalog .hashtags li::after {
  color: #999;
  content: " | ";
  padding: 0 5px;
}

.post-content-catalog .quote {
  border-left: 2px solid #be03fd;
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 0 auto 40px;
  max-width: 700px;
  padding: 0 0 0 15px;
}

.post-content-catalog .quote span {
  font-style: italic;
}

.post-content-catalog .list {
  color: #212121;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  list-style-type: none;
  margin: 0 auto 40px;
  max-width: 700px;
}

.post-content-catalog .list li {
  margin: 0 0 4px;
}

.post-content-catalog .list li:last-of-type {
  margin: 0;
}

.post-content-catalog .list li a {
  text-decoration: underline;
}

.post-content-catalog .qa {
  margin: 0 0 30px;
}

.post-content-catalog .qa .question {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}

.post-content-catalog .qa .answer {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0;
}

.post-content-catalog .image {
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .image {
    margin: 0;
  }
}

.post-content-catalog .image img {
  border: 3px solid #fcfcfc;
  max-width: 100%;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .image img {
    border: 10px solid #fcfcfc;
  }
}

.post-content-catalog .image figcaption {
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  margin: 6px 0 0;
  text-align: center;
}

.post-content-catalog .video {
  margin: 0 0 30px;
}

.post-content-catalog .video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.post-content-catalog .youtube {
  margin: 0 0 30px;
  max-width: 100%;
  padding: 2px;
}

.post-content-catalog .youtube .responsive-video {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  position: relative;
}

.post-content-catalog .youtube .responsive-video iframe,
.post-content-catalog .youtube .responsive-video object,
.post-content-catalog .youtube .responsive-video embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.post-content-catalog .embed {
  margin: 0 0 30px;
}

.post-content-catalog .gap {
  width: 100%;
}

.post-content-catalog .gap.gap-1 {
  height: 25px;
}

.post-content-catalog .gap.gap-2 {
  height: 50px;
}

.post-content-catalog .gap.gap-3 {
  height: 75px;
}

.post-content-catalog .gap.gap-4 {
  height: 100px;
}

.post-content-catalog .gap.gap-5 {
  height: 125px;
}

.post-content-catalog .glossary {
  font-size: 14px;
  margin: 0 0 20px;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .glossary {
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}

.post-content-catalog .glossary .term {
  color: #be03fd;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .glossary .term {
    text-align: right;
  }
}

.post-content-catalog .glossary p {
  margin: 0;
  max-width: none;
}

.post-content-catalog .bike-model {
  margin: 0 0 40px;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .bike-model {
    -moz-column-gap: 30px;
         column-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}

.post-content-catalog .bike-model .model-name {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 10px;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .bike-model .model-name {
    line-height: 1;
  }
}

.post-content-catalog .bike-model .model-name span {
  color: #888;
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin: 8px 0 0;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .bike-model .model-name span {
    display: inline-block;
    margin: 0;
  }
}

.post-content-catalog .bike-model .frame-info {
  font-size: 14px;
  margin: 0;
}

@media only screen and (min-width: 700px) {
  .post-content-catalog .bike-model .frame-info {
    font-size: 13px;
  }
}

.post-content-catalog .bike-model .frame-info span {
  display: block;
}

.post-content-catalog .bike-model .frame-info span.sizes {
  color: #888;
  font-size: 12px;
  margin: 5px 0 0 0;
}

@media only screen and (min-width: 700px) {
  .post-content-catalog .bike-model .frame-info span.sizes {
    font-size: 11px;
  }
}

.post-content-catalog .bike-model .frame-info span.colors {
  font-size: 13px;
  font-style: italic;
  margin: 10px 0 0;
}

.post-content-catalog .bike-model .frame-colors {
  border-bottom: 1px dotted #cccccc;
  border-top: 1px dotted #cccccc;
  font-size: 14px;
  font-style: italic;
  margin: 10px 0;
  padding: 5px 0;
}

@media only screen and (min-width: 700px) {
  .post-content-catalog .bike-model .frame-colors {
    font-size: 13px;
  }
}

.post-content-catalog .bike-model .bike-components {
  border-bottom: 1px dotted #cccccc;
  color: #666;
  font-size: 12px;
  padding: 0 0 10px;
}

@media only screen and (min-width: 700px) {
  .post-content-catalog .bike-model .bike-components {
    font-size: 11px;
  }
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .bike-model .bike-components {
    border: 0;
    padding: 0;
  }
}

.post-content-catalog .bike-model .bike-components div {
  margin: 0 0 5px;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .bike-model .bike-components div {
    margin: 0;
  }
}

.post-content-catalog .bike-model .bike-components div:last-of-type {
  margin: 0;
}

.post-content-catalog .bike-model .bike-components span {
  display: block;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  .post-content-catalog .bike-model .bike-components span {
    display: inline-block;
  }
}

.amzna {
  margin: 0 auto;
  max-width: 1021px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media only screen and (min-width: 700px) {
  .wrapper {
    padding: 0 40px;
  }
}

.main {
  padding: 0 0 20px;
}

