.pc-border-large-bottom {
  margin-bottom: 54px;
  padding-bottom: 54px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}

.wp-promo-product-card {
  margin-bottom: 20px;
}

.wp-promo-product-card-image {
  position: relative;
  margin-bottom: 11px;
}

.wp-promo-product-card-image img {
  margin-bottom: 0px !important;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body:not(.cq-wcm-edit) .wp-promo-product-card-image .box-content > .image:nth-child(2) {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 12px;
  left: 13px;
}

body:not(.cq-wcm-edit) .wp-promo-product-card-image .box-content > p:not(.wp-desc).wp-light-credits {
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
  color: #ffffff !important;
  opacity: 0.8 !important;
  position: absolute !important;
  bottom: 10px !important;
  width: 100% !important;
  padding: 0px 14px !important;
  text-shadow: 1px 1px 1px #000 !important;
}

body:not(.cq-wcm-edit) .wp-promo-product-card-image .box-content > .text p:not(.wp-desc).wp-dark-credits {
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
  color: #000 !important;
  opacity: 0.8 !important;
  position: absolute !important;
  bottom: 10px !important;
  width: 100% !important;
  padding: 0px 14px !important;
}

body:not(.cq-wcm-edit) .wp-promo-product-card-image .wp-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

body:not(.cq-wcm-edit) .wp-promo-product-card-image:hover .wp-overlay {
  opacity: 1;
  pointer-events: auto;
}

body.cq-wcm-edit .wp-promo-product-card-image .wp-overlay {
  background: rgba(0, 0, 0, 0.85);
}

.wp-promo-product-card-image .wp-overlay h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
}

.wp-promo-product-card-image .wp-overlay a h3 {
  border-bottom: 0.5px solid #fff !important;
  display: inline-block;
}

.wp-promo-product-card-image .wp-overlay a:hover h3 {
  border-bottom: 0.5px solid #fff !important;
  display: inline-block;
}

.wp-promo-product-card-image .wp-overlay .wp-desc {
  font-size: 16px !important;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin: 0px;
  padding: 8px 0px 0px 0px;
}

body:not(.cq-wcm-edit) .wp-promo-product-card .wp-prod-name {
  float: left;
  margin-right: 8px;
}

.wp-promo-product-card .wp-pricing:not(.hide) {
  margin-bottom: 0px;
  display: inline-block;
}

.wp-promo-product-card .wp-pricing span span span {
  margin-right: 5px;
}

.wp-promo-product-card .wp-color-promo {
  color: #dd2222;
}

.wp-promo-product-card .wp-color-promo .wd-color-gray-60 {
  color: #999;
}

.wp-promo-product-card .wd-font-20 {
  font-size: 20px;
  line-height: 20px;
}

.wp-promo-product-card .wp-term-selector {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wp-promo-product-card .wp-term-selector .wp-select-wrapper {
  width: calc(100% - 105px);
  margin-right: 4px;
  position: relative;
}

.wp-promo-product-card .wp-term-selector .wp-select-wrapper:after {
  content: ">";
  -webkit-transform: rotate(90deg) scaleY(1.75);
  transform: rotate(90deg) scaleY(1.75);
  position: absolute;
  top: calc(50% + -9px);
  right: 9px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  pointer-events: none;
}

.wp-promo-product-card .wp-term-selector select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  color: #3c3c3c;
  font-size: 14px;
  padding-left: 4px;
}

.hide-month .wp-promo-product-card .wp-term-selector select option[value="1-MONTH"] {
  display: none;
}

.hide-year .wp-promo-product-card .wp-term-selector select option[value="1-YEAR"] {
  display: none;
}

.hide-3-year .wp-promo-product-card .wp-term-selector select option[value="3-YEAR"] {
  display: none;
}

.wp-promo-product-card .wp-term-selector .button a {
  margin: 0px;
  padding: 0px;
}

.wp-promo-product-card .wp-term-selector .button a.hide {
  display: none;
}

.wp-promo-product-card .wp-term-selector .wd-button span:last-child {
  width: 0px;
}

.wp-promo-product-card .wp-term-selector .wd-button {
  background: #fff !important;
  border: 1px solid #808080 !important;
  width: 105px;
  color: #2a2a2a !important;
  font-size: 14px !important;
  padding: 0.565em 1em 0.5em 1em !important;
}

@-webkit-keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes shine {
  to {
    background-position: 100% 0, 0 0;
  }
}
.wp-card-loading.wp-product-card {
  margin-bottom: 1em;
  border: solid 1px #e7e3e3;
  background-image: linear-gradient(100deg, rgba(230, 230, 230, 0), rgba(230, 230, 230, 0.15) 50%, rgba(230, 230, 230, 0) 80%),
    linear-gradient(to left, #f9f9f9, #fffefe);
  background-size: 50px 100%, 100% 100%;
  background-position: 0 0, 0 0;
  background-repeat: repeat-y;
  padding: 16px;
  -webkit-animation: shine 1s infinite;
  animation: shine 1s infinite;
}

.wp-card-loading.wp-product-card .wp-toggled-content {
  width: 100%;
  min-height: 8em;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#e8e8e8));
  background-image: linear-gradient(to right, #f0f0f0, #e8e8e8);
  background-size: 100% 100%;
  background-position: 0 0;
}

.wp-card-loading.wp-product-card .wp-product-cta {
  width: 100%;
  min-height: 1.3em;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#e8e8e8));
  background-image: linear-gradient(to right, #f0f0f0, #e8e8e8);
  background-size: 100% 100%;
  background-position: 0 0;
  margin-top: 1em;
}

.wp-card-loading.wp-product-card .wp-compare-checkbox {
  width: 100%;
  min-height: 1.3em;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), to(#e8e8e8));
  background-image: linear-gradient(to right, #f0f0f0, #e8e8e8);
  background-size: 100% 100%;
  background-position: 0 0;
  margin-top: 0.7em;
}

.wp-promo-cards.wp-double-width {
  width: 66.666%;
}

.wp-promo-cards.wp-double-width .wp-term-selector {
  width: 50%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .wp-promo-cards.wp-double-width {
    width: 100%;
  }

  .wp-promo-cards.wp-double-width .wp-term-selector {
    width: 100%;
  }
}
@media only screen and (max-width: 40.063em) {
  .wp-promo-cards.wp-double-width {
    width: 100%;
  }

  .wp-promo-cards.wp-double-width .wp-term-selector {
    width: 100%;
  }
}
/* NEW FILE */
.cmp-navigation.top-nav {
  background: #fff;
}
.cmp-navigation.top-nav .top-navigation {
  background: none;
}
.cmp-navigation.top-nav .top-navigation .product-name {
  font-size: 16px !important;
  color: #000 !important;
  font-family: "ArtifaktElement";
  font-weight: bold;
}
.cmp-navigation.top-nav .top-navigation a.cmp-navigation-link {
  background: #000 !important;
  border-radius: 4px;
}
.cmp-navigation.top-nav .top-navigation a.cmp-navigation-link:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: transparent;
  border: 0px;
  left: -2px;
  top: -2px;
  border-radius: 6px;
  pointer-events: none;
}
.cmp-navigation.top-nav .top-navigation a.cmp-navigation-link:hover:after {
  border: 1px solid #8080ff;
}
.cmp-navigation.top-nav .top-navigation a.cmp-navigation-link:active:after {
  border: 1px solid #2bc275 !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  left: -2px !important;
  top: -2px !important;
}
.cmp-navigation.top-nav .top-navigation a.cmp-navigation-link:focus:after {
  border: 1px solid #5f60ff;
  left: -3px;
  top: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

#container-83b505ae43 {
  /* Universal Header */
  /* General Override */
  /* Banner */
  /* Side menu */
  /* Main Content */
  /* Marketo Form */
  /* FAQ */
  /* General Button Override */
}
#container-83b505ae43 .pc-border-large-bottom {
  border-bottom-width: 1px !important;
  border-color: #e4e4e4 !important;
}
#container-83b505ae43 .wp-border-large {
  border-top-width: 1px !important;
  border-color: #e4e4e4 !important;
}
#container-83b505ae43 .wp-promo-image a {
  border-bottom: 1px solid #fff !important;
}
#container-83b505ae43 .wp-promo-image a h3 {
  border: none !important;
}
#container-83b505ae43 .wp-promo-image a:hover {
  border-bottom-width: 2px !important;
}
#container-83b505ae43 .wp-promo-image .wp-desc {
  font-size: 16px !important;
}
#container-83b505ae43 .promo-special-image-small {
  position: relative;
  background: url("../jpg/promotions-banner-dark-1700x400.jpg") #000 top right no-repeat !important;
  background-size: cover !important;
}
#container-83b505ae43 .promo-special-image-small .promo-background {
  display: none;
}
#container-83b505ae43 .promo-special-image-small .promo-content h3 {
  font-family: "ArtifaktLegend";
  font-size: 32px !important;
  line-height: 1.2 !important;
  max-width: 600px !important;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group {
  overflow: visible !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group a.wd-button {
  position: relative;
  border-radius: 4px;
  border: 1px solid #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group a.wd-button span {
  padding: 8px 10px !important;
  color: #fff !important;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group a.wd-button span svg {
  fill: #fff !important;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group a.wd-button:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: transparent;
  border: 0px;
  left: -2px;
  top: -2px;
  border-radius: 6px;
  pointer-events: none;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group a.wd-button:hover:after {
  border: 1px solid #8080ff;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group a.wd-button:active:after {
  border: 1px solid #2bc275 !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  left: -2px !important;
  top: -2px !important;
}
#container-83b505ae43 .promo-special-image-small .promo-content .button-group a.wd-button:focus:after {
  border: 1px solid #5f60ff;
  left: -3px;
  top: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
#container-83b505ae43 .promo-special-image-small .promo-content .aem-Grid > .aem-GridColumn:nth-of-type(1) .cmp-container {
  padding: 64px 0px 64px 20px !important;
}
#container-83b505ae43 .promo-special-image-small:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0;
}
@media only screen and (max-width: 1200px) {
  #container-83b505ae43 .promo-special-image-small:before {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 800px) {
  #container-83b505ae43 .promo-special-image-small:before {
    opacity: 0.8;
  }
}
#container-83b505ae43 .cmp-experiencefragment--left-nav .section-nav {
  padding-top: 0px;
}
#container-83b505ae43 .cmp-experiencefragment--left-nav .section-nav .navigation-sublinks {
  max-width: 250px;
}
#container-83b505ae43 .cmp-experiencefragment--left-nav .section-nav .navigation-sublinks .navigation-sublink {
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
#container-83b505ae43 .cmp-experiencefragment--left-nav .section-nav .navigation-sublinks .navigation-sublink:nth-child(1) {
  margin-top: 8px !important;
}
#container-83b505ae43 .cmp-experiencefragment--left-nav .section-nav .navigation-sublinks .navigation-sublink a {
  line-height: 20px !important;
  min-height: 0px !important;
  font-weight: 600 !important;
}
#container-83b505ae43 .cmp-experiencefragment--left-nav .section-nav .navigation-sublinks .navigation-sublink a:hover {
  color: #000 !important;
}
@media only screen and (max-width: 800px) {
  #container-83b505ae43 .cmp-experiencefragment--left-nav .navigation-content {
    color: #000;
    border-color: #b2b2b2 !important;
    border-bottom-color: #000 !important;
    border-radius: 4px 4px 0px 0px;
  }
  #container-83b505ae43 .cmp-experiencefragment--left-nav .navigation-content span {
    color: #000;
  }
  #container-83b505ae43 .cmp-experiencefragment--left-nav .navigation-content svg {
    fill: #000;
  }
  #container-83b505ae43 .cmp-experiencefragment--left-nav .section-nav {
    padding-top: 10px !important;
  }
}
#container-83b505ae43 .navigation-content * {
  font-family: "ArtifaktElement" !important;
}
#container-83b505ae43 .navigation-content a.cmp-navigation-link {
  color: #000 !important;
  font-weight: bold;
}
#container-83b505ae43 .navigation-content a.cmp-navigation-link span {
  border-color: #000 !important;
}
#container-83b505ae43 .navigation-content a.cmp-navigation-link[data-wat-val="buying with autodesk"] span {
  border-color: #fff !important;
}
#container-83b505ae43 .navigation-content a.cmp-navigation-link[data-wat-val="buying with autodesk"]:hover span {
  border-color: #000 !important;
}
#container-83b505ae43 .pc-layout-content * {
  font-family: "ArtifaktElement" !important;
}
#container-83b505ae43 .pc-layout-content .wp-overlay h3 {
  color: #fff !important;
}
#container-83b505ae43 .pc-layout-content .wd-promo-flag {
  background: none;
  color: #c94b23 !important;
  font-size: 21px;
  line-height: 1.2;
  font-family: "ArtifaktLegend" !important;
  height: auto !important;
  padding: 0px 20px 0px 0px;
  margin: 0px;
}
#container-83b505ae43 .pc-layout-content .wd-promo-flag svg {
  position: relative;
  top: 3px;
  fill: #c94b23;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#container-83b505ae43 .pc-layout-content .wd-promo-flag:before {
  display: none;
}
#container-83b505ae43 .pc-layout-content .wd-promo-flag br {
  display: none;
}
#container-83b505ae43 .pc-layout-content .wd-promo-flag:after {
  content: "-";
  width: auto;
  height: auto;
  border: none;
  position: relative;
  right: 0px;
  top: 0px;
  left: 10px;
}
#container-83b505ae43 .pc-layout-content .pc-heading-small-promo {
  color: #c94b23 !important;
  font-size: 21px;
  line-height: 1.2;
  font-family: "ArtifaktLegend" !important;
  height: auto !important;
}
#container-83b505ae43 .pc-layout-content .pc-heading-small-promo br {
  display: none;
}
#container-83b505ae43 .pc-layout-content .pc-heading-small-promo svg {
  position: relative;
  top: 3px;
  fill: #c94b23;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#container-83b505ae43 .pc-layout-content .pc-heading-small-promo .icon-svg-clock {
  fill: #c94b23;
}
#container-83b505ae43 .pc-layout-content .pc-heading-small-promo .icon-svg-clock path {
  fill: #c94b23;
}
#container-83b505ae43 .pc-layout-content .pc-heading-large-promo,
#container-83b505ae43 .pc-layout-content .wp-heading-large {
  color: #000;
  font-size: 26px;
  font-family: "ArtifaktLegend" !important;
  line-height: 1.2;
  padding-top: 12px;
  max-width: 700px;
}
#container-83b505ae43 .pc-layout-content .e-promotion-wrapper h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.25;
}
#container-83b505ae43 .pc-layout-content select {
  border-color: #b2b2b2 !important;
  border-bottom-color: #000 !important;
  border-radius: 4px 4px 0px 0px;
  padding-left: 12px !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .wp-select-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .button {
  width: 100%;
  max-width: 130px;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .button .wd-button {
  position: relative;
  width: 100% !important;
  border-color: #000 !important;
  border-radius: 4px;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .button .wd-button span {
  text-align: center;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .button .wd-button:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: transparent;
  border: 0px;
  left: -2px;
  top: -2px;
  border-radius: 6px;
  pointer-events: none;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .button .wd-button:hover:after {
  border: 1px solid #8080ff;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .button .wd-button:active:after {
  border: 1px solid #2bc275 !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  left: -2px !important;
  top: -2px !important;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector .button .wd-button:focus:after {
  border: 1px solid #5f60ff;
  left: -3px;
  top: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
#container-83b505ae43 .pc-layout-content .wp-term-selector.aec-selector select,
#container-83b505ae43 .pc-layout-content .wp-term-selector.pdm-selector select,
#container-83b505ae43 .pc-layout-content .wp-term-selector.mec-selector select {
  font-size: 14px !important;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector.aec-selector .button,
#container-83b505ae43 .pc-layout-content .wp-term-selector.pdm-selector .button,
#container-83b505ae43 .pc-layout-content .wp-term-selector.mec-selector .button {
  max-width: 100px;
}
#container-83b505ae43 .pc-layout-content .wp-term-selector.aec-selector .button span,
#container-83b505ae43 .pc-layout-content .wp-term-selector.pdm-selector .button span,
#container-83b505ae43 .pc-layout-content .wp-term-selector.mec-selector .button span {
  padding: 8px !important;
}
#container-83b505ae43 .wp-pricing .wp-color-promo span {
  color: #c94b23;
  font-weight: bold;
}
#container-83b505ae43 .wp-pricing .wp-color-promo span span.wd-strikethrough {
  color: #7f7f7f;
}
#container-83b505ae43 .wp-pricing .wd-font-12 {
  font-weight: bold !important;
}
#container-83b505ae43 .wp-promo-sub-buttons a.cmp-button {
  border-color: #000 !important;
  border-radius: 4px;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold;
  padding: 6px 20px;
}
#container-83b505ae43 .wp-promo-sub-buttons a.cmp-button span {
  width: unset !important;
}
#container-83b505ae43 .wp-promo-sub-buttons .wp-strike {
  color: #7f7f7f !important;
  font-weight: bold;
  opacity: 1 !important;
}
#container-83b505ae43 .wp-promo-sub-buttons .wp-discount {
  color: #c94b23 !important;
}
#container-83b505ae43 .wp-promo-collection-savings {
  color: #c94b23 !important;
}
#container-83b505ae43 .wp-red-card {
  background-color: #c94b23;
}
#container-83b505ae43 .wp-red-card .wp-details p {
  font-size: 21px !important;
  line-height: 1.2 !important;
  font-family: "ArtifaktLegend" !important;
  padding-right: 20px;
}
#container-83b505ae43 .wp-red-card .wp-hr {
  border-color: #fff !important;
}
#container-83b505ae43 .wp-red-card .wp-hr a {
  border-color: #fff !important;
}
#container-83b505ae43 .wp-dark-card {
  background-color: #262626 !important;
}
#container-83b505ae43 .wp-dark-card .wp-details p {
  font-size: 21px !important;
  line-height: 1.2 !important;
  font-family: "ArtifaktLegend" !important;
}
#container-83b505ae43 .wp-dark-card .wp-hr {
  border-color: #fff !important;
}
#container-83b505ae43 .wp-dark-card .wp-hr a {
  border-color: #fff !important;
}
#container-83b505ae43 .why-buy-with-autodesk a.wd-inline-icon span {
  font-weight: bold;
}

#container-83b505ae43 .marketoForm * {
  color: #000 !important;
}
#container-83b505ae43 .marketoForm input {
  border-color: #000 !important;
  border-radius: 4px;
  padding-left: 12px !important;
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold;
  width: 91% !important;
}
#container-83b505ae43 .marketoForm input[type="checkbox"] {
  background: #f00 !important;
  position: relative;
  width: 16px !important;
  height: 16px !important;
}
#container-83b505ae43 .marketoForm input[type="checkbox"]:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0px;
  left: -2px;
  top: -2px;
  border-radius: 5px;
  pointer-events: none;
}
#container-83b505ae43 .marketoForm input[type="checkbox"]:hover:after {
  border: 2px solid #8080ff;
}
#container-83b505ae43 .marketoForm input[type="checkbox"]:active:after {
  border: 2px solid #2bc275 !important;
  width: 100% !important;
  height: 100% !important;
  left: -2px !important;
  top: -2px !important;
}
#container-83b505ae43 .marketoForm input[type="checkbox"]:focus:after {
  border: 2px solid #5f60ff;
  left: -4px;
  top: -4px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
#container-83b505ae43 .marketoForm a.wd-button {
  border-color: #000 !important;
  border-radius: 4px;
}
#container-83b505ae43 .pp-form-overlay {
  background: none !important;
  border: none !important;
  padding: 0px !important;
}
#container-83b505ae43 .cmp-experiencefragment--faq {
  margin: 0px !important;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion {
  border: none;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question {
  margin: 0px 0px 8px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question p {
  color: #000 !important;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question h3 {
  position: relative;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000 !important;
  padding: 16px 40px 16px 16px;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question h3:after {
  content: ">";
  position: absolute;
  -webkit-transform: rotate(90deg) scaleY(2);
  transform: rotate(90deg) scaleY(2);
  right: 0px;
  font-family: "Artifakt";
  top: 50%;
  margin-top: -10px;
}
@media only screen and (max-width: 1260px) {
  #container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question h3:after {
    right: 4% !important;
  }
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question table {
  display: block;
  padding: 0px;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question table tbody {
  display: block;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question table tbody tr {
  display: block;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question table tbody tr td {
  display: block;
  padding: 0px;
}
#container-83b505ae43 .cmp-experiencefragment--faq .wp-accordion .wp-faq-question table tbody tr td:first-child {
  display: none;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions ul {
  margin-top: 0px !important;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions p {
  color: #000 !important;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions h3 {
  position: relative;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #000 !important;
  padding: 16px 40px 16px 16px;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions h3:after {
  content: ">";
  position: absolute;
  -webkit-transform: rotate(90deg) scaleY(2);
  transform: rotate(90deg) scaleY(2);
  right: 0px;
  font-family: "Artifakt";
  top: 50%;
  margin-top: -10px;
}
@media only screen and (max-width: 1260px) {
  #container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions h3:after {
    right: 4% !important;
  }
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions .wd-bc-smoke {
  border: none !important;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions ul {
  border: 1px solid #ccc;
  border-radius: 4px;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions table {
  display: block;
  padding: 0px !important;
  margin: 0px !important;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions table tbody {
  display: block;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions table tbody tr {
  display: block;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions table tbody tr td {
  display: block;
  padding: 0px;
}
#container-83b505ae43 .cmp-experiencefragment--legal-terms-and-conditions table tbody tr td:first-child {
  display: none;
}
#container-83b505ae43 a.cmp-button {
  position: relative;
}
#container-83b505ae43 a.cmp-button:after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: transparent;
  border: 0px;
  left: -2px;
  top: -2px;
  border-radius: 6px;
  pointer-events: none;
}
#container-83b505ae43 a.cmp-button:hover:after {
  border: 1px solid #8080ff;
}
#container-83b505ae43 a.cmp-button:active:after {
  border: 1px solid #2bc275 !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  left: -2px !important;
  top: -2px !important;
}
#container-83b505ae43 a.cmp-button:focus:after {
  border: 1px solid #5f60ff;
  left: -3px;
  top: -3px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}
