:root {
  --secondary-01: #110f35;
  --secondary-11-2: #737092;
  --brand-01: #ef5b09;
  --white: white;
  --brand-02: #212173;
  --secondary-03: #47478b;
  --secondary-10: #d2d2da;
  --secondary-02: #1f165a;
  --secondary-08: #fcdece;
  --secondary-06: #e8f4fa;
  --secondary-09: #dcdcea;
  --secondary-05: #cde1eb;
  --secondary-11: #cfe8de;
  --lightgrey-bg: #fafafa;
  --brand-03: #93bcd2;
  --dark-bg-2: #140e41;
  --secondary-04: #bad6e4;
  --secondary-07: #f9bf9f;
  --brand-01-hover: #f07734;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--secondary-01);
  color: var(--secondary-01);
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  letter-spacing: -3.34px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 500;
  line-height: 63px;
}

h2 {
  letter-spacing: -.2px;
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

h3 {
  letter-spacing: -.5px;
  margin: 0 0 1px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  color: var(--secondary-01);
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

h5 {
  color: var(--secondary-11-2);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

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

p {
  color: var(--secondary-01);
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 23px;
}

a {
  color: var(--brand-01);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  font-size: 16px;
}

label {
  color: var(--secondary-11-2);
  margin-bottom: 5px;
  font-weight: 700;
  display: block;
}

.pk-section {
  background-color: #fff;
}

.pk-section.prisma {
  background-color: #f7f6fb;
  overflow: hidden;
}

.center {
  text-align: center;
}

.label {
  float: none;
  clear: none;
  color: var(--secondary-11-2);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  display: inline-block;
}

.label._10marginbottom {
  margin-bottom: 10px;
}

.label.package {
  color: #110f3580;
  margin-bottom: 10px;
}

.label.package.white {
  color: #ffffff80;
}

.label.name {
  letter-spacing: .75px;
  background-color: #dcdcea66;
  border-radius: 2px;
  margin-left: 8px;
  padding: 1px 6px 3px;
  font-size: 11px;
}

.body {
  color: var(--secondary-01);
  padding-left: 0;
  padding-right: 0;
}

.body.prisma-about {
  z-index: 5;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 27px;
  display: block;
  position: relative;
}

.body.highlight {
  color: var(--secondary-01);
  font-size: 18px;
  line-height: 25px;
}

.body.highlight.getstarted-text {
  color: var(--secondary-11-2);
  margin-top: 10px;
}

.body.highlight.section_subtitle {
  color: var(--secondary-11-2);
  margin-top: 15px;
}

.body.highlight.section_subtitle.bottom {
  margin-top: 0;
  margin-bottom: 10px;
}

.body.highlight.section_subtitle.whitetext {
  color: var(--white);
}

.body.highlight.section_subtitle.subtitle {
  margin-top: 4px;
}

.body.highlight.blog-lead {
  margin-top: 0;
  margin-bottom: 24px;
}

.body.highlight.pricing {
  margin-bottom: 25px;
}

.body.large {
  font-size: 22px;
  line-height: 31px;
}

.body.large.margin-top {
  margin-top: 15px;
}

.body.large.price {
  margin-top: 20px;
  font-size: 36px;
}

.body.large.price.workshop {
  margin-top: 8px;
  font-size: 28px;
}

.body.large.price.euro {
  color: var(--secondary-11-2);
  margin-top: 0;
  margin-right: 5px;
  font-size: 19px;
  line-height: 23px;
}

.body.large.price.package-tag {
  margin-top: 0;
}

.body.large.price.package-tag.pricebefore {
  opacity: .4;
  text-align: left;
  font-size: 16px;
  text-decoration: line-through;
}

.body.large.support-number {
  color: var(--brand-02);
  margin-right: 12px;
  font-size: 30px;
}

.body.feature-subtext {
  color: var(--secondary-11-2);
  padding-left: 0;
  padding-right: 0;
  line-height: 23px;
}

.body.feature-subtext.left-align {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.body.feature-subtext.structure {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.body.protip-text {
  margin-top: 10px;
  margin-bottom: 15px;
}

.body.protip-text.getstarted {
  margin-top: 0;
}

.body.progresstime {
  color: var(--secondary-11-2);
}

.body.footer-copyright {
  color: var(--secondary-03);
  margin-right: 0;
}

.body.faq_block-text {
  padding-bottom: 20px;
  overflow: hidden;
}

.body.blog_small-lead {
  color: var(--secondary-11-2);
}

.body.small {
  color: var(--secondary-11-2);
  font-size: 14px;
}

.body.small.price {
  margin-top: 10px;
  margin-bottom: 20px;
}

.body.small.price.presentation-bootcamp {
  margin-bottom: 0;
}

.body.small.bootcamp-remote {
  margin-top: 8px;
}

.body.skill {
  letter-spacing: 0;
  font-size: 14px;
  line-height: 17px;
}

.body.bold {
  font-weight: 700;
}

.body.bold.bootcamp-remote {
  margin-bottom: 4px;
}

.body.pricing-info {
  text-align: left;
  margin-bottom: 25px;
}

.wrapper {
  z-index: 999;
  text-align: center;
  background-color: #000000ba;
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0;
  overflow: visible;
}

._3d_column1 {
  float: none;
  width: 25%;
  padding: 10px;
  transition: all .2s;
  display: inline-block;
}

._3d_column2 {
  width: 25%;
  padding: 10px;
  transition: all .2s;
  display: inline-block;
}

._3d_column3, ._3d_column4 {
  width: 25%;
  padding: 10px;
  display: inline-block;
}

.prisma_div {
  z-index: 0;
  background-image: url('../images/prisma.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 2600px;
  height: 800px;
  margin-bottom: -260px;
  position: relative;
  top: -190px;
  left: -67%;
  right: 0;
}

.section-portfolio {
  background-color: #111b35;
  flex-direction: column;
  justify-content: center;
  height: auto;
  max-height: 1300px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-portfolio.presentation {
  background-color: #111b35;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 900px;
  max-height: 900px;
}

.section-clients {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.section-contactform {
  background-image: linear-gradient(#fff, #fff);
  padding-top: 0;
  padding-bottom: 0;
}

.section-footer {
  background-color: #111b35;
  padding-top: 50px;
  padding-bottom: 50px;
}

.sv-h2 {
  color: #212173;
  text-align: center;
  letter-spacing: -.89px;
  margin-bottom: 25px;
  font-size: 40px;
}

.sv-copy {
  color: #9aa8cf;
  text-align: center;
  width: 65%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  line-height: 29px;
  display: block;
}

.sv-copy.contact {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.portfolio-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 38%;
  height: 650px;
  display: flex;
}

.portfolio-wrapper.presentation {
  z-index: 2;
  width: 40%;
  position: relative;
}

.portfolio-wrapper.secondary {
  z-index: 5;
  width: 50%;
  height: 720px;
  position: relative;
}

.portfolio-wrapper.secondary.portfolio {
  width: 40%;
}

.clients-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.clients-item {
  flex: 0 auto;
  width: 16.6667%;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-container {
  align-items: stretch;
  height: auto;
  display: flex;
}

.contact-container.contact2 {
  align-items: center;
}

.contactform-wrapper {
  width: 50%;
  padding-right: 50px;
}

.contactform-illustration {
  background-image: url('../images/contact-img.png');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  overflow: hidden;
}

.contact-title {
  color: #212173;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}

.contact-title.small {
  margin-bottom: 20px;
  font-size: 28px;
}

.form-box {
  color: #616e8e;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #eac2b887;
  border-radius: 0;
  height: 60px;
  margin-top: 20px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  transition: border-color .2s, color .2s;
}

.form-box:active {
  color: #fff;
  border-bottom-color: #ffffffab;
}

.form-box:focus {
  color: #fff;
  border-bottom-color: #ffffff87;
}

.form-box::placeholder {
  color: #eac2b8;
  font-size: 16px;
}

.form-box.message {
  height: 150px;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.form-sendbutton {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #131387;
  height: 55px;
  margin-top: 30px;
  padding: 10px 40px 13px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .3s, color .3s;
}

.section-about {
  background-color: #111b35;
  padding-top: 50px;
  padding-bottom: 30px;
}

.about-container {
  display: flex;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-links {
  flex: 1;
  display: flex;
}

.footer-copyright {
  color: #616e8e;
  margin-right: 25px;
}

.footer-links-item {
  color: #6572ff;
  letter-spacing: 1px;
  margin-right: 25px;
  text-decoration: none;
}

.footer-links-item:hover {
  font-weight: 400;
  text-decoration: underline;
}

.about-description {
  width: 65%;
}

.about-followpanel {
  flex: 1;
  padding-left: 50px;
}

.sv-label {
  color: #616e8e;
  margin-bottom: 20px;
  font-size: 14px;
}

.about-copy {
  color: #fff;
  width: 80%;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.follow-icon.facebook {
  display: none;
}

.image {
  margin-right: 15px;
}

.sv-navbar {
  background-color: #0000;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.container {
  flex: 1;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px 90px;
  display: block;
  position: relative;
}

.container.sv-portfolio-container {
  flex-direction: row;
  align-items: center;
  height: 1200px;
  display: flex;
  overflow: hidden;
}

.container.sv-portfolio-container.presentation {
  height: 900px;
  display: flex;
  overflow: visible;
}

.container.features-container {
  padding-top: 80px;
  padding-bottom: 90px;
}

.container.contact {
  max-width: 1100px;
  padding-left: 0;
  padding-right: 0;
}

.navbar-container {
  flex: 1;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 0;
  display: block;
}

.sv-logo {
  margin-top: 10px;
}

.sv-navlink {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  transition: color .2s;
}

.sv-navlink:hover {
  color: #9aa8cf;
  font-weight: 400;
  text-decoration: none;
}

.sv-navlink.w--current {
  color: #9aa8cf;
}

.sv-navlink.dropdown {
  margin-right: 0;
  font-size: 13px;
}

.sv-navlink.dropdown.w--current {
  color: #eac2b8;
  margin-right: 0;
}

.sv-navlink.dropdown.w--current:hover {
  color: #fff;
}

.sv-navlink.dropdown.w--current:active {
  color: #eac2b8;
}

.sv-navlink.dropdown.sub {
  color: #ffffffa6;
  padding-top: 3px;
  padding-left: 38px;
  font-weight: 400;
}

.sv-navlink.dropdown.sub:hover {
  color: #9aa8cf;
}

.sv-navlink.dropdown.sub.w--current {
  color: #eac2b8;
}

.sv-navlink.black {
  color: #111b35;
}

.sv-navlink.black:hover {
  color: #616e8e;
}

.portfolio-header {
  color: #fff;
  letter-spacing: -.89px;
  padding-right: 20%;
  font-size: 40px;
  line-height: 38px;
}

.portfolio-description {
  color: #9aa8cf;
  margin-top: 28px;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.sv_button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #131387;
  height: 55px;
  padding-top: 17px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s, color .3s;
  display: none;
}

.sv_button:hover {
  color: #131387;
  background-color: #fff;
}

.sv_button.small {
  color: #fff;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-color: #131387;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 25px 2px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: relative;
}

.sv_button.small:hover {
  color: #131387;
  background-color: #fff;
}

.sv_button.small.portfoliobtn {
  justify-content: center;
  width: 55%;
  margin-top: 10px;
  display: none;
}

.section-features {
  background-color: #e6f1f6;
  height: auto;
}

.sv-features_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-copy {
  flex: 0 auto;
  width: 35%;
  margin-right: 160px;
}

.features-icons_block {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 40px 70px 20px 40px;
  box-shadow: 0 6px 12px #00000008;
}

.features-icons_block.presentation {
  height: auto;
  padding-right: 60px;
}

.features-icons_block.contact {
  background-color: #cee2ec;
  flex: 1;
  height: auto;
  padding-top: 30px;
}

.sv-h4.features {
  color: #212173;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: sofia-pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 38px;
}

.sv-features_description {
  color: #9aa8cf;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.features-row {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.sv-h5 {
  color: #222471;
  letter-spacing: -.44px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.sv-small-text {
  color: #9aa8cf;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.sv-small-text.contact {
  color: #616e8e;
}

.features_icon {
  width: 122px;
  margin-right: 25px;
}

.features_icon.contact {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 3px 9px #0000000d;
}

.subtitle {
  color: var(--secondary-10);
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.subtitle.hero-subtitle {
  margin-top: 30px;
}

.subtitle.hero-subtitle.landing {
  padding-right: 60px;
}

.subtitle.hero-subtitle.landing.margin-below {
  margin-bottom: 20px;
}

.subtitle.hero-subtitle.buyslides {
  padding-right: 0%;
}

.subtitle.hero-subtitle.steps {
  color: #110f3566;
}

.subtitle.hero-subtitle.remote-bootcamp {
  padding-right: 180px;
}

.featured_image {
  width: 428px;
  max-width: 80%;
  height: auto;
  margin-top: 10px;
  margin-left: -15px;
}

.icon {
  background-image: url('../images/icon_dropdown.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  margin-top: 3px;
  position: absolute;
  top: 26px;
  right: 25px;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list:hover {
  background-color: #141455;
}

.dropdown-list.w--open {
  background-color: #141455;
  padding-bottom: 10px;
}

.dropdown-toggle.black.w--open:hover {
  color: #fff;
}

.portfolio_illustration_wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 750px;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.portfolio_illustration_wrapper.buyslides_hero {
  max-width: 960px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.portfolio_illustration_wrapper.secondary.workshop {
  height: 100%;
}

.portfolio-illustration_img {
  border-radius: 10px;
  width: 430px;
  height: 240px;
  position: absolute;
}

.portfolio-illustration_img._1 {
  z-index: 2;
  background-image: linear-gradient(#111b3552, #111b3552), linear-gradient(to top, #00000080, #0000004d 0%, #0000), url('../images/presentation-kickstart_travellers-guide-RC1_Emergency-Zen-Protocol.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-radius: 10px;
  position: absolute;
  top: 13%;
  left: 81%;
}

.portfolio-illustration_img._1.agency {
  background-image: linear-gradient(#00000073, #00000073), linear-gradient(to top, #00000080, #0000004d 0%, #0000), url('../images/DTG-28.png');
  background-size: auto, auto, cover;
}

.portfolio-illustration_img._1.workshop-3 {
  background-image: linear-gradient(to bottom, #47478b42, #47478b42), linear-gradient(to top, var(--secondary-01), #0000004d 0%, #47478b00), url('../images/Bumper-copy-2.jpg');
  background-size: auto, auto, cover;
}

.portfolio-illustration_img._2 {
  z-index: 3;
  background-image: url('../images/presentation-kickstart_travellers-guide-ebook_template-3-6_Anxiety-Intro.png');
  background-size: cover;
  border-radius: 9px;
  width: 530px;
  height: 300px;
  position: absolute;
  top: 76%;
  left: 16%;
}

.portfolio-illustration_img._2.agency {
  background-image: url('../images/smartvizual-zalando-animation.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.portfolio-illustration_img._2.workshop-5 {
  background-image: url('../images/quote_bg-1.jpg');
}

.portfolio-illustration_img.empty {
  z-index: 1;
  opacity: .16;
  background-image: linear-gradient(45deg, #403e67, #b79ea1);
  border-radius: 10px;
  width: 430px;
  height: 240px;
  position: absolute;
  top: -7%;
  left: 48%;
}

.portfolio-illustration_img.empty.empty-2 {
  z-index: 0;
  opacity: .1;
  background-image: linear-gradient(45deg, #283065, #5a546a);
  width: 430px;
  height: 240px;
  top: 82%;
  left: 59%;
}

.portfolio-illustration_img.empty.empty3 {
  z-index: 0;
  opacity: .19;
  width: 551px;
  height: 267px;
  top: 75%;
  left: 71%;
}

.portfolio-illustration_img._3 {
  z-index: 2;
  background-image: linear-gradient(#111b352e, #111b352e), url('../images/presentation-kickstart_travellers-guide-ebook_template-3-6_presentation-principle-5.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  width: 460px;
  height: 260px;
  position: absolute;
  top: 3%;
  left: 36%;
  box-shadow: 0 14px 26px #00000014;
}

.portfolio-illustration_img._3.agency {
  background-image: linear-gradient(#0000, #0000), url('../images/smartvizual-animated-presentation-example.gif');
  background-size: auto, cover;
}

.portfolio-illustration_img._3.workshop-2 {
  background-image: linear-gradient(#1f165a14, #1f165a14);
  overflow: hidden;
  box-shadow: 0 14px 26px #0000000a;
}

.portfolio-illustration_img._4 {
  z-index: 2;
  background-image: linear-gradient(#111b3566, #0000), url('../images/4-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 430px;
  height: 320px;
  display: none;
  top: -14%;
  left: 71%;
  box-shadow: 0 23px 64px #0000001a;
}

.portfolio-illustration_img._5 {
  z-index: 3;
  background-image: url('../images/smartvizual-animated-presentation.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  top: 32%;
  left: 55%;
  box-shadow: 0 12px 34px #00000024;
}

.portfolio-illustration_img._5._2 {
  background-image: url('../images/presentation-kickstart_travellers-guide-RC1_body-language.png');
  background-size: cover;
  width: 530px;
  height: 300px;
  top: 30%;
}

.portfolio-illustration_img._5._2.agency {
  background-image: url('../images/ezgif-5-1ac79ac4a2.gif');
  background-size: cover;
}

.portfolio-illustration_img._5.workshop-1 {
  background-color: var(--secondary-02);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.portfolio-illustration_img._6 {
  z-index: 1;
  background-image: linear-gradient(#111b3529, #111b3529), url('../images/presentation-kickstart_travellers-guide-ebook_template-3-6_presenter-display.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 481px;
  height: 267px;
  top: 90%;
  left: 77%;
}

.portfolio-illustration_img._6.agency {
  background-image: linear-gradient(#110f3578, #110f3578), url('../images/4-3.png');
  background-size: auto, cover;
  left: 60%;
}

.portfolio-illustration_img._6.workshop-6 {
  background-image: linear-gradient(#0000, #0000), url('../images/cover.jpg');
  background-size: auto, cover;
  top: 82%;
  left: 72%;
}

.portfolio-illustration_img._7 {
  z-index: 1;
  background-image: linear-gradient(#111b3573, #111b3573), url('../images/presentation-kickstart_travellers-guide-RC1_voice.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 430px;
  height: 240px;
  top: 54%;
  left: 41%;
}

.portfolio-illustration_img._7.agency {
  background-image: linear-gradient(#223b7c4d, #223b7c4d);
  background-position: 0 0;
  left: 29%;
}

.portfolio-illustration_img._7.workshop-4 {
  background-image: linear-gradient(#47478b69, #47478b69), url('../images/toolbox.jpg');
  background-size: auto, cover;
  top: 56%;
}

.portfolio-illustration_img._4 {
  z-index: 2;
  background-image: linear-gradient(#111b3566, #0000), url('../images/4-3.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 430px;
  height: 320px;
  top: -14%;
  left: 71%;
  box-shadow: 0 23px 64px #0000001a;
}

.sv_successmessage {
  color: #222471;
  background-color: #e6f1f6;
  border-radius: 8px;
  margin-top: 30px;
  font-weight: 700;
}

.content_section.remote-bootcamp {
  background-color: var(--white);
  padding-top: 40px;
}

.link {
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: #f77933;
}

.link.phone {
  color: var(--brand-02);
  font-weight: 400;
}

.link.phone:hover {
  color: var(--brand-01);
}

.link.link-button {
  border-radius: 4px;
  padding: 16px;
  transition: background-color .2s;
}

.link.link-button:hover {
  background-color: var(--secondary-08);
}

.link.link-button.bottom-row {
  margin-left: 16px;
}

.link.link-button.bottom-row:hover {
  color: var(--brand-01);
  background-color: #fcdeceb3;
}

.image-block {
  background-color: var(--secondary-06);
  border-radius: 3px;
  align-items: center;
  padding: 50px 110px 50px 40px;
  display: flex;
}

.image-block.quote-block {
  padding: 50px 59px 60px;
}

.article-block_img {
  flex: 0 auto;
  width: auto;
  max-width: 240px;
  height: auto;
  margin-right: 0;
}

.image-block_text {
  flex: 1;
}

.paragraph {
  margin-top: 15px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.note {
  color: #110f35;
  letter-spacing: -.3px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.checklist {
  width: 30px;
  height: 30px;
  margin-right: 13px;
}

.description {
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.description.team {
  color: var(--secondary-11-2);
  margin-top: 8px;
  margin-bottom: 20px;
}

.description.note {
  margin-top: 5px;
}

.section_title-wrapper.prisma {
  z-index: 5;
  position: relative;
}

.prisma_wrapper {
  position: relative;
}

.highlight {
  color: #212173;
}

.form-block {
  margin-bottom: 0;
}

.pk-hero-right {
  border-color: #ef5b09;
  flex: none;
  width: 600px;
  height: 350px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: 29px;
  left: -10px;
  right: 0;
}

.pk-navbar {
  z-index: 90;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.pk_logo-img.slidesfox {
  width: 160px;
}

.nav-link {
  color: var(--secondary-10);
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link:focus {
  color: var(--brand-01);
}

.nav-link.w--current {
  color: #ef5b09;
}

.nav-link.white {
  font-weight: 400;
}

.nav-link.white:hover {
  color: #131387;
}

.nav-link.white:focus {
  color: #ef5b09;
}

.nav-link.white.small-gap {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link.rightside {
  margin-left: auto;
  margin-right: 0;
}

.nav-link.dropdown {
  color: var(--secondary-11-2);
  padding: 15px;
}

.nav-link.dropdown:hover {
  color: var(--secondary-02);
}

.nav-link.dropdown.new-label {
  margin-left: 0;
  margin-right: 0;
  padding-right: 8px;
}

.nav-link.dropdown.hide {
  display: none;
}

.button-small {
  color: #ef5b09;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #ef5b09;
  border-radius: 3px;
  height: 44px;
  margin-left: 15px;
  padding-top: 9px;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .2s;
  display: inline-block;
  position: static;
}

.button-small:hover {
  color: #fbfbfb;
  background-color: #ef5b09;
  font-weight: 700;
}

.box_wrapper {
  z-index: 200;
  border: 1px solid var(--secondary-09);
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 35px 30px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 15px #0000000a;
}

.box_wrapper.middle {
  margin-left: 20px;
  margin-right: 20px;
}

.box_wrapper.bootcamp-feature {
  padding: 0 0 35px;
}

.box_wrapper.dark {
  background-color: var(--secondary-02);
  border-style: none;
}

.box_wrapper.dark.congrat_progress-bar {
  text-align: left;
  align-items: flex-start;
  margin-top: 30px;
  padding: 30px 30px 40px;
}

.box_wrapper.dark.tight {
  padding-left: 50px;
  padding-right: 50px;
}

.box_wrapper.list {
  flex-direction: row;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 25px 60px 28px 20px;
}

.box_wrapper.list.end {
  margin-bottom: 0;
}

.box_wrapper.list.nobox {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  align-self: flex-start;
  margin-bottom: 25px;
  padding: 0;
}

.box_wrapper.end {
  margin-right: 0;
}

.box_wrapper.faq_block {
  text-align: left;
  cursor: pointer;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 10px;
}

.box_wrapper.orange {
  background-color: var(--brand-01);
  color: var(--white);
  text-align: left;
  border-style: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-right: 0;
  padding: 40px 39px 45px;
  top: -80px;
  box-shadow: 0 10px 15px #0000001a;
}

.box_wrapper.step {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.box_wrapper.step.end {
  margin-right: 0;
}

.box_wrapper.step.congrat-step {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}

.box_wrapper.step.col5 {
  padding-left: 5px;
  padding-right: 5px;
}

.box_wrapper.step.col4.bootcamp-remote {
  text-align: center;
  margin-right: 0;
  padding: 0;
}

.box_wrapper.congrat {
  text-align: left;
  align-items: flex-start;
  height: 100%;
  margin-right: 0;
  padding-bottom: 30px;
}

.box_wrapper.book-col {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.box_wrapper.congrat_progress-bar {
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
}

.box_wrapper.steps_columns {
  align-items: flex-start;
  margin-right: 0;
}

.box_wrapper.address {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 50px;
  padding: 30px 30px 40px 35px;
}

.box_wrapper.skills {
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box_wrapper.highlighted {
  background-color: var(--secondary-05);
  flex: 0 auto;
}

.box_wrapper.highlighted.article {
  min-width: 270px;
  margin-right: 0;
}

.box_wrapper.article_lowprior {
  align-self: center;
  min-width: 250px;
  height: 100%;
  margin-right: 0;
  padding: 20px 15px 35px;
}

.box_wrapper.article-block_emergency {
  background-color: var(--secondary-11);
  text-align: left;
  align-items: flex-start;
  margin-right: 0;
}

.box_wrapper.noframe {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
}

.box_wrapper.pricing {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  padding: 45px;
}

.box_wrapper.pricing.highlighted-pricing {
  background-color: var(--secondary-05);
  border-style: none;
  height: auto;
  min-height: 580px;
  max-height: none;
  box-shadow: 0 10px 20px #0000000f;
}

.box_wrapper.title-block {
  box-shadow: none;
  text-align: left;
  background-color: #0000;
  border-style: none;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.box_wrapper.bootcamp-package {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding: 0 0 8px;
}

.box_wrapper.bootcamp-package.margins {
  padding: 25px 25px 25px 24px;
}

.box_wrapper.bootcamp-package.margins.package {
  background-color: var(--secondary-09);
  background-image: url('../images/bootcamp-bg-img1.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  justify-content: space-between;
  padding-bottom: 8px;
}

.box_wrapper.bootcamp-package.margins.package._2 {
  background-image: url('../images/bootcamp-bg-img3.svg');
}

.box_wrapper.bootcamp-package.margins.package._3 {
  background-image: url('../images/bootcamp-bg-img2.svg');
}

.box_wrapper.no-box-text {
  box-shadow: none;
  text-align: left;
  border-style: none;
  border-radius: 0;
  align-items: flex-start;
  margin-right: 0;
  padding: 0;
}

.box_wrapper.hero-floating-row-columns {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.box_wrapper.bootcamp-remote {
  text-align: left;
  padding-bottom: 40px;
}

.box_wrapper.bootcamp-remote.first-row {
  flex-direction: row;
}

.box_wrapper.bootcamp-remote.aftercourse {
  justify-content: space-between;
  padding-bottom: 0;
}

.box_text {
  margin-top: 0;
  padding-left: 0;
}

.box_text.left-align {
  text-align: left;
}

.box_text.left-align.list {
  margin-left: 15px;
}

.box_text.title-box {
  width: 36%;
}

.box_text.bootcamp-remote {
  text-align: left;
  align-self: center;
}

.box_text.feautre {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: grid;
  position: relative;
}

.features_wrapper.list {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  width: 100%;
  min-width: 330px;
}

.features_wrapper.list.tags {
  grid-template-rows: auto;
}

.features_wrapper._20bottommargin {
  margin-bottom: 20px;
}

.features_wrapper.hide {
  display: none;
}

.features_wrapper.steps_grid {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features_wrapper.steps_grid._2col-layout {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

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

.features_wrapper.pricing {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.features_wrapper.bootcamp-package-row {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 60px;
}

.features_wrapper.bootcamp-package-row.support {
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 0;
}

.features_wrapper.bootcamp-package-row.packages {
  grid-template-columns: 1fr 1fr 1fr;
}

.features_wrapper.bootcamp-package-row.packages.end {
  margin-bottom: 0;
}

.features_wrapper.timeline {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.features_wrapper.timeline._4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.features_wrapper.timeline._4col.bootcamp-remote {
  grid-column-gap: 72px;
}

.features_wrapper.travelguide, .features_wrapper._2col {
  grid-template-columns: 1fr 1fr;
}

.features_wrapper.slidesfox {
  display: block;
}

.features_wrapper.remote-bootcamp {
  grid-column-gap: 56px;
  margin-top: 0;
}

.features_wrapper.curriculum-columns {
  margin-top: 24px;
}

.features_wrapper.article {
  grid-column-gap: 8px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

._2col-block_text {
  float: none;
  clear: none;
  flex: 1;
  width: auto;
  margin-right: 0;
  padding-top: 68px;
  padding-bottom: 61px;
  padding-right: 92px;
}

.orange-box_wrapper {
  z-index: 0;
  color: var(--white);
  background-color: #ef5b09;
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5px 50px 50px;
  display: block;
  position: relative;
}

.orange-box_wrapper.article {
  background-color: #e8f4fa7d;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  display: flex;
}

.orange-box_content {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pk-s4-orange-icon1 {
  color: var(--white);
  background-color: #e05000;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 95px;
  margin-right: 10px;
  padding: 20px 26px 20px 28px;
  display: flex;
  position: relative;
}

.pk-s4-orange-icon1.gutter {
  color: var(--white);
}

.orangebox-headphone_image {
  z-index: -4;
  display: block;
  position: absolute;
  inset: -152px 34px 50px 0;
}

.orangebox-headphone_image.slidefox {
  width: 370px;
  inset: -20% 5% auto auto;
}

.protip-wrapper {
  background-color: #fff0;
  border: 1px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  transition: background-color .2s, box-shadow .2s, border-color .2s;
  display: flex;
}

.protip-wrapper:hover {
  background-color: #fff;
  border: 1px solid #e6f1f6;
  box-shadow: 0 7px 14px -2px #00000005;
}

.protip-wrapper.getstarted {
  border-style: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding: 15px 0 0;
}

.protip-wrapper.getstarted:hover {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
}

.pro-tip_textwrapper {
  max-width: 420px;
  margin-top: 0;
  padding-left: 25px;
}

.pro-tip_textwrapper.getstarted {
  max-width: 100%;
  padding-left: 25px;
}

.playlist-thumbnail-wrapper {
  width: 150px;
  height: auto;
  display: flex;
  position: relative;
}

.playbutton-large {
  position: absolute;
  top: 41px;
  left: 41px;
}

.playbutton-large.getstarted {
  width: 55px;
  height: 55px;
  top: 47px;
  left: 47px;
}

.footer {
  background-color: var(--secondary-01);
  padding-top: 60px;
  padding-bottom: 120px;
  display: block;
}

.footer_wrapper {
  grid-column-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-link {
  color: var(--secondary-11-2);
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: color .2s;
}

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

.pk-hero-left-wrapper {
  background-color: #1d1b4a;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  min-width: 385px;
  max-width: 100%;
  margin-top: 45px;
  padding: 18px 16px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-17 {
  z-index: 0;
  max-width: none;
  position: absolute;
  inset: 16px 1px 0 16px;
}

.pk-hero-play-image-block {
  flex: none;
  margin-right: 20px;
  position: relative;
}

.pk-hero-left-text-block {
  flex: 1;
  margin-top: -12px;
  padding-left: 0;
}

.image-18 {
  width: 105px;
  max-width: none;
  height: 105px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
}

.faq {
  font-family: sofia-pro, sans-serif;
}

.pkp-p4 {
  color: #110f35;
  text-align: left;
  letter-spacing: -.3px;
  padding-left: 0;
  font-size: 16px;
  line-height: 22px;
}

.pkp-p4.hero-video {
  color: #fff;
  letter-spacing: -.1px;
  margin-bottom: -4px;
  padding-right: 0;
  font-weight: 700;
}

.pkp-video {
  color: #a5a5d1;
  letter-spacing: .1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.pkp-video.hero {
  margin-left: 10px;
}

.link-text {
  margin-top: 10px;
  transition: color .2s;
}

.link-text:hover {
  color: #ef5b09b3;
}

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

.feature-subtext {
  margin-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar_container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.pk_logo {
  flex: 0 auto;
  width: 230px;
  margin-right: 10px;
}

.button-link {
  color: var(--brand-01);
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.section-image {
  flex: 0 auto;
  width: auto;
  max-width: 440px;
  height: auto;
  margin-right: 40px;
  display: block;
}

.section-image.aboutus {
  margin-top: 20px;
  margin-right: 0;
}

.section-image.buyslides {
  max-width: 460px;
  margin-top: 40px;
  margin-right: 0;
}

.section-image.travelguide {
  width: auto;
  max-width: 470px;
  margin-right: 0;
}

.section-image.travelguide.price {
  max-width: 270px;
}

.section-image.conference {
  margin-top: 30px;
  margin-right: 0;
}

.contact_text {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.contact_text.form {
  margin-top: 100px;
}

.contact_text.form.modal {
  margin-top: 20px;
}

.wrapper_hero-text {
  float: left;
  color: var(--white);
  width: 50%;
  padding-right: 0%;
}

.wrapper_hero-text.buyslides {
  z-index: 10;
  width: 69%;
  max-width: 100%;
  padding-right: 0%;
  position: relative;
}

.wrapper_hero-text.blog {
  width: auto;
  max-width: 100%;
  padding-right: 26%;
}

.wrapper_hero-text.bootcamp {
  z-index: 20;
  width: 100%;
  padding-right: 6%;
}

.wrapper_hero-text._80 {
  width: 80%;
  padding-right: 0%;
}

.wrapper_hero-text.congrat {
  flex: 0 auto;
  width: 100%;
  min-width: 550px;
  padding-right: 0%;
}

.wrapper_hero-text.steps {
  max-width: 50%;
  padding-right: 1%;
}

.wrapper_hero-text._100 {
  flex: none;
  width: 100%;
  max-width: 510px;
  margin-right: 20px;
}

.wrapper_hero-text.audience {
  width: 100%;
  padding-right: 4%;
}

.wrapper_hero-text.faq {
  width: 100%;
}

.wrapper_hero-text.remote-bootcamp {
  width: 72%;
}

.pkf-s1-image {
  float: left;
  width: 50%;
  height: 100%;
}

.image-39 {
  float: none;
  clear: none;
  width: 540px;
  max-width: none;
  margin-top: 6px;
  display: block;
  position: relative;
  left: 20px;
  right: 0;
}

.pkf-s2-text-container {
  width: 48%;
  margin-bottom: 40px;
  padding-right: 0;
}

.pkf-s2-text-container.steps {
  width: 80%;
}

.about_features {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.h4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.h4.darktext.leftalign {
  text-align: left;
}

.arrow {
  z-index: 99999;
  flex: none;
  position: absolute;
  inset: 47% -17% 0% auto;
}

.arrow._2 {
  left: -64px;
}

.arrow.steps-small {
  width: 50px;
  position: absolute;
  inset: 31% auto 0% 90%;
}

.arrow.steps-small.congrat {
  width: 40px;
  top: 16%;
}

.arrow.steps-small.blog {
  top: 2%;
  left: 81%;
}

.arrow.long {
  width: 740px;
  inset: 50% auto auto 15%;
}

.arrow.long.col4 {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  top: 230px;
  bottom: 50%;
  left: 11%;
}

.arrow.long.col4.bootcamp-remote {
  width: 86%;
  margin-bottom: 10px;
  position: relative;
  top: 0;
  left: 7%;
}

.arrow.long.col5 {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  top: 230px;
  left: 8%;
}

.pkf-s4-wrapper-textblock {
  flex-direction: column;
  margin-top: -4px;
  display: flex;
}

.pkf-s4-wrapper-textblock.bootcamp {
  text-align: left;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.pkf-s4-wrapper-textblock.conference {
  text-align: left;
  align-items: flex-start;
}

.pkbs-form-block {
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 6px;
  display: inline-block;
  position: static;
}

.text-field {
  color: #ef5b09;
  background-color: #0000;
  border: 2px solid #ef5b09;
  border-radius: 2px 0 0 2px;
  width: 428px;
  height: 55px;
  padding-top: 5px;
  padding-left: 18px;
  font-size: 16px;
  transition: background-color .2s;
}

.text-field:hover {
  background-color: #ef5b090f;
}

.text-field:active {
  color: #f6f9fc;
}

.text-field::placeholder {
  color: #f7793385;
}

.pkb-submit-button {
  color: #ef5b09;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #ef5b09;
  border-left-width: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  display: inline;
}

.pkb-submit-button:hover {
  color: #fff;
  background-color: #ef5b09;
}

.pkb-submit-button.bkps {
  color: #ef5b09;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
}

.form-2 {
  display: flex;
}

.pk-navbar-white-blog {
  z-index: 10;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1440px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.pkbs-form2 {
  flex-direction: row;
  align-items: stretch;
  margin-left: 15px;
  display: flex;
}

.pkbs-text-field {
  color: #0000;
  background-color: #0000;
  border: 2px solid #ef5b09;
  border-radius: 2px 0 0 2px;
  width: 200px;
  height: auto;
  margin-bottom: 0;
  padding-top: 8px;
}

.pkbs-text-field.menu {
  color: #110f35;
  background-color: #0000;
  padding-top: 7px;
  padding-bottom: 9px;
  font-size: 15px;
  transition: background-color .2s;
}

.pkbs-text-field.menu:hover {
  color: #110f35;
  background-color: #f779330d;
}

.pkbs-text-field.menu:focus {
  color: #110f35;
  background-color: #f779331a;
  border-color: #ef5b09;
}

.pkbs-text-field.menu::placeholder {
  color: #a6a6bb;
}

.pkbs-nav-menz {
  flex: 0 auto;
}

.pk-steps {
  background-color: #f7f7f7;
  font-family: sofia-pro, sans-serif;
}

.pk-steps._2 {
  font-size: 16px;
}

.pk-steps-s1 {
  background-color: #e8f4fa;
  height: 640px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.pk-steps-s1-container {
  float: none;
  max-width: 1100px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pk-steps-image {
  float: left;
  width: 100%;
  max-width: 50%;
  margin-top: 39px;
  margin-left: -43px;
  position: relative;
}

.pk-s1 {
  width: 500px;
  max-width: none;
  display: block;
}

.pk-steps-text {
  float: left;
  max-width: 50%;
  margin-top: 0;
}

.pk-steps-text.left {
  z-index: 12;
  padding-right: 30px;
  position: relative;
}

.pk-steps-progress-bar {
  width: 45px;
  height: 70px;
  margin-top: 0;
  position: relative;
}

.step_progress-bar {
  z-index: 5;
  color: #131387;
  letter-spacing: -.51px;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
}

.step_progress-bar._2 {
  color: var(--secondary-11-2);
  margin-top: 20px;
  padding-left: 35px;
}

.text-block-22 {
  color: #1d1b4a66;
  letter-spacing: -.51px;
  padding-left: 34px;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  top: 21px;
  right: 3px;
}

.step_progress-bar_div {
  border: 1px solid #1d1b4a33;
  width: 54px;
  position: absolute;
  top: 30px;
  left: -8px;
  transform: rotate(-45deg);
}

.steps_description {
  color: #110f35b3;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.audioplayer_wrapper {
  width: auto;
  max-width: 400px;
  height: 65px;
  margin-top: 40px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-82 {
  justify-content: center;
  align-items: center;
  height: 65px;
  margin-top: 0;
  padding-top: 22px;
  display: block;
}

.div-block-82.intro {
  padding-top: 0;
  transition: opacity .2s;
}

.div-block-82.intro:hover {
  opacity: .85;
}

.div-block-83 {
  text-align: right;
  flex: 1;
  height: auto;
  margin-left: 0;
  margin-right: 20px;
  display: inline-block;
}

.div-block-83._2 {
  flex: 0 auto;
}

.text-block-25 {
  letter-spacing: -.19px;
  margin-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.text-block-25.intro {
  text-align: left;
}

.pk-progress-time {
  color: var(--secondary-11-2);
  letter-spacing: -.19px;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
}

.pk-steps-s2-copy {
  margin-top: 45px;
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.pk-steps-s2-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title_wrapper-row {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.pk-steps-s2-wrapper {
  justify-content: center;
  margin-top: 35px;
  display: flex;
}

.pk-steps-s2-left {
  width: 45%;
  display: block;
}

.pk-steps-right-blue {
  background-color: var(--secondary-09);
  color: var(--secondary-11-2);
  border-radius: 3px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 391px;
  height: auto;
  padding: 19px 19px 19px 25px;
  display: flex;
  box-shadow: 0 6px 12px #0000000d;
}

.pk-steps-right-blue.large {
  border: 1px solid var(--secondary-09);
  background-color: var(--lightgrey-bg);
  width: 100%;
  height: 100%;
  padding: 30px;
  box-shadow: 0 8px 15px #0000000a;
}

.note-header {
  color: #1d1b4a;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

.div-block-84 {
  color: #8a8a9e;
  background-color: #fff;
  flex: 1;
  padding: 35px;
  box-shadow: 0 6px 12px #00000008;
}

.text-block-29 {
  color: #212173;
  margin-top: 26px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
}

.div-block-85 {
  margin-top: 15px;
}

.unordered-list {
  color: var(--secondary-11-2);
  text-align: left;
  padding-left: 30px;
  font-size: 16px;
  line-height: 27px;
}

.unordered-list.bootcamp {
  margin-top: 24px;
}

.unordered-list.getstarted {
  margin-top: 15px;
}

.unordered-list.pricing {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.pk-steps-s2-wrapper-middle {
  color: #8a8a9e;
  background-color: #fff;
  flex: 1;
  margin-left: 26px;
  margin-right: 26px;
  padding: 35px;
  box-shadow: 0 6px 12px #00000008;
}

.steps_bottom_row {
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.steps_bottom_row-help {
  margin-top: 50px;
}

.div-block-86 {
  border: 1px solid #8a8a9e4d;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 470px;
  height: 92px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 25px 16px 16px;
  display: flex;
}

.image-52 {
  margin: 0 20px 0 10px;
  padding-top: 0;
}

.text-block-30 {
  color: #131387;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.div-block-87 {
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.text-block-31 {
  color: #131387;
  font-size: 14px;
  line-height: 16px;
}

.pk-modal-wrapper {
  z-index: 99;
  text-align: left;
  background-color: #110f35bd;
  border-radius: 2px;
  height: 100%;
  padding-top: 45px;
  display: block;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.pk-modal-wrapper.hide {
  display: none;
}

.pk-modal-wrapper.contact {
  align-items: center;
  padding-top: 0;
  display: none;
  overflow: hidden;
}

.pk-structure-wrapper {
  background-color: #f7f7f7;
  border-radius: 2px;
  width: 776px;
  height: 1396px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px 25px;
  display: block;
  overflow: hidden;
  box-shadow: 0 6px 12px #00000008;
}

.pk-structure-wrapper.blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.pk-structure-wrapper.blog._2 {
  grid-template-columns: 1fr;
}

.pk-structure-wrapper.contact {
  z-index: 9001;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: auto;
  position: relative;
}

.text-block-32 {
  color: #110f35;
  letter-spacing: -.25px;
  font-size: 20px;
  font-weight: 700;
}

.pk-modal-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.modal-close-wrapper {
  cursor: pointer;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pk_structure {
  border: 1px solid var(--secondary-09);
  background-color: #fff;
  border-radius: 3px;
  align-items: flex-start;
  margin-top: 0;
  padding: 25px 35px 25px 23px;
  display: flex;
  box-shadow: 0 6px 12px #07070708;
}

.pk_structures-img {
  display: inline;
}

.pk_structures-img.small {
  width: auto;
  max-width: 60px;
  margin-right: 10px;
}

.pk_structures-copy {
  margin-left: 16px;
  display: inline-block;
}

.pk_structures-title {
  color: #110f35;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.pk_structures-text {
  color: #616e8e;
  letter-spacing: -.17px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
}

.div-block-100 {
  padding-right: 92px;
}

.div-block-101 {
  flex: none;
}

.pk-cong-s1-orange-left {
  align-items: center;
  display: flex;
}

.pk-cong-s1-orange-right {
  display: flex;
}

.article_wrapper {
  color: #110f35;
  align-items: center;
  text-decoration: none;
  transition: color .2s, color .2s;
  display: flex;
}

.article_wrapper:hover {
  color: var(--secondary-03);
}

.article_wrapper.first {
  margin-bottom: 0;
}

.article_text {
  max-width: none;
  margin-left: 24px;
  display: inline-block;
}

.article-label {
  margin-bottom: 5px;
}

.button {
  z-index: 10;
  background-color: var(--brand-01);
  color: var(--white);
  letter-spacing: 1.75px;
  text-transform: uppercase;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  transition: all .2s;
  display: inline-block;
  position: relative;
  box-shadow: 0 6px 7px #22101014;
}

.button:hover {
  background-color: #f77933;
  transform: scale(1.03);
  box-shadow: 0 8px 10px #22101017;
}

.button.intro {
  padding-top: 10px;
}

.button.white {
  background-color: var(--white);
  color: var(--brand-02);
  text-align: center;
  flex: none;
  width: 280px;
  padding-bottom: 11px;
  box-shadow: 2px 0 7px #22101014;
}

.button.white:hover {
  box-shadow: 0 8px 14px #22101017;
}

.button.step {
  text-align: center;
  width: 240px;
}

.button.sticky {
  margin-left: 20px;
}

.button.margintop30 {
  margin-top: 30px;
}

.button.top40 {
  margin-top: 40px;
  display: inline-block;
}

.button.outline-circle {
  border: 2px solid var(--brand-01);
  background-color: #0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
}

.button.outline-circle:hover {
  background-color: var(--brand-01);
  transform: none;
}

.button.form-button {
  margin-top: 30px;
}

.button.hero_secondary {
  margin-right: 15px;
}

.button.btn-icon {
  height: auto;
  min-height: 55px;
  padding-top: 8px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 21px;
  display: flex;
}

.button.btn-icon.secondary {
  border: 2px solid var(--brand-01);
  color: var(--brand-01);
  background-color: #0000;
  display: none;
}

.button.btn-icon.secondary:hover {
  background-color: var(--brand-01);
  color: var(--white);
}

.button.navbar {
  min-width: 200px;
  height: 45px;
  margin-left: 20px;
  padding: 0 15px 1px;
  font-size: 14px;
  display: flex;
}

.button.outline {
  border: 1px solid var(--brand-01);
  color: var(--brand-01);
  background-color: #0000;
}

.button.outline.navbar:hover {
  background-color: var(--brand-01);
  color: var(--white);
  transform: none;
}

.button.outline.navbar.w--current {
  color: var(--white);
}

.playlist_thumbnail {
  border-radius: 5px;
  width: 150px;
  height: 150px;
}

.button-2 {
  color: #ef5b09;
  background-color: #0000;
  border-bottom: 2px solid #ef5b09;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.input_form {
  color: #a6a6bb;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #8a8a9ed9;
  border-radius: 0;
  height: 60px;
  margin-top: 0;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  transition: border-color .2s, color .2s;
}

.input_form:active {
  color: #110f35;
  border-bottom-color: #110f35;
}

.input_form:focus {
  color: #110f35;
  border-bottom-color: #111b35;
}

.input_form::placeholder {
  color: #aaaabe;
  font-size: 16px;
  line-height: 23px;
}

.input_form.message {
  height: 150px;
  margin-bottom: 22px;
  padding-bottom: 80px;
}

.input_form.message.blog {
  height: 140px;
  margin-bottom: 0;
}

.input_form.message.contactmodal {
  height: 110px;
  margin-bottom: 0;
}

.input_form.contact {
  margin-top: 0;
}

.input_form.contact.message-form {
  height: 100%;
}

.input_form.contact.message-form.slideshop {
  height: 130px;
  margin-top: 0;
  margin-bottom: 20px;
}

.input_form._1row {
  min-width: 350px;
  margin-bottom: 0;
}

.input_form._1row.ondark:active, .input_form._1row.ondark:focus {
  border-bottom-color: var(--white);
  color: var(--white);
}

.input_form._1row.ondark::placeholder {
  color: var(--secondary-11-2);
}

.input_form._1row.ondark.tips {
  margin-bottom: 0;
}

.input_form._1row.home {
  margin-top: 20px;
}

.input_form.textarea {
  padding-top: 0;
  padding-left: 0;
}

.getstarted_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.getstarted_content-left {
  flex: 1;
}

.title_wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 45px;
  display: flex;
}

.title_wrapper._50 {
  width: 50%;
}

.title_wrapper._50._10marginbottom {
  width: auto;
  max-width: 60%;
}

.title_wrapper._50._10marginbottom.slidesfox {
  margin-bottom: 30px;
}

.title_wrapper._70 {
  width: 70%;
}

.title_wrapper._70.congrat {
  z-index: 5;
  width: 100%;
  padding-right: 80px;
  position: relative;
}

.title_wrapper.numbered {
  flex-direction: row;
  margin-bottom: 30px;
}

.title_wrapper.numbered.steps {
  text-align: left;
  align-items: center;
  margin-bottom: 20px;
}

.title_wrapper._45 {
  width: 45%;
}

.title_wrapper._45.ebooks {
  z-index: 25;
  position: relative;
}

.title_wrapper._45.curriculum {
  margin-bottom: 16px;
}

.title_wrapper.label {
  margin-bottom: 20px;
}

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

.title_wrapper.faq {
  background-color: #0000;
  margin-bottom: 15px;
}

.title_wrapper._0marginbottom {
  margin-bottom: 0;
}

.title_wrapper.small {
  margin-bottom: 25px;
}

.title_wrapper.blog_subpage-hero {
  text-align: center;
  align-items: center;
}

.title_wrapper._20bottommargin {
  margin-bottom: 20px;
}

.title_wrapper.congrat {
  margin-top: 0;
  margin-bottom: 15px;
  padding-right: 100px;
}

.title_wrapper.phase {
  max-width: 650px;
  margin-bottom: 0;
}

.title_wrapper.phase.orangebox {
  margin-bottom: 25px;
}

.title_wrapper.phase.orangebox.article {
  color: var(--brand-02);
}

.title_wrapper.blog-form_title {
  margin-bottom: 20px;
  padding-right: 70px;
}

.title_wrapper.blog-steps {
  text-align: left;
  align-self: flex-start;
  align-items: flex-start;
  padding-right: 0%;
}

.title_wrapper.article {
  text-align: left;
  align-items: flex-start;
}

.title_wrapper.article._20marginbottom {
  margin-bottom: 20px;
}

.title_wrapper.workshop {
  width: 59%;
}

.title_wrapper.modal {
  margin-bottom: 0;
}

.title_wrapper.bootcamp-remote {
  margin-bottom: 16px;
}

.pk-intro-s2-left-text {
  width: 80%;
  margin-left: 15px;
}

.h3 {
  color: #110f35;
  letter-spacing: -.75px;
  margin-top: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.instruction-wrapper {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 0;
  margin-left: 68px;
  display: flex;
}

.instruction-wrapper._3 {
  align-items: flex-start;
}

.tip_wrapper {
  text-align: left;
  border: 1px solid #8a8a9e47;
  border-radius: 5px;
  width: 540px;
  height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 20px 24px 24px;
}

.tip_content {
  align-items: flex-start;
  display: flex;
}

.pk-steps-audioplayer-intro {
  background-color: var(--white);
  color: var(--brand-02);
  text-align: left;
  border: 1px solid #110f3526;
  border-radius: 3px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 65px;
  margin-top: 25px;
  padding-bottom: 3px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 2px #0000000d;
}

.getstarted_animated-image {
  width: 440px;
  max-width: none;
  margin-top: -50px;
  overflow: visible;
}

.getstarted-image-3 {
  width: 330px;
  margin-right: 50px;
}

.getstarted-img_wrapper {
  margin-top: -38px;
  overflow: hidden;
}

.pk-cta-bottom {
  z-index: 230;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 69px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -3px 8px -2px #00000012;
}

.image-63 {
  z-index: 6;
  position: static;
  top: 50px;
  left: 110px;
}

.div-block-142 {
  position: absolute;
  top: 15px;
  left: 210px;
}

.div-block-143 {
  position: absolute;
  right: 200px;
}

.div-block-144 {
  z-index: 5;
  position: absolute;
  top: 52px;
  right: 120px;
}

.div-block-145 {
  z-index: 6;
  position: absolute;
  bottom: 95px;
  left: -5px;
}

.image-64 {
  position: absolute;
  bottom: 45px;
  left: 60px;
}

.image-65 {
  position: absolute;
  bottom: 65px;
  left: 50px;
}

.image-66 {
  position: absolute;
  bottom: 95px;
  left: 36px;
}

.div-block-146 {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.div-block-147 {
  z-index: 5;
  position: absolute;
  top: 50px;
  left: 110px;
}

.nav-menu-3 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero_content {
  z-index: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 460px;
  max-height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.hero_content.privacy {
  align-items: center;
  height: auto;
  padding-top: 0;
}

.hero_content.bootcamp {
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero_content.home2 {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.hero_content.congrat {
  height: auto;
  margin-top: 20px;
  margin-bottom: 130px;
}

.hero_content.blog {
  overflow: visible;
}

.hero_content.getstarted {
  height: 550px;
}

.hero_content.buyslides {
  max-width: none;
}

.hero_content.steps {
  height: 100%;
}

.hero_content.remote-bootcamp {
  width: 80%;
  height: 370px;
  margin-left: 0;
  position: relative;
  top: 155px;
}

.clients_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.clients_wrapper.why-us {
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label-wrapper {
  float: none;
  clear: none;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.label-wrapper.tip {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 15px;
}

.pk-step-anim {
  border-radius: 10px;
  width: 460px;
  position: absolute;
  top: 27px;
  left: 81px;
}

.pk-step-anim.bg {
  background-color: var(--white);
  border-radius: 10px;
}

.div-block-162, .div-block-163 {
  padding-left: 20px;
  padding-right: 20px;
}

.steps_instructions-block {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.pk-steps-icon {
  box-shadow: none;
  border: 2px #93bcd2;
  width: 74px;
  height: 75px;
  margin-bottom: 15px;
}

.pk-steps-icon.label-dem {
  background-image: url('../images/info.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}

.pk-steps-icon.label-work {
  background-image: url('../images/think_1.svg');
  background-size: 30px;
}

.pk-steps-icon.label-goals {
  background-image: url('../images/goal.svg');
  background-size: auto 30px;
}

.pk-steps-icon.label-think {
  background-image: url('../images/think.svg');
  background-size: 30px;
}

.pk-steps-icon.label-feel {
  background-image: url('../images/feel.svg');
  background-size: 30px;
}

.pk-steps-icon.label-do {
  background-image: url('../images/do.svg');
  background-size: 25px;
}

.pk-steps-icon.image {
  width: 100%;
  height: auto;
  max-height: 40px;
  margin-bottom: 0;
  margin-right: 0;
}

.pkbs-nav-menz-steps {
  flex: 0 auto;
}

.pk-nav-steps {
  color: #848484;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}

.pk-nav-steps:hover, .pk-nav-steps.w--current {
  color: #ef5b09;
}

.pk-steps-s2-container-5 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pk_text-block {
  margin-bottom: 30px;
}

.pk_text-block.pk_highlighted {
  padding-left: 0;
  padding-right: 0;
}

.pk_text-block.pk_highlighted.end {
  color: var(--secondary-01);
  margin-bottom: 0;
}

.pk_text-block.end {
  margin-bottom: 0;
}

.pk_text-block._50marginbottom {
  margin-bottom: 50px;
}

.pk_quote-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.pk_quote-text.rightalign {
  color: var(--brand-03);
  text-align: right;
}

.pk_quote-text.large {
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}

.pk-ordered-list {
  color: var(--secondary-01);
  margin-top: 20px;
  margin-bottom: 30px;
}

.pk-ordered-list.end {
  margin-bottom: 0;
  padding-bottom: 0;
  list-style-type: none;
}

.pk-ordered-list.article {
  margin-top: 0;
  margin-bottom: 0;
}

.pk-ordered-list.article._50marginbottom {
  margin-bottom: 50px;
}

.pk-list-row {
  margin-bottom: 22px;
  padding-left: 15px;
  font-size: 18px;
}

.pk-list-row.checklist {
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.pk-list-row.sign-wrapper {
  margin-left: 45px;
  padding-left: 0;
  display: flex;
}

.pk-list-row.sign-wrapper.end {
  margin-bottom: 0;
}

.pk-text-block_2col {
  display: flex;
}

.pk-right-col {
  flex: 1;
  margin-right: 55px;
}

.pk-left-col {
  flex: 1;
}

.form-contact {
  color: #8a8a9e;
  width: 100%;
}

.form-contact.agency {
  align-items: flex-start;
  display: flex;
}

.time-icon {
  margin-right: 12px;
}

.pk-intro-cta-wrapper {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.pk-clients-item {
  flex: 0 auto;
  width: 16.6667%;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.large-number_wrapper {
  background-color: var(--brand-03);
  border-radius: 27px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
}

.large-number_wrapper.phase {
  background-color: var(--brand-03);
  flex: none;
  margin-top: 11px;
  margin-bottom: 10px;
  margin-right: 25px;
}

.large-number_wrapper.congrat {
  flex: none;
  align-self: flex-start;
  margin-right: 5px;
}

.text-block-51 {
  color: var(--white);
  letter-spacing: -.54px;
  margin-top: -4px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.div-block-174 {
  height: 42px;
}

.feature_image {
  width: auto;
  max-width: 220px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature_image.large {
  width: auto;
  max-width: 100%;
  max-height: 320px;
  padding-bottom: 25px;
}

.feature_image.large.workshop {
  max-width: 270px;
  padding-bottom: 0;
}

.feature_image.tiny {
  width: auto;
  max-width: 60px;
}

.feature_image.tiny.faq {
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-right: 15px;
}

.feature_image.tiny.inactive.blog {
  width: 25px;
  height: 25px;
}

.feature_image.medium {
  width: auto;
  max-width: 170px;
}

.feature_image.medium.steps-under {
  margin-bottom: 70px;
}

.feature_image.medium.steps-under.bootcamp-remote {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: none;
}

.feature_image.small {
  width: 120px;
}

.feature_image.small.list {
  width: auto;
  max-width: 120px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}

.feature_image.ebook {
  width: auto;
  max-width: 460px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 17px 20px -5px #0000001a;
}

.feature_image.phase {
  width: auto;
  max-width: 170px;
  max-height: 160px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
}

.feature_image.tinyx {
  flex: 0 auto;
  align-self: flex-start;
  width: 35px;
  margin-top: 6px;
  margin-bottom: 0;
  margin-right: 10px;
}

.feature_image.highligted {
  max-width: 200px;
}

.feature_image.workshop {
  margin-left: 0;
  margin-right: 0;
}

.feature_image.title_block {
  max-width: 160px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 30px;
}

.pk-video-wrapper {
  background-image: url('../images/video-thumbnail-copy.png'), linear-gradient(#e8f4fa, #e8f4fa);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 105px;
  height: 105px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 10px -2px #00000080;
}

.pk-steps-s2 {
  background-color: #cfe8de;
  height: 640px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.pk-steps-s3 {
  background-color: #fcdece;
  height: 640px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.pk-steps-s4 {
  background-color: #dcdcea;
  height: 640px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.pk-steps-s5 {
  background-color: #bad6e4;
  height: 640px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.div-block-175 {
  display: block;
}

.pk_structures-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
  display: grid;
}

.pk_structures_wrapper {
  padding-top: 10px;
}

.image-75 {
  position: relative;
  top: -229px;
  left: 452px;
  right: 0;
}

.image-76 {
  position: relative;
  top: -280px;
  left: 347px;
}

.image-77 {
  position: relative;
  top: -320px;
  left: 197px;
  right: 0;
}

.image-78 {
  position: relative;
  top: -307px;
  left: 70px;
}

.image-79 {
  position: relative;
  top: -278px;
  left: -100px;
}

.image-80 {
  position: relative;
  top: -193px;
  left: -200px;
}

.navbar-sticky {
  z-index: 999;
  background-color: var(--secondary-01);
  border-bottom: 1px #0c0b1c;
  max-width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.section_content {
  background-color: var(--white);
}

.section {
  background-color: var(--white);
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}

.section.lightgreybg {
  background-color: var(--lightgrey-bg);
}

.section.bordergrey {
  border-top: 1px solid var(--secondary-09);
  border-bottom: 1px solid var(--secondary-09);
}

.section.spotify_player {
  padding-top: 0;
}

.section.footer {
  background-color: var(--secondary-01);
  padding-top: 60px;
}

.section.darkbg {
  background-color: var(--dark-bg-2);
}

.section.darkbg.portfolio {
  height: 750px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.darkbg.portfolio.travelguide {
  background-color: var(--secondary-09);
  height: 720px;
}

.section.darkbg.portfolio.conference {
  background-image: url('../images/conference_bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 110px;
  display: flex;
}

.section.darkbg.portfolio.workshop {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.darkbg.testimonial {
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section.darkbg.testimonial.hide, .section.followus {
  display: none;
}

.section.followus.blog {
  border: 1px none var(--secondary-09);
  background-color: var(--lightgrey-bg);
}

.section._0bottommargin {
  padding-bottom: 0;
}

.section.hide {
  display: none;
}

.section.share-block {
  z-index: 10;
  height: 80px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.blog_image-block {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bluebg {
  background-color: var(--secondary-05);
}

.section.bluebg._0bottommargin.bootcamp_books {
  background-color: var(--secondary-06);
  overflow: hidden;
}

.section.bluebg.bootcamp-remote-instructor {
  background-color: var(--secondary-09);
  padding-top: 0;
  padding-bottom: 0;
}

.section.backtolist {
  margin-bottom: 80px;
  padding-top: 20px;
  padding-bottom: 0;
}

.section.blog-process {
  padding-bottom: 0;
}

.section.bottom-section {
  padding-bottom: 40px;
}

.section.bootcamp-remote-why-us {
  background-image: url('../images/_MG_0824-1-isolated5.png'), linear-gradient(#dcdcea96 39%, #fff0);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 2380px, auto;
  height: 800px;
  max-height: 800px;
}

.section.bootcamp-remote-why-us.homepage-teaser {
  background-image: url('../images/_MG_0824-1-isolated5.png'), linear-gradient(#dcdcea80 39%, #fff0);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 2380px, auto;
  justify-content: center;
}

.section.bootcamp-remote-why-us.homepage-teaser.design-day {
  background-image: url('../images/design-day_isolated1.png'), linear-gradient(#dcdcea80 39%, #fff0);
}

.section.bootcamp-remote-why-us.homepage-teaser.design-day.video {
  background-color: #0000;
  background-image: linear-gradient(#140e411a, #110f3533);
  background-repeat: repeat;
  background-size: auto;
}

.section.bootcamp-remote-why-us.homepage-teaser.design-day.photo {
  background-image: linear-gradient(to right, #110f3540, #110f3500 54%), url('../images/jonas-barre-travellersguide.png'), linear-gradient(#dcdcea80 39%, #fff0);
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, repeat;
  background-size: auto, 2380px, auto;
}

.section.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.presentation-bootcamp_persons {
  background-image: url('../images/presentation-bootcamp_persons-bg.png'), linear-gradient(to top, #dcdcea96 39%, #fff0), linear-gradient(to bottom, var(--lightgrey-bg), var(--lightgrey-bg));
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 1450px, auto, auto;
  align-items: center;
  height: 920px;
  display: flex;
}

.section.presentation-bootcamp_persons.homepage-teaser {
  background-image: url('../images/_MG_0824-1-isolated4.png'), linear-gradient(#dcdcea80 61%, #fff0), linear-gradient(#edebe8, #edebe8);
  background-position: 50% -120%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 1800px, auto, auto;
  justify-content: center;
}

.section.inspiration-remote {
  background-image: linear-gradient(#110f35e6, #110f3573), url('../images/insp-bg.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  height: 800px;
  display: flex;
}

.section.is-contact {
  display: none;
}

.play-button-img {
  margin-right: 20px;
}

.link-underline {
  background-color: #ef5b09;
  height: 2px;
}

.faq_info-wrapper {
  flex-direction: row;
  align-items: center;
  width: 87%;
  margin-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.faq_info {
  flex: 1;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.pk-footer-social {
  background-color: var(--secondary-02);
  opacity: .6;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  transition: opacity .2s;
  display: flex;
}

.pk-footer-social:hover {
  opacity: 1;
}

.pk-footer-social.end {
  margin-right: 0;
}

.pk-footer-social.followus {
  border: 1px solid var(--secondary-10);
  background-color: #0000;
  width: 60px;
  height: 60px;
}

.pk-footer-social.followus:hover {
  background-color: var(--white);
}

.pk-footer-social.hide {
  display: none;
}

.pk-steps-instructions-titlerow {
  display: flex;
}

.pk-steps-iconmenu {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 2px solid #93bcd2;
  border-radius: 50px;
  width: 75px;
  height: 75px;
  margin-bottom: 15px;
  box-shadow: 7px 7px 10px #00000008;
}

.pk-cong-social {
  opacity: .8;
  margin-left: 20px;
  padding: 5px;
  transition: all .2s;
}

.pk-cong-social:hover {
  opacity: 1;
  transform: scale(1.2);
}

.getstarted_icon {
  width: 70px;
  height: 100%;
  margin-right: 20px;
}

.navbar-logo_wrapper {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.checkbox {
  color: #fff;
  flex: none;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 27px;
  display: block;
}

.checkbox.team-assesment-card {
  margin-bottom: 10px;
  margin-left: 0;
}

.checkbox-label {
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 15px;
}

.checkbox-label.team-assessment-card {
  width: 100%;
  margin-left: 0;
}

.checkbox_content {
  color: #fff;
  border: 1px solid #a6a6bb33;
  border-radius: 4px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 19px;
  margin-right: 20px;
  padding: 20px;
  font-size: 16px;
  transition: border-color .2s;
  display: flex;
}

.checkbox_content:hover {
  border-color: #a6a6bb;
}

.checkbox_content.end {
  margin-right: 0;
}

.checkbox_content.legal {
  border-style: none;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.checkbox_content.team-checkbox {
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 0;
}

.checkbox_content.remote {
  margin-bottom: 0;
}

.checkbox_content.bootcamp {
  height: auto;
  margin-bottom: 0;
}

.interests {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.interests.workshop {
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 16px;
}

.interests.workshop.bootcamp-remote {
  margin-bottom: 24px;
}

.interests.workshop.bootcamp-remote.end, .interests.workshop.end {
  margin-bottom: 0;
}

.package_img {
  z-index: 0;
  width: 420px;
  position: relative;
}

.package_img._1 {
  z-index: 4;
  width: 420px;
  margin-right: -50px;
  position: relative;
  left: 10px;
}

.package_img._1.workshop {
  top: 2px;
  left: 20px;
}

.package_img._3 {
  z-index: 15;
  margin-left: -70px;
  position: relative;
  right: 10px;
}

.package_img._3.workshop {
  right: 21px;
}

.package_img.order {
  width: auto;
  max-width: 390px;
}

.article-text {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.article-text:hover {
  color: var(--secondary-03);
}

.article-text.thumbnail {
  margin-bottom: 8px;
}

.hero_buyslides-bgimg {
  height: 100%;
  max-height: 750px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.article_img {
  border-radius: 3px;
  flex: none;
  width: 140px;
  height: 130px;
}

.article_img._1 {
  background-image: url('../images/blog-thumb-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article_img._2 {
  background-image: url('../images/blog-thumb-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article_img._3 {
  background-image: url('../images/blog-thumb-09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.article_img.thumbnail {
  width: 170px;
}

.subscribe-form_wrapper {
  width: 100%;
  margin-top: 10px;
}

.subscribe-form_wrapper.blog {
  margin-top: 40px;
}

.cong_buyslides-promo-button {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cong_buyslides-promo-img {
  z-index: 0;
  flex: 0 auto;
  width: 310px;
  min-width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 10px auto 25px;
  display: block;
  position: relative;
}

.about_feature-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 60px 50px 40px;
  display: flex;
  position: relative;
}

.about_feature-wrapper.bootcamp {
  flex: 1;
  align-self: flex-start;
  padding: 13px 0;
}

.about_feature-wrapper.bootcamp._2 {
  margin-top: 90px;
  margin-left: 20px;
  margin-right: 20px;
}

.about_feature-wrapper.conference {
  flex: 1;
  align-self: flex-start;
  padding: 13px 0;
}

.about_feature-wrapper.conference._2 {
  margin-top: 90px;
  margin-left: 20px;
  margin-right: 20px;
}

.about_feature-img {
  margin-bottom: 20px;
}

.about_feature-img.bootcamp {
  width: 64px;
  margin-right: 10px;
}

.about_feature-img.conference {
  width: 20px;
  margin-top: -10px;
  margin-bottom: 0;
  margin-right: 13px;
}

.about_feature-img.conference._2 {
  margin-top: 0;
}

.h2 {
  color: #110f35;
  letter-spacing: -.35px;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.h2.steps {
  letter-spacing: -.95px;
  font-size: 38px;
  line-height: 40px;
}

.pk-h5 {
  color: #a6a6bb;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.pk-h5.alignleft {
  text-align: left;
}

.orange-box_blocks-wrapper {
  flex: 1;
  margin-top: 18px;
  margin-bottom: 22px;
  margin-right: 20px;
  display: flex;
}

.orange-box_img {
  width: 80px;
  height: auto;
  margin-right: 15px;
}

.orange-box_img._1 {
  width: 45px;
}

.buyslides_gradient {
  z-index: 3;
  background-image: linear-gradient(#110f35ed, #0e0c2dbf);
  width: 100%;
  height: 100%;
  max-height: 750px;
  position: absolute;
  top: 0;
}

.note-copy_wrapper {
  align-self: center;
  padding-right: 7%;
}

.note-copy_wrapper.large {
  align-self: center;
}

.form-header {
  padding-right: 140px;
}

.faq_col {
  flex: 1;
  padding-right: 5%;
}

.faq_block {
  margin-bottom: 45px;
}

.blog_post {
  flex: 1;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
}

.blog_post.highlighted {
  opacity: 1;
  background-image: url('../images/pk_blog-articles_assets_blog-cover-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1109px;
  border-radius: 3px;
  align-items: flex-end;
  width: 100%;
  height: 430px;
  margin-bottom: 50px;
  padding: 45px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 0 #0000;
}

.blog_post.highlighted:hover {
  box-shadow: 0 25px 30px -10px #0000000d;
}

.blog_post.highlighted.v2 {
  align-items: center;
}

.blog-post_img {
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 230px;
}

.blog-post_img.blog_thumb-1 {
  background-image: url('../images/pk_blog-articles_assets_blog-cover-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post_img.blog_thumb-2 {
  background-image: url('../images/pk_blog-articles_assets_blog-cover-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post_img.blog_thumb-7 {
  background-image: url('../images/pk_blog-articles_assets_blog-cover-08.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post_img.blog_thumb-4 {
  background-image: url('../images/pk_blog-articles_assets_blog-cover-11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post_img.blog_thumb-3 {
  background-image: url('../images/pk_blog-articles_assets_blog-cover-13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post_img.blog_thumb-5 {
  background-image: url('../images/pk_blog-articles_assets_blog-cover-05.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-post_img.blog_thumb-6 {
  background-image: url('../images/pk_blog-articles_assets_blog-cover-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_title {
  color: var(--secondary-01);
  margin-bottom: 10px;
  padding-right: 10%;
}

.blog_title.highlighted {
  color: var(--white);
  width: 70%;
  padding-right: 0%;
  position: static;
  inset: 0% auto auto 0%;
}

.blog_title.highlighted.v2 {
  background-color: var(--white);
  border-radius: 8px;
  width: 50%;
  margin-bottom: 0;
  padding: 24px;
  box-shadow: 0 1px 15px #0000000d;
}

.feature_top-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 290px;
  margin-bottom: 30px;
  padding-top: 0;
  display: flex;
}

.feature_top-wrapper.feature1 {
  background-color: #cde1eb;
}

.feature_top-wrapper.feature2 {
  background-color: #fcdece;
  display: flex;
}

.feature_top-wrapper.feature3 {
  background-color: #cfe8de;
}

.feature_top-wrapper.bootcamp-package-top {
  text-align: left;
  align-items: flex-start;
  height: 260px;
  margin-bottom: 35px;
  padding-top: 32px;
  padding-bottom: 35px;
  padding-left: 25px;
  display: flex;
}

.feature_top-wrapper.bootcamp-package-top._1 {
  background-color: var(--secondary-05);
}

.feature_top-wrapper.bootcamp-package-top._2 {
  background-color: var(--secondary-08);
}

.feature_top-wrapper.bootcamp-package-top._3 {
  background-color: var(--secondary-11);
}

.feature_top-wrapper.bootcamp-package-top._4 {
  background-color: var(--dark-bg-2);
  color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
}

.feature_top-wrapper.bootcamp-package-top.nopadding {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.feature_top-wrapper.bootcamp-package-top.nopadding.bundle {
  margin-bottom: 0;
}

.feature_top-wrapper.bootcamp-remote {
  background-color: var(--secondary-05);
  text-align: left;
  align-items: flex-start;
  height: 200px;
  padding-left: 40px;
  padding-right: 50px;
}

.feature_top-wrapper.bootcamp-remote._1 {
  background-color: var(--secondary-05);
  background-image: url('../images/curriculum-bg-img12x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature_top-wrapper.bootcamp-remote._2 {
  background-color: var(--secondary-08);
  background-image: url('../images/curriculum-bg-img22x.png');
  background-position: 0 0;
  background-size: cover;
}

.feature_top-wrapper.bootcamp-remote._3 {
  background-color: var(--secondary-11);
  background-image: url('../images/curriculum-bg-img32x.png');
  background-position: 0 0;
  background-size: cover;
}

.bootcamp_feature-text {
  width: 80%;
}

.bootcamp_feature-text.bootcamp-package {
  color: var(--secondary-01);
  text-align: left;
  flex: 1;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.bootcamp_feature-text.support {
  width: 100%;
  margin-top: 30px;
  padding-right: 10%;
}

.list-item {
  color: var(--secondary-11-2);
  padding-left: 7px;
}

.list-item.pricing {
  color: var(--brand-02);
  align-items: center;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.list-item.pricing.highlighted {
  border-bottom: 1px solid var(--secondary-04);
  color: var(--brand-02);
  padding-top: 5px;
  padding-bottom: 10px;
}

.list-item.pricing.highlighted.end {
  border-bottom-style: none;
}

.list-item.pricing.highlighted.bootcamp-remote {
  align-items: flex-start;
}

.list-item.pricing.highlighted.bootcamp-remote.end {
  border-bottom-style: solid;
  margin-bottom: 0;
}

.bootcamp-feature_img {
  width: auto;
  max-width: 240px;
  margin-top: -10px;
}

.bootcamp_callout {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bootcamp_callout.remote-bootcamp {
  flex-direction: column;
}

.bootcamp_about-img {
  background-color: #e6f1f6;
  border-radius: 350px;
  width: 300px;
  height: 300px;
  margin-top: 30px;
  position: static;
  bottom: -50px;
}

.bootcamp_about-img._1 {
  background-image: url('../images/bootcamp_about-illustration32x.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.bootcamp_about-img._2 {
  background-image: url('../images/bootcamp_about-illustration22x.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bootcamp_about-img._3 {
  background-image: url('../images/bootcamp_about-illustration2x.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bootcamp_about-img.conference {
  background-color: var(--secondary-02);
  margin-top: 0;
  margin-bottom: 30px;
}

.bootcamp_about-img.conference.margintop {
  margin-top: 30px;
  margin-bottom: 0;
}

.bootcamp_about-img.conference.margintop.c2 {
  background-image: url('../images/icon_large_15.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bootcamp_about-img.conference.c1 {
  background-image: url('../images/icon_large_13.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bootcamp_about-img.conference.c3 {
  background-image: url('../images/icon_large_14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bootcamp_testimonial-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.bootcamp_testimonial-author {
  color: var(--secondary-11-2);
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bootcamp_author-text {
  text-align: left;
  flex: 0 auto;
  align-self: center;
}

.bootcamp-profile-img {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.testimonial-author-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}

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

.bootcamp_image {
  z-index: 20;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  height: 360px;
  margin-top: -10px;
  position: absolute;
  inset: 0%;
}

.bootcamp_box_wrapper {
  border: 1px solid #a6a6bb33;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.bootcamp_box_wrapper.end {
  margin-right: 0;
}

.bootcamp_box_wrapper.contact-form {
  border-style: none;
  border-width: 0;
  padding: 0;
}

.radiobutton_label {
  flex: 1;
  margin-left: 5px;
}

.radiobutton_label._2row {
  margin-bottom: 0;
  margin-left: 0;
}

.radiobutton_label.hide {
  display: none;
}

.radiobutton {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.radiobutton._2row {
  margin-bottom: 10px;
  margin-right: 0;
}

.radiobutton.table {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.radio-button-field {
  border: 1px solid #a6a6bb33;
  border-radius: 4px;
  flex: 1;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 25px 20px;
  font-size: 16px;
  transition: border-color .2s;
  display: flex;
}

.radio-button-field:hover {
  border-color: #a6a6bb;
}

.radio-button-field.end {
  margin-right: 0;
}

.radio-button-field._2row {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
}

.radio-button-field.table {
  cursor: pointer;
  border-style: none;
  justify-content: center;
  align-self: stretch;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.radio-button-field._1row {
  width: 100%;
  height: 100%;
}

.radio-button-field._1row.smaller {
  height: 90px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}

.radio-button-field.bootcamp {
  flex: 0 auto;
  margin-bottom: 0;
}

.bootcamp_row {
  flex-direction: row;
  display: flex;
}

.bootcamp_row.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: grid;
}

.bootcamp_row.presentation-bootcamp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bootcamp_form_title {
  margin-bottom: 25px;
  padding-top: 10px;
}

.bootcamp_form_title.separator {
  border-top: 1px solid #d2d2d280;
  margin-top: 20px;
  padding-top: 25px;
}

.bootcamp_form_title.bootcamp {
  margin-bottom: 16px;
  padding-top: 0;
}

.bootcamp_form-contact {
  margin-bottom: 0;
}

.bootcamp_form-contact.bootcamp {
  margin-top: 16px;
  margin-bottom: 0;
}

.bootcamp_packages-callout-wrapper {
  z-index: 30;
  width: 100%;
  height: 190px;
  margin-top: 90px;
  margin-bottom: -80px;
  display: flex;
  position: relative;
}

.bootcamp_callout-package {
  z-index: 15;
  color: #111b35;
  text-align: center;
  flex: 0 auto;
  width: 100%;
  min-width: 300px;
  max-width: none;
  padding-left: 23px;
  padding-right: 23px;
  position: relative;
  left: 0;
}

.bootcamp_callout-package._2 {
  height: 100%;
  bottom: 30px;
  left: 0;
}

.bootcamp_callout-package._3 {
  top: 21px;
  bottom: 20px;
}

.callout-line {
  margin-top: 20px;
}

.bootcamp_heroimg_1 {
  width: 330px;
  position: absolute;
  top: -40px;
  left: 130px;
}

.bootcamp_heroimg_2 {
  z-index: 10;
  width: 280px;
  position: absolute;
  top: 300px;
}

.bootcamp_heroimg_3 {
  z-index: 15;
  width: 110px;
  position: absolute;
  top: 350px;
  left: 410px;
}

.bootcamp_heroimg_4 {
  z-index: 20;
  width: 40px;
  position: absolute;
  top: 180px;
}

.bootcamp_heroimg_5 {
  z-index: 20;
  width: 30px;
  position: absolute;
  top: 254px;
  left: 240px;
}

.bootcamp_heroimg_6 {
  width: 23px;
  position: absolute;
  top: 80px;
  left: 490px;
}

.pk-navlink_dropdown {
  z-index: 9999;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pk-navlink_icon-arrow {
  width: 12px;
  margin-left: 10px;
}

.navbar_dropdown-wrapper {
  z-index: 100;
  background-color: #fff;
  border-radius: 5px;
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  top: 60px;
  left: -130px;
  box-shadow: 0 10px 15px #0000000f;
}

.navbar_dropdown-wrapper.small {
  width: auto;
  display: none;
  left: -52px;
}

.pk-navbar_dropdown-row {
  color: var(--secondary-11-2);
  align-items: center;
  width: 370px;
  height: auto;
  margin: 10px 10px 0;
  padding: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.pk-navbar_dropdown-row:hover {
  color: var(--secondary-01);
  background-color: #e6f1f6;
  border-radius: 3px;
}

.pk-navbar_dropdown-row.w--current {
  color: var(--brand-01);
}

.pk-navbar_dropdown-row._2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.pk-navbar_dropdown-row._2:hover {
  color: var(--secondary-01);
}

.pk-navbar_dropdown-row._2.small {
  color: var(--secondary-11-2);
}

.pk-navbar_dropdown-row._2.small:hover {
  color: var(--secondary-01);
}

.pk-navbar_dropdown-row.small {
  width: auto;
  min-width: 190px;
}

.pk-navbar_dropdown-row.small:hover {
  color: var(--secondary-01);
  background-color: #e8f4fab3;
}

.pk-navbar_dropdown-row.small.w--current {
  color: var(--brand-01);
}

.pk-navbar_dropdown-row.small.w--current:hover {
  color: var(--secondary-01);
}

.pk-navbar_dropdown-header {
  color: var(--dark-bg-2);
  margin-top: 0;
  margin-bottom: 5px;
}

.pk-navbar_dropdown-img {
  width: 40px;
  margin-right: 20px;
}

.checkbox-field {
  align-self: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding-right: 0;
  display: flex;
}

.checkbox-field.legal {
  margin-top: 12px;
}

.checkbox-field.topalign {
  align-items: flex-start;
}

.checkbox-field.team-assessment-card {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
}

.checkbox-field.row {
  margin-bottom: 8px;
}

.checkbox-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.checkbox-wrapper.home {
  margin-top: 30px;
}

.checkbox-wrapper.request {
  margin-top: 30px;
  display: block;
}

.checkbox-wrapper.blog-form {
  margin-top: 20px;
  margin-bottom: 0;
}

.checkbox-wrapper.modal {
  margin-top: 10px;
}

.checkbox-icon {
  align-self: center;
  width: 40px;
  height: 40px;
}

.checkbox-icon.align-top {
  align-self: flex-start;
}

.checkbox-icon.small {
  width: 24px;
  height: 32px;
}

.contact-col {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.contact-col._1 {
  flex: 0 auto;
  width: 40%;
  margin-right: 30px;
}

.hero_image {
  z-index: 10;
  opacity: 1;
  width: 100%;
  min-width: 550px;
  height: auto;
  position: static;
  top: 14px;
}

.hero_image.home {
  min-width: 550px;
  height: 100%;
  position: relative;
  top: 0;
  left: -40px;
}

.hero_image.mobile {
  display: none;
}

.hero_image.getstarted {
  min-width: 570px;
}

.hero_image.our-solution {
  min-width: 510px;
  height: 300px;
}

.hero_image.bootcamp {
  height: 510px;
  position: relative;
  top: 0;
}

.hero_image.aboutus {
  min-width: 0;
  max-width: 510px;
  height: 420px;
  position: relative;
  top: 0;
  left: 50px;
}

.hero_image.faqimage {
  min-width: 0;
  max-width: 520px;
  position: relative;
  top: 0;
  left: 0;
}

.hero_image.congrat {
  width: auto;
  min-width: auto;
  position: static;
}

.hero_image.step {
  width: 50%;
  min-width: 510px;
  position: relative;
}

.hero_image.step.tab_content {
  margin-bottom: 35px;
}

.hero_image.tabs {
  flex-direction: column-reverse;
  width: 50%;
  margin-left: 50px;
  display: flex;
}

.hero_image.travel-guide_heroimg {
  width: 570px;
  min-width: 400px;
  height: 500px;
  position: relative;
}

.hero_image.showsevents-heroimg {
  width: 570px;
  min-width: 400px;
  height: 482px;
  position: relative;
  top: 0;
}

.heroimg_home2-element-1 {
  z-index: 20;
  width: 23px;
  position: absolute;
  top: 335px;
  left: 147px;
}

.heroimg_home2-element-2 {
  z-index: 10;
  width: 35px;
  position: absolute;
  top: 35px;
  left: 36px;
}

.heroimg_home2-element-3 {
  z-index: 0;
  width: 249px;
  position: absolute;
  top: 54px;
  left: 59px;
}

.heroimg_home2-element-4 {
  z-index: 10;
  width: 144px;
  position: absolute;
  top: 103px;
  left: 27px;
}

.heroimg_home2-element-5 {
  z-index: 10;
  width: 206px;
  position: absolute;
  top: 176px;
  left: 179px;
}

.heroimg_home2-element-6 {
  z-index: 15;
  width: 169px;
  position: absolute;
  top: 222px;
  left: 187px;
}

.heroimg_home2-element-7 {
  width: 20px;
  position: absolute;
  top: 56px;
  right: 39px;
}

.heroimg_home2-element-8 {
  z-index: 5;
  width: 125px;
  position: absolute;
  top: 28px;
  right: 119px;
}

.heroimg_home2-element-9 {
  z-index: 15;
  width: 160px;
  position: absolute;
  top: 88px;
  right: 38px;
}

.heroimg_home2-element-10 {
  z-index: 20;
  width: 32px;
  position: absolute;
  top: 178px;
  left: 372px;
  right: 170px;
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 0;
}

.color-block.cc-brand-color-1 {
  background-color: var(--brand-01);
}

.color-block.cc-brand-color-2 {
  background-color: var(--brand-02);
}

.color-block.cc-shade-2 {
  background-color: var(--secondary-07);
}

.color-block.cc-secondary-4 {
  background-color: var(--secondary-04);
}

.color-block.cc-secondary-5 {
  background-color: var(--secondary-05);
}

.color-block.cc-shade-4 {
  background-color: var(--secondary-09);
}

.color-block.cc-secondary-2 {
  background-color: var(--secondary-02);
}

.color-block.cc-shade-3 {
  background-color: var(--secondary-08);
}

.color-block.cc-shade-1 {
  background-color: var(--secondary-06);
}

.color-block.cc-shade-6 {
  background-color: var(--secondary-11);
}

.color-block.cc-shade-5 {
  background-color: var(--secondary-10);
}

.color-block.cc-secondary-1 {
  background-color: var(--secondary-01);
}

.color-block.cc-secondary-3 {
  background-color: var(--secondary-03);
}

.color-block.cc-brand-color-3 {
  background-color: var(--brand-03);
}

.color-block.cc-secondary-6 {
  background-color: var(--secondary-11-2);
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  margin: 0 0 20px;
  padding: 0 30px 0 0;
  position: relative;
}

.style-guide_row {
  display: flex;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-content.image-tiny {
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide_cell {
  flex: 1;
  margin-right: 20px;
}

.style-guide_cell.style-guide_button {
  flex: 0 auto;
  margin-bottom: 10px;
}

.style-guide-title {
  color: var(--secondary-11-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
}

.style-guide-title.sub {
  opacity: .5;
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
}

.container-6 {
  flex: 1;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.style-guide-divider {
  background-color: #f3f3f5;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.style-guide_main {
  display: block;
}

.components {
  background-color: var(--secondary-10);
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.whitetext {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.whitetext.orangelabel {
  margin-bottom: 10px;
}

.whitetext.done {
  color: var(--brand-01);
}

.whitetext.next {
  color: var(--secondary-11-2);
}

.icon_social {
  width: 20px;
  height: 20px;
}

.section_hero {
  background-color: var(--secondary-01);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.section_hero.getstarted {
  height: 690px;
}

.section_hero.buyslides {
  display: block;
}

.section_hero.congrat {
  height: 100%;
}

.section_hero.privacy {
  height: 350px;
  padding-top: 0;
  display: flex;
}

.section_hero.steps {
  height: 100%;
  padding-bottom: 80px;
}

.section_hero.steps._1 {
  background-color: var(--secondary-04);
}

.section_hero.steps._2 {
  background-color: var(--secondary-11);
}

.section_hero.steps._3 {
  background-color: var(--secondary-08);
}

.section_hero.steps._4 {
  background-color: var(--secondary-09);
}

.section_hero.steps._5 {
  background-color: var(--secondary-04);
}

.section_hero.steps._6 {
  background-color: var(--secondary-07);
}

.section_hero.steps._7 {
  background-color: var(--secondary-10);
}

.section_hero.remote-bootcamp {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #0000;
  background-image: linear-gradient(#080716cc, #110f3566 55%);
  justify-content: center;
  height: 690px;
  margin-top: -91px;
  padding-top: 0;
  display: flex;
  overflow: visible;
}

.pk_container {
  z-index: 2;
  width: 90%;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pk_container.article {
  max-width: 690px;
  position: relative;
}

.pk_container.navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
}

.pk_container.buyslides {
  z-index: 5;
}

.pk_container.remote-bootcamp {
  height: 100%;
  margin-top: 0;
  padding-top: 10px;
}

.pk_container.inspiration-remote {
  justify-content: flex-end;
  display: flex;
}

.content_wrapper {
  width: 100%;
}

.content_wrapper.box {
  border: 1px solid var(--secondary-09);
  background-color: var(--white);
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 50px 45px;
  box-shadow: 0 8px 18px #00000008;
}

.content_wrapper.box.getstarted {
  align-items: flex-start;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.content_wrapper.box.getstarted.middle {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.content_wrapper.box.getstarted._3 {
  flex-direction: column;
}

.content_wrapper.box.followus {
  background-color: var(--lightgrey-bg);
  border-radius: 4px;
}

.content_wrapper.box.followus.blog {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.content_wrapper.box.blog-form {
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px;
}

.content_wrapper.box.announcement {
  background-color: var(--lightgrey-bg);
  border-radius: 4px;
  align-items: center;
  display: flex;
}

.content_wrapper.box.announcement.blog {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.content_wrapper.box.announcement.slidefox {
  background-image: url('../images/slidesfox_teaser-bg.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_wrapper._2col_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.content_wrapper._2col_block.conference_skills {
  margin-top: 60px;
}

.content_wrapper._2col_block.bootcamp-remote {
  grid-template-columns: 1fr;
  margin-bottom: 16px;
}

.content_wrapper._2col_block.congrat {
  grid-template-columns: 1fr;
}

.content_wrapper.divider {
  margin-top: 45px;
}

.content_wrapper.divider.small {
  margin-top: 20px;
}

.content_wrapper.faq_subscribe {
  width: 100%;
  margin-top: 30px;
}

.content_wrapper.portfolio {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.content_wrapper.box {
  background-color: #fff;
  border: 1px solid #dcdcea;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 50px 45px;
  box-shadow: 0 8px 18px #00000008;
}

.content_wrapper.box.followus {
  background-color: #fafafa;
}

.content_wrapper.box.followus.request {
  display: flex;
}

.content_wrapper.qoute {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content_wrapper.ebooks {
  position: relative;
  overflow: visible;
}

.content_wrapper.grid {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template: "." minmax(auto, .25fr)
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

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

.content_wrapper.mobile {
  display: none;
}

.follow-us_wrapper {
  width: 100%;
}

.follow-us_wrapper.blog-form-wrapper {
  width: auto;
}

.signup-1row_wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.signup-1row_wrapper.smaller {
  width: 100%;
}

.signup-1row_wrapper.large {
  width: 740px;
}

.signup-1row_wrapper.large.blog-form-row {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.footer_col {
  color: var(--secondary-10);
  flex-direction: column;
  flex: 1;
  width: 200px;
  display: flex;
}

.footer_navigation {
  flex: 1;
  display: flex;
}

.footer_social-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.footer_social-wrapper.followus {
  margin-top: 10px;
  margin-bottom: 0;
}

.footer_logo {
  width: 230px;
}

.footer_logo.slidesfox {
  width: 150px;
}

.navbar_sticky {
  z-index: 9999;
  background-color: var(--secondary-01);
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar_sticky.hide {
  display: none;
}

.getstarted_text-col {
  flex: 1;
}

.getstarted_text-col._1 {
  margin-right: 30px;
}

.getstarted_text-wrapper {
  display: flex;
}

.landing-title {
  padding-right: 100px;
}

.landing-title.our-solution {
  padding-right: 0;
}

.landing-title.blog {
  padding-right: 30px;
}

.landing-title.faqtitle, .landing-title.bootcamp, .landing-title.aboutus {
  padding-right: 0;
}

.landing-title.workshop {
  padding-right: 20px;
}

.landing-title.remote-bootcamp {
  padding-right: 0;
}

.title_row {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title_row.followus {
  flex-direction: row;
  justify-content: space-between;
}

.title_row.request {
  color: var(--secondary-01);
  margin-bottom: 30px;
}

.content_col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.content_col.text_aboutus {
  padding-right: 0;
}

.content_col.faq_col {
  align-self: flex-start;
  padding-right: 15px;
}

.content_col.order-block {
  flex: 0 auto;
  align-self: flex-start;
  width: 46%;
  padding-right: 60px;
}

.content_col.order-block.congrat {
  width: 100%;
}

.content_col.marginleft {
  margin-left: 20px;
}

.content_col.right {
  margin-left: 5%;
}

.content_col.right.request {
  padding-right: 0;
}

.content_col.request {
  flex: 0 auto;
  justify-content: flex-start;
  width: 45%;
  padding-right: 20px;
}

.content_col.request.boxed {
  border: 1px solid var(--secondary-09);
  background-color: var(--white);
  border-radius: 4px;
  height: 100%;
  padding: 24px;
  box-shadow: 0 8px 15px #0000000a;
}

.content_col.request.boxed.presentation-bootcamp {
  width: 100%;
}

.content_col.hero_image {
  flex: 0 auto;
  align-items: flex-end;
}

.content_col.hero_image.congrat {
  width: auto;
}

.content_col.imagearticle {
  flex: 0 auto;
  align-items: center;
  width: 40%;
  margin-right: 30px;
}

.content_col.first {
  flex: 0 auto;
  width: 40%;
  min-width: 410px;
}

.content_col.blog {
  flex: 0 auto;
}

.content_col.blog.left {
  width: 60%;
}

.content_col.orangebox {
  flex: 0 auto;
  align-items: center;
  width: 860px;
  padding-top: 0;
}

.content_col.nosize {
  flex: 0 auto;
}

.content_col.nosize.horizontal {
  flex-direction: row;
  align-items: center;
}

.content_col.image-block_article {
  flex: 0 auto;
  align-self: flex-start;
}

.footer-label {
  color: var(--secondary-10);
  margin-bottom: 10px;
}

.button-row {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.faq_top-row {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.faq_top-icon {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-left: 90px;
}

.faq_block-content {
  overflow: hidden;
}

.image_orange {
  width: 40px;
  height: 40px;
  margin-right: 29px;
}

._10marginbottom {
  margin-bottom: 10px;
}

.order-label {
  color: var(--brand-03);
  margin-bottom: 10px;
}

.tab_link {
  border: 2px solid var(--secondary-08);
  color: var(--brand-01);
  text-align: center;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 23px;
  padding: 20px 29px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
  display: flex;
}

.tab_link:hover {
  color: var(--brand-01-hover);
}

.tab_link.w--current {
  background-color: var(--brand-01);
  color: var(--white);
  border-style: none;
}

.tab_link.w--current:hover {
  background-color: var(--brand-01-hover);
}

.tabs_menu {
  width: 72%;
  margin: 10px auto 30px 0;
  display: flex;
}

.tabs_menu.curriculum {
  width: 100%;
  margin-top: 48px;
  margin-bottom: 32px;
}

.tab_text {
  letter-spacing: 2px;
}

.portfolio-description-2 {
  color: #cecee0;
  margin-top: 28px;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.sv_button-2 {
  color: #302d7f;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #302d7f;
  border-radius: 2px;
  height: 55px;
  padding-top: 17px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: background-color .3s, color .3s;
  display: block;
}

.sv_button-2:hover {
  color: #fff;
  background-color: #302d7f;
}

.sv_button-2.small {
  letter-spacing: 1.75px;
  text-transform: uppercase;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 25px 2px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: relative;
}

.sv_button-2.small:hover {
  color: #fff;
}

.sv_button-2.small.portfoliobtn {
  justify-content: center;
  width: 55%;
  margin-top: 10px;
  display: none;
}

.body-6 {
  color: #110f35;
}

.body-6.feature-subtext {
  color: #8b8b9c;
}

.body-6.highlight {
  color: #110f35;
  font-size: 18px;
  line-height: 25px;
}

.body-6.highlight.section_subtitle {
  color: #8b8b9c;
  margin-top: 15px;
}

.body-6.feature-subtext {
  color: #8b8b9c;
  line-height: 23px;
}

.body-6.feature-subtext.left-align {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.blog-label {
  color: #ffffffbf;
  letter-spacing: .75px;
  background-color: #dcdcea66;
  border-radius: 2px;
  margin-bottom: 8px;
  padding: 1px 6px 3px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}

.blog-label.subpage {
  color: var(--secondary-11-2);
  margin-bottom: 20px;
}

.blog-label.list {
  color: var(--secondary-11-2);
}

.blog-label.highlighted {
  color: var(--brand-02);
  margin-bottom: 15px;
}

.blog-label.highlighted.thumbnail {
  margin-bottom: 6px;
}

.blog-label.week-label-remote {
  background-color: var(--secondary-01);
  color: var(--white);
  margin-bottom: 16px;
}

.blog_subage-heroimage {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.bootcamp {
  margin-bottom: 15px;
}

.nav-link_wrapper {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.nav-link_wrapper.dropdown {
  align-items: center;
  display: flex;
}

.nav_menu_desktop2 {
  display: flex;
}

.nav-bar_bg {
  background-color: #bacbd6;
  width: 100%;
  height: 125px;
  display: none;
  position: fixed;
}

.nav-bar {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: -1px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-mobile-bg {
  display: none;
}

.logo {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.logo.w--current {
  transform: scale(1);
}

.menu-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 160px;
  margin-right: 15px;
  display: flex;
}

.menu-wrapper.links {
  flex: 0 auto;
  margin-right: 45px;
}

.structure-menu-items {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.structure-project-menu {
  background-color: #0000;
  justify-content: flex-end;
  position: relative;
}

._3-col {
  width: 220px;
  margin-right: 20px;
  display: inline-block;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap._w-custom.structure-menu-wrap {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.nav_inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_position {
  flex: 1;
  max-width: 1100px;
}

.nav-item {
  justify-content: center;
  align-items: center;
  min-width: 110px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-item.nav-logo {
  padding-left: 0;
}

.nav-dropdown_toggle {
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  background-color: var(--secondary-01);
}

.dropdown-list {
  opacity: 0;
}

.dropdown-list.w--open {
  opacity: 1;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  left: -50%;
  right: -50%;
  box-shadow: 0 4px 15px #0003;
}

.buy-cta_content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.buy-cta_content.pricing {
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
}

.price_wrapper {
  text-align: left;
  margin-top: 24px;
}

.price_wrapper.bootcamp-remote {
  margin-top: 16px;
  margin-bottom: 8px;
}

.author_block {
  align-items: flex-start;
  width: 80%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.author_block.workshop {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 20%;
  display: grid;
}

.column.author {
  flex: 0 auto;
  margin-right: 32px;
}

.image_travel-guide_preview {
  display: none;
}

.button-4 {
  z-index: 10;
  color: #fff;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-color: #ef5b09;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 6px 7px #22101014;
}

.button-4:hover {
  background-color: #f77933;
  transform: scale(1.03);
  box-shadow: 0 8px 10px #22101017;
}

.button-4.step {
  text-align: center;
  width: 240px;
}

.button-link-2 {
  color: #ef5b09;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: inline-block;
}

.darktext {
  color: var(--secondary-01);
}

.title_wrapper-row-image {
  border: 2px none var(--brand-03);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.blog-post_img-wrapper {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  overflow: hidden;
}

.highlight-shape {
  background-color: var(--white);
  color: var(--secondary-01);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px 15px 15px 18px;
  display: inline-block;
}

.orange-box_img-mobile {
  display: none;
}

.address_block {
  margin-bottom: 25px;
  display: flex;
}

.address_block.last {
  margin-bottom: 0;
}

.smartvizual-logo {
  width: 200px;
  margin-bottom: 10px;
}

.address_block-icon {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.box_header {
  align-items: center;
  display: flex;
}

.box_header.secondary {
  margin-top: 25px;
  margin-bottom: 10px;
}

.box_image {
  flex: none;
  width: auto;
  max-width: 50px;
  margin-right: 15px;
}

.box_header-text, .box_content-wrapper {
  text-align: left;
}

.skills_wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.skills_wrapper.test {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.skills_wrapper.hide {
  display: none;
}

.skill_label {
  background-color: var(--secondary-09);
  text-align: center;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  margin-right: 7px;
  padding: 10px 12px 12px;
  display: flex;
}

.skill_label._2 {
  background-color: var(--secondary-08);
}

.skill_label._3 {
  background-color: var(--secondary-10);
}

.skill_label._4 {
  background-color: var(--secondary-11);
}

.skill_label._5 {
  background-color: var(--secondary-04);
}

.skill_label._7 {
  background-color: var(--secondary-05);
}

.skill_label._8 {
  background-color: var(--secondary-10);
}

.skill_label._9 {
  background-color: #47478b6e;
}

.skill_label._10 {
  background-color: #93bcd2d6;
}

.skill_label._11 {
  background-color: #ef5b0999;
}

.skill-row {
  display: flex;
}

.conference_slider {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.conf_slider_content {
  align-items: center;
  height: 100%;
  padding: 0 100px 0 85px;
  display: flex;
}

.conf_slider_content.workshop {
  flex-direction: column;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.conf_slider_text {
  align-items: center;
}

.conf_slider_text.workshop {
  width: 80%;
}

.conf_slider_img {
  border-radius: 5px;
  flex: none;
  width: 620px;
  height: auto;
  margin-right: 40px;
  box-shadow: 0 30px 30px #0000000d;
}

.conf_slider_img.hide {
  display: none;
}

.conf_slider_img.videobg {
  height: 326px;
}

.conf_slider_img.image {
  box-shadow: none;
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  margin-right: 0;
}

.conf_slider_img.image.hover {
  position: absolute;
  inset: 0%;
}

.sllide-nav {
  display: none;
}

.slider-icon {
  width: 25px;
  height: 25px;
  position: absolute;
}

.slider-icon.left {
  transform: rotate(180deg);
}

.slider-icon.white {
  z-index: 10;
}

.slider-icon_bar {
  opacity: .7;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2px;
  padding-right: 2px;
  transition: opacity .2s;
  display: flex;
}

.slider-icon_bar:hover {
  opacity: 1;
}

.slider-icon_bar.right {
  justify-content: flex-end;
}

.payment-logos_wrapper {
  display: flex;
}

.payment-logo {
  opacity: .51;
  width: 45px;
  margin-top: 25px;
  margin-right: 17px;
}

.payment-logo.paypal {
  width: 120px;
  margin-top: 28px;
  display: none;
}

.html-embed {
  display: flex;
}

.image-81 {
  align-self: center;
}

.pk-list_sign-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.list_sign-headline {
  margin-bottom: 12px;
  padding-top: 5px;
  font-size: 21px;
}

.phase_row {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.phase_row._0marginbottom {
  margin-bottom: 0;
}

.phase-title {
  border-bottom: 1px solid var(--secondary-10);
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  display: flex;
}

.hero_image-tab {
  color: var(--secondary-01);
  background-color: #0000;
  border: 1px solid #140e4133;
  border-radius: 3px;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  padding: 20px;
  display: flex;
}

.hero_image-tab.w--current {
  border-color: var(--brand-01);
  color: var(--brand-01);
  background-color: #0000;
}

.hero_image-tab.second {
  margin-left: 10px;
  margin-right: 0;
}

.hero_image-tab.note {
  border-style: none;
  justify-content: center;
  margin-top: 30px;
  margin-right: 0;
}

.hero_image_tab-menu {
  display: flex;
}

.hero_image-tab_caption {
  color: #140e4180;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero_image-tab_img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.box_wrapper-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdcea;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  padding: 35px 30px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 15px #0000000a;
}

.box_wrapper-2.middle {
  margin-left: 20px;
  margin-right: 20px;
}

.signup-1-row {
  align-self: flex-start;
  display: flex;
}

.blog_backtolist-row {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.backtolist_img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transform: rotate(180deg);
}

.link_seealltips {
  display: flex;
}

.pk-steps-right-blue-2 {
  color: #8b8b9c;
  background-color: #dcdcea;
  border-radius: 3px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 391px;
  height: auto;
  padding: 19px 19px 19px 25px;
  display: flex;
  box-shadow: 0 6px 12px #0000000d;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 90px;
  position: relative;
}

.section-2.bordergrey {
  border-top: 1px solid #dcdcea;
  border-bottom: 1px solid #dcdcea;
}

.section-2.footer {
  background-color: #110f35;
  padding-top: 60px;
}

.box_wrapper-3 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdcea;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  padding: 35px 30px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 15px #0000000a;
}

.box_wrapper-3.list {
  flex-direction: row;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 25px 60px 28px 20px;
}

.row._2column {
  display: flex;
}

.congrat_nextstepimage {
  max-width: 250px;
  margin-right: 20px;
}

.congrat_nextstep-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.orangebox_img-compact {
  width: auto;
  max-width: 280px;
}

.article_highlighted-image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.price-counterimg_wrapper {
  position: relative;
  top: -90px;
  left: 220px;
}

.price_tag {
  z-index: 10;
  color: var(--white);
  text-align: center;
  max-width: 170px;
  font-size: 26px;
  font-weight: 700;
  position: relative;
  top: 82px;
  left: 109px;
}

.travel-guide_mobile {
  display: none;
}

.hero_btn-row {
  margin-top: 40px;
  display: flex;
}

.btn_icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

._20maringbottom {
  margin-bottom: 20px;
}

.checkbox-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.checkbox-grid.bootcamp-remote {
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.new_label {
  color: var(--brand-01);
  text-transform: uppercase;
  background-color: #fcdeceb3;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 7px 12px 8px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.new_label.navlink {
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 1px 6px 2px;
  font-size: 10px;
  font-weight: 600;
}

.new_label.bundle {
  background-color: var(--brand-02);
  color: var(--white);
  letter-spacing: .75px;
}

.pricing_checkmark-icon {
  margin-right: 15px;
}

.pricing_highlight-icon {
  width: 80px;
  height: auto;
  margin-right: 20px;
  padding-top: 3px;
}

.info-icon {
  width: 25px;
  height: 25px;
}

.workshop-lottie-1 {
  width: 530px;
  height: 300px;
  position: relative;
}

.workshop-lottie-2 {
  width: 460px;
  height: 260px;
  position: relative;
}

.cta-row {
  flex-direction: row;
  display: flex;
}

.cta-row.center {
  justify-content: center;
}

.modal-window-close-bg {
  z-index: 9000;
  position: fixed;
  inset: 0%;
}

.heroimg_home2-elementfox {
  z-index: 17;
  width: 120px;
  position: absolute;
  top: 370px;
  left: 375px;
}

.slider-hover-wrapper {
  width: 100%;
  height: 100%;
}

.slider_content-wrapper {
  position: relative;
}

.aboutus-img {
  z-index: 1;
  position: absolute;
}

.aboutus-img._1 {
  width: 25px;
  height: 25px;
  top: 90px;
  left: 114px;
}

.aboutus-img._2 {
  z-index: 6;
  width: 33px;
  top: 283px;
  left: 216px;
}

.aboutus-img._3 {
  width: 205px;
  top: 60px;
  left: 170px;
}

.aboutus-img._4 {
  z-index: 5;
  width: 399px;
  top: 16px;
  left: 140px;
}

.aboutus-img._5 {
  z-index: 0;
  width: 340px;
  top: 239px;
  left: 109px;
}

.aboutus-img._6 {
  width: 10px;
  height: 12px;
  top: 40px;
  left: 262px;
}

.aboutus-img._7 {
  width: 152px;
  height: 177px;
  top: 94px;
  left: 268px;
}

.aboutus-img._8 {
  width: 17px;
  height: 17px;
  top: 50px;
  left: 323px;
}

.aboutus-img._9 {
  z-index: 3;
  width: 460px;
  height: 265px;
  inset: auto auto 10% 0%;
}

.aboutus-img._10 {
  z-index: 0;
  width: 294px;
  height: 435px;
  inset: auto auto 0% 0%;
}

.travelguide-img {
  z-index: 1;
  position: absolute;
}

.travelguide-img._1 {
  width: 76px;
  top: 116px;
  left: 13px;
}

.travelguide-img._2 {
  z-index: 6;
  width: 42px;
  height: 44px;
  top: 17px;
  left: 442px;
}

.travelguide-img._3 {
  width: 26px;
  height: 26px;
  top: 72px;
  left: 353px;
}

.travelguide-img._4 {
  z-index: 1;
  width: 113px;
  height: 213px;
  top: 85px;
  left: 436px;
}

.travelguide-img._5 {
  z-index: 2;
  width: 385px;
  height: 362px;
  inset: auto auto 8.55% 185px;
}

.travelguide-img._6 {
  z-index: 4;
  width: 391px;
  height: 254px;
  inset: auto auto 9% 6%;
}

.travelguide-img._8 {
  width: 47px;
  height: 47px;
  top: 45px;
  left: 89px;
}

.travelguide-img._9 {
  z-index: 6;
  width: 110px;
  inset: auto auto 38% 300px;
}

.showsevents_img {
  z-index: 1;
  position: absolute;
}

.showsevents_img._1 {
  z-index: 3;
  width: 515px;
  max-width: 515px;
  height: 148px;
  top: 266px;
  left: 13px;
}

.showsevents_img._2 {
  z-index: 6;
  width: 42px;
  height: 44px;
  top: 264px;
  left: 430px;
}

.showsevents_img._3 {
  z-index: 2;
  width: 45px;
  height: 66px;
  top: 219px;
  left: 169px;
}

.showsevents_img._4 {
  z-index: 1;
  width: 50px;
  height: 37px;
  top: 124px;
  left: 3px;
}

.showsevents_img._5 {
  z-index: 2;
  width: 18px;
  height: 18px;
  inset: 5px 62px auto auto;
}

.showsevents_img._7 {
  z-index: 0;
  width: 542px;
  max-width: 542px;
  height: 230px;
  top: 38px;
  left: 5px;
}

.workshop_img {
  z-index: 1;
  position: absolute;
}

.workshop_img._1 {
  z-index: 1;
  width: 177px;
  max-width: 515px;
  height: 412px;
  inset: 50px 42px auto auto;
}

.workshop_img._2 {
  z-index: 2;
  width: 120px;
  height: 162px;
  inset: 97px auto auto 44px;
}

.workshop_img._3 {
  z-index: 2;
  width: 442px;
  height: 389px;
  top: 121px;
  left: 9px;
}

.workshop_img._4 {
  z-index: 6;
  width: 125px;
  height: 119px;
  top: 14px;
  left: 232px;
}

.content_block.hide {
  display: none;
}

.table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.table-cell {
  align-items: center;
  display: flex;
}

.table-cell.table-header {
  justify-content: center;
}

.table-cell.text {
  align-items: stretch;
  padding-right: 40px;
}

.table-cell.text-area {
  align-items: flex-start;
}

.table-header-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.table-row_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.table-row_form.text {
  grid-template-columns: .55fr .75fr;
}

.table-row_form.cards-row {
  margin-top: 18px;
}

.table_wrapper {
  border-bottom: 1px solid #d2d2d280;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.table_wrapper.text {
  margin-bottom: 60px;
}

.table_wrapper.end {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.textarea {
  min-height: 150px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  font-size: 16px;
}

.textarea::placeholder {
  color: #8b8b9c99;
}

.mobile_header-title {
  display: none;
}

.bootcamp-package-pricetag {
  align-items: flex-start;
  display: flex;
}

.bootcamp-package-pricetag.pricebefore {
  opacity: .4;
  text-decoration: line-through;
  transform: scale(.7);
}

.bootcamp-package-price {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.bootcamp-package-price.package {
  margin-top: 16px;
  margin-left: 0;
}

.bootcamp-package-price.bundle {
  padding-top: 16px;
}

.package-support-title {
  text-align: left;
  display: flex;
}

.button-5 {
  z-index: 10;
  color: #fff;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  background-color: #ef5b09;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  transition: all .2s;
  display: inline-block;
  position: relative;
  box-shadow: 0 6px 7px #22101014;
}

.button-5:hover {
  background-color: #f77933;
  transform: scale(1.03);
  box-shadow: 0 8px 10px #22101017;
}

.button-5.outline {
  color: #ef5b09;
  background-color: #0000;
  border: 1px solid #ef5b09;
}

.button-5.outline.navbar-sf {
  height: 40px;
  display: flex;
}

.button-5.outline.navbar-sf:hover {
  color: #fff;
  background-color: #ef5b09;
  transform: none;
}

.button-5.outline.navbar-sf.w--current {
  color: #fff;
}

.button-5.white {
  color: #212173;
  text-align: center;
  background-color: #fff;
  flex: none;
  width: 280px;
  padding-bottom: 11px;
  box-shadow: 2px 0 7px #22101014;
}

.button-5.white:hover {
  box-shadow: 0 8px 14px #22101017;
}

.button-5.navbar-sf {
  height: 40px;
  margin-left: 8px;
  padding: 0 15px 1px;
  font-size: 14px;
  display: flex;
}

.button-5.button-link.slidesfox {
  color: var(--brand-01);
  background-color: #0000;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  display: flex;
}

.button-5.button-link.slidesfox:hover {
  color: var(--white);
}

.structure-project-menu-2 {
  background-color: #0000;
  justify-content: flex-end;
  position: relative;
}

.nav-link-2 {
  color: #8b8b9c;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s;
}

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

.nav-link-2:focus, .nav-link-2.w--current {
  color: #ef5b09;
}

.pk-navbar-2 {
  z-index: 90;
  background-color: #110f35;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.wrapper_hero-text-2 {
  float: left;
  color: #fff;
  width: 50%;
  padding-right: 0%;
}

.wrapper_hero-text-2.slidesfox {
  width: 70%;
}

.subtitle-2 {
  color: #d2d2da;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
}

.subtitle-2.hero-subtitle {
  margin-top: 30px;
}

.subtitle-2.hero-subtitle.slidesfox {
  width: 70%;
}

.section_hero-2 {
  background-color: #110f35;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.box_wrapper-4 {
  z-index: 200;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcdcea;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-right: 20px;
  padding: 35px 30px 45px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 15px #0000000a;
}

.box_wrapper-4.step {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-7 {
  color: #110f35;
  padding-left: 0;
  padding-right: 0;
}

.body-7.highlight {
  color: #110f35;
  font-size: 18px;
  line-height: 25px;
}

.body-7.highlight.section_subtitle.bottom {
  margin-top: 0;
  margin-bottom: 10px;
}

.body-7.highlight.section_subtitle {
  color: #737092;
  margin-top: 15px;
}

.body-7.highlight.section_subtitle.subtitle {
  margin-top: 4px;
}

.body-7.feature-subtext {
  color: #8b8b9c;
  padding-left: 0;
  padding-right: 0;
  line-height: 23px;
}

.body-7.footer-copyright {
  color: #47478b;
  margin-right: 0;
}

.orange-box_wrapper-2 {
  z-index: 0;
  color: #fff;
  background-color: #ef5b09;
  border-radius: 5px;
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5px 50px 50px;
  display: block;
  position: relative;
}

.whitetext-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.whitetext-2.orangelabel {
  margin-bottom: 10px;
}

.footer_col-2 {
  color: #d2d2da;
  flex-direction: column;
  flex: 1;
  width: 200px;
  display: flex;
}

.footer-label-2 {
  color: #d2d2da;
  margin-bottom: 10px;
}

.pk-footer-social-2 {
  opacity: .6;
  background-color: #1f165a;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  transition: opacity .2s;
  display: flex;
}

.pk-footer-social-2:hover {
  opacity: 1;
}

.pk-footer-social-2.end {
  margin-right: 0;
}

.pk-footer-social-2.hide {
  display: none;
}

.footer-link-2 {
  color: #8b8b9c;
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  transition: color .2s;
}

.footer-link-2:hover {
  color: #e6f1f6;
}

.nav-item-sf {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.menu-btn-wrapper {
  margin-left: 8px;
  display: flex;
}

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

.pricing-placeholder_block {
  border: 1px solid var(--secondary-10);
  background-color: var(--white);
  border-radius: 4px;
  height: 570px;
  box-shadow: 0 5px 25px #0000000d;
}

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

.floating-row-box-content {
  width: 100%;
  display: flex;
}

.floating-row-box-text {
  color: var(--secondary-01);
  text-align: left;
}

.floating-row-header {
  margin-bottom: 4px;
}

.floating-row-icon {
  align-self: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.hero-floating-row {
  z-index: 10;
  width: 100%;
  max-width: 1100px;
  height: auto;
  position: absolute;
  inset: auto 0% -60px;
}

.bootcamp-remote-instructor-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.bootcamp-remote-instructor-image {
  width: 460px;
  position: absolute;
  inset: auto 0% 0%;
}

.bootcamp-remote-instructor-text {
  background-color: #dcdceaf2;
  border-radius: 8px;
  width: 47%;
  padding: 16px;
  position: relative;
}

.instructor-features-row {
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 16px;
  display: grid;
}

.instructor-label {
  margin-bottom: 4px;
}

.instructor-languages-wrapper {
  margin-top: 4px;
  display: flex;
}

.instructor-language {
  margin-right: 16px;
}

.curriculum-tab-header {
  opacity: .4;
  color: var(--secondary-01);
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 17px;
}

.box-row {
  align-self: flex-start;
  display: flex;
}

.box-row.features {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.box_text-counter {
  color: var(--secondary-01);
  background-color: #d2d2da66;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  padding-bottom: 2px;
  padding-left: 2px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.box_text-feature-img {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 12px;
}

.bootcamp-remote-how-image {
  width: 31%;
  height: auto;
  margin-right: 40px;
}

.divider {
  background-color: var(--secondary-09);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.presentation-bootcamp {
  margin-top: 32px;
  margin-bottom: 24px;
}

.divider.presentation-bootcamp.dark {
  background-color: #73709233;
}

.bootcamp-remote-after-course-img {
  width: 100%;
  height: auto;
  margin-top: 24px;
}

.bootcamp-remote-why-us {
  flex-direction: column;
  display: flex;
}

.bootcamp-remote-why-us-text {
  width: 50%;
  margin-bottom: 32px;
}

.bootcamp-remote-why-us-text.homepage-teaser {
  width: 40%;
  padding-right: 130px;
}

.bootcamp-remote-why-us-text.homepage-teaser.boxed {
  background-color: var(--white);
  border-radius: 3px;
  padding: 32px 50px 32px 32px;
  box-shadow: 0 8px 15px #0000000a;
}

.bootcamp-remote-why-us-text.homepage-teaser.boxed.design-day {
  color: var(--secondary-01);
  width: 50%;
  margin-bottom: 0;
}

.bootcamp-remote-why-us-text.homepage-teaser.boxed.travel-guide {
  color: var(--secondary-01);
  width: 30%;
}

.bootcamp-remote-why-us-text.homepage-teaser.boxed.inspiration {
  width: 28%;
  margin-bottom: 0;
  padding: 38px;
}

.bootcamp-remote-why-us-logos {
  flex: 1;
  width: 40%;
}

.bootcamp-remote-process {
  position: relative;
}

.tab_curriculum {
  color: var(--secondary-01);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  border-bottom: 2px solid #8b8b9c33;
  border-radius: 2px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0;
  padding: 20px 29px;
  font-weight: 700;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
}

.tab_curriculum:hover {
  color: var(--brand-01-hover);
  border-bottom-color: #8b8b9c80;
}

.tab_curriculum.w--current {
  border-bottom-color: var(--brand-01);
  color: var(--brand-01);
  background-color: #fff;
}

.box-feature-wrapper {
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.bootcamp-remote-benefits-number-wrap {
  margin-bottom: 16px;
}

.benefits-line {
  background-color: var(--brand-01);
  width: 50px;
  height: 2px;
  margin-top: 16px;
}

.benefits-number {
  color: var(--brand-01);
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.nav-link_new-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.box_text-wrapper {
  flex-direction: column;
  display: flex;
}

.text-wrapper {
  width: 50%;
  margin-bottom: 32px;
}

.text-wrapper.homepage-teaser {
  width: 40%;
  padding-right: 130px;
}

.text-wrapper.homepage-teaser.boxed {
  background-color: var(--white);
  border-radius: 3px;
  padding: 32px 50px 32px 32px;
  box-shadow: 0 8px 15px #0000000a;
}

.text-wrapper.homepage-teaser.boxed.persons {
  width: 36%;
  margin-bottom: 0;
  padding: 28px 22px 28px 28px;
}

.person-wrapper {
  width: 100%;
}

.persons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-test {
  width: 2590px;
  position: absolute;
  inset: 0%;
}

.bootcamp-remote-why-us-image.mobile {
  display: none;
}

.name-wrapper {
  display: flex;
}

.subtitle-row {
  margin-top: 24px;
}

.subtitle-row.support {
  margin-top: 0;
}

.bootcamp-package-price-wrapper {
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.bootcamp-feature-top {
  min-height: 210px;
}

.bootcamp-feature-bottom {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.bootcamp-feature-bottom.bundle {
  padding-left: 0;
  padding-right: 0;
}

.colored-row {
  border-radius: 4px;
  width: 100%;
  height: 15px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}

.color {
  background-color: var(--secondary-04);
  width: 33.3%;
  height: 100%;
}

.color._2 {
  border-right: 1px solid var(--dark-bg-2);
  border-left: 1px solid var(--dark-bg-2);
  background-color: var(--secondary-07);
}

.color._3 {
  background-color: var(--secondary-11);
}

.article-author {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.author-avatar {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.announcement-box {
  z-index: 0;
  background-color: var(--white);
  color: var(--white);
  border-radius: 5px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 5px 50px 50px;
  display: block;
  position: relative;
}

.announcement-box.article {
  background-color: #e8f4fa7d;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  display: flex;
}

.announcement-text-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.announcement-img {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.travel-guide-trainer-image-mobile {
  display: none;
}

.articles-grid-congrat {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.whitespace {
  background-color: var(--white);
  height: 80px;
}

.footer_contact-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.footer_contact-item {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_contact-text {
  color: var(--white);
}

.footer_contact-icon {
  opacity: .7;
  width: 24px;
  height: auto;
  padding-top: 2px;
}

html.w-mod-js [data-ix="scale-image-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="fade"], html.w-mod-js [data-ix="fade-5"] {
  opacity: .04;
}

html.w-mod-js [data-ix="move1"], html.w-mod-js [data-ix="move2"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="rotate-182"], html.w-mod-js [data-ix="rotate-183"], html.w-mod-js [data-ix="rotate-184"] {
  opacity: 0;
}

html.w-mod-js [data-ix="move3"], html.w-mod-js [data-ix="move4"], html.w-mod-js [data-ix="move5"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="popup"] {
  opacity: 0;
  display: none;
  transform: scale(1.1);
}

html.w-mod-js [data-ix="tilt"] {
  opacity: 0;
  transform: rotate(-35deg)translate(0, 50%);
}

html.w-mod-js [data-ix="underline-an"] {
  width: 0;
  height: 4px;
}

html.w-mod-js [data-ix="stamp"] {
  opacity: 0;
  transform: scale(5);
}

html.w-mod-js [data-ix="week-underline"] {
  width: 0;
  transform: translate(0);
}

html.w-mod-js [data-ix="tilt-2"] {
  opacity: 0;
  transform: rotate(-35deg)translate(0, 50%);
}

html.w-mod-js [data-ix="pk-wrapper-pop-up"] {
  opacity: 0;
  display: none;
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -2px;
    font-size: 55px;
    line-height: 58px;
  }

  .label.mobile-navbar {
    text-align: center;
    justify-content: center;
    height: auto;
    margin-top: 30px;
    margin-bottom: 13px;
    position: static;
  }

  .label.mobile-navbar.first {
    margin-top: 0;
  }

  .body {
    padding-top: 0;
  }

  .body.prisma-about {
    margin-top: -50px;
    padding-top: 0;
  }

  .body.highlight.section_subtitle {
    padding-top: 0;
  }

  .body.highlight.pricing {
    text-align: center;
  }

  .body.feature-subtext {
    padding-top: 0;
  }

  .body.pricing-info {
    text-align: center;
  }

  .prisma_div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .section-clients {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-contactform {
    padding: 0 40px;
  }

  .section-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sv-copy.contact {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .sv-copy.prisma {
    margin-bottom: -70px;
  }

  .portfolio-wrapper {
    width: 50%;
  }

  .portfolio-wrapper.presentation {
    width: 49%;
    padding-left: 40px;
  }

  .portfolio-wrapper.secondary {
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding-top: 50px;
  }

  .portfolio-wrapper.secondary.portfolio {
    justify-content: center;
    align-items: flex-start;
    width: 49%;
    height: 650px;
  }

  .clients-wrapper {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .clients-item {
    width: auto;
  }

  .clients-logo {
    max-width: 90%;
  }

  .contact-container.contact2 {
    flex-direction: column-reverse;
  }

  .contactform-wrapper {
    width: 50%;
    padding-right: 0;
  }

  .contactform-illustration {
    display: none;
  }

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

  .form-box::placeholder, .form-box.message {
    font-size: 16px;
  }

  .form-sendbutton {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    display: block;
  }

  .section-about {
    padding-left: 40px;
  }

  .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.sv-portfolio-container {
    height: 1060px;
  }

  .container.features-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container.prisma {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .sv-navlink.dropdown {
    color: #9aa8cf;
  }

  .portfolio-header {
    padding-right: 0%;
  }

  .portfolio-description {
    margin-bottom: 6px;
  }

  .sv_button.small.portfoliobtn {
    width: 95%;
  }

  .sv-features_wrapper {
    flex-direction: column;
  }

  .features-copy {
    width: 100%;
    margin-right: 0;
  }

  .features-icons_block.contact {
    margin-bottom: 30px;
  }

  .sv-h4.features {
    text-align: center;
    letter-spacing: -.89px;
    font-size: 40px;
  }

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

  .subtitle.hero-subtitle.landing, .subtitle.hero-subtitle.remote-bootcamp {
    padding-right: 0;
  }

  .featured_image {
    width: 298px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu {
    background-color: #090f1f;
  }

  .portfolio_illustration_wrapper {
    margin-left: 358px;
    left: -830px;
  }

  .portfolio_illustration_wrapper.buyslides_hero {
    left: 0;
  }

  .portfolio_illustration_wrapper.secondary {
    margin-left: 0;
    display: none;
    left: 0;
  }

  .portfolio_illustration_wrapper.secondary.portfolio {
    display: block;
  }

  .portfolio_illustration_wrapper.secondary.workshop {
    height: 100%;
    display: block;
  }

  .portfolio-illustration_img._2 {
    top: 80%;
    left: -30%;
  }

  .portfolio-illustration_img._2.workshop-5 {
    background-image: linear-gradient(#47478b12, #47478b12), url('../images/quote_bg-1.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    top: 79%;
    left: -19%;
  }

  .portfolio-illustration_img.empty {
    display: none;
  }

  .portfolio-illustration_img._3 {
    top: -8%;
    left: 11%;
  }

  .portfolio-illustration_img._3.workshop-2 {
    height: 250px;
    top: auto;
    bottom: 28%;
    left: 4%;
    overflow: hidden;
  }

  .portfolio-illustration_img._5 {
    left: 56%;
  }

  .portfolio-illustration_img._5._2 {
    left: 60%;
  }

  .portfolio-illustration_img._5.workshop-1 {
    top: 28%;
    left: 39%;
  }

  .portfolio-illustration_img._6 {
    left: 53%;
  }

  .portfolio-illustration_img._6.workshop-6 {
    top: 73%;
    left: 65%;
  }

  .portfolio-illustration_img._7.workshop-4 {
    top: 62%;
    left: 30%;
  }

  .content_section.remote-bootcamp {
    padding-top: 70px;
  }

  .image-block {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .article-block_img {
    width: auto;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.note {
    color: #111b35;
    letter-spacing: -.3px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .description.note {
    margin-top: 10px;
  }

  .prisma-img_mobile {
    background-image: url('../images/prisma.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 430px;
  }

  .pk-hero-right {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: 0;
    overflow: visible;
    transform: scale(.8);
  }

  .pk-navbar {
    z-index: 50;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link {
    color: var(--white);
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

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

  .nav-link.rightside {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: auto;
  }

  .nav-link.mobile-service {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 10px;
  }

  .nav-link.mobile-service:hover {
    color: #110f35;
  }

  .nav-link.header {
    color: var(--secondary-03);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
  }

  .button-small {
    margin-left: 0;
    display: inline-block;
  }

  .box_wrapper {
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 55px;
    padding-left: 99px;
    padding-right: 99px;
  }

  .box_wrapper.middle {
    margin: 20px 0;
  }

  .box_wrapper.bootcamp-feature {
    margin-bottom: 0;
  }

  .box_wrapper.bootcamp-feature.remote {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .box_wrapper.dark.end {
    margin-top: 20px;
    margin-left: 0;
  }

  .box_wrapper.dark.congrat_progress-bar {
    padding: 20px 65px;
  }

  .box_wrapper.list.nobox.end, .box_wrapper.end {
    margin-bottom: 0;
  }

  .box_wrapper.end.endrow-tablet {
    margin-bottom: 20px;
  }

  .box_wrapper.faq_block {
    padding: 42px;
  }

  .box_wrapper.orange {
    flex-direction: column;
  }

  .box_wrapper.step.congrat-step {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .box_wrapper.step.congrat-step.end {
    margin-bottom: 0;
  }

  .box_wrapper.step.col5 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box_wrapper.step.col4 {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .box_wrapper.step.col4.bootcamp-remote {
    margin-bottom: 24px;
  }

  .box_wrapper.congrat {
    margin-bottom: 0;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .box_wrapper.book-col {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .box_wrapper.steps_columns {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 8px 24px 24px;
  }

  .box_wrapper.address {
    margin-right: 0;
  }

  .box_wrapper.skills {
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .box_wrapper.highlighted.article {
    margin-bottom: 0;
    padding-bottom: 35px;
  }

  .box_wrapper.article_lowprior {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
  }

  .box_wrapper.noframe {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .box_wrapper.pricing {
    flex: 0 auto;
    align-items: center;
    width: 100%;
    max-height: none;
  }

  .box_wrapper.pricing.highlighted-pricing {
    height: auto;
  }

  .box_wrapper.title-block {
    justify-content: center;
    padding-right: 0;
  }

  .box_wrapper.bootcamp-package {
    margin-bottom: 0;
  }

  .box_wrapper.bootcamp-package.margins.package {
    background-position: 100% 100%;
    background-size: 70%;
  }

  .box_wrapper.hero-floating-row-columns {
    grid-column-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    padding: 24px;
  }

  .box_wrapper.bootcamp-remote {
    margin-bottom: 0;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .box_wrapper.bootcamp-remote.first-row {
    flex-direction: column;
  }

  .box_wrapper.bootcamp-remote.aftercourse {
    flex-direction: row;
  }

  .box_text {
    margin-top: 15px;
  }

  .box_text.title-box, .box_text.bootcamp-remote {
    margin-top: 0;
  }

  .features_wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .features_wrapper.list {
    min-width: auto;
    margin-top: 20px;
  }

  .features_wrapper._20bottommargin {
    margin-bottom: 0;
  }

  .features_wrapper.steps_grid, .features_wrapper.features_grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .features_wrapper.bootcamp-package-row {
    grid-template-columns: 1fr;
  }

  .features_wrapper.bootcamp-package-row.support {
    grid-template-columns: 2fr;
  }

  .features_wrapper.bootcamp-package-row.packages.end, .features_wrapper.timeline {
    grid-template-columns: 1fr;
  }

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

  .features_wrapper.travelguide, .features_wrapper._2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .features_wrapper.article {
    grid-template-columns: 1fr;
  }

  ._2col-block_text {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 16px;
    padding: 20px 25px 0 0;
    display: flex;
  }

  .orange-box_wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .orange-box_wrapper.article {
    flex-direction: column;
    padding-bottom: 40px;
    padding-right: 35px;
  }

  .orange-box_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pk-s4-orange-icon1 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding: 26px 20px;
  }

  .pk-s4-orange-icon1.gutter {
    margin-right: 15px;
  }

  .orangebox-headphone_image {
    max-width: 90%;
    display: none;
    inset: -98px 34px 48px 78px;
  }

  .footer {
    margin-left: 0;
  }

  .footer_wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .footer-link {
    width: 100%;
  }

  .pk-hero-left-wrapper {
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-top: 40px;
  }

  .pk-hero-left-wrapper.home {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-subtext {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .pk_logo {
    margin-left: 30px;
    display: none;
  }

  .pk_logo.w--current {
    display: none;
  }

  .section-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 240px;
    margin-bottom: 15px;
    margin-right: 0;
    display: block;
  }

  .section-image.buyslides {
    max-width: 100%;
  }

  .section-image.travelguide.price {
    left: 100px;
  }

  .contact_text {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .contact_text.form {
    margin-top: 0;
  }

  .wrapper_hero-text {
    z-index: 10;
    color: var(--white);
    text-align: center;
    width: 550px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .wrapper_hero-text.buyslides {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_hero-text.blog {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_hero-text.bootcamp {
    width: 90%;
    padding-right: 0%;
  }

  .wrapper_hero-text.congrat {
    width: 70%;
  }

  .wrapper_hero-text.steps {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-right: 0%;
    display: flex;
  }

  .wrapper_hero-text._100 {
    margin-right: 0;
  }

  .wrapper_hero-text.audience {
    padding-right: 0%;
  }

  .wrapper_hero-text.remote-bootcamp {
    width: 90%;
  }

  .pkf-s1-image {
    float: none;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pkf-s1-image.home {
    height: 80%;
    position: relative;
    top: -30px;
  }

  .image-39 {
    max-width: none;
    left: 0;
  }

  .pkf-s2-text-container {
    text-align: center;
    width: 100%;
    padding-left: 105px;
    padding-right: 105px;
  }

  .pkf-s2-text-container.steps {
    text-align: left;
    width: 110%;
    padding-left: 0;
  }

  .pkf-s2-text-container.steps._4 {
    width: 130%;
  }

  .about_features {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .arrow {
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    top: 100%;
    left: 0;
    right: 0;
    transform: perspective(914px)rotate(90deg);
  }

  .arrow._2 {
    top: -17px;
    left: 0;
  }

  .arrow.steps-small {
    top: 94%;
    left: auto;
  }

  .arrow.steps-small.congrat {
    width: 33px;
    top: 128%;
  }

  .arrow.steps-small.blog {
    width: 33px;
    top: 150%;
    left: auto;
  }

  .arrow.long {
    flex: 0 auto;
  }

  .arrow.long.col4, .arrow.long.col5 {
    display: none;
  }

  .pkf-s4-wrapper-textblock {
    margin-top: -11px;
  }

  .pkf-s4-wrapper-textblock.bootcamp {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pkf-s4-wrapper-textblock.bootcamp.remote {
    width: 100%;
  }

  .pkf-s4-wrapper-textblock.conference {
    text-align: center;
    align-items: center;
  }

  .pkb-submit-button.bkps {
    border-left-width: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .icon-2 {
    color: #f6f9fc;
  }

  .icon-2.dark {
    color: #212173;
  }

  .pk-navbar-white-blog, .pk-navbar-white-blog._1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pkbs-form2 {
    flex-direction: column;
  }

  .pkbs-text-field.menu {
    margin-bottom: 9px;
  }

  .pkbs-nav-menz {
    background-color: #110f35;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pk-steps-s1 {
    height: 620px;
  }

  .pk-steps-s1-container {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .pk-steps-image {
    width: 100%;
    max-width: 310px;
    margin-top: 0;
    margin-left: -17px;
  }

  .pk-s1 {
    width: 90%;
    max-width: none;
  }

  .pk-steps-text {
    position: relative;
  }

  .title_wrapper-row {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .title_wrapper-row.step {
    margin-bottom: 32px;
  }

  .pk-steps-s2-left {
    width: auto;
  }

  .pk-steps-right-blue {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 24px;
    padding-right: 19px;
  }

  .div-block-84 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-block-29 {
    margin-left: 0;
  }

  .pk-steps-s2-wrapper-middle {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .steps_bottom_row {
    margin-top: 50px;
  }

  .pk-modal-wrapper {
    display: none;
  }

  .pk-structure-wrapper.contact {
    width: 90%;
    max-width: 700px;
    overflow: hidden;
  }

  .pk-modal-header, .pk_structure {
    align-items: flex-start;
  }

  .pk-cong-s1-orange-left {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .article_wrapper.end {
    margin-bottom: 0;
  }

  .button.white {
    flex: none;
    width: 50%;
  }

  .button.outline-circle, .button.outline-circle:hover {
    transform: scale(.75);
  }

  .button.hero_secondary {
    margin-left: 15px;
  }

  .button.btn-icon.secondary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.navbar.mobile {
    height: 55px;
    margin-top: 20px;
  }

  .input_form::placeholder {
    font-size: 16px;
  }

  .input_form.message {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .input_form.message.blog, .input_form.contact.message-form {
    height: 170px;
  }

  .input_form._1row {
    margin-right: 0;
  }

  .input_form._1row.ondark.tips {
    margin-right: 0;
    padding-right: 0;
  }

  .input_form._1row.followus {
    margin-right: 0;
  }

  .input_form.textarea {
    min-height: 190px;
  }

  .getstarted_content-right {
    width: 100%;
  }

  .title_wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title_wrapper._50 {
    width: 80%;
  }

  .title_wrapper._50._10marginbottom {
    text-align: left;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    max-width: 70%;
    margin-left: 0;
  }

  .title_wrapper._70 {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .title_wrapper._70.congrat {
    width: 100%;
    padding-right: 0;
  }

  .title_wrapper._45 {
    width: 65%;
  }

  .title_wrapper.faq {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
  }

  .title_wrapper.small {
    text-align: left;
  }

  .title_wrapper.congrat {
    padding-right: 0;
  }

  .title_wrapper.phase {
    align-items: flex-start;
  }

  .title_wrapper.phase.orangebox.article {
    text-align: center;
    align-items: center;
  }

  .title_wrapper.blog-form_title {
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .title_wrapper.blog-steps {
    text-align: center;
    padding-right: 0%;
  }

  .title_wrapper.workshop {
    width: 50%;
  }

  .title_wrapper.modal {
    align-items: flex-start;
    margin-left: 0;
  }

  .title_wrapper.announcement {
    margin-bottom: 0;
  }

  .pk-intro-s2-left-text {
    flex: 1;
    width: 61%;
  }

  .instruction-wrapper {
    flex-flow: row;
    align-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .instruction-wrapper._3 {
    flex-direction: column;
    margin-left: 0;
  }

  .tip_wrapper {
    width: 100%;
    margin-left: 0;
  }

  .pk-steps-audioplayer-intro.steps {
    margin-top: 0;
  }

  .getstarted_animated-image {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }

  .getstarted-image-3 {
    width: 330px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .getstarted-img_wrapper {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .pk-cta-bottom {
    height: 80px;
  }

  .nav-menu-3 {
    z-index: 50;
    background-color: #1d1b4a;
    justify-content: flex-start;
    padding-top: 10px;
  }

  .hero_content {
    flex-direction: column;
    height: 750px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero_content.faq {
    height: auto;
  }

  .hero_content.privacy {
    height: auto;
    padding-top: 0;
  }

  .hero_content.bootcamp, .hero_content.home2 {
    flex-direction: column;
  }

  .hero_content.congrat {
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .hero_content.blog {
    justify-content: center;
    height: 100%;
    margin-bottom: 50px;
  }

  .hero_content.getstarted {
    height: 770px;
  }

  .hero_content.buyslides {
    justify-content: center;
    height: 550px;
  }

  .hero_content.travelguide {
    height: 100%;
  }

  .hero_content.landing {
    height: 900px;
  }

  .hero_content.slidesfox {
    height: auto;
  }

  .hero_content.remote-bootcamp {
    width: 100%;
  }

  .clients_wrapper {
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
  }

  .clients_wrapper.why-us {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .list-item {
    letter-spacing: -.3px;
  }

  .label-wrapper.getstarted {
    text-align: left;
  }

  .pk-step-anim {
    width: 100%;
    max-width: 370px;
    top: 18px;
    left: 54px;
  }

  .pk-steps-menu-button {
    padding-right: 0;
  }

  .pk-steps-icon {
    color: #131387;
  }

  .pkbs-nav-menz-steps {
    background-color: #110f35;
  }

  .pk_text-block.pk_highlighted {
    padding-left: 100px;
    padding-right: 100px;
  }

  .pk_text-block.pk_highlighted.end, .pk-text-block_2col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pk-right-col {
    margin-right: 35px;
  }

  .pk-blog-subpage-icon {
    color: #131387;
  }

  .pk-blog-subpage-menu {
    padding-right: 0;
  }

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

  .pk-clients-item {
    width: auto;
  }

  .large-number_wrapper {
    flex: none;
  }

  .feature_image {
    max-width: 200px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .feature_image.large {
    max-width: 200px;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .feature_image.large.workshop {
    max-width: 200px;
    margin-bottom: 0;
  }

  .feature_image.tiny {
    margin-bottom: 5px;
  }

  .feature_image.medium.steps-under._2 {
    margin-bottom: 0;
  }

  .feature_image.medium.steps-under.bootcamp-remote {
    margin-bottom: 0;
    display: block;
  }

  .feature_image.ebook {
    margin-bottom: 0;
  }

  .feature_image.phase {
    max-width: 130px;
  }

  .pk-steps-s2 {
    height: auto;
    padding-bottom: 80px;
  }

  .image-79 {
    left: -120px;
  }

  .image-80 {
    left: -230px;
  }

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

  .section.darkbg.portfolio {
    height: 650px;
  }

  .section.darkbg.portfolio.travelguide {
    height: 100%;
  }

  .section.darkbg.portfolio.conference {
    height: auto;
  }

  .section.darkbg.testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.share-block {
    padding-bottom: 194px;
  }

  .section.bluebg.bootcamp-remote-instructor {
    padding-top: 50px;
  }

  .section.bootcamp-remote-why-us {
    background-image: linear-gradient(#dcdcea96 39%, #fff0);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    max-height: 100%;
    padding-bottom: 0;
  }

  .section.bootcamp-remote-why-us.homepage-teaser {
    background-image: linear-gradient(#dcdcea80 61%, #fff0), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: flex-start;
  }

  .section.bootcamp-remote-why-us.homepage-teaser.design-day {
    background-image: linear-gradient(#dcdcea80 39%, #fff0);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.bootcamp-remote-why-us.homepage-teaser.design-day.video {
    justify-content: flex-end;
    height: 700px;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .section.bootcamp-remote-why-us.homepage-teaser.design-day.photo {
    background-image: linear-gradient(#dcdcea80 39%, #fff0);
    background-position: 0 0;
    background-size: auto;
    padding-bottom: 0;
  }

  .section.presentation-bootcamp_persons {
    background-image: linear-gradient(to top, #dcdcea96 39%, #fff0);
    background-position: 0 0;
    background-size: auto;
    align-items: flex-start;
    height: auto;
    max-height: 100%;
    padding-bottom: 0;
  }

  .section.presentation-bootcamp_persons.homepage-teaser {
    background-image: url('../images/_MG_0824-1-isolated4.png'), linear-gradient(#dcdcea80 61%, #fff0), linear-gradient(#0000, #0000);
    background-position: 90% 100%, 0 0, 0 0;
    background-size: 1430px, auto, auto;
    justify-content: flex-start;
  }

  .section.inspiration-remote {
    background-image: linear-gradient(#110f35b3, #110f3573), url('../images/inspiration-bg.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    min-height: 600px;
  }

  .pk-footer-social.followus._2 {
    margin-right: 0;
  }

  .pk-steps-instructions-titlerow {
    flex-direction: column;
  }

  .pk-steps-iconmenu {
    box-shadow: none;
    color: #131387;
    background-color: #0000;
    background-image: none;
    border-style: none;
    width: auto;
    height: auto;
  }

  .getstarted_icon {
    width: 80px;
  }

  .navbar-logo_wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .checkbox.team-assesment-card {
    align-self: center;
    margin-bottom: 0;
  }

  .checkbox-label.team-assessment-card {
    align-self: center;
    margin-left: 10px;
  }

  .checkbox_content {
    margin-right: 0;
  }

  .checkbox_content.team-checkbox.team-assessment {
    align-items: center;
  }

  .checkbox_content.bootcamp {
    text-align: left;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .interests.workshop {
    align-items: center;
  }

  .package_img {
    width: 320px;
  }

  .package_img._1 {
    width: 330px;
    margin-right: -60px;
    left: 0;
  }

  .package_img._3 {
    margin-left: -62px;
    right: 0;
  }

  .package_img.order {
    width: auto;
    max-width: 280px;
  }

  .subscribe-form_wrapper {
    width: 100%;
  }

  .cong_buyslides-promo-img {
    width: auto;
    max-width: 290px;
    margin: -20px auto 20px;
  }

  .about_feature-wrapper {
    padding: 20px 217px;
  }

  .about_feature-wrapper._2 {
    margin-bottom: 50px;
  }

  .about_feature-wrapper.bootcamp {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .about_feature-wrapper.bootcamp._2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .about_feature-wrapper.conference {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .about_feature-wrapper.conference._2 {
    flex-direction: column-reverse;
    margin: 0;
    position: static;
  }

  .about_feature-img.bootcamp {
    margin-bottom: 30px;
  }

  .about_feature-img.conference {
    margin-bottom: 30px;
    margin-right: 0;
    display: none;
  }

  .orange-box_blocks-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .orange-box_img {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .note-copy_wrapper {
    padding-right: 15%;
  }

  .blog_post.highlighted {
    padding: 29px 29px 20px;
  }

  .blog_title.highlighted {
    width: 80%;
    padding-right: 0%;
  }

  .blog_title.highlighted.v2 {
    width: 70%;
  }

  .feature_top-wrapper {
    height: auto;
    padding-top: 25px;
  }

  .feature_top-wrapper.bootcamp-package-top {
    height: auto;
  }

  .feature_top-wrapper.bootcamp-package-top._4 {
    border-radius: 4px 4px 0 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature_top-wrapper.bootcamp-remote {
    height: 150px;
    padding-top: 0;
  }

  .feature_top-wrapper.bootcamp-remote._1 {
    background-position: 100%;
    background-size: contain;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bootcamp_feature-text.remote {
    margin-left: 32px;
  }

  .bootcamp-feature_img {
    max-width: 200px;
    margin-top: 0;
  }

  .bootcamp_callout {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .bootcamp_about-img {
    width: 250px;
    height: 250px;
    margin-top: 20px;
  }

  .bootcamp_about-img.conference.margintop.c2 {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .bootcamp_testimonial-wrapper {
    width: 80%;
  }

  .bootcamp_packages-wrapper {
    align-items: flex-end;
  }

  .bootcamp_image {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .bootcamp_box_wrapper {
    text-align: left;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .radio-button-field {
    text-align: left;
    margin-right: 0;
  }

  .bootcamp_row {
    flex-direction: column;
  }

  .bootcamp_row.grid {
    text-align: left;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .bootcamp_row.bootcamp {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .bootcamp_packages-callout-wrapper {
    max-width: 600px;
    height: 250px;
    margin-bottom: -100px;
    margin-left: auto;
    margin-right: auto;
  }

  .bootcamp_callout-package {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    left: -20px;
  }

  .bootcamp_callout-package._2 {
    left: 10px;
  }

  .bootcamp_callout-package._3 {
    top: 20px;
    left: 24px;
  }

  .form-bootcamp {
    text-align: center;
    margin-bottom: 50px;
  }

  .bootcamp_heroimg_1 {
    width: 290px;
    top: 0;
    left: 60px;
  }

  .bootcamp_heroimg_2 {
    width: 260px;
    top: 250px;
    left: -40px;
  }

  .bootcamp_heroimg_3 {
    width: 110px;
    top: 290px;
    left: 310px;
  }

  .bootcamp_heroimg_4 {
    width: 32px;
    top: 150px;
  }

  .bootcamp_heroimg_5 {
    width: 30px;
    top: 270px;
    left: 210px;
  }

  .bootcamp_heroimg_6 {
    width: 18px;
    top: 40px;
    left: 320px;
  }

  .pk-navlink_dropdown, .pk-navlink_icon-arrow {
    display: none;
  }

  .navbar_dropdown-wrapper.mobile {
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .pk-navbar_dropdown-row._2.mobile {
    width: 95%;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pk-navbar_dropdown-row._2.small {
    color: var(--white);
  }

  .pk-navbar_dropdown-row.mobile.w--current {
    color: #ef5b09;
    width: 95%;
  }

  .pk-navbar_dropdown-row.small {
    color: var(--white);
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 0;
  }

  .pk-navbar_dropdown-row.small:hover {
    color: var(--white);
    background-color: #0000;
  }

  .checkbox-field.team-assessment-card {
    flex-direction: row;
    align-self: center;
  }

  .checkbox-wrapper {
    align-items: flex-start;
  }

  .checkbox-wrapper.home {
    width: auto;
  }

  .checkbox-wrapper.blog-form {
    margin-bottom: 0;
  }

  .checkbox-wrapper.team-assessment {
    flex-direction: row;
  }

  .checkbox-icon.bootcamp {
    align-self: flex-start;
  }

  .contact-col._1 {
    width: 100%;
  }

  .hero_image {
    width: 450px;
    min-width: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero_image.home {
    min-width: 550px;
    margin-top: 10px;
    left: 0;
  }

  .hero_image.mobile {
    display: none;
  }

  .hero_image.mobile.designday {
    display: block;
  }

  .hero_image.getstarted {
    position: relative;
    top: 0;
  }

  .hero_image.our-solution {
    width: 540px;
    margin-top: 50px;
  }

  .hero_image.bootcamp {
    width: 380px;
    min-width: 400px;
    height: 440px;
    top: -20px;
  }

  .hero_image.aboutus {
    z-index: 0;
    left: 0;
  }

  .hero_image.faqimage {
    margin-top: 40px;
    left: 0;
  }

  .hero_image.congrat {
    max-width: 480px;
    margin: 10px auto;
  }

  .hero_image.step {
    min-width: 440px;
  }

  .hero_image.step.tab_content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero_image.tabs {
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .hero_image.travel-guide_heroimg {
    width: 100%;
    min-width: 0;
    max-width: 580px;
  }

  .hero_image.showsevents-heroimg {
    width: 100%;
    min-width: 0;
    max-width: 540px;
    transform: scale(.75);
  }

  .hero_image.showsevents-heroimg.designday {
    display: none;
  }

  .hero_image.slidesfox {
    margin-bottom: 48px;
  }

  .heroimg_home2-element-1 {
    width: 19px;
  }

  .heroimg_home2-element-2 {
    width: 27px;
    left: 40px;
  }

  .heroimg_home2-element-3 {
    width: 210px;
    left: 100px;
  }

  .heroimg_home2-element-4 {
    width: 110px;
    left: 50px;
  }

  .heroimg_home2-element-5 {
    width: 170px;
  }

  .heroimg_home2-element-6 {
    width: 130px;
  }

  .heroimg_home2-element-7 {
    width: 17px;
    right: 80px;
  }

  .heroimg_home2-element-8 {
    width: 90px;
    right: 170px;
  }

  .heroimg_home2-element-9 {
    width: 120px;
    right: 90px;
  }

  .heroimg_home2-element-10 {
    width: 20px;
    left: 360px;
  }

  .container-6 {
    padding: 60px 30px;
  }

  .section_hero {
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .section_hero.getstarted {
    height: 100%;
    padding-bottom: 30px;
  }

  .section_hero.blog {
    height: 100%;
  }

  .section_hero.buyslides {
    height: 600px;
  }

  .section_hero.privacy {
    height: 270px;
  }

  .section_hero.steps {
    padding-bottom: 50px;
  }

  .section_hero.remote-bootcamp {
    height: 700px;
    min-height: 0;
  }

  .pk_container {
    width: 90%;
    max-width: 1020px;
  }

  .pk_container.navbar {
    width: 100%;
  }

  .pk_container.buyslides {
    width: 100%;
    max-width: none;
  }

  .pk_container.travelguide-preview {
    width: 100%;
  }

  .content_wrapper.box.getstarted {
    flex-direction: column;
  }

  .content_wrapper.box.blog-form {
    height: 450px;
  }

  .content_wrapper.box.announcement.slidefox {
    background-position: 100%;
    padding-top: 45px;
  }

  .content_wrapper.about_text {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .content_wrapper._2col_block {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content_wrapper._2col_block.bootcamp-remote {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .content_wrapper.divider.small {
    margin-top: 20px;
  }

  .content_wrapper.portfolio.workshop {
    align-items: flex-start;
    height: 750px;
  }

  .content_wrapper.box.followus.request {
    flex-direction: column;
    padding-bottom: 10px;
  }

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

  .signup-1row_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .signup-1row_wrapper.large {
    width: 100%;
  }

  .signup-1row_wrapper.large.blog-form-row {
    align-items: center;
  }

  .footer_col.social_col {
    align-items: flex-start;
    width: auto;
    margin-top: 60px;
  }

  .footer_social-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .footer_social-wrapper.followus {
    margin-top: -20px;
    margin-bottom: 40px;
  }

  .footer_logo {
    display: none;
  }

  .navbar_sticky {
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .landing-title, .landing-title.blog {
    padding-right: 0;
  }

  .landing-title.workshop {
    width: 67%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

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

  .title_row.followus {
    flex-direction: column;
  }

  .content_col {
    align-items: center;
  }

  .content_col.text_aboutus {
    text-align: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .content_col.faq_col {
    padding-right: 0;
  }

  .content_col.order-block {
    align-items: center;
    width: auto;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .content_col.marginleft {
    margin-left: 0;
  }

  .content_col.right {
    text-align: center;
    margin-left: 0%;
  }

  .content_col.right.request {
    margin-top: 30px;
  }

  .content_col.request {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .content_col.imagearticle {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .content_col.first {
    width: 100%;
    min-width: 0%;
  }

  .content_col.blog.left {
    width: 90%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .content_col.image-block_article {
    align-self: center;
  }

  .faq_top-row {
    text-align: left;
  }

  .faq_top-icon {
    margin-left: 30px;
  }

  .image_orange {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .tabs_menu {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .tabs_menu.curriculum {
    width: 100%;
    padding-left: 0;
  }

  .portfolio-description-2 {
    margin-bottom: 6px;
  }

  .sv_button-2.small.portfoliobtn {
    width: 95%;
  }

  .body-6, .body-6.highlight.section_subtitle, .body-6.feature-subtext, .body-6.highlight.section_subtitle, .body-6.feature-subtext {
    padding-top: 0;
  }

  .nav-link_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link_wrapper.dropdown.mobile {
    border-top: 1px solid var(--secondary-01);
    border-bottom: 1px solid var(--secondary-01);
    background-color: #140e4169;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .nav_menu_desktop2 {
    display: none;
  }

  .nav-bar_bg {
    z-index: 80;
    background-color: #1b2b27;
  }

  .mobile-logo-wrapper {
    margin-left: 0%;
    display: flex;
  }

  .nav-bar {
    z-index: 90;
    flex-direction: row;
    justify-content: center;
    width: auto;
    height: 85px;
    display: flex;
  }

  .navbar-mobile-bg {
    background-color: var(--secondary-01);
    width: 100%;
    height: 85px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .sidebar-bg {
    z-index: 80;
    background-color: #000000ab;
    display: none;
    position: fixed;
    inset: 0;
  }

  .navicon-wrap {
    margin-right: 10px;
  }

  .logo {
    display: flex;
  }

  .sidebar {
    z-index: 90;
    background-color: var(--secondary-02);
    width: 270px;
    height: 100%;
    padding: 0;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -270px;
  }

  .logo-mobile {
    width: 100%;
    margin-left: 20px;
  }

  .navicon {
    width: 30px;
    height: 30px;
  }

  .mobile-navbar {
    z-index: 90;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 85px;
    display: flex;
    position: absolute;
    top: 0;
  }

  .menu-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .menu-wrapper.links {
    margin-right: 0;
  }

  .menu-wrapper.links.sidebar-links {
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 20px;
  }

  .structure-menu-items {
    display: none;
  }

  .structure-project-menu {
    z-index: 9998;
    background-color: var(--secondary-01);
    position: absolute;
    overflow: scroll;
  }

  ._3-col {
    width: 100%;
    margin-right: 0;
  }

  ._3-col.end {
    margin-bottom: 30px;
  }

  .structurenav-menu {
    display: none;
  }

  .wrap {
    width: 645px;
  }

  .wrap._w-custom.structure-menu-wrap {
    width: 95%;
    height: auto;
    padding: 15px 30px 35px;
  }

  .nav_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .structure-cards2-menu-btn {
    background-image: url('../images/icon_nav.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
    height: 26px;
    margin-right: 0;
    padding: 0;
  }

  .structure-cards2-menu-btn:active {
    background-color: #0000;
  }

  .structure-cards2-menu-btn.w--open {
    background-color: #0000;
    background-image: url('../images/icon_nav-x.svg');
    background-size: cover;
    margin-right: 0;
    transition: all .2s;
    transform: rotate(90deg);
  }

  .nav-item.hide {
    display: none;
  }

  .buy-cta_content {
    align-items: center;
  }

  .price_wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .price_wrapper.bootcamp-remote {
    align-items: flex-start;
  }

  .author_block.workshop {
    padding-right: 0%;
  }

  .image_travel-guide_preview {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .image_travel-guide_preview.workshop {
    display: none;
  }

  .orange-box_img-mobile {
    width: auto;
    max-width: 180px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .orange-box_top-row {
    display: flex;
  }

  .address_block {
    margin-bottom: 15px;
  }

  .box_header, .box_header.secondary {
    justify-content: center;
  }

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

  .skills_wrapper {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .skills_wrapper.test {
    width: 50%;
  }

  .skill-row {
    justify-content: center;
  }

  .conference_slider {
    margin-top: 0;
  }

  .conf_slider_content {
    text-align: center;
    flex-direction: column;
    padding: 18px 97px;
  }

  .conf_slider_content.workshop {
    padding-left: 59px;
    padding-right: 59px;
  }

  .conf_slider_text.workshop {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .conf_slider_img {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .phase-title {
    flex-direction: row;
    align-items: center;
  }

  .box_wrapper-2 {
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 99px;
    padding-right: 99px;
  }

  .box_wrapper-2.middle {
    margin: 20px 0;
  }

  .signup-1-row {
    margin-left: auto;
    margin-right: auto;
  }

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

  .pk-steps-right-blue-2 {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 24px;
    padding-right: 19px;
  }

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

  .box_wrapper-3 {
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 55px;
    padding-left: 99px;
    padding-right: 99px;
  }

  .box_wrapper-3.list {
    margin-bottom: 0;
  }

  .row._2column {
    flex-direction: column;
  }

  .congrat_nextstepimage {
    max-width: 300px;
    margin-right: 0;
  }

  .congrat_nextstep-wrapper {
    align-self: center;
  }

  .orangebox_img-compact {
    display: none;
  }

  .price-counterimg_wrapper {
    left: 100px;
  }

  .hero_btn-row {
    justify-content: center;
    width: 100%;
  }

  .new_label {
    text-align: center;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .new_label.navlink {
    width: auto;
    margin-left: -10px;
    margin-right: 0;
  }

  .new_label.bundle {
    margin-left: 0;
  }

  .table-cell.table-header {
    text-align: center;
  }

  .table-cell.hide {
    display: none;
  }

  .table-row_form.cards-row {
    grid-template-columns: 2fr 2fr;
  }

  .button-5.outline.navbar-sf.mobile {
    margin-top: 8px;
    margin-left: 0;
  }

  .button-5.white {
    flex: none;
    width: 50%;
  }

  .button-5.navbar-sf.mobile {
    height: 55px;
    margin-top: 20px;
  }

  .structure-project-menu-2 {
    z-index: 99999;
    background-color: #110f35;
    position: absolute;
    overflow: scroll;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .pk-navbar-2 {
    z-index: 50;
    padding-left: 0%;
  }

  .wrapper_hero-text-2 {
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 550px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .subtitle-2.hero-subtitle.slidesfox {
    margin-left: auto;
    margin-right: auto;
  }

  .section_hero-2 {
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .box_wrapper-4 {
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 55px;
    padding-left: 99px;
    padding-right: 99px;
  }

  .box_wrapper-4.step.col4 {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .body-7, .body-7.highlight.section_subtitle, .body-7.highlight.section_subtitle, .body-7.feature-subtext {
    padding-top: 0;
  }

  .orange-box_wrapper-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer_col-2.social_col {
    align-items: center;
    width: auto;
    margin-top: 60px;
  }

  .menu-btn-wrapper.mobile {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .pricing-placeholder_block {
    height: 300px;
  }

  .hero-floating-row {
    bottom: -70px;
  }

  .bootcamp-remote-instructor-wrapper {
    flex-direction: column-reverse;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bootcamp-remote-instructor-image {
    position: relative;
  }

  .bootcamp-remote-instructor-text {
    width: 100%;
  }

  .box-row {
    align-items: center;
  }

  .bootcamp-remote-how-image {
    align-self: flex-start;
    width: 45%;
  }

  .bootcamp-remote-after-course-img {
    align-self: flex-start;
    max-width: 250px;
    margin-left: 40px;
  }

  .bootcamp-remote-why-us {
    flex-direction: column;
  }

  .bootcamp-remote-why-us-text {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .bootcamp-remote-why-us-text.homepage-teaser {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .bootcamp-remote-why-us-text.homepage-teaser.boxed.design-day {
    width: 100%;
  }

  .bootcamp-remote-why-us-text.homepage-teaser.boxed.travel-guide {
    width: 100%;
    margin-bottom: 0;
  }

  .bootcamp-remote-why-us-logos {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link_new-wrapper {
    justify-content: center;
  }

  .box_text-wrapper {
    flex-direction: column;
  }

  .text-wrapper {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrapper.homepage-teaser {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }

  .text-wrapper.homepage-teaser.boxed.persons, .person-wrapper {
    width: 100%;
  }

  .bootcamp-remote-why-us-image {
    width: 100%;
    margin-top: 24px;
  }

  .bootcamp-remote-why-us-image.mobile {
    display: block;
  }

  .bootcamp-remote-why-us-image.mobile.homepage {
    margin-top: 0;
  }

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

  .subtitle-row.support {
    margin-bottom: 32px;
  }

  .announcement-box {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .announcement-box.article {
    flex-direction: column;
    padding-bottom: 40px;
    padding-right: 35px;
  }

  .announcement-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .announcement-img {
    width: 250px;
  }

  .travel-guide-trainer-image-mobile {
    margin-top: 24px;
    display: block;
  }

  .articles-grid-congrat {
    margin-top: 0;
  }

  .footer_contact-wrapper {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 45px;
  }

  .pk-section {
    padding: 0 15px;
  }

  .pk-section.prisma {
    padding-left: 0;
    padding-right: 0;
  }

  .label.mobile-navbar {
    justify-content: center;
    height: auto;
    margin-top: 30px;
    margin-bottom: 13px;
    position: static;
  }

  .wrapper {
    display: none;
    overflow: scroll;
  }

  .prisma_div {
    top: 0;
    left: 0;
    right: 0;
  }

  .section-portfolio.presentation {
    background-image: none;
    background-position: 0 0;
    height: 810px;
    max-height: 810px;
  }

  .section-clients {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-contactform {
    padding: 0 30px 40px;
  }

  .section-footer {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sv-h2 {
    font-size: 30px;
  }

  .sv-copy {
    width: 90%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .sv-copy.contact {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .portfolio-wrapper {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .portfolio-wrapper.presentation {
    align-items: center;
    width: 64%;
    margin: 300px auto auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .portfolio-wrapper.secondary {
    z-index: 50;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .portfolio-wrapper.secondary.portfolio {
    width: 100%;
  }

  .clients-wrapper {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    max-width: 100%;
    height: 790px;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-item {
    width: auto;
  }

  .contactform-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .contactform-illustration {
    display: none;
  }

  .contact-title {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
  }

  .form-sendbutton {
    width: 100%;
    height: 55px;
  }

  .section-about {
    padding-left: 30px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-links {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-copyright {
    font-size: 14px;
  }

  .footer-links-item {
    flex: none;
    font-size: 14px;
  }

  .sv-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .container.sv-portfolio-container {
    flex-direction: column;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.sv-portfolio-container.presentation {
    background-image: none;
    background-position: 0 0;
    height: 100%;
    padding-top: 0;
    display: flex;
  }

  .container.contact {
    float: none;
  }

  .navbar-container {
    padding-left: 5px;
  }

  .portfolio-header {
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 30px;
    line-height: 30px;
  }

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

  .sv_button.small.portfoliobtn {
    margin-left: auto;
    margin-right: auto;
  }

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

  .features-copy {
    margin-right: 0;
  }

  .sv-h4.features {
    font-size: 30px;
    line-height: 27px;
  }

  .sv-features_description {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .subtitle {
    text-align: center;
    letter-spacing: -.4px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
    line-height: 27px;
    display: block;
  }

  .subtitle.hero-subtitle.landing {
    letter-spacing: -.1px;
  }

  .featured_image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #090f1f;
  }

  .portfolio_illustration_wrapper {
    opacity: .77;
    height: 870px;
    margin-left: 412px;
    left: -790px;
  }

  .portfolio_illustration_wrapper.secondary {
    opacity: .3;
  }

  .portfolio_illustration_wrapper.secondary.workshop {
    opacity: 1;
  }

  .portfolio-illustration_img._1.workshop-3 {
    display: none;
  }

  .portfolio-illustration_img._2 {
    left: 30%;
  }

  .portfolio-illustration_img._2.workshop-5 {
    border-radius: 7px;
    display: block;
    top: 72%;
    left: 10%;
    transform: scale(.75);
  }

  .portfolio-illustration_img.empty {
    display: none;
  }

  .portfolio-illustration_img._3._2 {
    top: 10%;
    left: -50%;
  }

  .portfolio-illustration_img._3.workshop-2 {
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    display: flex;
    bottom: 21%;
    left: -7%;
    transform: scale(.75);
  }

  .portfolio-illustration_img._4 {
    top: 20%;
    left: 78%;
  }

  .portfolio-illustration_img._5 {
    background-image: url('../images/bumper.png');
    background-size: cover;
    top: 55%;
    left: 0%;
  }

  .portfolio-illustration_img._5.workshop-1 {
    border-radius: 7px;
    top: 28%;
    transform: scale(.75);
  }

  .portfolio-illustration_img._6.workshop-6 {
    display: block;
  }

  .portfolio-illustration_img._7.workshop-4 {
    border-radius: 7px;
    display: block;
    top: 56%;
    left: 29%;
    transform: scale(.75);
  }

  .portfolio-illustration_img._4._2 {
    background-image: linear-gradient(#111b3566, #0000), url('../images/our-services.png');
    background-size: auto, cover;
    top: 4%;
  }

  .image-block {
    text-align: center;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 30px 30px;
  }

  .image-block.quote-block {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 30px 40px;
  }

  .article-block_img {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .description {
    margin-bottom: 16px;
  }

  .description.title {
    margin-bottom: 0;
  }

  .pk-hero-right {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(.8);
  }

  .pk-navbar {
    height: 70px;
  }

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

  .box_wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box_wrapper.bootcamp-feature.end {
    margin-bottom: 0;
  }

  .box_wrapper.dark.congrat_progress-bar {
    padding-left: 50px;
    padding-right: 50px;
  }

  .box_wrapper.faq_block {
    margin-bottom: 16px;
  }

  .box_wrapper.step {
    margin-right: 0;
  }

  .box_wrapper.steps_columns {
    padding: 30px;
  }

  .box_wrapper.article_lowprior {
    margin-bottom: 0;
  }

  .box_wrapper.article-block_emergency {
    padding-bottom: 45px;
  }

  .box_wrapper.noframe {
    padding-left: 50px;
    padding-right: 50px;
  }

  .box_wrapper.pricing {
    padding: 30px;
  }

  .box_wrapper.bootcamp-package.margins {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .box_wrapper.no-box-text {
    align-items: center;
  }

  .box_wrapper.bootcamp-remote.aftercourse {
    flex-direction: column;
  }

  .box_text {
    width: 100%;
  }

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

  .features_wrapper.list {
    min-width: auto;
    max-width: none;
  }

  .features_wrapper.steps_grid._2col-layout {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .features_wrapper.bootcamp-package-row {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .features_wrapper.bootcamp-package-row.support {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr;
  }

  .features_wrapper.bootcamp-package-row.packages.end {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .features_wrapper.remote-bootcamp {
    margin-top: 32px;
  }

  ._2col-block_text {
    flex: 0 auto;
    margin-bottom: -31px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .orange-box_wrapper {
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 42px;
  }

  .orange-box_content {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
  }

  .pk-s4-orange-icon1 {
    flex: 1;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
  }

  .pk-s4-orange-icon1.gutter {
    margin-right: 15px;
  }

  .orangebox-headphone_image {
    display: none;
  }

  .protip-wrapper {
    width: 100%;
    height: auto;
    padding: 25px;
  }

  .footer-link {
    margin-left: auto;
    margin-right: auto;
  }

  .pk-hero-left-wrapper {
    flex: none;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pk-hero-left-wrapper.home {
    margin-top: 30px;
  }

  .link-text.hero {
    margin-top: 14px;
  }

  .navbar_container {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .pk_logo {
    padding-left: 0;
  }

  .section-image {
    clear: none;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .section-image.buyslides {
    max-height: 160px;
  }

  .section-image.travelguide {
    max-width: 320px;
    max-height: 190px;
  }

  .section-image.travelguide.price {
    max-width: 220px;
    top: -90px;
    left: 80px;
  }

  .section-image.conference.slidesfox {
    max-height: 200px;
    margin-bottom: 0;
  }

  .contact_text {
    width: 100%;
    padding-right: 0;
  }

  .wrapper_hero-text {
    width: 100%;
    margin-bottom: 20px;
  }

  .wrapper_hero-text.buyslides {
    width: 80%;
    max-width: 100%;
  }

  .wrapper_hero-text.blog {
    max-width: 100%;
  }

  .wrapper_hero-text.bootcamp {
    margin-bottom: 0;
  }

  .wrapper_hero-text.congrat {
    width: 100%;
    min-width: 0;
  }

  .wrapper_hero-text._100 {
    margin-bottom: 0;
  }

  .wrapper_hero-text.remote-bootcamp {
    width: 100%;
  }

  .pkf-s1-image {
    float: none;
    width: auto;
    max-width: none;
    margin-top: 0;
    position: relative;
    bottom: -58px;
  }

  .pkf-s1-image.home {
    width: 100%;
    margin-top: 20px;
    margin-bottom: -40px;
    bottom: 0;
    right: 0;
  }

  .image-39 {
    width: 430px;
    max-width: none;
  }

  .pkf-s2-text-container {
    padding-left: 84px;
    padding-right: 84px;
  }

  .pkf-s2-text-container.steps {
    width: 100%;
    margin-bottom: 9px;
    padding-right: 0;
  }

  .pkf-s2-text-container.steps._4 {
    width: 100%;
  }

  .arrow {
    top: 100%;
  }

  .pkf-s4-wrapper-textblock.bootcamp.remote {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 0;
  }

  .pkbs-form-block {
    width: 90%;
    margin-top: 31px;
  }

  .text-field {
    width: 350px;
  }

  .pk-navbar-white-blog._1 {
    z-index: 14;
  }

  .pk-steps-s1 {
    height: 710px;
  }

  .pk-steps-s1-container {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .pk-steps-image {
    float: none;
    max-width: 65%;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .pk-s1 {
    width: 100%;
    max-width: 312px;
  }

  .pk-steps-text.left {
    z-index: 5;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .pk-steps-progress-bar {
    margin-right: 15px;
  }

  .audioplayer_wrapper {
    width: 100%;
    max-width: 90%;
    margin-top: 0;
  }

  .audioplayer_wrapper.steps {
    margin-top: 25px;
  }

  .div-block-82.intro {
    width: 65px;
    position: absolute;
  }

  .div-block-83 {
    width: auto;
  }

  .div-block-83._2 {
    margin-left: 79px;
    margin-right: 10px;
  }

  .text-block-25.intro {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .title_wrapper-row {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
  }

  .pk-steps-s2-wrapper {
    flex-direction: column;
    margin-top: 0;
  }

  .pk-steps-s2-left {
    width: auto;
    margin-top: 0;
  }

  .pk-steps-s2-right {
    order: 1;
    margin-top: 25px;
  }

  .pk-steps-right-blue {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 15px;
  }

  .pk-steps-right-blue.large {
    margin-bottom: 20px;
  }

  .div-block-84 {
    margin-top: 20px;
  }

  .text-block-29 {
    margin-left: 15px;
  }

  .unordered-list.getstarted {
    margin-top: 10px;
  }

  .pk-steps-s2-wrapper-middle {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-86 {
    width: 460px;
  }

  .pk-modal-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .pk-modal-wrapper.contact {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .pk-modal-wrapper.contact.hide {
    display: none;
  }

  .pk-structure-wrapper {
    width: 100%;
    overflow: scroll;
  }

  .pk-structure-wrapper.blog {
    overflow: hidden;
  }

  .pk_structure {
    flex-direction: column;
  }

  .pk_structures-copy {
    margin-top: 15px;
    margin-left: 0;
  }

  .pk-steps-s1-left-flex {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-100 {
    padding-right: 70px;
  }

  .pk-cong-s1-orange-right {
    margin-top: 25px;
  }

  .article_wrapper {
    text-align: left;
  }

  .button.intro {
    text-align: center;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .button.white {
    width: 100%;
  }

  .button.sticky {
    height: 50px;
    margin-left: 0;
    padding: 6px 30px;
  }

  .button.hero_secondary {
    align-self: center;
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .playlist_thumbnail {
    max-width: none;
  }

  .input_form.message {
    margin-bottom: 20px;
  }

  .input_form._1row {
    margin-top: 0;
  }

  .input_form._1row.followus {
    margin-bottom: 20px;
  }

  .input_form.textarea {
    min-height: 270px;
  }

  .getstarted_content-left {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .title_wrapper {
    justify-content: flex-start;
  }

  .title_wrapper._50 {
    width: 100%;
  }

  .title_wrapper._50._10marginbottom {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-right: 0;
  }

  .title_wrapper._70 {
    width: 94%;
  }

  .title_wrapper.numbered {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .title_wrapper.numbered.steps {
    text-align: center;
  }

  .title_wrapper._45 {
    width: 100%;
    margin-bottom: 20px;
  }

  .title_wrapper.small {
    align-items: center;
  }

  .title_wrapper.phase {
    margin-left: 0;
    margin-right: 0;
  }

  .title_wrapper.workshop {
    width: 60%;
  }

  .title_wrapper.announcement {
    margin-bottom: 0;
  }

  .pk-intro-s2-left-text {
    width: 100%;
    margin-left: 0;
  }

  .instruction-wrapper {
    justify-content: center;
    margin-left: 0;
  }

  .tip_wrapper {
    width: 100%;
  }

  .pk-steps-audioplayer-intro {
    width: 100%;
    position: relative;
  }

  .getstarted_animated-image {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .getstarted-image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .pk-cta-bottom {
    z-index: 90;
    height: 60px;
    padding-left: 40px;
    padding-right: 50px;
  }

  .hero_content {
    justify-content: space-between;
    height: 100%;
  }

  .hero_content.privacy {
    padding-top: 0;
  }

  .hero_content.getstarted {
    height: 100%;
  }

  .hero_content.buyslides {
    height: 450px;
  }

  .hero_content.landing {
    height: auto;
  }

  .hero_content.remote-bootcamp {
    height: 290px;
    top: 90px;
  }

  .clients_wrapper {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    max-width: 100%;
    height: 790px;
    margin-left: 0;
    margin-right: 0;
  }

  .clients_wrapper.why-us {
    height: auto;
  }

  .pk-step-anim {
    max-width: 290px;
    top: 18px;
    left: 47px;
  }

  .pk-step-anim.bg {
    border-radius: 6px;
    top: 16px;
  }

  .steps_instructions-block {
    flex-wrap: wrap-reverse;
    align-content: center;
    align-items: stretch;
  }

  .pk-steps-menu-button {
    padding-right: 0;
  }

  .pk_text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .pk_text-block.pk_highlighted {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pk_text-block.end {
    padding-left: 0;
    padding-right: 0;
  }

  .pk-ordered-list {
    display: block;
  }

  .pk-ordered-list.end {
    padding-left: 0;
  }

  .pk-list-row.sign-wrapper {
    margin-left: 0;
  }

  .pk-text-block_2col {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .pk-blog-subpage-menu {
    padding-right: 0;
  }

  .form-contact {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .pk-clients-item {
    width: auto;
  }

  .large-number_wrapper.marginbottom10 {
    margin-bottom: 10px;
  }

  .feature_image {
    max-width: 130px;
  }

  .feature_image.large {
    max-width: 130px;
    padding-bottom: 0;
  }

  .feature_image.large.workshop {
    max-width: 170px;
  }

  .feature_image.tiny {
    max-width: 45px;
    margin-top: 10px;
  }

  .feature_image.medium {
    width: auto;
    max-width: 100px;
  }

  .feature_image.small {
    width: 60px;
  }

  .feature_image.small.list {
    max-width: 100px;
    padding-right: 0;
  }

  .feature_image.ebook {
    max-width: 300px;
  }

  .feature_image.phase {
    margin-right: 0;
  }

  .feature_image.highligted {
    max-width: 150px;
  }

  .pk-steps-s3, .pk-steps-s4 {
    height: auto;
    padding-bottom: 70px;
  }

  .pk-steps-s5 {
    height: auto;
    padding-bottom: 80px;
  }

  .image-75 {
    top: -208px;
    left: 340px;
  }

  .image-76 {
    top: -280px;
    left: 230px;
  }

  .image-77 {
    top: -283px;
    left: 147px;
  }

  .image-78 {
    top: -271px;
    left: 28px;
  }

  .image-79 {
    top: -268px;
  }

  .image-80 {
    top: -184px;
  }

  .section.bootcamp-remote-why-us {
    background-position: 67% 100%, 0 0;
    background-size: 1100px, auto;
  }

  .section.bootcamp-remote-why-us.homepage-teaser.design-day.photo {
    background-image: linear-gradient(#dcdcea80 39%, #fff0);
    background-position: 0 0;
    background-size: auto;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.presentation-bootcamp_persons.homepage-teaser {
    background-image: url('../images/_MG_0824-1-isolated4.png'), linear-gradient(#dcdcea80 61%, #fff0), linear-gradient(#0000, #0000);
    background-position: 82% 100%, 0 0, 0 0;
    background-size: 990px, auto, auto;
  }

  .section.mobile {
    display: none;
  }

  .faq_info-wrapper, .pk-steps-instructions-titlerow {
    flex-direction: row;
  }

  .pk-cong-social {
    margin-left: 20px;
    margin-right: 20px;
  }

  .checkbox {
    margin-left: 0;
  }

  .interests {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .package_img {
    width: 250px;
    margin-left: 10px;
  }

  .package_img._1 {
    width: 260px;
  }

  .hero_buyslides-bgimg {
    max-height: 510px;
  }

  .subscribe-form_wrapper {
    margin-top: 20px;
  }

  .cong_buyslides-promo-img {
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .about_feature-wrapper {
    padding-left: 121px;
    padding-right: 121px;
  }

  .about_feature-wrapper.bootcamp, .about_feature-wrapper.conference {
    padding-top: 0;
  }

  .about_feature-img {
    min-height: 100px;
  }

  .about_feature-img.bootcamp {
    margin-bottom: 0;
  }

  .about_feature-img.conference {
    margin-bottom: 0;
    display: none;
  }

  .orange-box_blocks-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .buyslides_gradient {
    height: 100%;
  }

  .note-copy_wrapper {
    padding-right: 10%;
  }

  .form-header {
    margin-bottom: 0;
    padding-right: 0;
  }

  .blog_post.highlighted.v2 {
    background-size: cover;
    align-items: flex-end;
  }

  .blog_title.highlighted {
    width: 100%;
    margin-top: 0;
  }

  .blog_title.highlighted.v2 {
    width: 100%;
  }

  .bootcamp_feature-text.support {
    text-align: center;
    margin-top: 0;
    padding-right: 0%;
  }

  .bootcamp-feature_img {
    max-width: 130px;
    margin-bottom: 10px;
  }

  .bootcamp_callout {
    align-items: center;
    margin-bottom: 0;
  }

  .bootcamp_callout.remote-bootcamp {
    flex-direction: row;
  }

  .bootcamp_about-img {
    width: 200px;
    height: 200px;
  }

  .bootcamp_testimonial-wrapper {
    width: 90%;
  }

  .bootcamp_image {
    height: 410px;
    display: none;
  }

  .bootcamp_row.grid, .bootcamp_row.presentation-bootcamp {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bootcamp_row.bootcamp {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .bootcamp_packages-callout-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .bootcamp_callout-package {
    width: 100%;
    margin-bottom: 28px;
    position: static;
  }

  .callout-line {
    display: none;
  }

  .bootcamp_heroimg_1 {
    width: 270px;
    top: 20px;
    left: 110px;
  }

  .bootcamp_heroimg_2 {
    width: 220px;
    top: 280px;
    left: 30px;
  }

  .bootcamp_heroimg_3 {
    width: 100px;
    top: 300px;
    left: 337px;
  }

  .bootcamp_heroimg_4 {
    top: 210px;
    left: 31px;
  }

  .bootcamp_heroimg_5 {
    top: 255px;
    left: 220px;
  }

  .bootcamp_heroimg_6 {
    top: 45px;
  }

  .checkbox-field {
    margin-left: 0;
    padding-left: 0;
  }

  .checkbox-wrapper {
    text-align: left;
    padding-right: 10px;
  }

  .hero_image {
    width: 310px;
    min-width: 310px;
    height: auto;
    margin-bottom: 30px;
  }

  .hero_image.home {
    display: none;
  }

  .hero_image.mobile {
    width: auto;
    min-width: auto;
    max-width: 400px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .hero_image.mobile.about-us {
    margin-bottom: 40px;
  }

  .hero_image.mobile.travelguide {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .hero_image.mobile.slidesfox {
    margin-bottom: 40px;
    display: block;
  }

  .hero_image.getstarted {
    display: none;
  }

  .hero_image.our-solution {
    width: 430px;
    min-width: 0;
    margin-top: 130px;
    display: none;
  }

  .hero_image.bootcamp, .hero_image.aboutus {
    display: none;
  }

  .hero_image.faqimage {
    margin-top: 20px;
  }

  .hero_image.congrat {
    max-width: 430px;
  }

  .hero_image.step {
    min-width: 350px;
  }

  .hero_image.tabs {
    margin-bottom: 0;
  }

  .hero_image.travel-guide_heroimg, .hero_image.showsevents-heroimg, .hero_image.showsevents-heroimg {
    width: 310px;
    min-width: 310px;
    display: none;
  }

  .hero_image.slidesfox {
    display: none;
  }

  .heroimg_home2-element-1 {
    top: 275px;
    left: 107px;
  }

  .heroimg_home2-element-2 {
    width: 28px;
    top: 29px;
    left: 31px;
  }

  .heroimg_home2-element-3 {
    width: 209px;
    top: 44px;
    left: 47px;
  }

  .heroimg_home2-element-4 {
    width: 120px;
    top: 83px;
    left: 22px;
  }

  .heroimg_home2-element-5 {
    width: 171px;
    top: 148px;
    left: 146px;
  }

  .heroimg_home2-element-6 {
    width: 158px;
    top: 164px;
    left: 140px;
  }

  .heroimg_home2-element-7 {
    width: 17px;
    top: 46px;
    right: 29px;
  }

  .heroimg_home2-element-8 {
    width: 105px;
    top: 20px;
    right: 96px;
  }

  .heroimg_home2-element-9 {
    width: 130px;
    top: 73px;
    right: 32px;
  }

  .heroimg_home2-element-10 {
    width: 26px;
    top: 146px;
    left: 306px;
  }

  .container-6 {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section_hero, .section_hero.oursolution {
    height: auto;
  }

  .section_hero.blog, .section_hero.buyslides, .section_hero.travelguide {
    height: 100%;
  }

  .section_hero.remote-bootcamp {
    background-image: linear-gradient(#080716cc, #110f3566 55%), url('../images/remote_mobile-bg.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 550px;
    min-height: 550px;
  }

  .content_wrapper.box.getstarted {
    padding: 30px;
  }

  .content_wrapper.box.blog-form {
    height: auto;
    margin-bottom: 20px;
  }

  .content_wrapper.box.announcement.slidefox {
    background-image: url('../images/slidesfox_teaser-bg-mobile.jpg');
    background-position: 50% 100%;
    background-size: cover;
    flex-direction: column;
  }

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

  .content_wrapper.portfolio.workshop {
    height: 610px;
  }

  .content_wrapper.box.followus.request {
    padding-bottom: 0;
  }

  .content_wrapper.grid {
    grid-column-gap: 39px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .content_wrapper.mobile {
    display: block;
  }

  .content_wrapper.desktop {
    display: none;
  }

  .signup-1row_wrapper {
    flex-direction: column;
    height: auto;
  }

  .footer_col {
    text-align: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

  .footer_col.social_col {
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }

  .footer_navigation {
    flex-direction: column;
    width: 100%;
  }

  .footer_social-wrapper {
    justify-content: center;
  }

  .navbar_sticky {
    background-color: #0000;
    position: fixed;
    top: 0;
  }

  .getstarted_text-col._1 {
    margin-right: 0;
  }

  .getstarted_text-wrapper {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-title.workshop {
    width: 75%;
  }

  .content_col.blog.left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content_col.nosize.horizontal {
    align-self: flex-start;
  }

  .faq_top-icon {
    margin-left: 20px;
  }

  .tab_link {
    margin-right: 10px;
    display: flex;
  }

  .tabs_menu {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
  }

  .portfolio-description-2 {
    text-align: center;
  }

  .sv_button-2.small.portfoliobtn {
    margin-left: auto;
    margin-right: auto;
  }

  .are-you-ready-text {
    display: none;
  }

  .nav-bar {
    width: 100%;
  }

  .navicon-wrap {
    margin-right: 0;
  }

  .sidebar {
    display: block;
  }

  .mobile-navbar {
    flex: 0 auto;
    width: 100%;
  }

  .structure-menu-items {
    text-align: center;
    background-color: #1a1a1a;
    border-top: 1px solid #ffffff0f;
    border-bottom: 1px solid #ffffff0f;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
  }

  .structure-project-menu {
    z-index: 9;
    text-align: left;
    overflow: scroll;
  }

  ._3-col {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .structurenav-menu {
    width: 26px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap._w-custom.structure-menu-wrap {
    background-color: var(--secondary-01);
    text-align: center;
    text-align: center;
    background-color: #110f35;
    width: 95%;
    padding: 15px 0 35px;
  }

  .nav_inner {
    height: 60px;
  }

  .structure-cards2-menu-btn.w--open {
    margin-top: -4px;
  }

  .nav-dropdown {
    display: none;
  }

  .header {
    position: relative;
  }

  .buy-cta_content {
    padding-left: 0;
    padding-right: 0;
  }

  .author_block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .author_block.workshop {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image_travel-guide_preview {
    margin-top: 0;
  }

  .title_wrapper-row-image {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
  }

  .orange-box_img-mobile {
    width: 150px;
    max-width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .orange-box_top-row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .conf_slider_text.workshop {
    padding-left: 0;
    padding-right: 0;
  }

  .conf_slider_img.hide {
    display: block;
  }

  .conf_slider_img.videobg {
    display: none;
  }

  .phase_row {
    margin-bottom: 30px;
  }

  .phase-title {
    flex-direction: column;
    align-items: flex-start;
  }

  .box_wrapper-2 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pk-steps-right-blue-2 {
    flex-direction: row;
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-bottom: 15px;
  }

  .box_wrapper-3 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .congrat_nextstepimage {
    width: auto;
    max-width: 250px;
  }

  .price_tag {
    max-width: 130px;
    font-size: 25px;
    top: 69px;
    left: 96px;
  }

  .travel-guide_mobile {
    display: none;
  }

  .hero_btn-row {
    flex-direction: column;
  }

  .new_label.navlink {
    background-color: var(--secondary-08);
  }

  .button-5.white {
    width: 100%;
  }

  .structure-project-menu-2 {
    z-index: 9;
    text-align: left;
    overflow: scroll;
  }

  .nav-link-2 {
    text-align: center;
  }

  .pk-navbar-2 {
    height: 70px;
  }

  .wrapper_hero-text-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .subtitle-2 {
    text-align: center;
    letter-spacing: -.4px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 18px;
    line-height: 27px;
    display: block;
  }

  .section_hero-2 {
    height: auto;
  }

  .box_wrapper-4 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box_wrapper-4.step {
    margin-right: 0;
  }

  .orange-box_wrapper-2 {
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 42px;
  }

  .footer_col-2 {
    text-align: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-bottom: 20px;
  }

  .footer_col-2.social_col {
    width: 100%;
    margin-top: 30px;
  }

  .footer-link-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .bootcamp-remote-instructor-image {
    width: auto;
  }

  .bootcamp-remote-how-image {
    width: 50%;
  }

  .bootcamp-remote-after-course-img {
    margin-left: auto;
    margin-right: auto;
  }

  .bootcamp-remote-why-us-text {
    max-width: 500px;
  }

  .bootcamp-remote-why-us-text.homepage-teaser.boxed.travel-guide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .bootcamp-remote-why-us-logos {
    max-width: 500px;
  }

  .tab_curriculum {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .bootcamp-remote-benefits-number-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 45px;
    height: 70px;
    margin-bottom: 0;
    display: flex;
  }

  .benefits-line {
    width: 2px;
    height: 100%;
    margin-top: 0;
  }

  .benefits-number {
    margin-top: -10px;
    margin-right: 8px;
  }

  .text-wrapper {
    max-width: 500px;
  }

  .announcement-box {
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 42px;
  }

  .announcement-text-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .announcement-img {
    width: 200px;
    margin-top: 16px;
  }

  .travel-guide-trainer-image-mobile {
    margin-top: 16px;
  }

  .footer_contact-wrapper {
    align-items: center;
  }

  .footer_contact-item {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .pk-section {
    padding-right: 11px;
  }

  .body.prisma-about {
    width: 80%;
  }

  .body.large.price.workshop {
    font-size: 20px;
  }

  .wrapper {
    z-index: 9999;
    display: none;
    position: fixed;
    overflow: visible;
  }

  ._3d_column1, ._3d_column2, ._3d_column3, ._3d_column4 {
    padding: 5px 2px;
  }

  .prisma_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .section-portfolio.presentation {
    background-image: none;
    background-position: 0 0;
    height: 1000px;
  }

  .section-contactform {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sv-h2 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 32px;
  }

  .sv-copy {
    width: 90%;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .sv-copy.prisma {
    width: 80%;
  }

  .portfolio-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .portfolio-wrapper.presentation {
    width: 74%;
    margin-top: 50px;
    display: block;
    position: relative;
  }

  .portfolio-wrapper.secondary {
    width: 100%;
    margin-bottom: 0;
  }

  .clients-wrapper {
    height: auto;
  }

  .clients-item {
    margin-bottom: 10px;
  }

  .clients-logo {
    max-width: 100%;
  }

  .contactform-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-title {
    margin-bottom: 15px;
    line-height: 40px;
  }

  .form-box {
    height: 50px;
  }

  .form-box::placeholder {
    font-size: 18px;
  }

  .section-about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links {
    flex-direction: column-reverse;
    flex: 0 auto;
  }

  .footer-copyright {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-links-item {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .about-description {
    width: 100%;
  }

  .about-followpanel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .about-copy {
    text-align: center;
    width: 100%;
  }

  .image.linkedin.centered {
    margin-right: 0;
  }

  .container {
    padding: 40px 15px 50px;
  }

  .container.sv-portfolio-container {
    padding-bottom: 30px;
  }

  .container.sv-portfolio-container.presentation {
    display: block;
  }

  .container.contact {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-header {
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 26px;
    line-height: 32px;
  }

  .portfolio-description {
    font-size: 17px;
    line-height: 26px;
  }

  .features-icons_block {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-icons_block.presentation {
    flex: 0 auto;
    height: auto;
  }

  .sv-h4.features {
    font-size: 26px;
    line-height: 32px;
  }

  .sv-features_description {
    font-size: 17px;
  }

  .features-row {
    flex-direction: column;
  }

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

  .sv-small-text {
    text-align: center;
    margin-bottom: 20px;
  }

  .features_icon {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .subtitle.hero-subtitle, .subtitle.hero-subtitle.landing {
    margin-top: 20px;
  }

  .featured_image {
    margin-bottom: 20px;
  }

  .dropdown-list, .dropdown-list:hover, .dropdown-toggle {
    background-color: #0000;
  }

  .portfolio_illustration_wrapper {
    margin-top: 31px;
    margin-left: -89px;
    display: block;
    position: relative;
  }

  .portfolio_illustration_wrapper.buyslides_hero {
    margin-top: 0;
  }

  .portfolio_illustration_wrapper.secondary {
    max-width: 210px;
    height: 650px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .portfolio-illustration_img._2.workshop-5 {
    left: -17%;
    transform: scale(.5);
  }

  .portfolio-illustration_img.empty {
    width: 400px;
    height: 230px;
    top: 14%;
    left: 38%;
  }

  .portfolio-illustration_img.empty.empty-2 {
    left: 24%;
  }

  .portfolio-illustration_img._3 {
    width: 320px;
    height: 200px;
    top: 70px;
    left: -50%;
  }

  .portfolio-illustration_img._3._2 {
    top: 32%;
    left: -105%;
  }

  .portfolio-illustration_img._3.workshop-2 {
    width: 530px;
    height: 280px;
    bottom: 12%;
    left: -110%;
    transform: scale(.5);
  }

  .portfolio-illustration_img._5 {
    width: 470px;
    height: 260px;
    top: 340px;
    left: 60%;
  }

  .portfolio-illustration_img._5.workshop-1 {
    top: 33%;
    left: -40%;
    transform: scale(.5);
  }

  .portfolio-illustration_img._7.workshop-4 {
    width: 530px;
    height: 280px;
    left: -53%;
    transform: scale(.5);
  }

  .portfolio-illustration_img._4 {
    width: 300px;
    height: 198px;
  }

  .portfolio-illustration_img._4._2 {
    top: 7%;
    left: 30%;
  }

  .content_section {
    z-index: 1;
    position: static;
  }

  .content_section.remote-bootcamp {
    padding-top: 70px;
  }

  .link.link-button.bottom-row {
    display: none;
  }

  .image-block {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px 30px;
  }

  .article-block_img {
    max-width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .pk-hero-right {
    width: 280px;
    display: block;
    position: relative;
    top: -140px;
    left: 0;
    right: 0;
    transform: scale(.5);
  }

  .pk-navbar {
    z-index: 9999;
    height: 70px;
    padding-right: 0%;
  }

  .nav-link.mobile-service {
    margin-top: 19px;
    font-size: 14px;
    font-weight: 600;
  }

  .box_wrapper {
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box_wrapper.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .box_wrapper.bootcamp-feature {
    padding-bottom: 25px;
  }

  .box_wrapper.bootcamp-feature.end {
    margin-bottom: 0;
  }

  .box_wrapper.dark.congrat_progress-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box_wrapper.list {
    flex-direction: column;
    padding-right: 20px;
  }

  .box_wrapper.list.nobox {
    align-self: center;
  }

  .box_wrapper.end.endrow-tablet {
    margin-bottom: 0;
  }

  .box_wrapper.faq_block {
    padding: 20px;
  }

  .box_wrapper.orange {
    padding-left: 25px;
    padding-right: 25px;
  }

  .box_wrapper.step {
    padding-left: 0;
    padding-right: 0;
  }

  .box_wrapper.step.col5 {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .box_wrapper.congrat {
    padding-left: 25px;
    padding-right: 25px;
  }

  .box_wrapper.steps_columns {
    text-align: center;
    align-items: center;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .box_wrapper.address {
    box-shadow: none;
    border-style: none;
    margin-right: 0;
    padding: 20px 0 0;
  }

  .box_wrapper.skills {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box_wrapper.article_lowprior {
    padding-bottom: 30px;
  }

  .box_wrapper.article-block_emergency {
    margin-bottom: 0;
    padding-top: 30px;
  }

  .box_wrapper.noframe {
    padding: 10px;
  }

  .box_wrapper.pricing {
    padding: 25px;
  }

  .box_wrapper.title-block {
    flex-direction: column;
  }

  .box_wrapper.bootcamp-package.margins.package {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .box_wrapper.bootcamp-package.margins.package._2, .box_wrapper.bootcamp-package.margins.package._3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .box_wrapper.hero-floating-row-columns {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .box_wrapper.bootcamp-remote {
    padding: 16px 16px 24px;
  }

  .box_text.left-align.list {
    text-align: center;
    margin-left: 0;
  }

  .box_text.title-box {
    text-align: center;
    width: 100%;
  }

  .box_text.feautre {
    align-items: flex-start;
    margin-top: 8px;
    margin-right: 0;
  }

  .features_wrapper {
    align-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .features_wrapper._20bottommargin {
    margin-bottom: 20px;
  }

  ._2col-block_text {
    width: auto;
    max-width: 304px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .orange-box_wrapper {
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .orange-box_wrapper.article {
    padding-right: 20px;
  }

  .orange-box_content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .pk-s4-orange-icon1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 21px;
    padding-bottom: 20px;
  }

  .pk-s4-orange-icon1.gutter {
    margin-left: 0;
    margin-right: 0;
  }

  .orangebox-headphone_image {
    display: none;
  }

  .protip-wrapper {
    text-align: center;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pro-tip_textwrapper {
    margin-top: 31px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 0;
  }

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

  .pk-hero-left-wrapper {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    padding: 24px 0;
    display: flex;
    position: relative;
    top: 0;
  }

  .pk-hero-play-image-block {
    flex: 0 auto;
    margin-right: 0;
  }

  .pk-hero-left-text-block {
    text-align: center;
    max-width: 100%;
    padding-left: 23px;
    padding-right: 23px;
  }

  .image-18 {
    width: 105px;
    height: 105px;
  }

  .faq {
    background-color: #fbfbfb;
  }

  .pkp-p4.hero-video {
    text-align: center;
  }

  .pkp-video {
    line-height: 20px;
  }

  .pkp-video.hero {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .link-text.hero {
    flex-direction: column-reverse;
    justify-content: center;
  }

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

  .menu-button-2 {
    padding-right: 0;
  }

  .pk_logo {
    padding-left: 0;
    display: none;
  }

  .section-image {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-image.buyslides {
    margin-bottom: 0;
  }

  .section-image.travelguide {
    width: auto;
    min-width: 200px;
    max-width: 100%;
    max-height: none;
    display: none;
  }

  .section-image.travelguide.price {
    width: 66%;
    max-width: 100%;
    top: -70px;
    left: 40px;
  }

  .section-image.travelguide.price.mobile {
    width: 100%;
    min-width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0%;
  }

  .section-image.travelguide.mobile {
    display: block;
  }

  .section-image.conference.slidesfox {
    max-height: 150px;
  }

  .contact_text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact_text.form.modal {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper_hero-text {
    z-index: 10;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .wrapper_hero-text.buyslides {
    width: 90%;
    margin-bottom: 0;
  }

  .wrapper_hero-text.blog {
    max-width: 90%;
  }

  .wrapper_hero-text.bootcamp {
    width: 95%;
  }

  .wrapper_hero-text._100 {
    margin-bottom: 0;
  }

  .wrapper_hero-text.faq {
    background-color: #0000;
  }

  .pkf-s1-image {
    width: 100%;
    margin-top: 0;
    top: 26px;
    bottom: 0;
  }

  .pkf-s1-image.home {
    display: none;
  }

  .image-39 {
    width: 320px;
    max-width: none;
    position: relative;
    left: -13px;
  }

  .pkf-s2-text-container {
    max-width: 350px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pkf-s2-text-container.steps {
    width: 100%;
    margin-bottom: 0;
  }

  .h4.darktext.leftalign {
    text-align: center;
  }

  .arrow {
    top: 100%;
  }

  .pkf-s4-wrapper-textblock.bootcamp, .pkf-s4-wrapper-textblock.conference {
    text-align: center;
    align-items: center;
  }

  .pkbs-form-block {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
  }

  .text-field {
    width: 100%;
  }

  .pkb-submit-button {
    border-left-width: 2px;
    border-radius: 3px;
    display: inline;
  }

  .pkb-submit-button.bkps {
    height: 60px;
  }

  .pkb-submit-button.bkps:hover {
    color: #f6f9fc;
  }

  .form-2 {
    flex-direction: column;
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .pk-navbar-white-blog {
    z-index: 20;
  }

  .pk-navbar-white-blog._1 {
    z-index: 25;
  }

  .pkbs-form2 {
    flex-direction: column;
    display: flex;
  }

  .pkbs-text-field {
    width: 100%;
  }

  .pk-steps-s1 {
    height: 780px;
    position: relative;
  }

  .pk-steps-s1-container {
    margin-top: 17px;
  }

  .pk-steps-s1-container._5 {
    margin-top: 13px;
  }

  .pk-steps-image {
    width: 80%;
    max-width: none;
    margin: 0 auto 30px;
    display: block;
  }

  .pk-s1 {
    width: 109%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -18px;
    padding-top: 0;
  }

  .pk-steps-text.left {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pk-steps-progress-bar {
    flex: 0 auto;
    margin-right: 20px;
  }

  .text-block-22 {
    padding-left: 32px;
    position: relative;
  }

  .steps_description {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .audioplayer_wrapper {
    width: 100%;
    height: auto;
    display: block;
  }

  .div-block-82 {
    background-color: #fff;
    border-radius: 0 3px 3px 2px;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    font-weight: 400;
    display: flex;
  }

  .div-block-82.intro {
    flex: 0 auto;
    display: block;
    position: absolute;
  }

  .div-block-83 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 8px;
    position: static;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .div-block-83._2 {
    margin-left: 78px;
    margin-right: 0;
    padding-right: 0;
    position: static;
  }

  .text-block-25 {
    margin-right: 41px;
    font-weight: 400;
  }

  .pk-progress-time {
    margin-left: 0;
    font-weight: 400;
  }

  .title_wrapper-row {
    flex-flow: column;
  }

  .pk-steps-s2-wrapper {
    flex-direction: column;
  }

  .pk-steps-s2-right {
    position: relative;
  }

  .pk-steps-right-blue {
    width: auto;
    height: auto;
    margin-left: 0;
    position: relative;
  }

  .pk-steps-right-blue.large {
    padding: 20px;
  }

  .div-block-84 {
    box-shadow: 0 6px 12px #00000008;
  }

  .pk-steps-s2-wrapper-middle {
    margin-left: 0;
    margin-right: 0;
  }

  .steps_bottom_row {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: stretch;
    margin-top: 30px;
  }

  .div-block-86 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-52 {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-87 {
    flex-direction: column;
    align-items: center;
  }

  .pk-modal-wrapper {
    padding-bottom: 20px;
    display: none;
    overflow: scroll;
  }

  .pk-structure-wrapper {
    width: 100%;
    height: auto;
    overflow: auto;
  }

  .pk-structure-wrapper.blog {
    grid-template-columns: 1fr;
  }

  .pk-structure-wrapper.contact {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pk-modal-header {
    margin-top: 20px;
  }

  .pk_structure {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .pk_structures-copy {
    margin-top: 14px;
  }

  .pk-steps-s1-left-flex {
    flex-direction: column;
  }

  .div-block-100 {
    padding-right: 0;
  }

  .div-block-101 {
    margin-top: 9px;
  }

  .pk-cong-s1-orange-left {
    text-align: center;
    flex-direction: column;
  }

  .pk-cong-s1-orange-right {
    margin-top: 10px;
  }

  .article_wrapper {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .article_text {
    margin-top: 15px;
    margin-left: 0;
  }

  .button {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 55px;
    margin-top: 10px;
    padding: 16px 45px;
    line-height: 22px;
    display: flex;
  }

  .button.intro {
    flex: 1;
    width: auto;
    height: auto;
    margin-top: 8px;
    padding: 15px 10px;
    line-height: 22px;
  }

  .button.white {
    flex: 1;
    display: block;
  }

  .button.step {
    width: 100%;
    margin-bottom: 40px;
  }

  .button.sticky {
    letter-spacing: 1.5px;
    width: 100%;
    height: 47px;
    min-height: 0;
    margin-top: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .button.outline-circle {
    flex: none;
    width: 30px;
    height: 30px;
    min-height: 0;
    padding-top: 0;
  }

  .button.hero_secondary {
    width: 100%;
    margin-bottom: 0;
  }

  .button.btn-icon.secondary {
    text-align: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.navbar.mobile {
    margin-left: 0;
  }

  .input_form {
    height: 50px;
  }

  .input_form::placeholder {
    font-size: 18px;
  }

  .input_form.message {
    margin-bottom: 0;
  }

  .input_form._1row {
    width: 100%;
    min-width: 0;
    margin-bottom: 15px;
  }

  .input_form.textarea {
    min-height: 320px;
  }

  .getstarted_content-left {
    margin-bottom: 29px;
    display: block;
  }

  .title_wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .title_wrapper._50 {
    width: 100%;
    margin-bottom: 30px;
  }

  .title_wrapper._50._10marginbottom {
    margin-bottom: 0;
  }

  .title_wrapper._70 {
    margin-bottom: 30px;
  }

  .title_wrapper.numbered {
    flex-direction: column;
    align-items: center;
  }

  .title_wrapper.faq {
    width: auto;
  }

  .title_wrapper.phase {
    text-align: left;
  }

  .title_wrapper.blog-steps {
    margin-bottom: 20px;
  }

  .title_wrapper.workshop {
    width: 85%;
  }

  .pk-intro-s2-left-text {
    width: 100%;
    margin-left: 0;
  }

  .instruction-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .tip_wrapper {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .tip_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .pk-steps-audioplayer-intro {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    margin-left: 0;
    display: flex;
    overflow: hidden;
  }

  .getstarted_animated-image {
    width: 250px;
    max-width: 210px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .getstarted-image-3 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .getstarted-img_wrapper {
    margin-left: 0;
    overflow: visible;
  }

  .pk-cta-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-63 {
    width: 60px;
  }

  .image-64 {
    bottom: 69px;
    left: 57px;
    right: -7px;
  }

  .image-65 {
    bottom: 85px;
  }

  .div-block-146 {
    width: 190px;
    right: 34px;
  }

  .image-67 {
    width: 70px;
  }

  .image-68 {
    width: 35px;
  }

  .image-69 {
    width: 45px;
  }

  .image-70 {
    width: 100px;
  }

  .nav-menu-3 {
    z-index: 99999999;
    flex: none;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .hero_content {
    justify-content: center;
  }

  .hero_content.faq {
    background-color: #0000;
  }

  .hero_content.privacy {
    height: 130px;
    padding-top: 0;
  }

  .hero_content.blog {
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_content.buyslides {
    height: 430px;
    padding-top: 0;
  }

  .hero_content.landing {
    height: auto;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .hero_content.remote-bootcamp {
    height: 380px;
    padding-top: 0;
    padding-bottom: 0;
    top: 80px;
  }

  .clients_wrapper {
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .label-wrapper {
    margin-bottom: 11px;
  }

  .label-wrapper.tip {
    align-items: center;
    margin-left: 0;
  }

  .label-wrapper.getstarted {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
  }

  .pk-step-anim {
    border-radius: 5px;
    width: 100%;
    max-width: none;
    margin-left: -10px;
    top: 14px;
    left: 22px;
  }

  .pk-step-anim.bg {
    top: 10px;
  }

  .pk-steps-menu-button {
    z-index: 8;
    padding-right: 0;
  }

  .pk-steps-icon {
    color: #131387;
  }

  .pk_text-block {
    padding-left: 0;
    padding-right: 0;
  }

  .pk_text-block.pk_highlighted {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pk_text-block.pk_highlighted.end {
    padding-left: 0;
    padding-right: 0;
  }

  .pk_quote-text.rightalign {
    text-align: left;
    margin-bottom: 30px;
  }

  .pk-list-row.checklist {
    padding-left: 5px;
  }

  .pk-list-row.sign-wrapper, .pk-text-block_2col {
    flex-direction: column;
  }

  .pk-right-col {
    margin-right: 0;
  }

  .pk-blog-subpage-icon {
    color: #fff;
  }

  .pk-blog-subpage-menu {
    padding-right: 0;
  }

  .form-contact {
    display: flex;
  }

  .time-icon {
    margin-bottom: 10px;
  }

  .pk-intro-cta-wrapper {
    padding: 30px 20px;
  }

  .pk-clients-item {
    width: 110px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-number_wrapper.phase {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }

  .large-number_wrapper.congrat {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_image.large {
    padding-bottom: 0;
  }

  .feature_image.large.workshop {
    max-width: 130px;
  }

  .feature_image.tiny {
    max-width: 35px;
  }

  .feature_image.medium.steps-under._2 {
    margin-bottom: 0;
  }

  .feature_image.small.list {
    margin-bottom: 5px;
    padding-right: 0;
  }

  .feature_image.ebook {
    border-radius: 5px;
    max-width: 100%;
  }

  .feature_image.phase {
    max-width: 100px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature_image.tinyx {
    margin-left: auto;
    margin-right: auto;
  }

  .feature_image.highligted {
    max-width: 130px;
  }

  .feature_image.title_block {
    max-width: 115px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pk-video-wrapper {
    margin-top: 5px;
    margin-bottom: 25px;
  }

  .pk-steps-s2 {
    height: auto;
    padding-bottom: 80px;
    position: relative;
  }

  .pk-steps-s3 {
    height: auto;
    padding-bottom: 40px;
    position: relative;
  }

  .pk-steps-s4, .pk-steps-s5 {
    padding-bottom: 40px;
    position: relative;
  }

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

  .image-75 {
    width: 60px;
    top: -134px;
    left: 256px;
  }

  .image-76 {
    width: 20px;
    top: -178px;
    left: 189px;
  }

  .image-77 {
    width: 25px;
    top: -190px;
    bottom: -40px;
    left: 96px;
  }

  .image-78 {
    width: 22px;
    top: -179px;
    left: 16px;
  }

  .image-79 {
    width: 35px;
    top: -171px;
    left: -93px;
  }

  .image-80 {
    width: 30px;
    top: -121px;
    left: -150px;
  }

  .navbar-sticky {
    z-index: 45;
    display: none;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.footer {
    height: auto;
  }

  .section.darkbg.portfolio.conference, .section.darkbg.portfolio.workshop {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.share-block {
    padding-bottom: 240px;
  }

  .section.bootcamp-remote-why-us {
    background-position: 65% 100%, 0 0;
    background-size: 700px, auto;
  }

  .section.bootcamp-remote-why-us.homepage-teaser.design-day.video {
    height: 750px;
    padding-bottom: 30px;
  }

  .section.bootcamp-remote-why-us.homepage-teaser.design-day.photo {
    flex-direction: column;
    padding-top: 30px;
  }

  .section.presentation-bootcamp_persons.homepage-teaser {
    background-image: url('../images/_MG_0824-1-isolated4.png'), linear-gradient(#dcdcea80 61%, #fff0), linear-gradient(#0000, #0000);
    background-position: 70% 100%, 0 0, 0 0;
    background-size: 920px, auto, auto;
  }

  .faq_info-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 30px;
  }

  .faq_info {
    margin-bottom: 20px;
  }

  .pk-footer-social {
    position: static;
  }

  .pk-steps-iconmenu {
    box-shadow: none;
    color: #131387;
    background-color: #0000;
    background-image: none;
    border-style: none;
    width: auto;
    height: auto;
  }

  .pk-cong-social {
    margin-left: 8px;
    margin-right: 8px;
  }

  .checkbox {
    flex: none;
    width: 25px;
    height: 25px;
    margin-left: 0;
  }

  .checkbox-label {
    text-align: left;
  }

  .checkbox_content {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .interests.workshop.bootcamp-remote.end {
    height: 100%;
  }

  .package_img {
    width: 200px;
    top: 10px;
  }

  .package_img._1 {
    width: 180px;
    top: 23px;
    left: 30px;
  }

  .package_img._1.workshop {
    top: 23px;
  }

  .package_img._3 {
    top: 24px;
    right: 27px;
  }

  .package_img.order {
    max-width: 200px;
  }

  .hero_buyslides-bgimg {
    height: 100%;
  }

  .subscribe-form_wrapper {
    margin-top: 40px;
  }

  .subscribe-form_wrapper.blog {
    margin-top: 20px;
  }

  .cong_buyslides-promo-button {
    width: 100%;
  }

  .cong_buyslides-promo-img {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 0;
  }

  .about_feature-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about_feature-wrapper.bootcamp {
    margin-top: 10px;
  }

  .about_feature-wrapper.bootcamp._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about_feature-wrapper.conference {
    margin-top: 10px;
  }

  .about_feature-wrapper.conference._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about_feature-img.bootcamp, .about_feature-img.conference {
    min-height: 71px;
  }

  .h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .orange-box_blocks-wrapper {
    flex-direction: column;
  }

  .buyslides_gradient {
    top: 0;
  }

  .note-copy_wrapper {
    padding-right: 0;
  }

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

  .blog_post.highlighted {
    height: auto;
    margin-bottom: 30px;
    padding: 20px;
  }

  .blog_post.highlighted.v2 {
    align-items: flex-end;
    height: auto;
    min-height: 500px;
  }

  .blog_title, .blog_title.highlighted {
    margin-bottom: 15px;
    padding-right: 0%;
  }

  .feature_top-wrapper {
    height: auto;
    padding-top: 20px;
  }

  .feature_top-wrapper.feature1 {
    margin-bottom: 20px;
  }

  .feature_top-wrapper.bootcamp-remote {
    height: 200px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature_top-wrapper.bootcamp-remote._1 {
    background-position: 60%;
    background-size: cover;
    margin-bottom: 16px;
    padding: 16px 16px 24px;
  }

  .bootcamp_feature-text.remote {
    margin-left: 16px;
  }

  .list-item.pricing.highlighted.bootcamp-remote {
    flex-direction: column;
  }

  .bootcamp-feature_img {
    margin-top: 0;
  }

  .bootcamp_callout {
    text-align: center;
    flex-direction: column;
  }

  .bootcamp_about-img {
    width: 130px;
    height: 130px;
    margin-top: 25px;
  }

  .bootcamp_about-img.conference {
    width: 130px;
    height: 130px;
  }

  .bootcamp_testimonial-author {
    flex-direction: column;
  }

  .bootcamp-profile-img {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .testimonial-author-name {
    text-align: center;
  }

  .radiobutton.table {
    margin-left: 0;
    margin-right: 0;
  }

  .radio-button-field {
    margin-bottom: 10px;
  }

  .radio-button-field.table {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    width: 100%;
    padding-top: 0;
  }

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

  .bootcamp_packages-callout-wrapper {
    height: auto;
    margin-top: 20px;
  }

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

  .bootcamp_heroimg_1 {
    width: 195px;
    top: 10px;
    left: 17px;
  }

  .bootcamp_heroimg_2 {
    width: 145px;
    top: 242px;
    left: 0;
  }

  .bootcamp_heroimg_3 {
    width: 60px;
    top: 267px;
    left: 157px;
  }

  .bootcamp_heroimg_4 {
    width: 25px;
    display: block;
    top: 110px;
    left: 2px;
  }

  .bootcamp_heroimg_5 {
    width: 20px;
    top: 172px;
    left: 90px;
  }

  .bootcamp_heroimg_6 {
    width: 16px;
    top: 57px;
    left: 170px;
  }

  .navbar_dropdown-wrapper.mobile {
    align-self: center;
    width: 240px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    position: static;
  }

  .pk-navbar_dropdown-row._2.mobile {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-right: 10px;
  }

  .pk-navbar_dropdown-row.mobile {
    width: auto;
  }

  .pk-navbar_dropdown-row.mobile.w--current {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
  }

  .pk-navbar_dropdown-row.small {
    padding-left: 30px;
  }

  .pk-navbar_dropdown-img {
    width: 35px;
    margin-right: 0;
    padding-bottom: 10px;
    display: none;
  }

  .checkbox-field {
    width: 100%;
    height: 100%;
    padding-bottom: 7px;
    padding-left: 0;
  }

  .checkbox-icon {
    width: 20px;
    height: 25px;
    margin-left: 0;
  }

  .hero_image {
    width: 100%;
    min-width: auto;
    max-width: 290px;
  }

  .hero_image.mobile {
    max-width: 250px;
    height: auto;
    margin-top: 0;
  }

  .hero_image.mobile.travelguide {
    margin-bottom: 20px;
  }

  .hero_image.mobile.slidesfox {
    max-width: 100%;
  }

  .hero_image.our-solution {
    display: none;
  }

  .hero_image.aboutus {
    max-width: 280px;
    margin-top: 0;
  }

  .hero_image.faqimage {
    max-width: 300px;
    margin-top: 20px;
  }

  .hero_image.congrat {
    max-width: 100%;
    margin-top: 0;
  }

  .hero_image.step {
    min-width: 200px;
    max-width: 179px;
  }

  .hero_image.step.tab_content {
    margin-bottom: 40px;
  }

  .hero_image.travel-guide_heroimg, .hero_image.showsevents-heroimg, .hero_image.showsevents-heroimg {
    width: 100%;
    min-width: auto;
    max-width: 290px;
  }

  .heroimg_home2-element-1 {
    width: 15px;
    top: 140px;
    left: 57px;
  }

  .heroimg_home2-element-2 {
    width: 18px;
    top: 14px;
    left: 13px;
  }

  .heroimg_home2-element-3 {
    width: 104px;
    top: 31px;
    left: 26px;
  }

  .heroimg_home2-element-4 {
    width: 70px;
    top: 38px;
    left: 13px;
  }

  .heroimg_home2-element-5 {
    width: 85px;
    top: 78px;
    left: 76px;
  }

  .heroimg_home2-element-6 {
    width: 78px;
    top: 88px;
    left: 74px;
  }

  .heroimg_home2-element-7 {
    top: 18px;
    right: 9px;
  }

  .heroimg_home2-element-8 {
    width: 61px;
    top: 12px;
    right: 40px;
  }

  .heroimg_home2-element-9 {
    width: 80px;
    top: 38px;
    right: 8px;
  }

  .heroimg_home2-element-10 {
    width: 13px;
    top: 89px;
    left: 156px;
  }

  .container-6 {
    padding: 40px 15px 50px;
  }

  .section_hero {
    width: 100%;
    overflow: hidden;
  }

  .section_hero.blog {
    height: 100%;
    padding-top: 16px;
  }

  .section_hero.aboutus {
    height: 100%;
  }

  .section_hero.buyslides {
    padding-top: 0;
  }

  .section_hero.privacy {
    height: 220px;
  }

  .section_hero.remote-bootcamp {
    min-height: 700px;
  }

  .content_wrapper.box.getstarted {
    margin-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .content_wrapper.box.blog-form {
    height: auto;
  }

  .content_wrapper.portfolio.workshop {
    height: 450px;
  }

  .content_wrapper.box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_wrapper.box.followus.request {
    padding-bottom: 35px;
  }

  .content_wrapper.ebooks {
    padding: 10px 15px;
    overflow: visible;
  }

  .footer_col {
    width: auto;
  }

  .footer_social-wrapper.followus {
    margin-top: 0;
  }

  .navbar_sticky {
    position: absolute;
  }

  .getstarted_text-col._1 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .landing-title.workshop {
    width: 100%;
  }

  .content_col.faq_col {
    padding-right: 0;
  }

  .content_col.right.request {
    margin-top: 20px;
  }

  .content_col.request {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .content_col.imagearticle {
    width: 100%;
    margin-bottom: 5px;
  }

  .tab_link {
    margin-bottom: 10px;
  }

  .tabs_menu {
    flex-direction: column;
    margin-top: 0;
  }

  .tabs_menu.curriculum {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .portfolio-description-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .are-you-ready-text {
    display: none;
  }

  .nav-link_wrapper {
    padding-left: 20px;
  }

  .nav-link_wrapper.dropdown.mobile {
    width: 100%;
  }

  .nav-bar_bg {
    z-index: 80;
  }

  .mobile-logo-wrapper {
    flex: 1;
    align-self: center;
    margin-left: 0%;
  }

  .nav-bar {
    width: 100%;
  }

  .navbar-mobile-bg {
    z-index: 1;
    height: 75px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .logo {
    margin-left: 10px;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .logo-mobile {
    align-self: center;
    width: 80%;
  }

  .mobile-navbar {
    z-index: 90;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    height: 75px;
    display: flex;
    position: absolute;
    top: 0;
  }

  .menu-wrapper.links.sidebar-links {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 15px;
  }

  .structurenav-menu {
    height: auto;
    display: none;
  }

  .wrap._w-custom.structure-menu-wrap {
    z-index: 99999;
    z-index: 99999;
    width: 90%;
  }

  .structure-cards2-menu-btn {
    background-image: url('../images/icon_nav.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 26px;
    height: 26px;
    margin-right: 15px;
  }

  .structure-cards2-menu-btn.w--open {
    opacity: 1;
    background-image: url('../images/icon_nav-x.svg');
    transition: all .2s;
    transform: rotate(-90deg);
  }

  .nav-item.nav-logo {
    justify-content: flex-start;
    max-width: 240px;
    margin-right: 20px;
  }

  .header {
    background-color: var(--secondary-01);
  }

  .buy-cta_content.pricing {
    margin-bottom: 20px;
  }

  .price_wrapper {
    text-align: center;
  }

  .author_block.workshop {
    margin-bottom: 30px;
  }

  .column.author {
    margin-right: 0;
  }

  .button-4 {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 55px;
    margin-top: 10px;
    padding: 16px 45px;
    line-height: 22px;
    display: flex;
  }

  .button-4.step {
    width: 100%;
    margin-bottom: 40px;
  }

  .title_wrapper-row-image, .tip_image {
    margin-bottom: 10px;
  }

  .orange-box_img-mobile {
    width: 130px;
    margin-top: 0;
  }

  .address_block {
    flex-direction: column;
  }

  .address_block-icon {
    margin-bottom: 10px;
  }

  .box_header {
    color: var(--brand-02);
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .box_image {
    margin-bottom: 8px;
    margin-right: 0;
  }

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

  .box_content-wrapper {
    width: 100%;
  }

  .skill-row {
    flex-direction: column;
  }

  .conf_slider_content {
    padding-left: 37px;
    padding-right: 37px;
  }

  .conf_slider_content.workshop {
    padding-left: 39px;
    padding-right: 39px;
  }

  .conf_slider_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .slider-icon {
    width: 18px;
  }

  .slider-icon_bar {
    width: 50px;
  }

  .payment-logos_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-top: 30px;
    display: grid;
  }

  .payment-logo, .payment-logo.paypal {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .pk-list_sign-img {
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero_image-tab {
    margin-right: 0;
  }

  .hero_image-tab.second {
    margin-top: 10px;
    margin-left: 0;
  }

  .hero_image_tab-menu {
    flex-direction: column;
  }

  .box_wrapper-2 {
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .box_wrapper-2.middle {
    margin-left: 0;
    margin-right: 0;
  }

  .signup-1-row {
    flex-direction: column;
    width: 100%;
  }

  .pk-steps-right-blue-2 {
    width: auto;
    height: auto;
    margin-left: 0;
    position: relative;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-2.footer {
    height: auto;
  }

  .box_wrapper-3 {
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .box_wrapper-3.list {
    flex-direction: column;
    padding-right: 20px;
  }

  .congrat_nextstepimage {
    width: auto;
    max-width: 100%;
    max-height: 200px;
  }

  .congrat_nextstep-wrapper {
    margin-bottom: 30px;
  }

  .article_highlighted-image {
    max-height: 500px;
  }

  .price-counterimg_wrapper {
    display: none;
  }

  .price-counterimg_wrapper.mobile {
    width: 120px;
    margin-right: 20px;
    display: block;
    top: -90px;
    left: auto;
  }

  .price_tag {
    z-index: 10;
    width: 100%;
    max-width: none;
    font-size: 22px;
    position: absolute;
    top: 45px;
    left: 0%;
    right: 0%;
  }

  .travel-guide_mobile {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 30px;
    display: flex;
  }

  .hero_btn-row {
    margin-top: 10px;
  }

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

  .checkbox-grid.bootcamp-remote {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .table-cell {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }

  .table-cell.text {
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .table-cell.mobile-hide {
    display: none;
  }

  .table-header-row {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

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

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

  .table-row_form.cards-row {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .mobile_header-title {
    margin-left: 15px;
    display: block;
  }

  .button-5 {
    text-align: center;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 55px;
    margin-top: 10px;
    padding: 16px 45px;
    line-height: 22px;
    display: flex;
  }

  .button-5.white {
    flex: 1;
    display: block;
  }

  .button-5.navbar-sf.mobile {
    margin-left: 0;
  }

  .button-5.button-link.slidesfox {
    margin-top: 0;
  }

  .pk-navbar-2 {
    z-index: 9999;
    height: 70px;
    padding-right: 0%;
  }

  .wrapper_hero-text-2 {
    z-index: 10;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .wrapper_hero-text-2.slidesfox {
    width: 95%;
  }

  .subtitle-2.hero-subtitle {
    margin-top: 20px;
  }

  .subtitle-2.hero-subtitle.slidesfox {
    width: 100%;
  }

  .section_hero-2 {
    width: 100%;
    overflow: hidden;
  }

  .box_wrapper-4 {
    align-items: center;
    width: auto;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box_wrapper-4.step {
    padding-left: 0;
    padding-right: 0;
  }

  .orange-box_wrapper-2 {
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_col-2 {
    width: auto;
  }

  .pk-footer-social-2 {
    position: static;
  }

  .footer-link-2 {
    text-align: center;
  }

  .menu-btn-wrapper.mobile, .bootcamp-remote-instructor-image {
    margin-top: 16px;
  }

  .bootcamp-remote-instructor-text {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .box-row.features {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
  }

  .bootcamp-remote-how-image {
    width: 100%;
  }

  .bootcamp-remote-why-us-text {
    margin-bottom: 0;
  }

  .bootcamp-remote-why-us-text.homepage-teaser.boxed {
    padding: 16px;
  }

  .bootcamp-remote-why-us-logos {
    max-width: 300px;
  }

  .tab_curriculum {
    margin-bottom: 10px;
  }

  .bootcamp-remote-benefits-number-wrap {
    justify-content: space-between;
    align-items: center;
    width: 45px;
    height: 70px;
    margin-bottom: 0;
    display: flex;
  }

  .text-wrapper {
    margin-bottom: 0;
  }

  .text-wrapper.homepage-teaser.boxed {
    padding: 16px;
  }

  .bootcamp-remote-why-us-image.mobile.homepage {
    margin-top: 16px;
  }

  .announcement-box {
    text-align: center;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announcement-box.article {
    padding-right: 20px;
  }

  .announcement-text-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .travel-guide-trainer-image-mobile {
    margin-top: 16px;
  }

  .footer_contact-item {
    align-items: flex-start;
  }

  .footer_contact-icon {
    padding-top: 0;
  }
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c53934fa-23b401fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c53934f2-23b401fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c5393502-23b401fc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c5393522-23b401fc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c539352a-23b401fc {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c539351a-23b401fc {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c5393512-23b401fc {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_31bc9c85-ce41-cc17-7881-c871c539350a-23b401fc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ea9d2a5d-085e-1cb0-861e-2d6d4f0edce5-20b3ca17 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d0bd45e-9246-f37a-db42-43e2b51331e8-20b3ca17, #w-node-e403c113-1620-7e21-ff17-dfe0ed8a9309-20b3ca17, #w-node-_787583f2-64c8-7e1c-13a1-44d85e27b2d1-20b3ca17, #w-node-_0f9a3679-5514-3e9b-7b0a-8ce2f4bd81af-20b3ca17, #w-node-_59c378b9-2776-b570-4987-b750ee105fa3-20b3ca17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_780080fb-8fee-7474-5a16-dce0ad7dc622-e8b3ca27, #w-node-_780080fb-8fee-7474-5a16-dce0ad7dc629-e8b3ca27, #w-node-_80de1fbe-a116-5939-17ad-31830b3500b7-e8b3ca27, #w-node-_80de1fbe-a116-5939-17ad-31830b3500b8-e8b3ca27, #w-node-_370aca3e-364c-e43c-4c61-fc4baff67e69-e8b3ca27, #w-node-_370aca3e-364c-e43c-4c61-fc4baff67e71-e8b3ca27, #w-node-_370aca3e-364c-e43c-4c61-fc4baff67e7b-e8b3ca27, #w-node-_370aca3e-364c-e43c-4c61-fc4baff67e83-e8b3ca27, #w-node-_23993a7b-8add-3fcf-01b9-ea8a0c3783e4-e8b3ca27, #w-node-_23993a7b-8add-3fcf-01b9-ea8a0c3783ec-e8b3ca27, #w-node-_23993a7b-8add-3fcf-01b9-ea8a0c3783f6-e8b3ca27, #w-node-_23993a7b-8add-3fcf-01b9-ea8a0c3783fe-e8b3ca27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948a1-4db3d873 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948a8-4db3d873 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948af-4db3d873 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948b6-4db3d873 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948bd-4db3d873 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948c4-4db3d873 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948cb-4db3d873 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_60639462-4cf8-8390-c4a1-c7989ab948d2-4db3d873 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_5b599914-3e2c-0bfa-8184-7717986bb53d-4db3d873 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5b599914-3e2c-0bfa-8184-7717986bb544-4db3d873 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5b599914-3e2c-0bfa-8184-7717986bb54b-4db3d873 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5b599914-3e2c-0bfa-8184-7717986bb56e-4db3d873 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3fd1b0ea-8af0-f1c2-3fc3-f020b64aa691-c67c1c21, #w-node-fe3b4955-a66f-b0db-a9ce-384aaf4aaf8f-c67c1c21, #w-node-_73b3dd19-b3d6-e420-1cb5-3878b1dd9f08-c67c1c21 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_23993a7b-8add-3fcf-01b9-ea8a0c3783e1-e8b3ca27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ea9d2a5d-085e-1cb0-861e-2d6d4f0edce5-20b3ca17, #w-node-_0d0bd45e-9246-f37a-db42-43e2b51331e8-20b3ca17, #w-node-_1734f086-d076-e387-fadc-334d1ec876ef-20b3ca17, #w-node-e403c113-1620-7e21-ff17-dfe0ed8a9309-20b3ca17, #w-node-_787583f2-64c8-7e1c-13a1-44d85e27b2d1-20b3ca17, #w-node-_0f9a3679-5514-3e9b-7b0a-8ce2f4bd81af-20b3ca17, #w-node-_59c378b9-2776-b570-4987-b750ee105fa3-20b3ca17 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_780080fb-8fee-7474-5a16-dce0ad7dc61f-e8b3ca27, #w-node-_370aca3e-364c-e43c-4c61-fc4baff67e66-e8b3ca27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_31bc9c85-ce41-cc17-7881-c871c53934fa-23b401fc {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_31bc9c85-ce41-cc17-7881-c871c5393502-23b401fc {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_31bc9c85-ce41-cc17-7881-c871c5393522-23b401fc {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_31bc9c85-ce41-cc17-7881-c871c539352a-23b401fc {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_31bc9c85-ce41-cc17-7881-c871c539351a-23b401fc {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_31bc9c85-ce41-cc17-7881-c871c5393512-23b401fc {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_31bc9c85-ce41-cc17-7881-c871c539350a-23b401fc {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_780080fb-8fee-7474-5a16-dce0ad7dc61f-e8b3ca27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_60639462-4cf8-8390-c4a1-c7989ab948a1-4db3d873 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_60639462-4cf8-8390-c4a1-c7989ab948af-4db3d873 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_60639462-4cf8-8390-c4a1-c7989ab948b6-4db3d873 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_60639462-4cf8-8390-c4a1-c7989ab948bd-4db3d873 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_60639462-4cf8-8390-c4a1-c7989ab948c4-4db3d873 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_60639462-4cf8-8390-c4a1-c7989ab948cb-4db3d873 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_60639462-4cf8-8390-c4a1-c7989ab948d2-4db3d873 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5b599914-3e2c-0bfa-8184-7717986bb53d-4db3d873 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b599914-3e2c-0bfa-8184-7717986bb54b-4db3d873 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5b599914-3e2c-0bfa-8184-7717986bb56e-4db3d873 {
    grid-area: 4 / 1 / 5 / 2;
  }
}


