h1, h2 {
  max-width: none;
}

.wd-button span.cmp-button__text {
  position: relative;
  top: 2px;
}

.cover-bg {
  background-size: cover;
  background-position: center center;
}

.pricing-header {
  padding: 50px 0px 200px 0px;
}
.pricing-header h1, .pricing-header h2 {
  text-align: center;
}

.wp-grid-flex-split {
  margin-top: -120px;
}
.wp-grid-flex-split > .aem-Grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.wp-grid-flex-split > .aem-Grid > .core-container {
  background: #FFF;
  width: calc(33.33% - 20px) !important;
  border: 2px solid #666;
  -webkit-box-shadow: 5px 5px 0px 0px #666;
  -moz-box-shadow: 5px 5px 0px 0px #666;
  box-shadow: 5px 5px 0px 0px #666;
}
.wp-grid-flex-split > .aem-Grid > .core-container:nth-child(2) {
  position: relative;
  margin: -40px 30px;
  box-sizing: content-box;
  padding: 40px 0px;
}
.wp-grid-flex-split > .aem-Grid > .core-container:nth-child(2) .promo-ribbon {
  position: absolute;
  top: -12px;
  right: -16px;
}
.wp-grid-flex-split > .aem-Grid > .core-container:nth-child(2) .promo-ribbon div {
  position: absolute;
  font-size: 14px;
  color: #2A2A2A;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
  top: 44px;
  left: 18px;
  line-height: 1;
  display: table;
  width: 100%;
}
.wp-grid-flex-split > .aem-Grid > .core-container:nth-child(2) .promo-ribbon img {
  width: 160px;
}
.wp-grid-flex-split > .aem-Grid > .core-container:nth-child(2) .wd-button span {
  color: #2A2A2A;
}
.wp-grid-flex-split > .aem-Grid > .core-container:nth-child(2) .wd-button svg {
  fill: #2A2A2A !important;
}
.wp-grid-flex-split .wd-button span {
  color: #FFF;
}
.wp-grid-flex-split .wd-button svg {
  fill: #FFF !important;
}
@media only screen and (max-width: 1024px) {
  .wp-grid-flex-split > .aem-Grid {
    flex-wrap: wrap;
  }
  .wp-grid-flex-split > .aem-Grid > .core-container {
    width: 100% !important;
    margin-bottom: 20px;
    order: 2;
  }
  .wp-grid-flex-split > .aem-Grid > .core-container:nth-child(2) {
    margin: 0px 0px 20px 0px;
    order: 1;
    padding: 0px;
  }
}

.text-button-bar-wrap .text-button-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.text-button-bar-wrap .text-button-bar p span {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .text-button-bar-wrap .text-button-bar {
    display: block;
  }
  .text-button-bar-wrap .text-button-bar p {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .text-button-bar-wrap {
    padding-top: 0px !important;
  }
}

.section-whats-included h3 {
  font-size: 20px !important;
}
.section-whats-included img {
  display: table;
  margin: 0 auto;
  height: 70px;
}
.section-whats-included .text p {
  max-width: 370px;
  display: table;
  margin: 0 auto;
}
.section-whats-included .text ul {
  list-style: disc;
  max-width: 310px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .section-whats-included img {
    height: 140px;
    margin-top: 20px;
  }
}

.centered-block {
  border-top: 1px solid #ccc;
  display: table;
  margin: 0 auto;
}
.centered-block .button {
  display: table;
  margin: 0 auto;
}
.centered-block .icon-line {
  display: table;
  margin: 0 auto;
}

.section-extensions {
  background: #f5f5f5;
}
.section-extensions p.wd-tac.wp-full-width {
  max-width: 920px;
  margin: 0 auto;
}
.section-extensions .four-col-card {
  background: #FFF;
  border: 2px solid #DDD;
  -webkit-box-shadow: 5px 5px 0px 0px #DDD;
  -moz-box-shadow: 5px 5px 0px 0px #DDD;
  box-shadow: 5px 5px 0px 0px #DDD;
}
.section-extensions .four-col-card img {
  display: block;
}
.section-extensions .four-col-card .card-content {
  min-height: 295px;
}
.section-extensions .four-col-card .card-content h3 {
  font-size: 20px;
}
.section-extensions .four-col-card .ext-price {
  display: none;
}
.section-extensions .four-col-card .ext-price.active {
  display: block;
}
.section-extensions .four-col-card .card-radio-btn label:hover, .section-extensions .four-col-card .card-radio-btn input:hover {
  cursor: pointer;
}
.section-extensions .four-col-card .card-radio-btn label {
  position: relative;
  margin-right: 6px;
}
.section-extensions .four-col-card .card-radio-btn label span {
  position: relative;
  top: -1px;
}
.section-extensions .four-col-card .card-radio-btn input:first-child {
  margin-left: 0px;
}
.section-extensions .four-col-card .wd-button {
  display: none;
}
.section-extensions .four-col-card .wd-button.active {
  display: flex;
}
@media only screen and (max-width: 1400px) {
  .section-extensions {
    background: #F5F5F5;
  }
}
@media only screen and (max-width: 1024px) {
  .section-extensions .card-content {
    min-height: 0px !important;
  }
}

.section-support .wd-responsive-grid {
  max-width: 1450px;
}
.section-support .support-card {
  border: 1px solid #FFF;
}
.section-support .support-card img {
  display: table;
  margin: 0 auto;
  height: 52px;
}
.section-support .support-card h3 {
  font-size: 20px !important;
}
.section-support .support-card p {
  min-height: 96px;
}
@media only screen and (max-width: 640px) {
  .section-support .support-card p {
    min-height: 0px;
  }
}

.section-startups .startup-card {
  background: #FFF;
  border: 2px solid #DDD;
  -webkit-box-shadow: 5px 5px 0px 0px #DDD;
  -moz-box-shadow: 5px 5px 0px 0px #DDD;
  box-shadow: 5px 5px 0px 0px #DDD;
}
.section-startups .startup-card img {
  display: block;
}
.section-startups .startup-card h3 {
  font-size: 20px !important;
}
.section-startups .startup-card p.wd-font-16 {
  min-height: 96px;
}
@media only screen and (max-width: 1024px) {
  .section-startups .startup-card p.wd-font-16 {
    min-height: 0px;
  }
}

.inline-footer-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.inline-footer-buttons .wd-button span {
  color: #2A2A2A;
}
.inline-footer-buttons .wd-button svg {
  fill: #2A2A2A !important;
}
@media only screen and (max-width: 520px) {
  .inline-footer-buttons .wd-button {
    margin-right: 0px;
  }
  .inline-footer-buttons .wd-inline-icon {
    margin-top: 16px;
  }
}
.compare-col-left,
.compare-col-right {
  position: relative;
}
.compare-col-left img,
.compare-col-right img {
  display: block;
  max-width: 155px;
}
.compare-col-left ul li,
.compare-col-right ul li {
  margin-top: 0px;
}
.compare-col-left .wd-button span.cmp-button__text,
.compare-col-right .wd-button span.cmp-button__text {
  position: relative;
  top: 2px;
}

.compare-col-left {
  margin-top: 48px;
}

.compare-col-right img {
  max-width: 202px;
}

.fusion-logo-text {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

/* Promo Ribbon */
.promo-ribbon {
  position: absolute;
  top: -11px;
  right: -14px;
}

.promo-ribbon div {
  position: absolute;
  font-size: 14px;
  color: #2a2a2a;
  font-weight: bold;
  text-align: center;
  transform: rotate(45deg);
  top: 29px;
  left: 57px;
  line-height: 1;
}

/* Tooltip */
.tooltip-wrap {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: 3px;
}

.tooltip-wrap .tooltip-box {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0px 3px 30px #0000004D;
  opacity: 0;
  background: #FFF;
  transition: opacity 0.25s ease-in-out;
  pointer-events: none;
  width: 300px;
}

.tooltip-wrap .tooltip-box.first-one {
  z-index: 2;
}

.tooltip-wrap:hover .tooltip-box {
  opacity: 1;
}

button.cmp-accordion__button span.cmp-accordion__title {
  color: black !important;
}

@media only screen and (max-width: 640px) {
  .tooltip-wrap .tooltip-box {
    width: 200px;
  }
}
a.wd-button.wd-btn-outline[href*=free-trial] {
  color: #3c3c3c !important;
  border: 1px solid #999999 !important;
}
a.wd-button.wd-btn-outline[href*=free-trial] span {
  color: #3c3c3c !important;
}
a.wd-button.wd-btn-outline[href*=free-trial] svg {
  fill: #3c3c3c !important;
}

.wp-f360-2-col-full-width.wp-f360-img-half.wp-f360-personal {
  background-image: url("https://damassets.autodesk.net/content/dam/autodesk/products/fusion-360/personal-panel-img_v4.jpg") !important;
}
@media only screen and (max-width: 1024px) {
  .wp-f360-2-col-full-width.wp-f360-img-half.wp-f360-personal {
    background: none !important;
  }
}

/*# sourceMappingURL=personal_pricing.css.map*/