:root {
  --pink: #ff5c78;
  --turquoise: #02dac1;
  --text-header: #757575;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  height: 100%;
  padding-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: #5a5a5a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: #757575;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: #666;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Quattrocento, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #7c7c7c;
  text-transform: none;
  margin-bottom: 19px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: #e98596;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

ul {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  color: #fff;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  list-style-type: decimal;
}

strong {
  color: #7c7c7c;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

em {
  color: #7c7c7c;
  font-size: 16px;
  font-style: italic;
  line-height: 18px;
}

blockquote {
  color: #757575;
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
}

.button {
  color: #e98596;
  text-align: center;
  letter-spacing: 1px;
  background-color: #fff;
  border: 2px solid #e98596;
  border-radius: 3px;
  padding: 15px 31px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #e98596;
  border-color: #e98596;
}

.button.button-with-margin {
  margin-left: 10px;
  margin-right: 10px;
}

.button.button-white {
  color: #e3543b;
  background-color: #fff;
}

.button.button-white:hover {
  color: #fff;
  background-color: #e3543b;
}

.navigation {
  z-index: 10;
  float: left;
  background-color: #3f4652;
  width: 225px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: scroll;
  box-shadow: 0 0 50px 1px #0000001c;
}

.navigation-link {
  color: #8f8f8f;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  padding: 7px 30px 7px 32px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  transition: color .3s;
}

.navigation-link:hover {
  color: #e98596;
  font-weight: 400;
}

.navigation-link.w--current {
  color: #fff;
  background-color: #3f46523b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 32px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.navigation-link.sub-nav {
  font-size: 10px;
}

.navigation-menu {
  float: none;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 53px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0;
}

.brand {
  float: none;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
  display: none;
}

.brand.w--current {
  margin-top: -13px;
  margin-bottom: 32px;
  display: none;
}

.banner {
  background-color: #424242;
  height: 100%;
  position: relative;
}

.social-wrapper {
  z-index: 1000;
  text-align: center;
  background-color: #2f353f;
  width: 225px;
  margin-top: 11px;
  margin-bottom: 0;
  padding-top: 17px;
  padding-bottom: 6px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.social-icon {
  background-color: #565d69;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 90%;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s;
}

.social-icon:hover {
  background-color: #ff5c78;
  background-image: none;
}

.social-icon.twitter, .social-icon.twitter:hover {
  background-image: none;
  background-size: 20px;
}

.social-icon.linkdin {
  background-image: none;
  background-size: 20px;
  margin-left: 7px;
  margin-right: 7px;
}

.social-icon.linkdin:hover {
  background-image: none;
  background-size: 20px;
}

.social-icon.rss, .social-icon.rss:hover {
  background-image: none;
  background-size: 21px;
}

.social-icon.icon-team, .social-icon.icon-team.icon-2, .social-icon.icon-team.icon-3 {
  background-image: none;
}

.section {
  padding: 100px 10px;
  position: relative;
}

.section.gray {
  background-color: #fafafa;
}

.section.gray.photo {
  background-image: none;
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.parallax {
  background-image: linear-gradient(#888c, #888c), none;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.less-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.top-title.in-inner {
  color: #fff;
  margin-bottom: 0;
}

.divider-line {
  background-color: #d1d1d1;
  width: 70px;
  height: 3px;
  margin: 20px auto 0;
  display: block;
}

.divider-line.margin-left {
  margin-left: 0;
}

.divider-line.margin-left.less-space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.top-sub-text {
  color: #bdbdbd;
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.top-sub-text.white {
  color: #fff;
}

.tab-content {
  margin-top: 50px;
}

.tab {
  opacity: .7;
  color: #313131;
  background-color: #0000;
  margin-left: 30px;
  margin-right: 30px;
  padding: 14px 6px;
  font-size: 15px;
  font-weight: 600;
  transition: opacity .5s;
}

.tab:hover {
  opacity: 1;
}

.tab.w--current {
  opacity: 1;
  color: #e3543b;
  background-color: #0000;
}

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

.tab-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab-icon.icon-2, .tab-icon.icon-3, .tab-icon.icon-4 {
  background-image: none;
}

.call-to-action-wrapper {
  margin-top: 20px;
}

.call-to-action-wrapper.center {
  text-align: center;
}

.column-0-padding {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-wrapper {
  float: left;
  width: 33.333%;
  position: relative;
  overflow: hidden;
}

.features-wrapper {
  float: left;
  border: 1px solid #ebebeb;
  width: 25%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 23px;
}

.features-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.features-icon.icon-2, .features-icon.icon-3, .features-icon.icon-4, .features-icon.icon-5, .features-icon.icon-6, .features-icon.icon-7, .features-icon.icon-8 {
  background-image: none;
}

.clients-wrapper {
  float: left;
  opacity: .5;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 145px;
  width: 20%;
  height: 80px;
  transition: opacity .5s ease-in-out;
}

.clients-wrapper:hover {
  opacity: .8;
}

.clients-wrapper.logo-2, .clients-wrapper.logo-3, .clients-wrapper.logo-4, .clients-wrapper.logo-5 {
  background-image: none;
}

.footer {
  background-color: #3f4652;
  padding-top: 0;
  position: relative;
}

.footer-wrapper {
  color: #fff;
  border-right: 1px solid #4a4a4a;
  height: 226px;
  max-height: 226px;
  padding-right: 10px;
}

.bottom-footer {
  background-color: #32363d;
  height: 52px;
  margin-top: 0;
  padding: 14px 25px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.center {
  text-align: center;
  object-fit: fill;
  position: static;
}

.center.spacer {
  margin-bottom: 24px;
}

.footer-title {
  margin-bottom: 30px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
}

.list-footer {
  border-bottom: 1px solid #4a4a4a;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.footer-icon {
  float: left;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  height: 30px;
  margin-right: 0;
  position: relative;
  top: -2px;
}

.footer-icon.icon-2, .footer-icon.icon-3 {
  background-image: none;
}

.footer-icon.icon-4 {
  background-image: none;
  background-size: 10px;
}

.footer-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 26px;
  transition: color .5s;
  display: block;
  position: relative;
}

.footer-link:hover {
  color: #ffffff4d;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
}

.slider-navigation {
  padding-top: 15px;
  font-size: 12px;
  position: relative;
}

.slider-navigation.absolute-position {
  padding-top: 5px;
  position: absolute;
}

.testimonials-wrapper {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}

.testimonials-photo {
  background-image: none;
  background-size: contain;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonials-photo.photo-3, .testimonials-photo.photo-2 {
  background-image: none;
}

.testimonials-content {
  margin-bottom: 20px;
}

.testimonials-paragraph {
  color: #fff;
}

.testimonials-name {
  color: #fff;
  text-transform: uppercase;
}

.testimonials-sub-name {
  color: #ffffffe3;
  font-size: 13px;
  font-weight: 300;
}

.portfolio-overlay {
  opacity: 0;
  background-color: #e3543bf2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.portfolio-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.portfolio-sub-title {
  color: #ffffffc2;
  letter-spacing: 1px;
  font-family: PT Serif, serif;
  font-size: 13px;
  font-style: italic;
  line-height: 26px;
  position: absolute;
  top: 49px;
  left: 20px;
}

.portfolio-icon {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .5s ease-in-out;
  display: block;
  position: relative;
  top: 43%;
}

.portfolio-icon:hover {
  background-color: #333;
}

.inner-banner {
  background-image: linear-gradient(#888c, #888c), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.inner-banner.photo-2, .inner-banner.photo-3, .inner-banner.photo-4 {
  background-image: linear-gradient(#888c, #888c), none;
}

.skills-bar {
  margin-bottom: 15px;
}

.skills-percent-bar {
  background-color: #e3e3e3;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}

.skills-bar-overlay {
  background-color: #e3543b;
  width: 80%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.skills-bar-overlay.bar-2 {
  width: 100%;
}

.skills-bar-overlay.bar-3 {
  width: 65%;
}

.skills-bar-overlay.bar-4 {
  width: 46%;
}

.skills-bar-overlay.bar-5 {
  width: 91%;
}

.team-wrapper {
  position: relative;
  overflow: hidden;
}

.team-overlay {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#4f4f4fcc, #4f4f4fcc);
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: opacity .5s;
  position: absolute;
  inset: 0;
}

.team-overlay:hover {
  opacity: 1;
}

.team-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.team-name {
  margin-bottom: 5px;
  font-weight: 600;
}

.team-sub-text {
  color: #e3543b;
  margin-bottom: 10px;
  font-size: 13px;
}

.paragraph-white {
  color: #fff;
  font-size: 13px;
}

.hero {
  text-align: center;
  background-image: linear-gradient(#0000006b, #0000006b);
  margin-bottom: 41px;
  position: relative;
}

.hero.figurescapes {
  background-image: linear-gradient(to bottom, null, null), none;
  background-size: auto, cover;
}

.hero.veil {
  background-image: linear-gradient(#00000014, #00000014), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.whimsical {
  background-image: linear-gradient(#00000038, #00000038), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.mobile-art {
  background-image: linear-gradient(#00000059, #00000059), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.flower {
  background-image: linear-gradient(#00000036, #00000036), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.myst {
  background-image: none, linear-gradient(#0000006b, #0000006b);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero.healing-wings {
  background-image: linear-gradient(#0000001c, #0000001c), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.abstract {
  background-image: linear-gradient(#0000000f, #0000000f), none;
  background-size: auto, cover;
}

.hero.ladies {
  background-image: linear-gradient(#00000030, #00000030), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.winged-messenger {
  background-image: linear-gradient(#00000021, #00000021), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.pencil {
  background-image: linear-gradient(#29073030, #29073030), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.persephone {
  background-image: linear-gradient(#00000036, #00000036), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.make {
  background-image: linear-gradient(#5f555754, #5f555754), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.camellia {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
}

.hero.rising {
  background-image: linear-gradient(#0000002b, #0000002b), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.moments {
  background-image: linear-gradient(#02dac11f, #02dac11f), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.whimsical-houses {
  background-image: linear-gradient(#00000052, #00000052), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.gilded {
  background-image: linear-gradient(#69472b4f, #69472b4f), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.under {
  background-image: linear-gradient(#00000030, #00000030), none;
  background-position: 0 0, 0;
}

.hero.controlled-chaos {
  background-image: linear-gradient(#0000002b, #0000002b), none;
}

.hero.held {
  background-image: linear-gradient(#0000003b, #0000003b), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.happytown {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#0000002b, #0000002b);
  background-position: 0 0, 0 0;
  background-size: 125px, auto;
}

.hero.tender-togetherness {
  background-image: linear-gradient(#00000024, #00000024), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.animal-portraits {
  background-image: linear-gradient(#00000052, #00000052), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.inspired-by-nature {
  background-image: linear-gradient(#674a4926, #674a4926), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.colorflow {
  background-image: linear-gradient(#00000030, #00000030), none;
  background-position: 0 0, 50%;
  background-size: auto, 1645px;
}

.hero.girl-in-the-moon {
  background-image: linear-gradient(#6f505038, #6f505038), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.emerald {
  background-image: linear-gradient(#3735351a, #3735351a), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.lion {
  background-image: linear-gradient(#0000, #0000), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.inner-fire {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.hero.water-faery {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero.love-in-the-time {
  background-image: linear-gradient(#35726b52, #35726b52), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.expressive-alchemy {
  background-image: none, linear-gradient(#0000006b, #0000006b);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.hero.storytelling-collage {
  background-image: linear-gradient(#679bb16b, #679bb16b), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.beauty-around-us {
  background-image: linear-gradient(#00395269, #00395269), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.hero.beauty-in-stillness {
  background-image: linear-gradient(#59909259, #59909259), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.lady-in-emerald {
  background-image: linear-gradient(#2d555747, #2d555747), none;
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.hero.upon-a-star {
  background-image: linear-gradient(#5d4b5869, #5d4b5869), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.primary-portrait {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.hero.inner-landscpae {
  background-image: linear-gradient(#9dccce24, #9dccce24), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero.angel {
  background-image: linear-gradient(#00000017, #00000017), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.taking-flight {
  background-image: linear-gradient(#0000000d, #0000000d), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.grey-heron {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.hero.preparing, .hero.matisse {
  background-image: linear-gradient(#00000021, #00000021), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.watercolor-muse {
  background-image: linear-gradient(#0000001f, #0000001f), url('../images/watercolor-muse-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-field {
  border: 1px solid #ebebeb;
  border-radius: 15px;
  height: 45px;
  margin-bottom: 15px;
}

.text-field.text-area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 105px;
}

.success-message {
  text-align: center;
  background-color: #50d49f;
  border-radius: 5px;
  padding: 22px;
}

.form-paragraph {
  color: #fff;
  margin-bottom: 0;
}

.error-message {
  text-align: center;
  background-color: #ff6161;
  border-radius: 5px;
  margin-top: 15px;
}

.big-slider {
  height: 100%;
}

.slide {
  background-image: linear-gradient(#0000004d, #0000004d), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-left: 10px;
  padding-right: 10px;
}

.slide.photo-2, .slide.photo-3 {
  background-image: linear-gradient(#0000004d, #0000004d), none;
}

.banner-content {
  z-index: 10;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.banner-small-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000007d;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 27px;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
}

.banner-big-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}

.banner-sub-text {
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.hamburger {
  display: none;
}

.utility-page-wrap {
  background-image: linear-gradient(#9bbb7826, #9bbb7826), none;
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.happy-town {
  background-image: linear-gradient(#00000029, #00000029), none;
  background-size: auto, cover;
}

.utility-page-wrap.inspired-by-nature {
  background-image: linear-gradient(#2ca5a263, #2ca5a263), none;
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.utility-page-content {
  text-align: center;
  background-color: #ffffffcf;
  border-radius: 5px;
  flex-direction: column;
  width: 260px;
  padding: 26px 18px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header {
  z-index: 1000;
  background-color: #9dccce;
  border-bottom: 1px solid #82aaac;
  height: 60px;
  transition: background-color .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-block {
  text-align: center;
  background-color: #fff;
  height: 80px;
  margin-top: 51px;
  padding-top: 28px;
  padding-bottom: 136px;
  font-size: 12px;
}

.navigation-div-block {
  z-index: 0;
  background-color: #565d69;
  height: 172px;
  margin-top: 17px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  top: 7px;
  left: 0;
  right: 0;
}

.navigation-div-block.mym {
  margin-top: 0;
}

.navigation-link-extra {
  z-index: 1;
  color: #a3a3a3;
  width: 100%;
  margin-top: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  transition: color .3s;
}

.navigation-link-extra:hover {
  color: #ff5c78;
}

.navigation-link-extra-2 {
  z-index: 1;
  color: #a3a3a3;
  width: 100%;
  margin-top: 39px;
  padding-bottom: 4px;
  padding-left: 40px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: color .3s;
}

.navigation-link-extra-2:hover {
  color: #ff5c78;
}

.navigation-welcome-text {
  color: #9dccce;
  letter-spacing: 0;
  padding-top: 11px;
  padding-bottom: 6px;
  font-family: professor, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.course-title {
  text-align: center;
  text-transform: uppercase;
}

.course-title-number {
  margin-top: 12px;
  margin-bottom: 12px;
}

.course-title-header {
  color: #757575;
  text-transform: none;
  margin-top: 18px;
  margin-bottom: 8px;
  font-family: professor, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

.video {
  text-align: center;
  border: 1px solid #acacac;
  margin-bottom: 0;
}

.video-container {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.course-title-container {
  margin-top: 0;
  margin-bottom: 0;
}

.video-div-block {
  text-align: right;
  background-color: #ececec;
  border: 1px solid #ececec;
}

.button-download-video {
  color: #ff5c78;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #ff5c78;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 19px;
  padding-left: 39px;
  padding-right: 39px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-download-video:hover {
  color: #fff;
  background-color: #ff5c78;
  font-weight: 400;
}

.button-download-video._2 {
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 5px 10px;
  font-size: 11px;
}

.video-box {
  border: 5px solid #fff;
}

.video-box.under-the-trees {
  width: 400px;
}

.hero-welcome {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 180px 1px 0;
  font-family: Quattrocento, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 60px;
}

.hero-welcome.whimsical {
  font-size: 50px;
}

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

.paragraph-container {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-container.mobile {
  display: none;
}

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

.video-header {
  color: gray;
  text-align: left;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: 32px;
  font-size: 18px;
  font-weight: 300;
}

.video-header._2 {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 19px;
  font-size: 14px;
  font-weight: 500;
}

.quote-container {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.quote-container.small {
  padding-left: 129px;
  padding-right: 129px;
}

.divider {
  background-color: #b1b1b1;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.divider.scotland {
  margin-top: -1px;
  margin-bottom: 17px;
}

.hero-div {
  background-color: #9dccce;
  border: 6px solid #fff;
  border-radius: 39px;
  width: 75px;
  height: 75px;
  margin-top: 61px;
  display: inline-block;
  position: relative;
  top: 38px;
}

.hero-chapter-number {
  direction: ltr;
  color: #fff;
  margin-top: 27px;
  margin-bottom: 22px;
  font-family: Special Elite, sans-serif;
  font-size: 39px;
  font-weight: 300;
}

.hero-chapter-number.page-number {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 26px;
}

.header-logo {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 16px;
  margin-left: 20px;
  padding-right: 0;
}

.continue-text {
  color: #757575;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-family: professor, sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 38px;
}

.continue-container {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.continue-button {
  color: #e98596;
  letter-spacing: 1px;
  background-color: #0000;
  border: 2px solid #e98596;
  border-radius: 3px;
  margin-top: 31px;
  margin-bottom: 0;
  padding: 15px 31px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  transition: background-color .2s;
}

.continue-button:hover {
  color: #fff;
  background-color: #e98596;
}

.copy-right {
  color: #5e6879;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.footer-container {
  text-align: center;
  margin-bottom: 30px;
}

.footer-link-block {
  color: #aaaeb4;
  letter-spacing: 1px;
  margin-top: 1px;
  margin-bottom: 33px;
  font-size: 12px;
  font-weight: 500;
  transition: color .2s;
}

.footer-link-block:hover {
  color: #fff;
  background-color: #0000;
}

.footer-row {
  margin-top: 33px;
  padding-left: 211px;
  padding-right: 211px;
}

.header-logout-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  transition: background-color .3s;
}

.header-logout-button:hover {
  background-color: #ffffff5c;
}

.header-column-2 {
  text-align: right;
}

.nav-link-block {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 14px;
  position: relative;
}

.nav-link-block:hover {
  color: #ff5c78;
}

.nav-link-text {
  color: #a3a3a3;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: -6px;
  font-size: 13px;
  font-weight: 300;
}

.nav-link-text:hover {
  color: #fff;
}

.nav-link-column-1 {
  opacity: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-block-2 {
  width: 100%;
  margin-top: 12px;
  margin-left: 0;
  padding-left: 14px;
  transition: opacity .2s;
}

.nav-link-block-1 {
  width: 100%;
  margin-top: 77px;
  padding-left: 14px;
  transition: color .3s;
}

.nav-link-block-1:hover {
  color: #fff;
}

.navigation-clock {
  padding-left: 1px;
  padding-right: 1px;
}

.nav-link-block-3 {
  z-index: 1;
  opacity: .5;
  width: 100%;
  margin-top: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
  position: relative;
}

.nav-link-block-3:hover {
  opacity: 1;
  background-color: #0000;
}

.nav-row {
  margin-left: 15px;
}

.nav-text-block {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 3px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.nav-column-2 {
  padding-left: 9px;
  padding-right: 0;
}

.nav-link-block-4 {
  z-index: 1;
  opacity: .5;
  width: 100%;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
  position: relative;
}

.nav-link-block-4:hover {
  opacity: 1;
  background-color: #0000;
}

.nav-link-block-4.w--current {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: #ffffff29;
}

.nav-link-block-4.w--current:hover {
  opacity: 1;
}

.nav-logout-block {
  z-index: 1;
  width: 100%;
  margin-top: 16px;
  display: none;
  position: relative;
}

.nav-link-block-5 {
  width: 100%;
  margin-bottom: 68px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.footer-logo {
  padding-bottom: 30px;
}

.nav-link-block5 {
  opacity: .5;
  cursor: pointer;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: opacity .2s;
}

.nav-link-block5:hover {
  opacity: 1;
  background-color: #0000;
}

.resources-supply-div {
  text-align: center;
  margin-bottom: 7px;
}

.resources-sub-head {
  color: #8a8989;
  letter-spacing: 1px;
  text-transform: none;
  font-family: professor, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 36px;
}

.book-column {
  padding-left: 21px;
  padding-right: 21px;
  overflow: visible;
}

.book-link-block {
  transition: transform .2s;
}

.book-link-block:hover {
  transform: scale(1.04);
}

.resources-books {
  margin-bottom: 0;
}

.image-link-block {
  color: #0000;
  transition: transform .2s;
}

.image-link-block:hover {
  border-color: #ff5c78;
  text-decoration: none;
}

.image-3-column {
  padding-left: 19px;
  padding-right: 19px;
}

.image-3-column.centered {
  text-align: center;
}

.image-3-column.centered.spacer-column {
  padding-left: 30px;
  padding-right: 30px;
}

.image-3-column.colorflow-image {
  padding-left: 11px;
  padding-right: 11px;
}

.resources-image-titles {
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 15px;
}

.resources-sub-text {
  text-align: center;
  margin-bottom: 0;
}

.image-2-column {
  padding-left: 21px;
  padding-right: 21px;
}

.paragraph-2-column {
  padding-left: 70px;
}

._2-column-section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  border: 1px solid #acacac;
  margin-right: 1px;
}

.image:hover {
  border-color: #acacac;
}

.image.space {
  margin-bottom: 27px;
}

.sub-head-container {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.spacer-50-pix {
  height: 50px;
}

.image-link-text {
  color: #e98596;
  text-transform: uppercase;
  margin-top: 11px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-link-text:hover {
  text-decoration: none;
}

.image-link-text.image-text-block {
  color: #7c7c7c;
}

._1-column-image {
  text-align: center;
}

.container {
  padding-left: 60px;
  padding-right: 60px;
}

.container.center.no-padding, .container.buttons {
  padding-left: 0;
  padding-right: 0;
}

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

.spacer-20 {
  height: 20px;
}

.spacer-30-pix {
  height: 30px;
}

.image-flow {
  float: right;
  padding-top: 6px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.image-flow-2 {
  float: left;
}

.image-div-left {
  float: left;
  max-width: 455px;
  margin-top: 8px;
  padding-bottom: 15px;
  padding-right: 30px;
}

.image-div-right {
  float: right;
  max-width: 445px;
  margin-top: 8px;
  padding-bottom: 15px;
  padding-left: 30px;
}

.image-div-right.column {
  float: none;
}

.image-div-right.right {
  text-align: center;
}

.image-div-right.center.video, .image-div-right.video-div {
  width: 500px;
}

.column-image {
  padding-left: 23px;
  padding-right: 23px;
}

.continue-div-block {
  text-align: center;
}

.nav-link-introduction {
  color: #a7a7a7;
  letter-spacing: 1px;
  width: 100%;
  margin-top: 0;
  padding: 8px 30px 8px 32px;
  font-size: 12px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link-introduction:hover {
  color: #ff5c78;
  letter-spacing: 1px;
  font-weight: 500;
}

.nav-link-introduction.w--current {
  color: #ff5c78;
  letter-spacing: 1px;
  background-color: #3f465226;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  transition-property: none;
}

.continue-button-div {
  text-align: center;
}

.body-login {
  background-color: #f7f7f7;
  padding-left: 0;
}

.body-login.bg {
  background-color: #0000;
}

.site-nav {
  background-color: #0000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.site-nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: opacity .2s;
}

.login-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-top: 24px;
  margin-right: 20px;
  padding: 9px 21px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .2s;
}

.login-button:hover {
  color: #333;
  background-color: #fff;
}

.login-button.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 400;
}

.login-button.w--current:hover {
  color: #000;
  background-color: #fff;
  font-weight: 400;
}

.nav-logo {
  margin-top: 14px;
  margin-left: 37px;
}

.site-nav-dropdown {
  color: #a0a0a0;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 35px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.site-nav-dropdown:hover {
  color: #b9b8b8;
  background-color: #f5f5f5;
}

.login-hero {
  background-image: linear-gradient(#0000003d, #0000003d);
}

.login-welcome {
  color: #fff;
  margin-top: 200px;
  margin-bottom: 200px;
  font-family: Homemade Apple, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.login-column-div {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  height: 445px;
  margin-left: 9px;
  margin-right: 9px;
  transition: opacity .2s, border-color .2s;
  box-shadow: 0 2px #0000002b;
}

.login-column-div:hover {
  opacity: .85;
  border-color: #b4b4b4;
}

.login-text {
  margin-top: 12px;
  margin-left: 21px;
  margin-right: 21px;
  font-size: 14px;
  line-height: 20px;
}

.login-header-text {
  color: #4b4b4b;
  text-transform: none;
  margin: 11px 21px 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.login-column-button {
  color: #ff5c78;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #ff5c78;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 22px;
  padding-left: 25px;
  padding-right: 28px;
  font-size: 13px;
  font-weight: 500;
  transition: background-color .2s;
  position: static;
  bottom: -1px;
  right: 32px;
}

.login-column-button:hover {
  color: #fff;
  background-color: #ff5c78;
  font-weight: 400;
}

.login-course-title-div {
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.login-container {
  margin-bottom: 59px;
}

.login-image {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.password-header {
  color: #414141;
  margin-bottom: 14px;
  font-size: 29px;
  font-weight: 400;
  line-height: 31px;
}

.login-logo {
  margin-top: 6px;
  margin-bottom: 16px;
}

.login-password-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ff5c78;
  border: 2px solid #ff5c78;
  border-radius: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  transition: background-color .2s;
}

.login-password-button:hover {
  color: #ff5c78;
  background-color: #fff;
}

.login-password-button.back-to-classroom {
  background-color: #ffffff36;
  border-color: #fff;
}

.login-password-button.back-to-classroom:hover {
  color: #fff;
  background-color: #ffffff61;
}

.login-forgot-password {
  margin-top: 16px;
  transition: color .2s;
}

.login-forgot-password:hover {
  color: #c44259;
}

.lovely-dancer-hero {
  background-image: linear-gradient(#00000038, #00000038), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-bottom: 41px;
}

.login-button-text {
  padding: 7px 0;
}

.login-image-div {
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 6px;
}

.login-teacher-title {
  color: #acacac;
  margin-top: 0;
  margin-left: 21px;
  font-size: 15px;
  font-weight: 400;
}

.login-student-number {
  color: #9e9e9e;
  margin-top: 19px;
  margin-bottom: 19px;
  margin-left: 16px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.login-row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.login-student-icon {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 41px;
}

.dropdown-icon {
  display: none;
  position: relative;
}

.login-text-field {
  border-radius: 2px;
  height: 44px;
  margin-top: 9px;
  margin-bottom: 11px;
}

._404-icon {
  margin-top: 12px;
  margin-bottom: 15px;
}

._404-text-block {
  margin-bottom: 21px;
}

.link-block {
  display: inline;
}

.classroom-redirect {
  background-image: linear-gradient(#9bbb7826, #9bbb7826), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.redirect-header {
  color: #fff;
  margin-top: 265px;
  font-size: 60px;
  font-weight: 300;
}

.redirect-button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #ffffff1f;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 33px;
  padding: 16px 48px;
  font-size: 18px;
  transition: background-color .2s;
}

.redirect-button:hover {
  color: #757575;
  background-color: #fff;
}

.redirect-text {
  color: #fff;
  margin-top: 27px;
  font-size: 20px;
  font-weight: 400;
}

.image-no-border {
  color: #0000;
}

.image-no-border.paragraph-image-right {
  margin-top: 0;
  margin-left: 10px;
}

.figurescapes-hero {
  background-image: linear-gradient(#00c4cd1f, #00c4cd1f), linear-gradient(#00000052, #00000052), none;
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
  margin-bottom: 41px;
}

.nav-class-logo {
  margin-left: 78px;
  margin-right: 78px;
}

.nav-class-image {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
}

.nav-div-block {
  background-color: #1f25302b;
  height: 1px;
  margin-top: 11px;
  margin-left: 34px;
  margin-right: 34px;
}

.scotland-hero {
  background-image: none;
  background-position: 0 0;
  background-size: cover;
}

.scotland-hero-div {
  margin-top: 222px;
  margin-bottom: 222px;
}

.scotland-column {
  padding-left: 0;
  padding-right: 0;
}

.lights-camera-art-hero {
  background-image: linear-gradient(#144b4429, #144b4429), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  margin-bottom: 41px;
}

.quote-text {
  color: #757575;
  text-align: center;
  margin-bottom: 20px;
  font-family: Nixie One, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.quote-text.left {
  text-align: left;
  font-size: 20px;
  line-height: 35px;
}

.quote-mark-1 {
  color: #9dccce;
  margin-top: -13px;
  font-family: IM Fell DW Pica, sans-serif;
  font-size: 90px;
  transform: rotate(180deg);
}

.quote-mark-2 {
  color: #9dccce;
  text-align: left;
  margin-top: 38px;
  font-family: IM Fell DW Pica, sans-serif;
  font-size: 90px;
}

.quote-name {
  color: #8a8989;
  text-align: right;
  margin-top: -5px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #7c7c7c;
  margin-top: 11px;
  font-weight: 300;
}

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

.link-space {
  margin-top: 26px;
}

.section-2, .section-3, .section-4, .section-5, .section-6, .section-7, .rich-text-block-2 {
  text-align: center;
}

.lightbox-link {
  z-index: 9999;
  position: relative;
}

.lightbox-link-2 {
  z-index: 16;
  position: static;
}

.lightbox {
  z-index: 16;
  position: relative;
}

.rich-text-block-3 {
  text-align: center;
}

.video-column {
  padding-left: 13px;
  padding-right: 13px;
}

.text-block-2 {
  color: #757575;
}

.lightbox-link-3 {
  margin-bottom: 7px;
}

.lightbox-link-4 {
  position: relative;
}

.column-4, .column-5 {
  padding-left: 19px;
  padding-right: 19px;
}

.rich-text-block-4 {
  margin-top: 12px;
}

.div-block-2 {
  height: 30px;
}

.new-class-div-box {
  text-align: center;
  border-radius: 4px;
  padding: 37px 47px;
}

.new-class-text {
  color: #fff;
  margin-bottom: 28px;
  font-size: 18px;
}

.new-class-header-text {
  color: #fff;
  margin-bottom: 19px;
  font-size: 40px;
  font-weight: 500;
}

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

.header-text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold-text {
  color: #fff;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.image-2 {
  margin-top: 127px;
}

.hero-welcome-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: professor, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 60px;
}

.resources-sub-head-2 {
  color: #8a8989;
  letter-spacing: 1px;
  text-transform: none;
  font-family: Homemade Apple, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.rich-text-block-5 {
  text-align: center;
}

.image-3-column-2 {
  padding-left: 19px;
  padding-right: 19px;
}

.image-link-text-2 {
  text-transform: uppercase;
  margin-top: 11px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.image-link-text-2:hover {
  text-decoration: none;
}

.body {
  padding-left: 0;
}

.site-nav-link-2 {
  color: #a0a0a0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 9px 9px 9px 15px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.site-nav-link-2:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #a0a0a0ad;
}

.site-nav-link-2.dropdown {
  padding-right: 17px;
}

.login-button-2 {
  color: #757575;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #cfcfcf;
  border-radius: 2px;
  margin-top: 24px;
  margin-right: 20px;
  padding: 9px 21px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  transition: background-color .2s;
}

.login-button-2:hover {
  color: #333;
  background-color: #fff;
}

.login-button-2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 400;
}

.login-button-2.w--current:hover {
  color: #000;
  background-color: #fff;
  font-weight: 400;
}

.image-3 {
  max-width: 70%;
  padding-top: 8px;
}

.nav-logo-2 {
  margin-top: 0;
  margin-left: 37px;
}

.login-nav-menu-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.site-nav-2 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 12px;
  padding-bottom: 8px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-2 {
  text-align: center;
  margin-bottom: 41px;
  position: relative;
}

.hero-2.hero {
  object-fit: fill;
  background-image: linear-gradient(#9241432e, #9241432e), url('../images/sw-50-hero-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 254px;
  padding-right: 137px;
  overflow: hidden;
}

.hero-2.hero.sw-51 {
  background-image: url('../images/sw-51-hero.jpg'), linear-gradient(#9241432e, #9241432e);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.hero-2.hero.sw-52 {
  background-image: linear-gradient(#458cba30, #458cba30), url('../images/sw-52-hero-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-53 {
  background-image: linear-gradient(#749e7e3b, #749e7e3b), url('../images/sw-53-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-54 {
  background-image: url('../images/sw-54-hero-3.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-2.hero.sw-55 {
  background-image: linear-gradient(#6b94a754, #6b94a754), url('../images/sw-55-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-56 {
  background-image: linear-gradient(#95b5aa33, #95b5aa33), url('../images/sw-56-hero-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-57 {
  background-image: url('../images/sw-57-hero.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-2.hero.sw-58 {
  background-image: linear-gradient(#4179922e, #4179922e), url('../images/sw-58-hero.jpg');
  background-position: 0 0, 50% 82%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-59 {
  background-image: linear-gradient(#40505829, #40505829), url('../images/sw-59-hero.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-49 {
  background-image: linear-gradient(#00000024, #00000024), url('../images/sw-49-hero-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-60 {
  background-image: linear-gradient(#44545a14, #44545a14), url('../images/sw-60-hero.jpg');
  background-position: 0 0, 50% 75%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-61 {
  background-image: url('../images/sw-61-hero.jpg'), linear-gradient(#0000, #0000);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.hero-2.hero.sw-62 {
  background-image: linear-gradient(#352e242e, #352e242e), url('../images/sw-62-hero-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-63 {
  background-image: linear-gradient(#a1776761, #a1776761), url('../images/sw-63-hero-5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-64 {
  background-image: url('../images/sw-64-hero.jpg'), linear-gradient(#9241432e, #9241432e);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.hero-2.hero.sw-65 {
  background-image: url('../images/sw-65-hero-1.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-2.hero.sw-66 {
  background-image: linear-gradient(#9241432e, #9241432e), url('../images/sw-66-hero-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-67 {
  background-image: linear-gradient(#7ec4e92e, #7ec4e92e), url('../images/sw-67-hero-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-68 {
  background-image: linear-gradient(#9241432e, #9241432e), url('../images/sw-68-hero-1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-69 {
  background-image: linear-gradient(#9241432e, #9241432e), url('../images/sw-69-hero-1.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-70 {
  background-image: linear-gradient(#0f23425c, #0f23425c), url('../images/sw-70-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-71 {
  background-image: linear-gradient(#9241432e, #9241432e), url('../images/sw-71-hero-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-72 {
  background-image: linear-gradient(#576a865e, #576a865e), url('../images/sw-72-hero.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-73 {
  background-image: linear-gradient(#9241432e, #9241432e), url('../images/sw-73-hero-1.jpg');
  background-position: 0 0, 50% 31%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-74 {
  background-image: linear-gradient(#927b4136, #927b4136), url('../images/sw-74-hero-1.jpg');
  background-position: 0 0, 50% 8%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-75 {
  background-image: linear-gradient(#9286412e, #9286412e), url('../images/sw-74-hero-1_1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-76 {
  background-image: linear-gradient(#828aaf38, #828aaf38), url('../images/sw-76-hero-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-2.hero.sw-77 {
  background-image: linear-gradient(#0000, #0000), url('../images/sw-77-hero.jpg');
}

.hero-2.hero.sw-78 {
  background-image: linear-gradient(#332d182e, #332d182e), url('../images/sw-78-hero-1.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-container-2 {
  text-align: center;
  padding-right: 0;
  display: inline;
}

.hero-welcome-3 {
  color: #fff;
  text-transform: none;
  margin: 154px 1px 2px;
  font-family: Homemade Apple, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
}

.hero-welcome-3.header-1 {
  text-align: right;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 239px 0 0;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.hero-welcome-3.sw-header {
  text-align: right;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 auto;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 35px;
  position: static;
}

.hero-welcome-4 {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: professor, sans-serif;
  font-size: 80px;
  font-weight: 400;
  position: static;
}

.sw-hero-image {
  object-fit: fill;
  border: 25px solid #fff;
  margin-top: 0;
  display: inline-block;
  position: static;
  inset: 0% auto 0% 0%;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.section-color.monthly-theme {
  background-color: #ad7950;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-color.monthly-theme.sw-49 {
  background-color: #a79981;
}

.section-color.monthly-theme.sw-51 {
  background-color: #bd3d32;
}

.section-color.monthly-theme.sw-52 {
  background-color: #3c3d5a;
}

.section-color.monthly-theme.sw-53 {
  background-color: #c9afb5;
}

.section-color.monthly-theme.sw-54 {
  background-color: #698867;
}

.section-color.monthly-theme.sw-55 {
  background-color: #a8af87;
}

.section-color.monthly-theme.sw-56 {
  background-color: #a79b57;
}

.section-color.monthly-theme.sw-57 {
  background-color: #d1a378;
}

.section-color.monthly-theme.sw-58 {
  background-color: #473e4e;
}

.section-color.monthly-theme.sw-59 {
  background-color: #a75027;
}

.section-color.monthly-theme.sw-60 {
  background-color: #6c7579;
}

.section-color.monthly-theme.sw-61 {
  background-color: #8492b5;
}

.section-color.monthly-theme.sw-62 {
  background-color: #a17767;
}

.section-color.monthly-theme.sw-64 {
  background-color: #9fa773;
}

.section-color.monthly-theme.sw-65 {
  background-color: #b16f28;
}

.section-color.monthly-theme.sw-66 {
  background-color: #689492;
}

.section-color.monthly-theme.sw-67 {
  background-color: #6898b3;
}

.section-color.monthly-theme.sw-68 {
  background-color: #b98442;
}

.section-color.monthly-theme.sw-69 {
  background-color: #e08211;
}

.section-color.monthly-theme.sw-70 {
  background-color: #4d3f5c;
}

.section-color.monthly-theme.sw-71 {
  background-color: #586773;
}

.section-color.monthly-theme.sw-72 {
  background-color: #65819b;
}

.section-color.monthly-theme.sw-73 {
  background-color: #b1ab9e;
}

.section-color.monthly-theme.sw-74 {
  background-color: #99a381;
}

.section-color.monthly-theme.sw-75 {
  background-color: #536787;
}

.section-color.monthly-theme.sw-76 {
  background-color: #7e9fca;
}

.section-color.monthly-theme.sw-77 {
  background-color: #9aa68e;
}

.section-color.monthly-theme.sw-78 {
  background-color: #a18148;
}

.section-color.article {
  -webkit-text-fill-color: inherit;
  background-color: #906848;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-color.article.prompt {
  background-color: #705a61;
}

.section-color.article.sw-49 {
  background-color: #857a68;
}

.section-color.article.sw-51 {
  background-color: #d54d41;
}

.section-color.article.sw-52 {
  background-color: #454770;
}

.section-color.article.sw-53 {
  background-color: #bda4aa;
}

.section-color.article.sw-54 {
  background-color: #617a60;
}

.section-color.article.sw-55 {
  background-color: #929776;
}

.section-color.article.sw-56 {
  background-color: #ce6d56;
}

.section-color.article.sw-57 {
  background-color: #bd926a;
}

.section-color.article.sw-58 {
  background-color: #5d465a;
}

.section-color.article.sw-59 {
  background-color: #994c28;
}

.section-color.article.sw-60 {
  background-color: #7f8a8f;
}

.section-color.article.sw-61 {
  background-color: #7683a2;
}

.section-color.article.sw-62 {
  background-color: #8a796e;
}

.section-color.article.sw-62.reviving {
  background-color: #64574e;
}

.section-color.article.sw-63 {
  background-color: #a17767;
}

.section-color.article.sw-63-2 {
  background-color: #92604d;
}

.section-color.article.sw-64 {
  background-color: #838a5e;
}

.section-color.article.sw-65 {
  background-color: #c0792c;
}

.section-color.article.sw-66 {
  background-color: #5e8381;
}

.section-color.article.sw-67 {
  background-color: #73a7c4;
}

.section-color.article.sw-68 {
  background-color: #a5753a;
}

.section-color.article.sw-69 {
  background-color: #e09e11;
}

.section-color.article.sw-70 {
  background-color: #554664;
}

.section-color.article.sw-71 {
  background-color: #4d5b66;
}

.section-color.article.sw-72 {
  background-color: #5b758d;
}

.section-color.article.sw-73 {
  background-color: #a39d91;
}

.section-color.article.sw-74 {
  background-color: #848d6d;
}

.section-color.article.sw-75 {
  background-color: #475772;
}

.section-color.article.sw-76 {
  background-color: #5e7ba1;
}

.section-color.article.sw-77 {
  background-color: #89967d;
}

.section-color.article.sw-78 {
  background-color: #8f7340;
}

.section-color.article-2 {
  background-color: #cf877b;
  background-image: linear-gradient(#9e9e9e73, #9e9e9e73), url('../images/sw-47-plein-air-bg.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.article-2.prompt {
  background-color: #948ba2;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-color.article-3 {
  background-color: #9bbed6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.article-3.sw-67 {
  background-color: #83b1cb;
}

.section-color.master-artist-guide {
  background-color: #6276a8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.master-artist-guide.sw-51 {
  background-color: #98a669;
}

.section-color.master-artist-guide.sw-52b {
  background-color: #426d6c;
}

.section-color.master-artist-guide.sw-52a {
  background-color: #345756;
}

.section-color.master-artist-guide.sw-53 {
  -webkit-text-fill-color: inherit;
  background-color: #3c6c6d;
  background-clip: border-box;
}

.section-color.master-artist-guide.sw-54 {
  background-color: #b37259;
}

.section-color.master-artist-guide.sw-55 {
  background-color: #72a7a3;
}

.section-color.master-artist-guide.sw-56 {
  background-color: #93aabc;
}

.section-color.master-artist-guide.sw-57 {
  background-color: #c38576;
}

.section-color.master-artist-guide.sw-58 {
  background-color: #353253;
}

.section-color.master-artist-guide.sw-59 {
  background-color: #a04d32;
}

.section-color.master-artist-guide.sw-49 {
  background-color: #605d5c;
}

.section-color.master-artist-guide.sw-60 {
  background-color: #a39ba5;
}

.section-color.master-artist-guide.sw-61 {
  background-color: #7683a2;
}

.section-color.master-artist-guide.sw-62 {
  background-color: #a5906d;
}

.section-color.master-artist-guide.sw-63 {
  background-color: #758e8a;
}

.section-color.master-artist-guide.sw-64 {
  background-color: #a2946a;
}

.section-color.master-artist-guide.sw-65 {
  background-color: #7c4947;
}

.section-color.master-artist-guide.sw-66 {
  background-color: #c47d67;
}

.section-color.master-artist-guide.sw-67 {
  background-color: #d59ba2;
}

.section-color.master-artist-guide.sw-68 {
  background-color: #5687c4d6;
}

.section-color.master-artist-guide.sw-69 {
  background-color: #6680be;
}

.section-color.master-artist-guide.sw-70 {
  background-color: #403648;
}

.section-color.master-artist-guide.sw-71 {
  background-color: #975852;
}

.section-color.master-artist-guide.sw-72 {
  background-color: #95849c;
}

.section-color.master-artist-guide.sw-73 {
  background-color: #95b1ac;
}

.section-color.master-artist-guide.sw-74 {
  background-color: #b99593;
}

.section-color.master-artist-guide.sw-75 {
  background-color: #536787;
}

.section-color.master-artist-guide.sw-76 {
  background-color: #4a619b;
}

.section-color.master-artist-guide.sw-77 {
  background-color: #9aa68e;
}

.section-color.master-artist-guide.sw-77.inside {
  background-color: #838f77;
}

.section-color.master-artist-guide.sw-78 {
  background-color: #aa8b56;
}

.section-color.article-4 {
  background-color: #c0b28c;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.meditation {
  -webkit-text-fill-color: inherit;
  background-color: #a59692;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.meditation.sw-51 {
  background-color: #e9784c;
}

.section-color.meditation.sw-52 {
  background-color: #b3434a;
}

.section-color.meditation.sw-53 {
  -webkit-text-fill-color: inherit;
  background-color: #be8073;
  background-clip: border-box;
}

.section-color.meditation.sw-55 {
  background-color: #8195b6;
}

.section-color.meditation.sw-57 {
  background-color: #a04e37;
}

.section-color.meditation.sw-58 {
  background-color: #c27134;
}

.section-color.meditation.sw-49 {
  background-color: #a0937e;
}

.section-color.meditation.sw-60 {
  background-color: #6a757a;
}

.section-color.meditation.sw-61 {
  background-color: #8a758f;
}

.section-color.meditation.sw-62 {
  background-color: #ac9261;
}

.section-color.meditation.sw-63 {
  background-color: #967551;
}

.section-color.meditation.sw-64 {
  background-color: #96885c;
}

.section-color.meditation.sw-65 {
  background-color: #c57620;
}

.section-color.meditation.sw-66 {
  color: #74b6c2;
  background-color: #507e86;
}

.section-color.meditation.sw-67 {
  background-color: #c76a58;
}

.section-color.meditation.sw-68 {
  background-color: #bd813c;
}

.section-color.meditation.sw-69 {
  background-color: #9f8fda;
}

.section-color.meditation.sw-70 {
  background-color: #48414e;
}

.section-color.meditation.sw-71 {
  background-color: #97714c;
}

.section-color.meditation.sw-72 {
  background-color: #516785;
}

.section-color.meditation.sw-73 {
  background-color: #b9a6bb;
}

.section-color.meditation.sw-74 {
  background-color: #808e9b;
}

.section-color.meditation.sw-75 {
  background-color: #5b7b99;
}

.section-color.meditation.sw-76 {
  background-color: #3b5d88;
}

.section-color.meditation.sw-77 {
  background-color: #a58599;
}

.section-color.meditation.sw-78 {
  background-color: #835e42;
}

.section-color.denise {
  background-color: #a4a5a0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.denise.sw-52 {
  background-color: #b3434a;
}

.section-color.denise.sw-54 {
  background-color: #5f79a8;
}

.section-color.denise.sw-56 {
  background-color: #83acb3;
}

.section-color.denise.sw-58 {
  background-color: #4a3a57;
}

.section-color.denise.sw-49 {
  background-color: #857a68;
}

.section-color.denise.sw-60 {
  background-color: #566064;
}

.section-color.denise.sw-62 {
  background-color: #7f6d5e;
}

.section-color.denise.sw-69 {
  background-color: #90589e;
}

.section-color.prompt {
  background-color: #8ca17d;
}

.section-color.writing-prompt {
  background-color: #815f45;
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-color.writing-prompt.sw-49 {
  background-color: #706757;
}

.section-color.writing-prompt.sw-50 {
  background-color: #976a65;
}

.section-color.writing-prompt.sw-51 {
  background-color: #db683b;
}

.section-color.writing-prompt.sw-52 {
  background-color: #4e5188;
}

.section-color.writing-prompt.sw-52.b {
  background-color: #803438;
}

.section-color.creative-prompt {
  -webkit-text-fill-color: inherit;
  background-color: #8a8b85;
  background-clip: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-color.closet-artist {
  background-color: #e6982c;
  background-image: url('../images/sw-51-closet-artist-2.jpg');
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-color.closet-artist.sw-53 {
  background-image: url('../images/sw-53-poem-hero.jpg');
  background-attachment: fixed;
}

.section-color.closet-artist.sw-54 {
  background-color: #fff;
  background-image: linear-gradient(#68686880, #68686880), url('../images/sw-54-poem-hero.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
}

.section-color.closet-artist.sw-59 {
  background-image: linear-gradient(#4050586b, #4050586b), url('../images/sw-59-poem-bg.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section-color.closet-artist.sw-60 {
  background-image: url('../images/sw-60-poetry.jpg');
  background-position: 50% 100%;
}

.section-color.creative-mythology.sw-52 {
  background-color: #963b40;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.writing-prompt-1 {
  -webkit-text-fill-color: inherit;
  background-color: #c0a8ae;
  background-clip: border-box;
  padding-top: 99px;
  padding-bottom: 99px;
}

.section-color.writing-prompt-1.sw-54 {
  background-color: #637792;
}

.section-color.writing-prompt-1.sw-55 {
  background-color: #e08670;
}

.section-color.writing-prompt-1.sw-56 {
  background-color: #bb563a;
}

.section-color.writing-prompt-1.sw-59 {
  background-color: #d37a36;
}

.section-color.writing-prompt-1.sw-60 {
  background-color: #7f8a8f;
}

.section-color.writing-prompt-1.sw-61 {
  background-color: #8b744e;
}

.section-color.writing-prompt-1.sw-62 {
  background-color: #6d5f56;
}

.section-color.writing-prompt-1.sw-63 {
  background-color: #bb9266;
}

.section-color.writing-prompt-1.sw-64 {
  background-color: #973f3b;
}

.section-color.writing-prompt-1.sw-65 {
  background-color: #cf7c20;
}

.section-color.writing-prompt-1.sw-66 {
  background-color: #6aa0aa;
}

.section-color.writing-prompt-1.sw-67 {
  background-color: #d4705d;
}

.section-color.writing-prompt-1.sw-68 {
  background-color: #fe8d4b;
}

.section-color.writing-prompt-1.sw-69 {
  background-color: #8574c3;
}

.section-color.writing-prompt-1.sw-70 {
  background-color: #6b6274;
}

.section-color.writing-prompt-1.sw-71 {
  background-color: #a57b53;
}

.section-color.writing-prompt-1.sw-72 {
  background-color: #2d3b4e;
}

.section-color.writing-prompt-1.sw-73 {
  background-color: #aa96ac;
}

.section-color.writing-prompt-1.sw-74 {
  background-color: #748492;
}

.section-color.writing-prompt-1.sw-75 {
  background-color: #6a8eaf;
}

.section-color.writing-prompt-1.sw-76 {
  background-color: #4d79b2;
}

.section-color.writing-prompt-1.prompt-2.sw-77 {
  background-color: #a1ac97;
}

.section-color.writing-prompt-1.sw-77 {
  background-color: #b38fa5;
}

.section-color.writing-prompt-1.sw-78 {
  background-color: #9c7151;
}

.section-color.writing-prompt-2 {
  -webkit-text-fill-color: inherit;
  background-color: #813337;
  background-clip: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-color.writing-prompt-2.sw-55 {
  background-color: #567976;
}

.section-color.master-artist.sw-53 {
  background-image: url('../images/sw-53-okeeffe-hero-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-color.community {
  background-color: #979797;
  background-image: linear-gradient(#00000052, #00000052), url('../images/sw-54-community-hero-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 175px;
  padding-bottom: 175px;
}

.section-color.community.sw-53 {
  background-image: linear-gradient(#3154558c, #3154558c), url('../images/sw-53-community.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-color.community.sw-54 {
  background-image: url('../images/sw-54-community-hero.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-color.community.sw-55 {
  background-image: linear-gradient(#598b8abf, #598b8abf), url('../images/sw-55-community-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-color.community.sw-56 {
  background-image: linear-gradient(#28505721, #28505721), url('../images/sw-56-community.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-color.community.sw-57 {
  background-image: url('../images/sw-57-creative-corner.jpg'), linear-gradient(#00000052, #00000052);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.section-color.community.sw-58 {
  background-image: url('../images/sw-58-creative-corner.jpg'), linear-gradient(#00000052, #00000052);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.section-color.community.sw-59 {
  background-image: linear-gradient(#4050586e, #4050586e), url('../images/sw-59-community.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-color.community.sw-60 {
  background-image: url('../images/sw-60-community.jpg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section-color.community.sw-61 {
  background-image: linear-gradient(#9a919cbf, #9a919cbf), url('../images/sw-61-community-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-color.community.sw-63 {
  background-image: linear-gradient(#08212452, #08212452), url('../images/sw-63-community.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-color.community.sw-64 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/sw-64-embracing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-color.community.sw-67 {
  background-image: linear-gradient(#d59ba25c, #d59ba25c), url('../images/sw-67-community.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-color.reading {
  background-color: #ad4747;
  padding-top: 130px;
  padding-bottom: 130px;
}

.section-color.sw-66 {
  background-color: #ad6e5a;
}

.section-color.sw-66.value {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-color.national-symbol {
  background-color: #c58c45;
  padding-top: 110px;
  padding-bottom: 110px;
}

.section-color.national-symbol.sw-69 {
  background-color: #4f68a5;
}

.text-block-white {
  color: #fff;
  text-align: left;
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  position: relative;
}

.text-block-white p {
  color: #fff;
  margin-bottom: 0;
}

.text-block-white strong, .text-block-white em {
  color: #fff;
}

.text-block-white ul {
  padding-left: 16px;
  line-height: 20px;
}

.text-block-white li {
  color: #fff;
  margin-bottom: 20px;
  line-height: 24px;
  list-style-type: disc;
}

.text-block-white h4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  line-height: 30px;
}

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

.text-block-white.prompt {
  border: 2px dotted #ffffffa1;
  padding: 40px;
}

.text-block-white.video {
  text-align: center;
  margin-top: 15px;
}

.text-block-white.master {
  text-align: center;
  margin-top: 10px;
}

.text-block-white.writing-prompt.underlined {
  text-decoration: underline;
}

.text-block-white.studioworks {
  text-align: center;
}

.section-8 {
  display: none;
}

.image-4 {
  float: left;
  position: static;
}

.image-white-border {
  border: 5px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
}

.image-white-border.paragraph-left {
  float: left;
  text-align: left;
  margin-bottom: 14px;
  margin-right: 30px;
}

.image-white-border.paragraph-left.ingredients {
  margin-bottom: 43px;
}

.image-white-border.paragraph-right {
  float: right;
  margin-bottom: 15px;
  margin-left: 0;
  transition: box-shadow .2s;
}

.image-white-border.sw-49 {
  margin-bottom: 14px;
}

.paragraph-image-left, .paragraph-image-right {
  margin-top: 25px;
}

.mute {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.audio-player-volume-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-volume-wrapper.bar-wrapper-volume {
  background-color: #0000;
  flex-direction: row;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.options-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.volume-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.stop-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.control-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.volume-up {
  cursor: pointer;
  width: 15px;
  margin-left: 5px;
}

.duration {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.current-seconds {
  color: #fff;
  align-items: flex-end;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.audio-player-bar {
  opacity: 1;
  cursor: pointer;
  background-color: #fff6;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3px;
  display: flex;
}

.volume-down {
  cursor: pointer;
  width: 15px;
  height: 40px;
  margin-right: 5px;
}

.active-bar {
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.volume-mute-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play, .pause {
  cursor: pointer;
}

.repeat {
  cursor: pointer;
  margin-right: 10px;
}

.volume-bar-active {
  background-color: #fff;
  border-radius: 20px;
  align-self: flex-start;
  width: 50%;
  height: 100%;
}

.volume-bar-wrapper {
  position: relative;
}

.audio-active {
  cursor: pointer;
  width: 15px;
  margin-right: 10px;
}

.play-wrapper {
  cursor: pointer;
  width: auto;
  margin-right: 5px;
  display: flex;
}

.track-name {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: professor, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.shuffle {
  cursor: pointer;
  margin-right: 10px;
  line-height: 1;
}

.audio-player-bar-wrapper {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 70%;
  display: flex;
}

.audio-player-bar-wrapper.bar-wrapper {
  width: 300px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.track-info-wrapper {
  background-color: #0000;
  border: 1px #0e0d0d;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.shuffle-active {
  cursor: pointer;
  margin-right: 10px;
}

.cover {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.audio-player-single-track-wrapper {
  background-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: static;
}

.stop {
  cursor: pointer;
}

.audio-player-white {
  background-color: #ffffff2e;
  border-radius: 4px;
  margin-top: 50px;
  padding: 53px 40px 50px;
}

.audio-player-white.poem {
  background-color: #ffffff47;
}

.audio-player-white.welcome {
  background-color: #5b899e8f;
  border-radius: 4px;
  margin-top: 40px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.audio-player-white.welcome.sw-76 {
  background-color: #4595b273;
}

.audio-player-white.welcome.sw-77 {
  background-color: #c9a4a3a1;
}

.audio-player-white.welcome.sw-78 {
  background-color: #a87a4e9e;
}

.letter-from-ivy {
  margin-bottom: 40px;
}

.container-2 {
  display: inline;
}

.columns {
  margin-left: 0;
  margin-right: 0;
  padding-left: 160px;
  display: inline;
}

.column-7 {
  padding-left: 180px;
  padding-right: 50px;
}

.sw-hero-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #a5a892;
  padding: 20px 35px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  transition: background-color .2s;
}

.sw-hero-button:hover {
  background-color: #bcc0a6;
}

.sw-hero-button.mobile {
  display: none;
}

.sw-hero-button.desktop {
  background-color: #c9938c;
}

.sw-hero-button.desktop:hover {
  background-color: #a77973;
}

.sw-hero-button.desktop.sw-51 {
  background-color: #53546b;
}

.sw-hero-button.desktop.sw-51:hover {
  background-color: #436575;
}

.sw-hero-button.desktop.sw-52 {
  background-color: #53546b;
}

.sw-hero-button.desktop.sw-52:hover {
  background-color: #6b6d8b;
}

.sw-hero-button.desktop.sw-53 {
  background-color: #a1c493;
}

.sw-hero-button.desktop.sw-53:hover {
  background-color: #86a778;
}

.sw-hero-button.desktop.sw-54 {
  background-color: #698867;
}

.sw-hero-button.desktop.sw-54:hover {
  background-color: #73a570;
}

.sw-hero-button.desktop.sw-56, .sw-hero-button.desktop.sw-56:hover {
  background-color: #d1a378;
}

.sw-hero-button.desktop.sw-57 {
  background-color: #b48d68;
}

.sw-hero-button.desktop.sw-57:hover {
  background-color: #9b7959;
}

.sw-hero-button.desktop.sw-58 {
  background-color: #473e4e;
}

.sw-hero-button.desktop.sw-58:hover {
  background-color: #5b4f64;
}

.sw-hero-button.desktop.sw-59 {
  background-color: #b64813;
}

.sw-hero-button.desktop.sw-59:hover {
  background-color: #944722;
}

.sw-hero-button.desktop.sw-49 {
  background-color: #997c52;
}

.sw-hero-button.desktop.sw-49:hover {
  background-color: #866d49;
}

.sw-hero-button.desktop.sw-60 {
  background-color: #41555f;
}

.sw-hero-button.desktop.sw-60:hover {
  background-color: #637d8a;
}

.sw-hero-button.desktop.sw-61 {
  background-color: #536081;
}

.sw-hero-button.desktop.sw-61:hover {
  background-color: #6b7aa2;
}

.sw-hero-button.desktop.sw-62 {
  background-color: #8f8a6f;
}

.sw-hero-button.desktop.sw-62:hover {
  background-color: #a39d7d;
}

.sw-hero-button.desktop.sw-63 {
  background-color: #a17767;
}

.sw-hero-button.desktop.sw-63:hover {
  background-color: #be8d7a;
}

.sw-hero-button.desktop.sw-64 {
  background-color: #b16f28;
}

.sw-hero-button.desktop.sw-64:hover {
  background-color: #c0782b;
}

.sw-hero-button.desktop.sw-66 {
  background-color: #88a5a3;
}

.sw-hero-button.desktop.sw-66:hover {
  background-color: #588891;
}

.sw-hero-button.desktop.sw-67 {
  background-color: #909e06;
}

.sw-hero-button.desktop.sw-67:hover {
  background-color: #9fac1e;
}

.sw-hero-button.desktop.sw-68 {
  background-color: #df8312;
}

.sw-hero-button.desktop.sw-68:hover {
  background-color: #d89644;
}

.sw-hero-button.desktop.sw-69 {
  background-color: #feaa4b;
}

.sw-hero-button.desktop.sw-69:hover {
  background-color: #df9541;
}

.sw-hero-button.desktop.sw-70 {
  background-color: #586773;
}

.sw-hero-button.desktop.sw-70:hover {
  background-color: #46535d;
}

.sw-hero-button.desktop.sw-72 {
  background-color: #8cacc9;
}

.sw-hero-button.desktop.sw-72:hover {
  background-color: #7f9db9;
}

.sw-hero-button.desktop.sw-73 {
  background-color: #c3b3a3;
}

.sw-hero-button.desktop.sw-73:hover {
  background-color: #af9a86;
}

.sw-hero-button.desktop.sw-74 {
  background-color: #99a381;
}

.sw-hero-button.desktop.sw-74:hover {
  background-color: #7f8868;
}

.sw-hero-button.desktop.sw-75 {
  background-color: #5b899e;
}

.sw-hero-button.desktop.sw-75:hover {
  background-color: #4e7586;
}

.sw-hero-button.desktop.sw-76 {
  background-color: #4aabce;
}

.sw-hero-button.desktop.sw-76:hover {
  background-color: #459cbb;
}

.sw-hero-button.desktop.sw-77 {
  background-color: #c9a4a3;
}

.sw-hero-button.desktop.sw-77:hover {
  background-color: #b3908f;
}

.sw-hero-button.desktop.sw-78 {
  background-color: #a87a4e;
}

.sw-hero-button.desktop.sw-78:hover {
  background-color: #966d46;
}

.column-8 {
  margin-top: -160px;
  margin-bottom: -130px;
}

.sw-intro-header {
  color: #727b96;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: professor, sans-serif;
  font-size: 49px;
  line-height: 60px;
}

.sw-intro-header.in-this-issue {
  margin-top: 0;
}

.sw-intro-header.issue-header {
  text-align: left;
  margin-top: 0;
}

.sw-intro-header.sw-73 {
  color: #a39688;
}

.section-9 {
  margin-bottom: 80px;
}

.div-block-4 {
  text-align: left;
  background-color: #fdfafa;
  margin-top: 24px;
  padding: 40px;
}

.sw-welcome-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #7f593a;
  border-radius: 3px;
  margin-top: 10px;
  padding: 20px 35px;
  font-family: Lato, sans-serif;
  transition: background-color .2s;
}

.sw-welcome-button:hover {
  background-color: #af7d54;
}

.sw-welcome-button.sw-49 {
  -webkit-text-fill-color: inherit;
  background-color: #a79981;
  background-clip: border-box;
}

.sw-welcome-button.sw-49:hover {
  background-color: #b2a085;
}

.sw-welcome-button.sw-49.w--current {
  background-color: #7f7361;
}

.sw-welcome-button.sw-50 {
  background-color: #c9938c;
}

.sw-welcome-button.sw-50:hover {
  background-color: #a87b75;
}

.sw-welcome-button.sw-51 {
  background-color: #bd3d32;
}

.sw-welcome-button.sw-51:hover {
  background-color: #ff6f68;
}

.sw-welcome-button.sw-52 {
  background-color: #53546b;
}

.sw-welcome-button.sw-52:hover {
  background-color: #8c8db1;
}

.sw-welcome-button.sw-52.w--current {
  -webkit-text-fill-color: inherit;
  background-color: #53546b;
  background-clip: border-box;
}

.sw-welcome-button.sw-53 {
  background-color: #a1c493;
}

.sw-welcome-button.sw-53:hover {
  background-color: #86a778;
}

.sw-welcome-button.sw-53.w--current {
  background-color: #c9938c;
}

.sw-welcome-button.sw-53.w--current:hover {
  background-color: #9b716b;
}

.sw-welcome-button.sw-54 {
  background-color: #73a570;
}

.sw-welcome-button.sw-54:hover {
  background-color: #8dc789;
}

.sw-welcome-button.sw-55 {
  background-color: #a8af87;
}

.sw-welcome-button.sw-55:hover {
  background-color: #929974;
}

.sw-welcome-button.sw-56 {
  background-color: #df7e6d;
  font-style: normal;
}

.sw-welcome-button.sw-56:hover {
  background-color: #daa096;
}

.sw-welcome-button.sw-57 {
  background-color: #d1a378;
}

.sw-welcome-button.sw-57:hover {
  background-color: #b48d68;
}

.sw-welcome-button.sw-58 {
  background-color: #9687a2;
}

.sw-welcome-button.sw-58:hover {
  background-color: #81758b;
}

.sw-welcome-button.sw-58.w--current, .sw-welcome-button.sw-58.w--current:hover {
  background-color: #9687a2;
}

.sw-welcome-button.sw-59 {
  background-color: #d57e56;
}

.sw-welcome-button.sw-59:hover {
  background-color: #b8846c;
}

.sw-welcome-button.sw-60 {
  background-color: #a6b2b8;
}

.sw-welcome-button.sw-60:hover {
  background-color: #bdccd3;
}

.sw-welcome-button.sw-60.w--current, .sw-welcome-button.sw-60.w--current:hover {
  background-color: #7797a7;
}

.sw-welcome-button.sw-61 {
  background-color: #737f9c;
}

.sw-welcome-button.sw-61:hover {
  background-color: #98a7ce;
}

.sw-welcome-button.sw-62 {
  background-color: #9c9880;
}

.sw-welcome-button.sw-62:hover {
  background-color: #837f67;
}

.sw-welcome-button.sw-63 {
  background-color: #a17767;
}

.sw-welcome-button.sw-63:hover {
  background-color: #c29e91;
}

.sw-welcome-button.sw-64 {
  background-color: #90a570;
}

.sw-welcome-button.sw-64:hover {
  background-color: #7a8b5e;
}

.sw-welcome-button.sw-65 {
  background-color: #b16f28;
}

.sw-welcome-button.sw-65:hover {
  background-color: #cc802e;
}

.sw-welcome-button.sw-65.w--current {
  background-color: #b16f28;
}

.sw-welcome-button.sw-65.w--current:hover {
  background-color: #b8752e;
}

.sw-welcome-button.sw-66 {
  background-color: #95b8b6;
}

.sw-welcome-button.sw-66:hover {
  background-color: #5a7e7c;
}

.sw-welcome-button.sw-67 {
  background-color: #cf8a33;
}

.sw-welcome-button.sw-67:hover {
  background-color: #d5903b;
}

.sw-welcome-button.sw-67.w--current {
  background-color: #b98442;
}

.sw-welcome-button.sw-69 {
  background-color: #feaa4b;
}

.sw-welcome-button.sw-69:hover {
  background-color: #e49843;
}

.sw-welcome-button.sw-70 {
  background-color: #8cacc9;
}

.sw-welcome-button.sw-70:hover {
  background-color: #4c5964;
}

.sw-welcome-button.sw-70.w--current, .sw-welcome-button.sw-72 {
  background-color: #8cacc9;
}

.sw-welcome-button.sw-72:hover {
  background-color: #6c869e;
}

.sw-welcome-button.sw-73 {
  background-color: #c3b3a3;
}

.sw-welcome-button.sw-73:hover {
  background-color: #a29487;
}

.column-9 {
  padding-right: 30px;
}

.text-block-3 {
  margin-bottom: 30px;
}

.in-this-issue-link {
  color: #7ca6af;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
}

.in-this-issue-link a {
  color: #7ca6af;
  font-size: 14px;
  font-weight: 600;
  line-height: 0;
}

.in-this-issue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 90px 70px;
  display: block;
}

.columns-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.container-3 {
  margin-top: 60px;
  display: block;
}

.text-block-4 {
  text-align: left;
  margin-bottom: 39px;
}

.theme-header {
  color: #ffffffa6;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Quattrocento, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.theme-header.card-spread {
  letter-spacing: 2px;
  margin-bottom: 47px;
}

.theme-header.sub-header {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 35px;
}

.theme-header.poem {
  color: #fff;
  margin-bottom: 20px;
}

.theme-header.community {
  color: #fff;
}

.monthly-theme-sub-header {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-family: professor, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.monthly-theme-sub-header.sub-head-2 {
  font-size: 40px;
}

.monthly-theme-sub-header.sub-header {
  margin-bottom: 16px;
}

.monthly-theme-sub-header.article-1-sub-head {
  margin-top: 20px;
}

.text-block-white-quote {
  color: #fff;
  text-align: left;
  margin-top: 30px;
  padding-top: 0;
  font-family: professor, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-block-white-quote.author {
  text-align: right;
  margin-top: 19px;
}

.text-block-white-quote.author.center, .text-block-white-quote.center {
  text-align: center;
}

.audio-author {
  color: #ffffffb3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
}

.card-spread-hero {
  background-image: url('../images/sw-45-journal-prompt-bg.jpg');
  background-position: 50%;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 80px;
  position: static;
}

.journal-prompt-image {
  border: 5px solid #fff;
  margin-bottom: 30px;
}

.column-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.card-spread-header {
  color: #fff;
  text-transform: uppercase;
  font-family: Quattrocento, sans-serif;
  font-size: 30px;
}

.button-white {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ffffff38;
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 20px 35px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  transition: opacity .2s, background-color .2s;
}

.button-white:hover {
  opacity: 1;
  background-color: #ffffff4f;
}

.button-white.affirmation {
  color: #757575;
  background-color: #ffffffc2;
}

.button-white.affirmation:hover {
  background-color: #ffffff8c;
}

.button-white.affirmation.sw-67 {
  background-color: #fffffff7;
}

.button-white.erte {
  padding-left: 53px;
  padding-right: 53px;
}

.button-white.left {
  margin-top: 24px;
}

.white-button, .column-11 {
  text-align: center;
}

.spacer-30 {
  padding-bottom: 30px;
}

.columns-3 {
  margin-top: 30px;
}

.prompt {
  border: 1px dotted #ffffffb3;
  padding: 20px 30px;
}

.section-poem {
  background-image: linear-gradient(#e4887970, #e4887970), url('../images/sw-46-inspired.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.audio-player-color {
  background-color: #d6d6d6;
  border-radius: 3px;
  margin-top: 0;
  padding: 45px 40px;
}

.audio-player-color.color-palette {
  background-color: #9895994d;
}

.audio-player-color.color-palette.sw-49 {
  background-color: #857a6869;
}

.audio-player-color.color-palette.sw-51 {
  background-color: #98a6697a;
}

.audio-player-color.color-palette.sw-52 {
  background-color: #426d6c6b;
}

.audio-player-color.color-palette.sw-53 {
  background-color: #3c6c6d61;
}

.audio-player-color.color-palette.sw-54 {
  background-color: #ab441b5e;
}

.audio-player-color.color-palette.sw-55 {
  background-color: #b6ccca;
}

.audio-player-color.color-palette.sw-56 {
  background-color: #83acb3ab;
}

.audio-player-color.color-palette.sw-57 {
  background-color: #d1a378ad;
}

.audio-player-color.color-palette.sw-58 {
  background-color: #a04d3282;
}

.audio-player-color.color-palette.sw-60 {
  background-color: #7f8a8f52;
}

.audio-player-color.color-palette.sw-61 {
  background-color: #8a758f54;
}

.audio-player-color.color-palette.sw-62 {
  background-color: #8b744e63;
}

.audio-player-color.color-palette.sw-63 {
  background-color: #758e8a75;
}

.audio-player-color.color-palette.sw-64 {
  background-color: #a3946396;
}

.audio-player-color.color-palette.sw-65 {
  background-color: #8034306b;
}

.audio-player-color.color-palette.sw-66 {
  background-color: #c47d6780;
}

.audio-player-color.color-palette.sw-67 {
  background-color: #5687c47d;
}

.audio-player-color.color-palette.sw-69 {
  background-color: #6680be78;
}

.audio-player-color.color-palette.sw-70 {
  background-color: #48414ea3;
}

.audio-player-color.color-palette.sw-71 {
  background-color: #94859b80;
}

.audio-player-color.color-palette.sw-73 {
  background-color: #a8c3be9c;
}

.audio-player-color.color-palette.sw-74 {
  background-color: #b9959394;
}

.audio-player-color.color-palette.sw-75 {
  background-color: #56698824;
}

.audio-player-color.color-palette.sw-76 {
  background-color: #7789b694;
}

.audio-player-color.color-palette.sw-77 {
  background-color: #9aa68e8f;
}

.audio-player-color.color-palette.sw-78 {
  background-color: #9e7e4699;
}

.audio-player-color.podcast {
  background-color: #7f593a69;
}

.audio-player-color.podcast.sw-49 {
  background-color: #98807773;
}

.audio-player-color.podcast.sw-51 {
  background-color: #5e6fa58a;
}

.audio-player-color.podcast.sw-52 {
  background-color: #5e7c75a6;
}

.audio-player-color.podcast.sw-53 {
  background-color: #74a1bb78;
}

.audio-player-color.podcast.sw-54 {
  background-color: #b37259a8;
}

.audio-player-color.podcast.sw-55 {
  background-color: #6396aa80;
}

.audio-player-color.podcast.sw-56 {
  background-color: #748baf99;
}

.audio-player-color.podcast.sw-57 {
  background-color: #93aabcb0;
}

.audio-player-color.podcast.sw-58 {
  background-color: #5f5b7f8a;
}

.audio-player-color.podcast.sw-59 {
  background-color: #536081;
}

.audio-player-color.podcast.sw-61 {
  background-color: #53608159;
}

.audio-player-color.podcast.sw-62 {
  background-color: #aa9779ad;
}

.audio-player-color.podcast.sw-63 {
  background-color: #75898e87;
}

.audio-player-color.podcast.sw-64 {
  background-color: #99895482;
}

.audio-player-color.podcast.sw-65 {
  background-color: #7c49476e;
}

.audio-player-color.podcast.sw-66 {
  background-color: #c7a3709e;
}

.audio-player-color.podcast.sw-67 {
  background-color: #749bb1a1;
}

.audio-player-color.podcast.sw-68 {
  background-color: #5687c487;
}

.audio-player-color.podcast.sw-70 {
  background-color: #7b4e4973;
}

.audio-player-color.podcast.sw-72 {
  background-color: #364a648a;
}

.audio-player-color.podcast.sw-73 {
  background-color: #86a09b96;
}

.audio-player-color.podcast.sw-74 {
  background-color: #b99593a6;
}

.audio-player-color.podcast.sw-75 {
  background-color: #7883a596;
}

.audio-player-color.podcast.sw-76 {
  background-color: #4e8fc28f;
}

.audio-player-color.podcast.sw-77 {
  background-color: #949baea6;
  border-radius: 3px;
}

.audio-player-color.podcast.sw-78 {
  background-color: #81705394;
}

.audio-player-color.word-of-the-month {
  background-color: #744b4752;
}

.audio-player-color.word-of-the-month.sw-49 {
  background-color: #857a6878;
}

.audio-player-color.word-of-the-month.sw-51 {
  background-color: #e9784cad;
}

.audio-player-color.word-of-the-month.sw-52 {
  background-color: #b3434a85;
}

.audio-player-color.word-of-the-month.sw-53 {
  background-color: #c9afb5b0;
}

.audio-player-color.word-of-the-month.sw-54 {
  background-color: #33455d5c;
}

.audio-player-color.word-of-the-month.sw-55 {
  background-color: #e08670b8;
}

.audio-player-color.word-of-the-month.sw-56 {
  background-color: #bb563a87;
}

.audio-player-color.word-of-the-month.sw-57 {
  -webkit-text-fill-color: inherit;
  background-color: #789ba35c;
  background-clip: border-box;
}

.audio-player-color.word-of-the-month.sw-59 {
  background-color: #d37a367d;
}

.audio-player-color.word-of-the-month.sw-60 {
  background-color: #7f8a8f52;
}

.audio-player-color.word-of-the-month.sw-61 {
  background-color: #a490a861;
}

.audio-player-color.word-of-the-month.sw-63 {
  background-color: #bb926699;
}

.audio-player-color.word-of-the-month.sw-64 {
  background-color: #973f3b7a;
}

.audio-player-color.word-of-the-month.sw-65 {
  background-color: #68949275;
}

.audio-player-color.word-of-the-month.sw-67 {
  background-color: #76aac7a1;
}

.audio-player-color.word-of-the-month.sw-68 {
  background-color: #bd813ca8;
}

.audio-player-color.word-of-the-month.sw-69 {
  background-color: #a869b869;
}

.audio-player-color.word-of-the-month.sw-70 {
  background-color: #756c7eb8;
}

.audio-player-color.word-of-the-month.sw-71 {
  background-color: #a57b5373;
}

.audio-player-color.word-of-the-month.sw-72 {
  background-color: #2d3b4e61;
}

.audio-player-color.word-of-the-month.sw-73 {
  background-color: #af929d70;
}

.audio-player-color.word-of-the-month.sw-74 {
  background-color: #808e9b82;
}

.audio-player-color.word-of-the-month.sw-75 {
  background-color: #5b7b9969;
}

.audio-player-color.word-of-the-month.sw-76 {
  background-color: #7e9fca85;
}

.audio-player-color.word-of-the-month.sw-77 {
  background-color: #a1814894;
}

.section-word-of-the-month {
  color: #818189e6;
  background-image: linear-gradient(#838b8c1f, #838b8c1f);
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-12 {
  text-align: left;
  padding-right: 30px;
}

.column-12.erte, .column-12.center {
  text-align: center;
}

.columns-4 {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 34px;
}

.columns-4.erte {
  text-align: center;
}

.columns-4.artists {
  margin-top: 12px;
}

.theme-header-color {
  color: #626775;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Quattrocento, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.theme-sub-header-color {
  color: #687a78c4;
  text-align: center;
  padding-top: 10px;
  font-family: professor, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 65px;
}

.quote {
  font-family: professor, sans-serif;
}

.text-block-color-quote {
  color: #818189e6;
  text-align: left;
  margin-bottom: 12px;
  font-family: professor, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-block-color-quote.author {
  color: #818189e6;
  text-align: right;
}

.text-block-color-quote.center {
  text-align: center;
}

.button-white-center {
  text-align: center;
  margin-top: 27px;
  margin-bottom: 27px;
}

.section-affirmation {
  background-image: linear-gradient(#a586a873, #a586a873), url('../images/sw-73-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-affirmation.sw-49 {
  background-image: linear-gradient(#0000, #0000), url('../images/sw-49-affirmation-hero.jpg');
}

.section-affirmation.sw-50 {
  background-image: linear-gradient(#ac768742, #ac768742), url('../images/sw-50-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-51 {
  background-image: linear-gradient(#244e5a42, #244e5a42), url('../images/sw-51-affirmation-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-52 {
  background-image: linear-gradient(#00000087, #00000087), url('../images/sw-52-affirmation-hero.jpg');
}

.section-affirmation.sw-53 {
  background-image: linear-gradient(#0000, #0000), url('../images/sw-53-affirmation-hero.jpg');
  background-size: auto, cover;
}

.section-affirmation.sw-54 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/sw-54-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-55 {
  background-image: linear-gradient(#506a9b78, #506a9b78), url('../images/sw-55-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-56 {
  background-image: linear-gradient(#b5959a52, #b5959a52), url('../images/sw-56-affirmation-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-57 {
  background-image: linear-gradient(#244e5a42, #244e5a42), url('../images/sw-57-affirmation-hero-2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-58 {
  background-image: url('../images/sw-58-affirmation-hero.jpg'), linear-gradient(#244e5a42, #244e5a42);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.section-affirmation.sw-59 {
  background-image: linear-gradient(#40505852, #40505852), url('../images/sw-59-affirmation.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-60 {
  background-image: linear-gradient(#322d5226, #322d5226), url('../images/sw-60-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-61 {
  background-image: url('../images/sw-61-affirmation-hero.jpg'), linear-gradient(#244e5a42, #244e5a42);
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.section-affirmation.sw-62 {
  background-image: linear-gradient(#6b536642, #6b536642), url('../images/sw-62-affirmation-hero-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-63 {
  background-image: linear-gradient(#86686845, #86686845), url('../images/sw-63-affirmation-hero.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-64 {
  background-image: url('../images/sw-64-affirmation-hero-3.jpg'), linear-gradient(#244e5a42, #244e5a42);
  background-position: 100%, 0 0;
  background-size: cover, auto;
}

.section-affirmation.sw-65 {
  background-image: linear-gradient(#50401d45, #50401d45), url('../images/sw-65-afirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-66 {
  background-image: linear-gradient(#244e5a42, #244e5a42), url('../images/sw-66-affirmation-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-67 {
  background-image: linear-gradient(#a06a3a42, #a06a3a42), url('../images/sw-67-affirmation-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-68 {
  background-image: linear-gradient(#b4835787, #b4835787), url('../images/sw-68-affirmation-hero.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-69 {
  background-image: linear-gradient(#856bc442, #856bc442), url('../images/sw-69-affirmation-hero.jpg');
  background-position: 0 0, 50% 85%;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-70 {
  background-image: linear-gradient(#5a245a6b, #5a245a6b), url('../images/sw-70-affirmation-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-affirmation.sw-71 {
  background-image: linear-gradient(#5a3a247d, #5a3a247d), url('../images/sw-71-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-72 {
  background-image: linear-gradient(#2c245a42, #2c245a42), url('../images/sw-72-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-affirmation.sw-74 {
  background-image: linear-gradient(#3e617236, #3e617236), url('../images/sw-74-affirmation-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.section-affirmation.sw-75 {
  background-image: linear-gradient(#8689a859, #8689a859), url('../images/sw-74-affirmation-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-affirmation.sw-76 {
  background-image: url('../images/sw-76-affirmation-hero-2.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.section-affirmation.sw-77 {
  background-image: linear-gradient(#8382822e, #8382822e), url('../images/sw-77-affirmation-hero-1.jpg');
  background-size: auto, cover;
}

.section-affirmation.sw-78 {
  background-image: linear-gradient(#5540318a, #5540318a), url('../images/sw-78-affirmation-hero-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.monthly-affirmation-button {
  text-align: center;
  margin-top: 25px;
}

.affirmation-header {
  color: #fff;
  text-align: center;
  margin-top: 62px;
  font-family: professor, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.column-13 {
  padding-left: 47px;
  padding-right: 47px;
}

.main-header-white {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: professor, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.h4-lowercase {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 40px;
  font-family: Quattrocento, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.video-box-white-stroke {
  border: 5px solid #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}

.video-box-white-stroke.sketchbook {
  margin-top: 47px;
  margin-bottom: 19px;
}

.section-color-palette {
  padding-top: 101px;
  padding-bottom: 101px;
  font-style: italic;
}

.color-palette-image-1, .color-palette-image-2 {
  text-align: center;
}

.column-14 {
  text-align: center;
  margin-top: 0;
}

.columns-5 {
  margin-bottom: 40px;
}

.text-image-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Quattrocento, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.column-15 {
  padding-left: 30px;
}

.divider-white {
  background-color: #ffffff87;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-5 {
  text-align: left;
  margin-bottom: 10px;
  padding-right: 10px;
  line-height: 22px;
}

.section-sketchbook-1 {
  background-color: #725952;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-sketchbook-1.sw-49 {
  background-color: #887c6d;
}

.section-sketchbook-1.sw-51 {
  background-color: #5e6fa5;
}

.section-sketchbook-1.sw-52 {
  -webkit-text-fill-color: inherit;
  background-color: #5e7c75;
  background-clip: border-box;
}

.section-sketchbook-1.sw-53 {
  -webkit-text-fill-color: inherit;
  background-color: #74a1bb;
  background-clip: border-box;
}

.section-sketchbook-1.sw-54 {
  background-color: #b37259;
}

.section-sketchbook-1.sw-55 {
  background-color: #6396aa;
}

.section-sketchbook-1.sw-56 {
  background-color: #748baf;
}

.section-sketchbook-1.sw-57 {
  background-color: #93aabc;
}

.section-sketchbook-1.sw-58 {
  background-color: #353253;
}

.section-sketchbook-1.sw-59 {
  background-color: #be8247;
}

.section-sketchbook-1.sw-60 {
  background-color: #a39ba5;
}

.section-sketchbook-1.sw-61 {
  background-color: #536081;
}

.section-sketchbook-1.sw-62 {
  background-color: #8b744e;
}

.section-sketchbook-1.sw-63 {
  background-color: #75898e;
}

.section-sketchbook-1.sw-64 {
  background-color: #978b64;
}

.section-sketchbook-1.sw-65 {
  background-color: #683c3b;
}

.section-sketchbook-1.sw-66 {
  background-color: #c7a370;
}

.section-sketchbook-1.sw-67 {
  background-color: #6a91a7;
}

.section-sketchbook-1.sw-68 {
  background-color: #5585c0;
}

.section-sketchbook-1.sw-69 {
  background-color: #7995db;
}

.section-sketchbook-1.sw-70 {
  background-color: #584255;
}

.section-sketchbook-1.sw-71 {
  background-color: #77443f;
}

.section-sketchbook-1.sw-72 {
  background-color: #84778a;
}

.section-sketchbook-1.sw-73 {
  background-color: #86a09b;
}

.section-sketchbook-1.sw-74 {
  background-color: #967674;
}

.section-sketchbook-1.sw-75 {
  background-color: #7895a5;
}

.section-sketchbook-1.sw-76 {
  background-color: #7086bd;
}

.section-sketchbook-1.sw-77 {
  background-color: #6d787d;
}

.section-sketchbook-1.sw-78 {
  background-color: #817053;
}

.sketchbook-header-1 {
  color: #ffffffb8;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Quattrocento, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.sketchbook-header-2 {
  color: #fff;
  margin-bottom: 25px;
  font-family: professor, sans-serif;
  font-size: 48px;
  line-height: 57px;
}

.section-sketchbook-2 {
  background-color: #8b6c64;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-sketchbook-2.sw-49 {
  background-color: #948878;
}

.section-sketchbook-2.sw-51 {
  background-color: #6c7db1;
}

.section-sketchbook-2.sw-52 {
  background-color: #6d9088;
}

.section-sketchbook-2.sw-53 {
  background-color: #648da5;
}

.section-sketchbook-2.sw-54 {
  background-color: #9b644f;
}

.section-sketchbook-2.sw-55 {
  background-color: #538092;
}

.section-sketchbook-2.sw-56 {
  background-color: #657999;
}

.section-sketchbook-2.sw-57 {
  background-color: #8399aa;
}

.section-sketchbook-2.sw-58 {
  background-color: #3f3c64;
}

.section-sketchbook-2.sw-59 {
  background-color: #aa7542;
}

.section-sketchbook-2.sw-60 {
  background-color: #6b8694;
}

.section-sketchbook-2.sw-61 {
  background-color: #616d8b;
}

.section-sketchbook-2.sw-62 {
  background-color: #9e865d;
}

.section-sketchbook-2.sw-63 {
  background-color: #63777c;
}

.section-sketchbook-2.sw-64 {
  background-color: #867c5a;
}

.section-sketchbook-2.sw-65 {
  background-color: #52302f;
}

.section-sketchbook-2.sw-66 {
  background-color: #b49466;
}

.section-sketchbook-2.sw-67 {
  background-color: #5c8196;
}

.section-sketchbook-2.sw-68 {
  background-color: #426a9b;
}

.section-sketchbook-2.sw-69 {
  background-color: #819fe7;
}

.section-sketchbook-2.sw-70 {
  background-color: #6b5067;
}

.section-sketchbook-2.sw-71 {
  background-color: #633834;
}

.section-sketchbook-2.sw-72 {
  background-color: #716377;
}

.section-sketchbook-2.sw-73 {
  background-color: #778f8a;
}

.section-sketchbook-2.sw-74 {
  background-color: #a78685;
}

.section-sketchbook-2.sw-75 {
  background-color: #67818f;
}

.section-sketchbook-2.sw-76 {
  background-color: #556794;
}

.section-sketchbook-2.sw-77 {
  background-color: #7d898f;
}

.section-sketchbook-2.sw-78 {
  background-color: #726348;
}

.column-16 {
  padding-right: 20px;
}

.column-17 {
  padding-right: 30px;
}

.section-monthly-art-lesson {
  background-color: #838b8c1f;
  padding-top: 101px;
  padding-bottom: 101px;
}

.section-monthly-art-lesson.bonus {
  background-color: #838b8c3d;
}

.monthly-art-lesson-sub-head {
  color: #687a78c4;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Quattrocento, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.monthly-art-lesson-divider {
  background-color: #bebebe;
  max-width: 100px;
  height: 1px;
  margin: 23px auto 8px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.monthly-art-lesson-header {
  color: #626775a3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Quattrocento, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.monthly-art-lesson-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bdbd9d;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 35px;
  font-family: Lato, sans-serif;
  transition: background-color .2s;
}

.monthly-art-lesson-button:hover {
  background-color: #a5a589;
}

.monthly-art-lesson-button.sw-51 {
  background-color: #5e6fa5;
}

.monthly-art-lesson-button.sw-51:hover {
  background-color: #8294cf;
}

.monthly-art-lesson-button.sw-52 {
  background-color: #5e7c75;
}

.monthly-art-lesson-button.sw-52:hover {
  background-color: #7ca59b;
}

.monthly-art-lesson-button.sw-53 {
  background-color: #74a1bb;
}

.monthly-art-lesson-button.sw-53:hover {
  background-color: #668da3;
}

.monthly-art-lesson-button.sw-54 {
  background-color: #b37259;
}

.monthly-art-lesson-button.sw-54:hover {
  background-color: #ce866a;
}

.monthly-art-lesson-button.sw-55 {
  background-color: #6396aa;
}

.monthly-art-lesson-button.sw-55:hover {
  background-color: #72aac0;
}

.monthly-art-lesson-button.sw-56 {
  background-color: #748baf;
}

.monthly-art-lesson-button.sw-56:hover {
  background-color: #90a8ce;
}

.monthly-art-lesson-button.sw-57 {
  background-color: #93aabc;
}

.monthly-art-lesson-button.sw-57:hover {
  background-color: #8498a8;
}

.monthly-art-lesson-button.sw-58 {
  background-color: #5f5b80;
}

.monthly-art-lesson-button.sw-58:hover {
  background-color: #7974a2;
}

.monthly-art-lesson-button.sw-59 {
  background-color: #aa7542;
}

.monthly-art-lesson-button.sw-59:hover {
  background-color: #bb824c;
}

.monthly-art-lesson-button.sw-49 {
  background-color: #988077;
}

.monthly-art-lesson-button.sw-49:hover {
  background-color: #b89c91;
}

.monthly-art-lesson-button.sw-60 {
  background-color: #7b95a1;
}

.monthly-art-lesson-button.sw-60:hover {
  background-color: #92b2c0;
}

.monthly-art-lesson-button.sw-62 {
  background-color: #af9e83;
}

.monthly-art-lesson-button.sw-62:hover {
  background-color: #9b8665;
}

.monthly-art-lesson-button.sw-63 {
  background-color: #75898e;
}

.monthly-art-lesson-button.sw-63:hover {
  background-color: #9ab0b6;
}

.monthly-art-lesson-button.sw-65 {
  background-color: #cc8683;
}

.monthly-art-lesson-button.sw-65:hover {
  background-color: #da8d89;
}

.monthly-art-lesson-button.sw-66 {
  background-color: #c7a370;
}

.monthly-art-lesson-button.sw-67 {
  background-color: #83b1cb;
}

.monthly-art-lesson-button.sw-67:hover {
  background-color: #779fb6;
}

.monthly-art-lesson-button.sw-69 {
  background-color: #7995db;
}

.monthly-art-lesson-button.sw-69:hover {
  background-color: #6f87c3;
}

.monthly-art-lesson-button.sw-69.color-wheel {
  background-color: #7995db8f;
}

.monthly-art-lesson-button.sw-69.color-wheel:hover {
  background-color: #7995dbc4;
}

.monthly-art-lesson-button.sw-70 {
  background-color: #584255;
}

.monthly-art-lesson-button.sw-70:hover {
  background-color: #906d8c;
}

.monthly-art-lesson-button.sw-71 {
  background-color: #7b4e49;
}

.monthly-art-lesson-button.sw-71:hover {
  background-color: #b3716a;
}

.monthly-art-lesson-button.sw-72 {
  background-color: #364a64;
}

.monthly-art-lesson-button.sw-72:hover {
  background-color: #59779e;
}

.monthly-art-lesson-button.sw-73 {
  background-color: #86a09b;
}

.monthly-art-lesson-button.sw-73:hover {
  background-color: #758f8a;
}

.monthly-art-lesson-button.sw-74 {
  background-color: #b99593;
}

.monthly-art-lesson-button.sw-74:hover {
  background-color: #a28483;
}

.monthly-art-lesson-button.sw-75 {
  background-color: #7883a5;
}

.monthly-art-lesson-button.sw-75:hover {
  background-color: #505870;
}

.monthly-art-lesson-button.sw-76 {
  background-color: #4e8fc2;
}

.monthly-art-lesson-button.sw-76:hover {
  background-color: #4077a1;
}

.monthly-art-lesson-button.sw-77 {
  background-color: #949bae;
}

.monthly-art-lesson-button.sw-77:hover {
  background-color: #81889b;
}

.monthly-art-lesson-button.sw-78 {
  background-color: #817053;
}

.monthly-art-lesson-button.sw-78:hover {
  background-color: #645740;
}

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

.column-18 {
  text-align: center;
  margin-top: 60px;
}

.column-19 {
  padding-left: 39px;
}

.section-podcast {
  -webkit-text-fill-color: inherit;
  background-color: #838b8c36;
  background-clip: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-podcast.podcast {
  background-color: #838b8c54;
}

.div-block-6 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-6 {
  text-align: center;
  font-style: normal;
}

.inspiration.hover {
  justify-content: center;
  transition: box-shadow .2s, transform .4s;
}

.inspiration.hover:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 3px #0000001a;
}

.column-20 {
  padding-left: 25px;
  padding-right: 25px;
}

.pinterst-boards, .pinterst-boards.classes {
  padding-left: 15px;
  padding-right: 15px;
}

.column-22 {
  padding-left: 25px;
  padding-right: 25px;
}

.rich-text-block-7 {
  text-align: center;
}

.rich-text-block-7.video {
  margin-top: 12px;
}

.rich-text-block-7.video-youtube {
  margin-top: 8px;
}

.columns-7 {
  margin-top: 30px;
  margin-bottom: 80px;
}

.inspiration-spotify {
  max-width: 300px;
  margin: 18px auto 80px;
}

.section-footer {
  background-color: #494f4f;
  padding: 81px 90px 81px 99px;
}

.footer-legal-text {
  color: #7c7c7c;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.footer-column-1 {
  text-align: left;
}

.grid-2 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.columns-8 {
  margin-bottom: 15px;
}

.div-block-8 {
  float: right;
}

.div-block-9, .div-block-10 {
  float: left;
}

.div-block-11 {
  float: right;
}

.div-block-11.paragraph-image-left {
  float: left;
  margin-top: 0;
}

.div-block-11.paragraph-image-right {
  flex-flow: column;
  margin-top: 0;
  margin-left: 30px;
  display: flex;
}

.div-block-12 {
  float: left;
}

.column-28 {
  padding-left: 31px;
  padding-right: 31px;
}

.html-audio-player-embed {
  margin-bottom: 18px;
}

.audio-player-controller {
  margin-top: 20px;
}

.dropdown-list {
  margin-top: 0;
}

.dropdown-list.w--open {
  border-top: 2px solid #d1d1d1;
  margin-top: 0;
}

.dropdown {
  padding-right: 10px;
}

.hero-studioworks {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quattrocento, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.div-block-13 {
  margin-bottom: 262px;
}

.column-30, .column-31 {
  text-align: center;
}

.text-block-6 {
  color: #a0a0a0;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.icon-10 {
  color: #a0a0a0;
  margin-right: 0;
}

.dropdown-toggle {
  padding-left: 15px;
}

.dropdown-list-2 {
  border-top: 2px solid #c2c2c2;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-top-color: #d4d4d4;
  padding-bottom: 10px;
}

.div-block-15 {
  z-index: 0;
  object-fit: cover;
  background-image: url('../images/sw-45-hero-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.hero-test {
  object-fit: fill;
  position: relative;
  overflow: hidden;
}

.div-block-16 {
  object-fit: fill;
  background-image: url('../images/sw-45-affirmation-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-test-container {
  z-index: 1;
  padding-top: 101px;
  padding-bottom: 101px;
  position: relative;
}

.columns-9 {
  text-align: center;
  margin: 40px 0 60px;
}

.column-37, .column-38 {
  padding-left: 20px;
  padding-right: 20px;
}

.columns-10, .columns-11 {
  margin-left: 0;
  margin-right: 0;
}

.list {
  color: #fff;
  list-style-type: decimal;
}

.list-item-2, .list-item-3, .list-item-4 {
  list-style-type: decimal;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Quattrocento, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.button-column.center {
  margin-top: 20px;
}

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

.list-2 {
  list-style-type: disc;
}

.list-item-5 {
  margin-bottom: 7px;
  font-weight: 600;
  list-style-type: disc;
}

.inspiration-div-block.center {
  margin-bottom: 70px;
}

.link-block-3 {
  cursor: pointer;
}

.section-submission-calls {
  -webkit-text-fill-color: inherit;
  background-color: #a3b5c5;
  background-clip: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-40 {
  padding-right: 0;
}

.affirmation-image-link {
  transition: transform .2s, opacity .2s;
}

.affirmation-image-link:hover {
  opacity: .92;
  transform: translate(0, -5px);
}

.art-lesson-image-link {
  transition: box-shadow .2s, transform .2s;
}

.art-lesson-image-link:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 6px #00000021;
}

.image-paragraph-div-left {
  float: left;
  margin-right: 29px;
}

.image-text-description {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
}

.image-text-description.right {
  text-align: center;
}

.div-block-17, .image-paragraph-div-right {
  float: right;
}

.column-41, .column-42 {
  text-align: center;
}

.column-43 {
  padding-left: 30px;
  padding-right: 30px;
}

.column-43.okeeffe {
  padding-left: 10px;
  padding-right: 10px;
}

.column-44 {
  padding-left: 30px;
  padding-right: 30px;
}

.column-44.okeeffe {
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-12 {
  margin-top: 29px;
}

.div-block-19 {
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.columns-13.art-deco {
  text-align: center;
}

.columns-13.sw-55-list {
  margin-bottom: 30px;
}

.column-45.symbols {
  padding-left: 40px;
}

.column-45.center.sw-54 {
  padding-right: 15px;
}

.post-script {
  margin-top: 31px;
}

.list-3 {
  padding-left: 14px;
  list-style-type: disc;
}

.list-3.bullet-list {
  list-style-type: disc;
}

.writing-prompt---sw-51 {
  border: 2px dotted #ffffffa1;
  margin-bottom: 47px;
  padding: 50px 40px 25px;
}

.list-item-6 {
  margin-bottom: 5px;
  list-style-type: decimal;
}

.list-item-7, .list-item-8 {
  list-style-type: disc;
}

.list-4 {
  padding-left: 15px;
  list-style-type: decimal;
}

.div-block-20 {
  text-align: center;
}

.writing-prompt.sw-52 {
  border: 2px dotted #fff6;
  padding: 40px;
}

.column-48 {
  text-align: left;
}

.master-column {
  padding-left: 40px;
  padding-right: 40px;
}

.list-5, .list-item-9 {
  color: #7c7c7c;
  list-style-type: disc;
}

.div-block-21 {
  text-align: center;
}

.list-item-10 {
  padding-left: 8px;
}

.paragraph, .bold-text-2 {
  color: #fff;
}

.list-55 {
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

.list-55.list {
  padding-left: 1px;
}

.list-55.numbered {
  padding-left: 3px;
  list-style-type: decimal;
}

.sw-55-column {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
}

.bold-text-3 {
  color: #fff;
}

.rich-text-block-8 {
  font-style: normal;
}

.list-gray {
  color: #818189e6;
  list-style-type: disc;
}

.bold-text-4 {
  color: #fff;
}

.div-block-22 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.colorflow-link {
  transition: opacity .2s;
}

.colorflow-link:hover {
  opacity: .81;
}

.list-gray {
  padding-left: 15px;
  list-style-type: lower-alpha;
}

.paragraph-2 {
  padding-left: 7px;
}

.list-item-11 {
  color: #949494;
  margin-bottom: 20px;
  list-style-type: disc;
}

.div-block-23 {
  text-align: center;
  margin-bottom: 100px;
}

.join-studioworks {
  background-image: linear-gradient(#00000069, #00000069), url('../images/studioworks-journal-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding: 250px 50px;
}

.join-studioworks.second {
  background-image: linear-gradient(to bottom, null, null), url('../images/studioworks-journal-hero.jpg');
  background-size: auto, cover;
}

.join-studioworks-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-24 {
  background-color: #ffffffa8;
  width: 80px;
  height: 3px;
  margin-top: 14px;
  margin-bottom: 23px;
}

.div-block-24._3 {
  margin-top: 0;
}

.join-studioworks-2 {
  background-image: linear-gradient(#00000069, #00000069), url('../images/sw-gift-card-hero.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding: 250px 50px;
}

.join-studioworks-3 {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/sw-sales-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 300px 51px;
}

.div-block-25 {
  background-color: #ffffffa8;
  width: 80px;
  height: 3px;
  margin-top: 14px;
  margin-bottom: 23px;
}

.join-studioworks-4 {
  background-image: linear-gradient(#00000069, #00000069), url('../images/studioworks-journal-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding: 250px 50px;
}

.join-studioworks-4.second {
  background-image: linear-gradient(to bottom, null, null), url('../images/studioworks-journal-hero.jpg');
  background-size: auto, cover;
}

.div-block-26 {
  background-color: #ffffffa8;
  width: 80px;
  height: 3px;
  margin-top: 14px;
  margin-bottom: 23px;
}

.join-studioworks-5 {
  background-image: linear-gradient(#0000003d, #0000003d), url('../images/sw-sales-hero.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 300px 51px;
}

.div-block-27 {
  background-color: #ffffffa8;
  width: 80px;
  height: 3px;
  margin-top: 14px;
  margin-bottom: 23px;
}

.div-block-27._3 {
  margin-top: 0;
}

.bold-text-white {
  color: #fff;
}

.paragraph-3 {
  font-style: normal;
}

.list-56 {
  padding-left: 20px;
}

.div-block-28 {
  text-align: center;
}

.list-item-12 {
  margin-bottom: 10px;
  list-style-type: disc;
}

.list-item-13 {
  list-style-type: disc;
}

.portugal-symbols {
  padding-top: 16px;
}

.div-block-29 {
  margin-top: 14px;
}

.bold-text-5 {
  color: #fff;
}

.quick-stack {
  grid-row-gap: 20px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.rich-text-block-9 {
  font-size: 3px;
}

html.w-mod-js [data-ix="nav-hover"] {
  opacity: .44;
  transform: translate(0);
}

html.w-mod-js [data-ix="hover-effect"], html.w-mod-js [data-ix="text-hover"], html.w-mod-js [data-ix="text-hover-2"] {
  transform: scale(1);
}

html.w-mod-js [data-ix="load-reveal"] {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 0;
  }

  .navigation {
    float: none;
    background-color: #9dccce;
    width: auto;
    height: 60px;
    padding: 0 0 15px 15px;
    position: relative;
    inset: 0 0 auto;
    overflow: visible;
    box-shadow: 0 3px 5px -2px #005c513b;
  }

  .navigation-link {
    color: #aaaeb4;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    transition: color .3s;
  }

  .navigation-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .navigation-menu {
    float: right;
    background-color: #3f4652;
    height: 335px;
    margin-top: 0;
    padding-top: 14px;
    position: absolute;
  }

  .brand {
    float: left;
    margin-top: 15px;
    margin-bottom: 16px;
    margin-left: 13px;
    display: inline-block;
  }

  .brand.w--current {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner {
    height: 70%;
  }

  .social-wrapper {
    width: 100%;
    height: 14%;
    display: none;
  }

  .footer {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-footer {
    height: auto;
  }

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

  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-big-title {
    font-size: 40px;
  }

  .banner-sub-text {
    font-size: 20px;
  }

  .hamburger {
    color: #fff;
    font-size: 24px;
    top: 0;
    right: 0;
  }

  .hamburger.w--open {
    background-color: #9dccce;
    border-radius: 0;
  }

  .header, .nav-block {
    display: none;
  }

  .navigation-div-block {
    width: 100%;
    height: 210px;
    margin-top: 0;
    inset: 16px 0 -25px;
  }

  .button-download-video {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
  }

  .button-download-video._2 {
    display: none;
  }

  .hero-welcome {
    margin-top: 71px;
    font-size: 40px;
  }

  .video-header._2 {
    line-height: 18px;
  }

  .hero-div {
    margin-top: 17px;
  }

  .continue-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .continue-button {
    margin-bottom: 0;
  }

  .copy-right {
    line-height: 19px;
  }

  .footer-link-block {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .nav-link-column-1 {
    text-align: left;
    padding-left: 15px;
  }

  .nav-link-block-3 {
    text-align: left;
    margin-top: 15px;
  }

  .nav-text-block {
    text-align: left;
    margin-left: 43px;
    font-size: 13px;
  }

  .nav-column-2 {
    position: absolute;
  }

  .nav-link-block-4 {
    margin-top: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .nav-link-block-4.w--current {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav-logout-block {
    opacity: .5;
    margin-top: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: opacity .2s;
    display: block;
  }

  .nav-logout-block:hover {
    opacity: 1;
  }

  .nav-logout-image {
    margin-left: 3px;
  }

  .nav-link-block5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .book-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-3-column.centered.spacer-column {
    padding-left: 23px;
    padding-right: 23px;
  }

  .sub-head-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spacer-50-pix {
    height: 30px;
  }

  .spacer-20 {
    height: 10px;
  }

  .image-div-left, .image-div-right {
    max-width: 350px;
  }

  .column-image {
    padding-left: 0;
    padding-right: 18px;
  }

  .nav-link-introduction {
    color: #818181;
    margin-top: 15px;
    padding: 8px 30px 8px 32px;
    font-size: 12px;
    font-weight: 300;
  }

  .site-nav-link {
    line-height: 8px;
  }

  .login-button {
    margin-bottom: 35px;
    margin-left: 38px;
    display: inline-block;
  }

  .nav-logo {
    width: 187px;
  }

  .login-column-div {
    height: 422px;
  }

  .login-header-text {
    margin-left: 15px;
    margin-right: 15px;
  }

  .login-column-button {
    margin-top: 0;
    margin-left: 0;
  }

  .login-teacher-title {
    margin-top: 4px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 20px;
  }

  .login-student-number {
    text-align: left;
    margin-bottom: 0;
    margin-left: 20px;
    padding-bottom: 1px;
  }

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

  .login-student-icon {
    margin-left: 72px;
  }

  .login-men-button {
    color: #fff;
    background-color: #0000;
    margin-right: 30px;
  }

  .login-men-button.w--open {
    background-color: #ececec;
  }

  .login-nav-menu {
    text-align: left;
    background-color: #636363;
  }

  .dropdown-icon {
    display: none;
  }

  .redirect-header {
    margin-top: 237px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 47px;
  }

  .redirect-text {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-no-border.podcast {
    text-align: center;
  }

  .scotland-hero-div {
    margin-top: 124px;
    margin-bottom: 124px;
  }

  .colorflow-hero {
    padding-left: 52px;
    padding-right: 52px;
  }

  .hero-welcome-2 {
    line-height: 55px;
  }

  .image-3-column-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .site-nav-link-2 {
    margin-top: 22px;
    line-height: 8px;
  }

  .login-button-2 {
    margin-bottom: 35px;
    margin-left: 38px;
    display: inline-block;
  }

  .image-3 {
    padding-top: 15px;
  }

  .nav-logo-2 {
    width: 187px;
  }

  .login-nav-menu-2 {
    text-align: left;
    background-color: #d8d8d8;
    padding-bottom: 50px;
    padding-left: 19px;
  }

  .hero-2.hero {
    padding-bottom: 130px;
    padding-left: 46px;
    padding-right: 46px;
  }

  .hero-welcome-3 {
    margin-top: 95px;
  }

  .hero-welcome-3.header-1 {
    margin-top: 121px;
    font-size: 25px;
    line-height: 50px;
  }

  .hero-welcome-3.sw-header {
    font-size: 25px;
  }

  .hero-welcome-4 {
    font-size: 50px;
  }

  .sw-hero-image {
    border-width: 10px;
    position: static;
  }

  .section-color.monthly-theme, .section-color.article, .section-color.article-2, .section-color.article-3, .section-color.master-artist-guide, .section-color.article-4, .section-color.meditation, .section-color.denise {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-color.writing-prompt.sw-51 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-color.closet-artist, .section-color.creative-mythology.sw-52 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-color.writing-prompt-1 {
    padding: 60px 40px;
  }

  .section-color.writing-prompt-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-color.master-artist.sw-53, .section-color.community, .section-color.community.sw-53, .section-color.reading, .section-color.sw-66.value {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-white p {
    color: #fff;
  }

  .image-white-border {
    margin-top: 2px;
  }

  .image-white-border.paragraph-left {
    margin-bottom: 30px;
  }

  .letter-from-ivy {
    padding-top: 40px;
  }

  .columns {
    padding-left: 0;
  }

  .column-7 {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .sw-hero-button {
    display: block;
  }

  .sw-hero-button.mobile {
    text-align: center;
    background-color: #997c52;
    display: inline-block;
  }

  .sw-hero-button.mobile:hover {
    background-color: #997c52;
  }

  .sw-hero-button.mobile.sw-53 {
    background-color: #a1c493;
  }

  .sw-hero-button.mobile.sw-53:hover {
    background-color: #86a778;
  }

  .sw-hero-button.mobile.sw-54 {
    background-color: #537751;
  }

  .sw-hero-button.mobile.sw-54:hover {
    background-color: #73a570;
  }

  .sw-hero-button.mobile.sw-55 {
    background-color: #e25c44;
  }

  .sw-hero-button.mobile.sw-57 {
    background-color: #b48d68;
  }

  .sw-hero-button.mobile.sw-59 {
    background-color: #b64813;
  }

  .sw-hero-button.mobile.sw-60 {
    background-color: #41555f;
  }

  .sw-hero-button.mobile.sw-61 {
    background-color: #536081;
  }

  .sw-hero-button.mobile.sw-62 {
    background-color: #8f8a6f;
  }

  .sw-hero-button.mobile.sw-63 {
    background-color: #88a5a3;
  }

  .sw-hero-button.mobile.sw-67 {
    background-color: #909e06;
  }

  .sw-hero-button.mobile.sw-68 {
    background-color: #df8312;
  }

  .sw-hero-button.mobile.sw-69 {
    -webkit-text-fill-color: inherit;
    background-color: #feaa4b;
    background-clip: border-box;
  }

  .sw-hero-button.mobile.sw-70 {
    background-color: #c3b3a3;
  }

  .sw-hero-button.mobile.sw-76 {
    background-color: #4aabce;
  }

  .sw-hero-button.mobile.sw-77 {
    background-color: #a87a4e;
  }

  .sw-hero-button.desktop {
    display: none;
  }

  .column-8 {
    margin-top: 51px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .sw-intro-header {
    text-align: left;
    margin-top: 0;
  }

  .column-9 {
    margin-bottom: 60px;
    padding-right: 10px;
  }

  .in-this-issue {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-4 {
    padding-left: 10px;
  }

  .card-spread-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .button-white.erte {
    margin-right: 36px;
  }

  .button-white.pinterest {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-11 {
    margin-bottom: 30px;
  }

  .section-poem, .section-word-of-the-month {
    padding-left: 50px;
    padding-right: 50px;
  }

  .column-12 {
    margin-bottom: 30px;
  }

  .columns-4 {
    margin-top: 0;
  }

  .theme-sub-header-color {
    margin-bottom: 40px;
  }

  .section-affirmation {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-affirmation.sw-54 {
    background-image: linear-gradient(to bottom, null, null), url('../images/sw-54-affirmation-hero.jpg');
    background-size: auto, cover;
  }

  .affirmation-header {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .column-13 {
    text-align: center;
    margin-top: 20px;
  }

  .section-color-palette {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-5 {
    padding-right: 10px;
  }

  .section-sketchbook-1 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .sketchbook-header-1, .sketchbook-header-2 {
    text-align: center;
  }

  .section-sketchbook-2 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .column-17 {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-monthly-art-lesson {
    padding-left: 49px;
    padding-right: 49px;
  }

  .column-18 {
    margin-top: 0;
  }

  .column-19 {
    text-align: center;
    margin-top: 20px;
    padding-left: 150px;
    padding-right: 150px;
  }

  .section-podcast {
    padding-left: 50px;
    padding-right: 50px;
  }

  .inspiration.hover:hover {
    box-shadow: none;
    transform: none;
  }

  .footer-column-1 {
    text-align: center;
    margin-bottom: 40px;
  }

  .grid-2 {
    text-align: center;
    margin-top: 50px;
  }

  .column-23, .column-24 {
    text-align: center;
  }

  .link-block-2 {
    text-align: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .columns-8 {
    margin-bottom: 20px;
  }

  .div-block-7 {
    text-align: center;
    object-fit: fill;
    position: absolute;
    inset: auto 0% 0%;
  }

  .icon-9 {
    color: #b8b8b8;
  }

  .container-5 {
    display: inline;
  }

  .section-submission-calls {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-19 {
    margin-bottom: 30px;
  }

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

  .column-45 {
    margin-top: 0;
  }

  .column-45.center, .column-45.center.sw-54 {
    padding-top: 0;
  }

  .column-47 {
    margin-bottom: 46px;
  }

  .master-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .join-studioworks, .join-studioworks-4 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  p {
    line-height: 24px;
  }

  .navigation {
    padding-left: 5px;
    padding-right: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  .navigation-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-menu {
    margin-top: 0;
  }

  .navigation-menu.make-your-mark {
    height: 550px;
  }

  .banner {
    height: 50%;
  }

  .section.gray.photo {
    background-image: none;
  }

  .tab {
    margin-left: 12px;
    margin-right: 12px;
  }

  .portfolio-wrapper, .features-wrapper {
    width: 50%;
  }

  .clients-wrapper {
    width: 48%;
    margin-left: -1px;
    margin-right: -1px;
  }

  .footer-wrapper {
    border-right-color: #0000;
    height: auto;
    margin-bottom: 20px;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .banner-big-title {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 50px;
  }

  .banner-sub-text {
    line-height: 30px;
  }

  .hamburger.w--open {
    background-color: #9dccce;
  }

  .space-device {
    margin-top: 20px;
  }

  .another-space-device {
    margin-bottom: 20px;
  }

  .navigation-div-block {
    height: 204px;
    margin-top: 10px;
  }

  .course-title-header {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .video-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-download-video {
    display: none;
  }

  .hero-welcome {
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-container.mobile {
    padding-left: 76px;
    padding-right: 76px;
    display: block;
  }

  .paragraph-container.desktop {
    display: none;
  }

  .video-header {
    margin-left: 13px;
    font-size: 17px;
  }

  .quote-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .quote-container.small {
    padding-left: 51px;
    padding-right: 51px;
  }

  .divider {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-div {
    border-width: 4px;
    width: 60px;
    height: 60px;
    margin-top: 1px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hero-chapter-number {
    margin-top: 19px;
    margin-bottom: 13px;
    font-size: 30px;
  }

  .continue-text {
    margin-left: 25px;
    margin-right: 25px;
    font-size: 23px;
  }

  .continue-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .copy-right {
    margin-left: 25px;
    margin-right: 25px;
    line-height: 21px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-text-block {
    margin-left: 41px;
  }

  .resources-sub-head {
    line-height: 45px;
  }

  .book-column {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .resources-books {
    margin-bottom: 63px;
  }

  .image-link-block {
    margin-top: -3px;
  }

  .image-3-column {
    text-align: center;
    margin-bottom: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-3-column.centered.spacer-column {
    margin-bottom: 35px;
  }

  .image-2-column {
    margin-top: 26px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-2-column {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image.lightbox {
    margin-top: 20px;
  }

  .sub-head-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spacer-50-pix {
    height: 30px;
  }

  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .spacer-20 {
    height: 1px;
  }

  .image-div-left {
    max-width: 300px;
    padding-right: 28px;
  }

  .image-div-right {
    float: right;
    max-width: 300px;
    padding-left: 27px;
  }

  .column-image {
    text-align: center;
    margin-top: 0;
    padding-bottom: 41px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo {
    margin-left: 18px;
  }

  .login-welcome {
    margin-top: 102px;
    margin-bottom: 102px;
    font-size: 57px;
    line-height: 59px;
  }

  .login-column-div {
    height: 16%;
    margin-left: 0;
    margin-right: 0;
  }

  .login-header-text {
    margin-top: 22px;
    margin-left: 42px;
    margin-right: 42px;
  }

  .login-column-button {
    margin-top: 9px;
    margin-bottom: 26px;
  }

  .login-container {
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .login-image-div {
    background-color: #0000;
  }

  .login-teacher-title {
    margin-top: 5px;
    margin-left: 42px;
    margin-right: 11px;
    line-height: 21px;
  }

  .login-student-number {
    margin-left: 0;
  }

  .login-row {
    position: static;
  }

  .login-student-icon {
    margin-left: 40px;
  }

  .login-men-button {
    color: #fff;
    margin-right: 20px;
  }

  .login-men-button.w--open {
    background-color: #ececec;
  }

  .login-column {
    margin-bottom: 36px;
  }

  .login-logo-column {
    text-align: left;
  }

  .redirect-header {
    margin-top: 168px;
    margin-left: 56px;
    margin-right: 56px;
  }

  .image-no-border.podcast {
    max-width: 100%;
  }

  .scotland-hero-div {
    margin-top: 98px;
    margin-bottom: 98px;
  }

  .scotland-column._3 {
    display: none;
  }

  .column-2 {
    padding-right: 21px;
  }

  .quote-mark-2 {
    padding-left: 19px;
  }

  .video-column {
    margin-bottom: 33px;
  }

  .new-class-div-box {
    margin-left: 53px;
    margin-right: 53px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .new-class-text {
    line-height: 25px;
  }

  .hero-welcome-2 {
    margin-top: 0;
    font-size: 55px;
  }

  .image-3-column-2 {
    text-align: center;
    margin-bottom: 43px;
    padding-left: 0;
    padding-right: 0;
  }

  .site-nav-link-2 {
    margin-bottom: 15px;
  }

  .nav-logo-2 {
    margin-left: 18px;
  }

  .login-nav-menu-2 {
    background-color: #d8d8d8;
    padding-bottom: 25px;
    padding-left: 12px;
  }

  .hero-2.hero {
    padding-top: 150px;
  }

  .hero-welcome-3 {
    margin-top: 50px;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-welcome-3.header-1 {
    font-size: 30px;
  }

  .hero-welcome-4 {
    margin-top: 0;
    padding-left: 21px;
    padding-right: 9px;
    font-size: 55px;
  }

  .sw-hero-image {
    border-width: 10px;
  }

  .section-color.reading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-color.sw-66.value {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-block-white h4 {
    text-align: center;
  }

  .image-white-border {
    margin-bottom: 7px;
  }

  .image-white-border.paragraph-left {
    float: none;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-white-border.paragraph-right {
    float: none;
    text-align: center;
    margin-left: 0;
  }

  .audio-player-volume-wrapper.bar-wrapper-volume {
    margin-left: 10px;
  }

  .options-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }

  .track-name {
    text-align: center;
    margin-top: 5px;
    margin-right: 0;
  }

  .track-info-wrapper {
    flex-direction: column;
    margin-right: 0;
  }

  .cover {
    margin-right: 0;
  }

  .audio-player-single-track-wrapper {
    flex-direction: column;
  }

  .column-7 {
    margin-top: 0;
  }

  .sw-hero-button.mobile {
    font-size: 12px;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    padding-right: 10px;
  }

  .in-this-issue {
    padding: 100px 30px;
  }

  .text-block-4 {
    margin-top: 4px;
    padding-left: 0;
  }

  .button-white.pinterest {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .theme-sub-header-color {
    margin-bottom: 0;
    font-size: 50px;
  }

  .button-white-center {
    margin-bottom: 0;
  }

  .section-affirmation, .section-color-palette {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-14 {
    margin-bottom: 30px;
  }

  .column-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-sketchbook-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-16 {
    margin-bottom: 30px;
  }

  .section-monthly-art-lesson {
    padding: 100px 50px;
  }

  .column-19 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .inspiration-spotify {
    max-width: 500px;
  }

  .section-footer {
    padding: 80px 50px 50px;
  }

  .div-block-8 {
    float: none;
    text-align: center;
  }

  .div-block-9, .div-block-10 {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }

  .div-block-11 {
    float: none;
    text-align: center;
  }

  .div-block-12 {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }

  .column-29 {
    margin-bottom: 20px;
  }

  .hero-studioworks {
    font-size: 75px;
    line-height: 85px;
  }

  .div-block-14 {
    text-align: center;
  }

  .writing-prompt---sw-51 {
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .writer-prompt---sw-51 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 23px;
  }

  .navigation {
    z-index: 1000;
    padding-bottom: 15px;
    top: 0;
    left: 0;
    right: 0;
  }

  .navigation-link {
    margin-top: -1px;
  }

  .navigation-link.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation-menu {
    z-index: 1;
    height: 320px;
    margin-bottom: 73px;
    position: absolute;
    inset: 0% 0 auto;
  }

  .navigation-menu.make-your-mark {
    height: 550px;
    display: block;
    position: absolute;
  }

  .brand {
    margin-top: 14px;
    margin-left: 0;
  }

  .banner {
    height: 40%;
  }

  .social-wrapper {
    display: none;
  }

  .tab {
    text-align: center;
    margin: 10px;
    display: inline-block;
  }

  .portfolio-wrapper, .features-wrapper, .clients-wrapper {
    width: 100%;
  }

  .testimonials-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-big-title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-sub-text {
    font-size: 18px;
    line-height: 28px;
  }

  .hamburger.w--open {
    z-index: 1;
  }

  .header {
    position: fixed;
  }

  .navigation-div-block {
    height: 184px;
    margin-top: 24px;
    margin-bottom: 47px;
    padding-bottom: 0;
    display: block;
    position: static;
  }

  .navigation-div-block.mym {
    margin-bottom: 0;
  }

  .course-title-header {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 38px;
  }

  .video {
    margin-bottom: 25px;
  }

  .video-container {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .course-title-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-download-video {
    margin-right: 4px;
    display: none;
  }

  .video-box {
    border-style: solid;
  }

  .hero-welcome {
    margin: 59px 25px 0;
    font-size: 25px;
    line-height: 20px;
  }

  .hero-welcome.whimsical {
    font-size: 20px;
    line-height: 35px;
  }

  .hero-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-container {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-container.mobile {
    padding-left: 23px;
    padding-right: 23px;
  }

  .paragraph-container.desktop {
    display: none;
  }

  .video-header {
    margin-top: 13px;
    margin-bottom: 13px;
    margin-left: 6px;
    font-size: 16px;
    line-height: 20px;
  }

  .video-header._2 {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 17px;
    font-size: 12px;
    line-height: 16px;
  }

  .quote-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .quote-container.small {
    padding-left: 31px;
    padding-right: 31px;
  }

  .divider {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-div {
    border-width: 4px;
    width: 55px;
    height: 55px;
    margin-top: 1px;
    top: 32px;
  }

  .hero-chapter-number {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 26px;
  }

  .continue-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 29px;
  }

  .continue-container {
    margin-top: 18px;
    margin-bottom: 38px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .continue-button {
    margin-bottom: 18px;
    padding: 14px 35px;
    font-family: Raleway, sans-serif;
    font-size: 16px;
  }

  .copy-right {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .footer-link-block {
    margin-bottom: 18px;
  }

  .footer-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-block-3 {
    margin-top: 9px;
  }

  .nav-link-block-4 {
    margin-top: 0;
  }

  .nav-link-block-4.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-logout-block {
    opacity: .5;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    transition: opacity .2s;
  }

  .nav-logout-block:hover {
    opacity: 1;
  }

  .footer-logo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-block5 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .resources-sub-head {
    padding-right: 1px;
    font-size: 30px;
    line-height: 38px;
  }

  .book-column {
    margin-top: 11px;
    margin-bottom: 11px;
    padding-left: 11px;
    padding-right: 11px;
  }

  .image-link-block {
    margin-left: 0;
    margin-right: 0;
  }

  .image-3-column.centered.spacer-column {
    margin-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2-column {
    padding-left: 0;
    padding-right: 0;
  }

  .sub-head-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer-50-pix {
    height: 25px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-30-pix {
    height: 20px;
  }

  .image-div-left {
    float: none;
    padding-right: 0;
  }

  .image-div-right {
    float: none;
    padding-left: 0;
  }

  .nav-logo {
    width: 179px;
    margin-left: 8px;
  }

  .login-welcome {
    margin-top: 74px;
    margin-bottom: 74px;
    font-size: 40px;
    line-height: 47px;
  }

  .login-header-text {
    text-align: center;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .login-container {
    margin-bottom: 0;
  }

  .login-teacher-title {
    text-align: center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .login-student-number {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .login-student-icon {
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .login-men-button {
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .login-logo-column {
    text-align: center;
  }

  .classroom-redirect {
    background-image: linear-gradient(to bottom, null, null), none;
    background-position: 0 0, 50%;
  }

  .redirect-header {
    margin-top: 101px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 40px;
  }

  .redirect-text {
    margin-top: 11px;
    line-height: 25px;
  }

  .image-no-border.podcast {
    max-width: 100%;
  }

  .scotland-hero-div {
    margin-top: 83px;
    margin-bottom: 83px;
  }

  .quote-text {
    font-size: 20px;
    line-height: 35px;
  }

  .quote-mark-1 {
    margin-right: -11px;
    padding-left: 0;
    font-size: 60px;
  }

  .column-2 {
    font-size: 13px;
  }

  .quote-mark-2 {
    margin-top: 23px;
    padding-left: 0;
    font-size: 60px;
  }

  .quote-name {
    font-size: 15px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .video-column {
    margin-bottom: 27px;
  }

  .new-class-div-box {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .new-class-text {
    line-height: 22px;
  }

  .hero-welcome-2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 45px;
  }

  .resources-sub-head-2 {
    padding-right: 1px;
    line-height: 38px;
  }

  .site-nav-link-2 {
    margin-top: 11px;
  }

  .image-3 {
    padding-top: 10px;
  }

  .nav-logo-2 {
    width: 179px;
    margin-left: 8px;
  }

  .hero-2.hero {
    padding: 100px 18px 108px;
  }

  .hero-container-2 {
    display: block;
  }

  .hero-welcome-3 {
    margin: 27px 25px 0;
    font-size: 30px;
    line-height: 38px;
  }

  .hero-welcome-3.header-1 {
    text-align: center;
    margin-top: 111px;
    margin-bottom: 11px;
    margin-right: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .hero-welcome-3.sw-header {
    text-align: center;
    margin-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .hero-welcome-4 {
    text-align: center;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .sw-hero-image {
    border-style: solid;
    border-width: 5px;
  }

  .section-color.monthly-theme, .section-color.article {
    padding: 50px 20px;
  }

  .section-color.article-2 {
    padding: 60px 20px;
  }

  .section-color.article-2.prompt {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-color.article-3, .section-color.master-artist-guide, .section-color.article-4, .section-color.meditation {
    padding: 50px 20px;
  }

  .section-color.denise, .section-color.closet-artist {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-color.creative-mythology.sw-52 {
    padding: 70px 20px;
  }

  .section-color.writing-prompt-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-color.master-artist.sw-53 {
    padding: 80px 20px;
  }

  .section-color.community {
    padding: 75px 20px;
  }

  .section-color.community.sw-53 {
    padding: 80px 20px;
  }

  .section-color.reading {
    padding: 70px 20px;
  }

  .section-color.sw-66.value {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-white p {
    margin-bottom: 17px;
  }

  .text-block-white ul {
    padding-left: 0;
  }

  .text-block-white h4 {
    font-size: 18px;
    line-height: 25px;
  }

  .image-white-border {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .options-wrapper {
    margin-right: 0;
  }

  .track-name {
    font-size: 30px;
    line-height: 40px;
  }

  .audio-player-bar-wrapper.bar-wrapper {
    width: 200px;
  }

  .audio-player-single-track-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .audio-player-white, .audio-player-white.poem {
    padding: 20px;
  }

  .letter-from-ivy {
    padding-top: 0;
  }

  .column-7 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sw-hero-button.mobile {
    padding-left: 19px;
    padding-right: 19px;
  }

  .column-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sw-intro-header {
    text-align: center;
    margin-top: 20px;
    font-size: 40px;
  }

  .sw-intro-header.issue-header {
    margin-bottom: 0;
    font-size: 35px;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .in-this-issue {
    padding: 66px 20px 50px;
  }

  .columns-2 {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .theme-header {
    font-size: 30px;
    line-height: 40px;
  }

  .theme-header.sub-header {
    margin-bottom: 27px;
    font-size: 18px;
    line-height: 28px;
  }

  .theme-header.poem, .monthly-theme-sub-header {
    font-size: 30px;
    line-height: 40px;
  }

  .monthly-theme-sub-header.sub-head-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .monthly-theme-sub-header.sub-header {
    font-size: 45px;
    line-height: 55px;
  }

  .text-block-white-quote {
    margin-top: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .card-spread-hero {
    padding: 50px 20px;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-white.pinterest {
    margin-bottom: 0;
  }

  .spacer-30 {
    padding-bottom: 15px;
  }

  .prompt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-poem {
    padding: 50px 20px;
  }

  .audio-player-color {
    padding: 25px 20px;
  }

  .section-word-of-the-month {
    padding: 50px 20px;
  }

  .column-12 {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .theme-header-color {
    font-size: 35px;
    line-height: 45px;
  }

  .theme-sub-header-color {
    white-space: normal;
    object-fit: fill;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .theme-sub-header-color.word-of-the-month {
    font-size: 40px;
  }

  .text-block-color-quote {
    font-size: 30px;
    line-height: 40px;
  }

  .button-white-center {
    margin-bottom: 0;
  }

  .section-affirmation {
    padding: 50px 20px;
  }

  .affirmation-header {
    font-size: 40px;
    line-height: 50px;
  }

  .column-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-header-white {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .video-box-white-stroke {
    margin-bottom: 0;
  }

  .video-box-white-stroke.master-artist-slideshow {
    margin-bottom: 20px;
  }

  .section-color-palette {
    padding: 50px 20px;
  }

  .column-14 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-5, .text-image-title {
    margin-bottom: 20px;
  }

  .column-15 {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-sketchbook-1 {
    padding: 50px 20px;
  }

  .sketchbook-header-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-sketchbook-2 {
    padding: 50px 20px;
  }

  .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-monthly-art-lesson {
    padding: 50px 20px;
  }

  .monthly-art-lesson-sub-head {
    margin-bottom: 20px;
  }

  .monthly-art-lesson-header {
    font-size: 25px;
    line-height: 35px;
  }

  .column-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-19 {
    margin-top: 20px;
    padding-left: 31px;
    padding-right: 31px;
  }

  .section-podcast {
    padding: 50px 20px;
  }

  .inspiration {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .inspiration.hover {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .inspiration.hover:hover {
    box-shadow: none;
    transform: none;
  }

  .inspiration.pinterest, .inspiration.classes, .column-20, .pinterst-boards, .pinterst-boards.classes, .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-7 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-footer {
    padding: 50px 20px;
  }

  .column-23, .column-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    display: inline-block;
  }

  .div-block-11.paragraph-image-right {
    margin-left: 0;
  }

  .column-26, .column-27, .column-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-studioworks {
    text-align: center;
    margin-bottom: -7px;
    font-size: 45px;
    line-height: 55px;
  }

  .column-30, .column-31 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-32 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-34 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-35, .column-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-bottom: 20px;
  }

  .column-37, .column-38 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-2 {
    padding-left: 0;
  }

  .section-submission-calls {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-43, .column-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-13 {
    text-align: left;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-45.symbols {
    padding-left: 0;
  }

  .column-45.center {
    margin-bottom: 20px;
  }

  .writing-prompt---sw-51 {
    padding-left: 0;
    padding-right: 0;
  }

  .writer-prompt---sw-51 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-46 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .column-48 {
    margin-top: 20px;
  }

  .join-studioworks, .join-studioworks-2 {
    padding: 150px 20px;
  }

  .join-studioworks-3 {
    background-image: linear-gradient(#00000030, #00000030), url('../images/sw-sales-hero.jpg');
    background-position: 0 0, 50%;
    padding: 120px 20px;
  }

  .join-studioworks-4 {
    padding: 150px 20px;
  }

  .join-studioworks-5 {
    background-image: linear-gradient(#00000030, #00000030), url('../images/sw-sales-hero.jpg');
    background-position: 0 0, 50%;
    padding: 120px 20px;
  }
}

#w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-b69578a2, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-b69578a2, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-b69578a2, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-b69578a2, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-b69578a2, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-b69578a2, #w-node-e826a779-2428-32ba-42c2-51fd22790874-b69578a2, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-b69578a2, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-b69578a2, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-b69578a2, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-b69578a2, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-b69578a2, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-b69578a2, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-fc4feb9e, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-fc4feb9e, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-fc4feb9e, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-fc4feb9e, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-fc4feb9e, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-fc4feb9e, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-fc4feb9e, #w-node-e826a779-2428-32ba-42c2-51fd22790874-fc4feb9e, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-fc4feb9e, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-fc4feb9e, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-fc4feb9e, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-fc4feb9e, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-fc4feb9e, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-5f414d58, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-5f414d58, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-5f414d58, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-5f414d58, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-5f414d58, #w-node-e826a779-2428-32ba-42c2-51fd22790874-5f414d58, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-5f414d58, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-5f414d58, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-5f414d58, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-5f414d58, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-5f414d58, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-5f414d58, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-5f414d58, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-c08fb229, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-c08fb229, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-c08fb229, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-c08fb229, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-c08fb229, #w-node-e826a779-2428-32ba-42c2-51fd22790874-c08fb229, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-c08fb229, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-c08fb229, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-c08fb229, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-c08fb229, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-c08fb229, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-c08fb229, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-c08fb229, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-97dc0a53, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-97dc0a53, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-97dc0a53, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-97dc0a53, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-97dc0a53, #w-node-e826a779-2428-32ba-42c2-51fd22790874-97dc0a53, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-97dc0a53, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-97dc0a53, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-97dc0a53, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-97dc0a53, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-97dc0a53, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-97dc0a53, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-97dc0a53, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-1a005ec1, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-1a005ec1, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-1a005ec1, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-1a005ec1, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-1a005ec1, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-1a005ec1, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-1a005ec1, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-1a005ec1, #w-node-e826a779-2428-32ba-42c2-51fd22790874-1a005ec1, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-1a005ec1, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-1a005ec1, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-1a005ec1, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-1a005ec1, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-3534bfe4, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-3534bfe4, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-3534bfe4, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-3534bfe4, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-3534bfe4, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-3534bfe4, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-3534bfe4, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-3534bfe4, #w-node-e826a779-2428-32ba-42c2-51fd22790874-3534bfe4, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-3534bfe4, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-3534bfe4, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-3534bfe4, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-3534bfe4, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-b41abab0, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-b41abab0, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-b41abab0, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-b41abab0, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-b41abab0, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-b41abab0, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-b41abab0, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-b41abab0, #w-node-e826a779-2428-32ba-42c2-51fd22790874-b41abab0, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-b41abab0, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-b41abab0, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-b41abab0, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-b41abab0, #w-node-b24d37e9-fe63-5c72-6ffe-7f25215a6fcf-d90bb180, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-d90bb180, #w-node-_0fb762b2-ba11-dc7a-e880-12d2e9912f52-d90bb180, #w-node-_84fef4cb-fbfd-bf8a-5670-88c2bcc61222-d90bb180, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-d90bb180, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-d90bb180, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-d90bb180, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-d90bb180, #w-node-e826a779-2428-32ba-42c2-51fd22790874-d90bb180, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-d90bb180, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-d90bb180, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-d90bb180, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-d90bb180, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-dd1200ed, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-dd1200ed, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-dd1200ed, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-dd1200ed, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-dd1200ed, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-dd1200ed, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-dd1200ed, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-dd1200ed, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-dd1200ed, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-dd1200ed, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-dd1200ed, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-dd1200ed, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-dd1200ed, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-71a0fbbc, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-71a0fbbc, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-71a0fbbc, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-71a0fbbc, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-71a0fbbc, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-71a0fbbc, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-71a0fbbc, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-71a0fbbc, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-71a0fbbc, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-71a0fbbc, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-71a0fbbc, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-71a0fbbc, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-71a0fbbc, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-09d9e590, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-09d9e590, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-09d9e590, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-09d9e590, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-09d9e590, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-09d9e590, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-09d9e590, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-09d9e590, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-09d9e590, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-09d9e590, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-09d9e590, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-09d9e590, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-09d9e590, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-97e9c8fa, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-97e9c8fa, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-97e9c8fa, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-97e9c8fa, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-97e9c8fa, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-97e9c8fa, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-97e9c8fa, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-97e9c8fa, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-97e9c8fa, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-97e9c8fa, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-97e9c8fa, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-97e9c8fa, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-97e9c8fa, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-814b8d5d, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-814b8d5d, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-814b8d5d, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-814b8d5d, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-814b8d5d, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-814b8d5d, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-814b8d5d, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-814b8d5d, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-814b8d5d, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-814b8d5d, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-814b8d5d, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-814b8d5d, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-814b8d5d, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-e1395887, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-e1395887, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-e1395887, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-e1395887, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-e1395887, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-e1395887, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-e1395887, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-e1395887, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-e1395887, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-e1395887, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-e1395887, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-e1395887, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-e1395887, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-84074246, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-84074246, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-84074246, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-84074246, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-84074246, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-84074246, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-84074246, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-84074246, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-84074246, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-84074246, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-84074246, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-84074246, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-84074246, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-f64c5589, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-f64c5589, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-f64c5589, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-f64c5589, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-f64c5589, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-f64c5589, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-f64c5589, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-f64c5589, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-f64c5589, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-f64c5589, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-f64c5589, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-f64c5589, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-f64c5589, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-97d39d3c, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-97d39d3c, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-97d39d3c, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-97d39d3c, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-97d39d3c, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-97d39d3c, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-97d39d3c, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-97d39d3c, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-97d39d3c, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-97d39d3c, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-97d39d3c, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-97d39d3c, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-97d39d3c, #w-node-_6a67b407-5850-a685-9ccd-e2765d11e0e6-94c4019c, #w-node-_97555a2c-281c-69ce-b8b8-29001ca2719e-94c4019c, #w-node-_0cf4518a-8df8-8a48-bf27-2dccd3b40bba-94c4019c, #w-node-_9423f9aa-44f4-f5b2-1dfd-bae5564bc075-94c4019c, #w-node-a5f8bfd1-405f-ac99-da94-1fcb0dbd359b-94c4019c, #w-node-e25dc859-eac4-e7bb-8ed5-85a7669d046a-94c4019c, #w-node-_74a6b3bc-a317-c942-7a40-9fdede716c2c-94c4019c, #w-node-_25a68ffe-ad56-4953-f33a-1ed91673f033-94c4019c, #w-node-_4350ec9e-4ca2-c1d6-d587-ea116ff86bdd-94c4019c, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-94c4019c, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-94c4019c, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-94c4019c, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-94c4019c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-bbd6ce54, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-bbd6ce54, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-bbd6ce54, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-bbd6ce54, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-bbd6ce54, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-20f14908, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-20f14908, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-20f14908, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-20f14908, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-20f14908, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-661b8c52, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-661b8c52, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-661b8c52, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-661b8c52, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-661b8c52, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-06a1e858, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-06a1e858, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-06a1e858, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-06a1e858, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-06a1e858, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-06f721d6, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-06f721d6, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-06f721d6, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-06f721d6, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-06f721d6, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-bb38704c, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-bb38704c, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-bb38704c, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-bb38704c, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-bb38704c, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-03e15c24, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-03e15c24, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-03e15c24, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-03e15c24, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-03e15c24, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-cf483a75, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-cf483a75, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-cf483a75, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-cf483a75, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-cf483a75, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-6ae63e0b, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-6ae63e0b, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-6ae63e0b, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-6ae63e0b, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-6ae63e0b, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-105f9919, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-105f9919, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-105f9919, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-105f9919, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-105f9919, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-4b130abc, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-4b130abc, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-4b130abc, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-4b130abc, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-4b130abc, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67e-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca67f-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca680-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca681-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca682-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca683-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca684-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca685-e21abaac, #w-node-_8e4a3e90-5da5-813f-e8e9-59f5045ca686-e21abaac, #w-node-_1052db39-79fd-d884-24a9-eb4b3050e7ba-e21abaac, #w-node-_59ba783c-4715-a4a8-01ba-abbd355c76c9-e21abaac, #w-node-_122b3fad-f935-b277-69d6-576deb2a1aae-e21abaac, #w-node-_7f0f49dd-e65e-a906-ca08-31483a9438ff-e21abaac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


