<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;amp;display=swap');


html {scroll-behavior: smooth;}

.mh {
    background-image: linear-gradient(170deg, #1c212999, #1c212977, #1c212999), url(/Uploaded/Image/mastheads/tall/30-percent-off-solidworks.webp);
    background-position-y: bottom !important;
}

strong { color: #262626;}

#IMG-MASTHEAD { height: 400px;}
#IMG-MASTHEAD h1{ font-family: 'Barlow Condensed';}
#IMG-MASTHEAD h2 {
    font-family: 'Barlow Condensed';
    font-size: clamp(1.8rem, 0.68rem + 2.56vw, 2.6rem);
    line-height: clamp(1.8rem, 0.68rem + 2.56vw, 2.6rem);
    font-weight: 400;
    letter-spacing: 1px;
}

#regWhite .accordion__item {
    border-bottom: 1px solid #1d4f90;
}

#regWhite .accordion-header {
    background: transparent;
    font-weight: 600;
    color: #262626;
}

#regWhite .accordion-header:hover {
    background: #0099ff;
    color: #fff;
}

#regWhite .accordion__item.active .accordion-header {
    background: linear-gradient(8deg, #0099ff, #f375f9); 
    color: #fff;
}

#regWhite .accordion__item.down a {
width: 100%;
    color: inherit;
    font-weight: 600;
    display: block;
}

#regWhite .accordion__item.down a:hover {
color: #fff !important;
}

#regWhite .accordion__item.down::after {
    content: "\f322";
    font-size: 18px;
    top: 9px;
    left: 9px;
    position: absolute;
    font-family: "font awesome 6 pro";
    font-weight: 400;
    color: #00b6ff;
    z-index: 5;
    transition: 0.3s ease;
    pointer-events: none;
}

#regWhite .accordion__item.down:hover::after {
color:#ff6319;
}
#regWhite .key-text {font-size: 2.2em; line-height: 1.2;}

@media (min-width: 700px) {
#regWhite .card-col-container { grid-gap: 40px; }
}

@media (max-width: 450px) {
.mh {
    background-image: linear-gradient(170deg, #1c212999, #1c212922, #1c212999), url(/Uploaded/Image/mastheads/mobile/450_solidworks-deals-coming-soon.webp);
padding: 0 20px;
}
#regWhite .key-text{ font-size: 1.8em;}
}


/*=====================RegGrey Start  ===================== */


/*----------------- Sliders Start ------------------*/

.slideroverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    width: 100%;
    height: 46px;
    transition: 0.4s ease;
}

.slidercontainer:hover .slideroverlay {
    height: 100%;
    background: #000d;
    display: flex;
    align-items: center;
}

.slidernote {
    font-family: "Barlow Condensed";
    font-size: 1.1em;
    position: absolute;
    top: 4px;
    right: 5px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    padding: 4px 6px;
    border-radius: 4px;
    color: white;
    font-weight: 600;
    transition: 0.4s ease;
}

.slidercontainer:hover .slidernote {
    opacity: 0;
}

.sliderbutton {
    background: #ff6319;
    padding: 5px 15px;
    border-radius: 4px;
    width: fit-content;
    margin: 10px auto 0;
}


.sliderbutton:hover {
    background: #0071ee;
}

.sliderbutton a {
    font-weight: 600 !important;
    color: white !important;
}

.slidertext {
    color: white;
    position: absolute;
    text-align: center;
    padding: 8px;
    padding-top: 10px;
}

.slideroverlaytitle {
    font-size: 1.4em !important;
    font-weight: 500;
    border-bottom: 0px solid #00b6ff;
    padding: 0px 0px 5px;
    margin: 0 10px;
    transition: 0.3s ease;
    font-family: "Barlow Condensed";
}

.slidercontainer:hover .slideroverlaytitle {
    border-width: 0 0 1px 0;
}

/*----------------- Sliders End ------------------*/

/*---------------------- Marketo Form Start  ------------------------------- */

.form-container {padding-bottom:20px; padding-left: 20px;}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
    color: #63666a;
}

.mktoForm .mktoFieldWrap:has(#LblmktoOptIn) {
    margin-bottom: 0 !important;
}

#regWhite #Country {
    border: 1px solid #55a73d !important;
	}
	
	
#regWhite #swks_County {
    border: 1px solid #55a73d !important;
	}


.mktoForm .mktoFieldWrap {
    margin-bottom: 20px;
}

.mktoForm {
font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
font-size: 14px !important;
color: #757575 !important;
line-height: 1.7em;
font-weight: 500 !important;
word-wrap: break-word;
margin-top: 10px;
}
.mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 0px !important;
display: flex !important;
flex-direction: row !important;
}
.mktoHasWidth {
    width: 98% !important;
    margin: 0 auto;
}
.mktoForm .mktoLabel {
    display: flex;
    padding-top: 0em !important;
    width: 15px !important;
    margin-left: -7.5px !important;
}
.mktoFieldWrap.mktoRequiredField {
width: 99%
}
.mktoForm .mktoOffset {
width: 0% !important
}
.mktoHtmlText {
    display: flex;
    justify-content: center;
}
.formTextBlock {
    padding: 10px 0px !important;
    font-size: 1.1em;
    color: #757575;
   width: 92%;
}
.mktoForm .mktoFieldWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width:100%;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
width: 92%!important;
align-items: center;
border: 1px solid #55a73d !important;
font-size: 1.1em !important;
float: left;
padding: 10px !important;
border-radius: 4px;
}
.mktoForm .mktoFormRow {
    width: 100%;
    display: flex;
    justify-content: center;
}

.mktoForm .mktoGutter {
    display: none;
}

.mktoButtonRow {
    margin-top: -10px !important;
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.mktoButtonWrap.mktoNative {
    width: 90%;
    margin-left: 0 !important;
}

.mktoForm .mktoAsterix {
    float: none;
    padding-left: 0px !important;
    color: #009fdf;
}

#regWhite input[type=text], #regWhite input[type=email], #regWhite textarea  {margin-bottom: 0 ;}
textarea#mkto_formnotes {margin-bottom: 20px; !important;}

.mktoForm .mktoError .mktoErrorArrow {
    background-color: #1D4F91 !important;
    border: none !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    background-color: #1D4F91 !important;
    background-image: none !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #fff !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    padding: 8px 8px 6px 8px !important;
    text-shadow: none !important;
    font-weight: lighter;
}

.mktoForm button.mktoButton {
    background-color: #55a73d;
    width: 100%;
    border: 0;
    text-align: center;
    font-weight: lighter;
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    padding: 8px 16px;
    border-radius: 4px;
}
#mktoOptIn {
width: 100%;
height: 20px;
padding-top: 0px !important;
margin-top: -12px;
}


#regWhite select {
    background-color: #fff;
    color: #757575;
}

.mktoFieldWrap.mktoRequiredField {margin-bottom: 20px;}

.demo {
font-size: 4.2em!important;
text-transform: uppercase;
font-weight: 700;
color: white;
line-height: 1em;
text-shadow: 0 3px 8px #262626;
margin: 0px;
opacity: 1;
margin-bottom: 45px;
}

.mktoButtonRow {
    margin-top: 10px !important;
    font-weight: 700;
}


.mktoCaptchaDisclaimer {margin-bottom: 15px !important}

@media (max-width: 480px) {
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {padding: 20px !important;}
textarea#mkto_formnotes {height: 70px;}
#regWhite select { padding: 10px !important;}
}



/*---------------------- Marketo Form End  ------------------------------- */

.key-text {
    text-transform: uppercase;
    text-align: center;
font-weight: 800;
font-size: 1.8em;
line-height: 1.4em;
margin: 0;
color: #1d4f91;
}







.offer-text {

font-size: 2.5em;
font-weight: 800;
color: #262626;
line-height: 1em;
text-transform: uppercase;
}

@media (max-width: 480px) {
.key-text { font-size: 1.8em;}
.offer-text { font-size: 2em;}
}

/*===================== RegGrey End  ===================== */







@media (max-width: 700px) {
#regGrey .card-col-container {column-gap: 10px; grid-gap: 10px;}
.SolidWorks-Title { font-size: 0.66em;}
#form {order: -1;}
}



@media (max-width: 400px) {
.vid-title {font-size: clamp(3.5rem, 2.461rem + 4.615vw, 8rem); clamp(3.5rem, 2.784rem + 3.179vw, 6.6rem);}
}




</pre></body></html>