@import "https://assets.graphisoft.com/typography/proximanova.min.css?2023-03-20";


head   {font-size: 24px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #000000;}
title  {font-size: 20px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #000000;}
body   {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
ul     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
ol     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
p      {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
strong {font-size: 14px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #000000;}
a      {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
b      {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
h1     {font-size: 18px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #313d6b;}
h2     {font-size: 18px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #313d6b;}
h3     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}
h4     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}
h5     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}
h6     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}


body {
    margin: 0;
    font-family: 'proxima nova', Helvetica, Arial;
}

ul.text {
    list-style-type: circle !important;
}
.video-overlay {
    background: url("https://learn.graphisoft.com/files/79743/LandingPage_Video_Overlay.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
#landing-top .text-container {
    max-width: 900px;
    margin: 27px 25px;
}
#landing-top .learn-bim-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 700 !important;
    font-size: 42px !important;
    line-height: 42px !important;
    color: #fff;
    margin-bottom: 33px;
}
#landing-top .learn-bim-text {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #fff;
    margin-bottom: 47px;
}
.btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    border-radius: 24px;
    width: 100%;
    min-height: 40px;
    background-color: #FF6104;
    border: none;
    color: #fff;
}
.btn-cta:hover {
    background-color: rgba(255,97,4,0.875);
    color: #fff;
}
.btn-long {
    width: 100% !important;
}
.all-buttons {
    display: grid;
    max-width: auto;
    align-items: auto;
    place-items: center;
    margin-inline: auto;
    margin-left: 20PX;
    grid-template-columns: 1fr 4fr;

}   
                .grid-bundle {
                    display: grid;
                    grid-column-gap:  10px;
                    margin-top: 48px;
                    
                }
                .skl_btn, .fltr_btn, .bck_btn {
                    font-size: 14px;
                    font-weight: 600;
                    font-family: 'proxima nova';
                    margin-bottom: 5px;
                    padding: 1px 25px;
                    border-radius: 10px;
                    background-color: #fff;
                    color: #313d6b;
                    cursor: pointer;
                    border-color: #313d6b;
                    border-style: solid;
                }
                .skl_btn:hover, .fltr_btn:hover, .bck_btn:hover {
                    background-color: #a4b2cd;
                    color: #000000;
                
                }
                .slctd {
                    background-color: #313d6b;
                    color: #fff;
                }
                .BIMAuth-title, .BIMCord-title, .BIMMngr-title {
                    display: none;
                }


.grid-2 {
    display:grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow:row;
    padding: 0 22px;
}
.small-container {
    max-width:1191px;
    margin:auto;
    background-color: #fff;
}
.move-top {
    margin-top: 60px;
    position: relative;
    z-index: 10;
}
.middle-outer-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.middle-outer-2 {
    position: relative;
}
.middle-outer-1 img {
    width: 100%; height: auto;
}
.middle {
    vertical-align: middle;
    text-align:center;
    max-width: 375px;
    max-height: 375px;
    width: 75%;
    height: 100%;
    z-index: 1000;
    position:absolute;
    display: table-cell;
    border-radius: 50%;
}
.testemonial .quote-sign {
    font-weight: 800;
    font-size: 96px;
    line-height: 96px;
    color: #fff;
}
.testemonial {
    padding-bottom: 60px;
    padding-top: 100px;
    position: relative;
}
.testemonial-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.testemonial-person-container {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #fff;
    margin: 20px 0;
}
.testemonial-person-container p {
   font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #fff;
    margin: 0 !important;
}
.quote-text {
    font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 22px !important;
        color: #fff;
}
.quote-text-bold {
    font-weight: 800 !important;
        font-size: 20px !important;
        line-height: 22px !important;
        color: #fff;
}
#bundle {
    max-width:1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
b {
    font-weight: 800 !important;
}
.grid-testemonials {
    display:grid;
    grid-template-columns: 1fr ;
    grid-column-gap: 20px;
    padding: 0 20px;
}
.text-testemonials, .text-testemonials-right {
    padding: 32px 12px;
}
.text-uppercase {
    text-transform: uppercase;
}
.table-text {
    line-height: 22px;
}
.table-header {
    border-bottom: 1px solid #5F6062;
    line-height: 28px !important;
    font-size: 16px !important;
}
#get-certified .title, #grow-together .title, #new-content .title, #your-way .title{
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    color: #5F6062;
    margin-top: 40px;
    margin-bottom: 40px;
}
#get-certified .text, #grow-together .text, #new-content .text, #your-way .text {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #5F6062;
    margin-top: 18px;
    margin-bottom: 18px;
}
#bundle .title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 48px !important;
    line-height: 48px !important;
    color: #5F6062;
    margin-top: 40px;
    margin-bottom: 40px;
}
#bundle .text {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #5F6062;
    margin-top: 18px;
    margin-bottom: 18px;
}
#bundle .item-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    color: #5F6062;
    margin-bottom: 0;
    margin-top: 0;
}
#bundle .item-sub-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #5F6062;
    margin-bottom: 0;
    margin-top: 0;
}
.bundle-content1 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(164,178,205,1);
}
.bundle-content1:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content1 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content2 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(25,31,54,0.8);
}
.bundle-content2:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content2 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content3 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(25,31,54,0.9);
}
.bundle-content3:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content3 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content4 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(25,31,54,1);
}
.bundle-content4:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content4 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content5 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(200,200,200,1);
}
.bundle-content5:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content5 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.grid-left-image {
    position: relative;
    margin-bottom: 28px;
}
.grid-left-image img {
    max-width:500px;

    z-index:1000;
    position: relative;
}
.bundle-img {
    max-width: 100%;
    height: auto;
}
video {
    display: none;
}
.grid-footer {
    display:grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow:row;
    row-gap: 5px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #231f20;
    padding: 14px 24px 24px 14px;
}
.policy-link {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;    
    color: #231f20;
    text-decoration: none;
}
.policy-link:hover {
    color: #231f20;
}
.footer-container {
    max-width: 1280px;
    margin: auto;
}
.footer-menu-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 400 !important;
    color: #313d6b !important;
    font-size: 18px !important;
    text-transform: uppercase;
}
.grid-5 {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    margin-bottom: 48px;
    padding: 0 24px;
}
.sub-menu {
    list-style-type: none;
    padding-left: 0;
}
.nav-link {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 400 !important;
    color: #5F6062 !important;
    font-size: 14px !important;
}
.sub-menu .nav-link {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6rem;
    color: #5F6062;
    text-decoration: none;
}
.sub-menu .nav-link:hover {
    color: #5F6062;
    text-decoration: none;
}
.footer-wrap {
    background-color: #f1f1f2;
    width: 100%;
}
footer {
    padding: 0 !important;
}
.timg-1 {
    width: 305px;
    height: 262px;
}
.timg-2 {
    width: 300px;
    height: 314px;
}
.timg-3 {
    width: 280px;
    height: 244px;
}
@media (min-width: 768px) {
    #landing-top .text-container {
        margin: 167px 125px;
    }
    .md-upshift {
        margin-top: -61px;
        z-index: 1000;
        position: relative;
    }
    .grid-bundle {
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
    }
	.grid-bundle2 {
        grid-auto-columns: minmax(0, 0);
        grid-auto-flow: column;
    }
    .btn-cta {
        max-width: 355px;
    }
    #landing-top .learn-bim-title {
        font-weight: 700 !important;
        font-size: 64px !important;
        line-height: 64px !important;
    }
    #landing-top .learn-bim-text {
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 27px !important;
    }
    #get-certified .title, #grow-together .title, #new-content .title, #your-way .title{
        font-weight: 800 !important;
        font-size: 48px !important;
        line-height: 48px !important;
    }
    .move-top {
        margin-top: -60px;
        padding-top: 30px;
    }
    .grt-left {
        margin-right: 80px;
    }
    .grt-right {
        margin-left: 80px;
    }
    .timg-1 {
        width: 436px;
        height: 374px;
    }
    .timg-2 {
        width: 429px;
        height: 449px;
    }
    .timg-3 {
        width: 399px;
        height: 349px;
    }
}

@media (min-width: 992px) {
    #landing-top .text-container {
        margin: 167px 150px;
    }
    .grid-2 {
        grid-auto-flow: column;
    }
    .grid-left-image {
        display: block;
    }
    .testemonial {
        padding-bottom: 100px;
    }
    #bundle {
        padding-bottom: 100px;
    }
    .grid-footer {
        grid-auto-flow: column;
    }
    .grid-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-testemonials {
        grid-template-columns: 6fr 3fr;
    }
    .testemonial-person-container {
        padding-left: 32px;
    }.text-testemonials, .text-testemonials-right {
        padding: 32px;
    }
}

@media(min-width: 1195px) {

	.footerNav {
		margin-top: 20px;
	    padding-left: 20px;
        }
    
    video {
        display: block;
    }
    .video-overlay {
        display: block;
        position:absolute;
        top:0%;
        left:0%;
        z-index:10;
        background-image: none;
        background-color: rgba(0,0,0,0.1);
        width: 100vw;
        height: 55.6vw;
    }
}

@media (min-width: 1400px) {
    .text-testemonials-right {
        max-width: 60%;
        padding-right:0;
        padding-left: 0;
    }
    .grid-testemonials {
        grid-template-columns: 6fr 3fr 1fr;
    }
    .testemonial-person-container {
        padding-left: 0;
    }
    .left-sided {
        margin-right: 169px;
    }
    .right-sided {
        margin-left: 169px;
    }
    .quote-text {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
    }
}



/* 
* New Landing Page CSS
*
* Header styles
*
*/
#wst-nlkksv1-header.s-header {
 border-top: none !important;
height: 80px !important;
}

@media (max-width: 575px) {
  #wst-nlkksv1-header.s-header {
    height: 45px !important;
  }
}

#wst-nlkksv1-header.s-header .container {
  align-items: center !important;
  display: flex !important;
  height: 80px !important;
  justify-content: space-between !important;
}

@media (max-width: 575px) {
  #wst-nlkksv1-header.s-header .container {
    height: 45px !important;
    padding: 0 12px !important;
  }
}

@media (min-width: 980px) {
  #wst-nlkksv1-header.s-header .container {
    width: 100% !important;
 }
}

@media (min-width: 1200px) {
  #wst-nlkksv1-header.s-header .container {
    max-width: 1158px !important;
  }
}

@media (min-width: 1440px) {
  #wst-nlkksv1-header.s-header .container {
    max-width: 1398px !important;
    width: 100% !important;
  }
}

#wst-nlkksv1-header.s-header nav {
  font-size: 14px !important;
  width: 100% !important;
}

#wst-nlkksv1-header.s-header .logo {
  display: flex !important;
  margin-top: 3px !important;
  height: 48px !important;
  width: auto !important;
  max-width: 120px !important;
}

@media (max-width: 576px) {
  #wst-nlkksv1-header.s-header .logo,
  #wst-nlkksv1-header.s-header .logo img {
    height: 36px !important;
  }
}

#wst-nlkksv1-header.s-header .logo a {
  display: flex !important;
}

#wst-nlkksv1-header.s-header nav {
    display: unset !important;
}

#wst-nlkksv1-header.s-header ul {
  align-items: center !important;
  display: flex !important;
  list-style-type: none !important;
  padding-left: 0.5rem !important;
}

@media (max-width: 767px) {
  #wst-nlkksv1-header.s-header ul {
    justify-content: flex-end !important;
  }
}

#wst-nlkksv1-header.s-header nav > ul > li:first-of-type {
  align-items: center !important;
  border-left: 1px solid !important;
  display: flex !important;
  height: 16px !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  visibility: hidden !important;
}

#wst-nlkksv1-header.s-header ul li {
  margin: 0 0.5rem !important;
}

@media (max-width: 575px) {
  #wst-nlkksv1-header.s-header ul li {
    margin: 0 0.5rem !important;
  }
}

#wst-nlkksv1-header.s-header ul li:last-of-type {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  #wst-nlkksv1-header.s-header .desktop-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #wst-nlkksv1-header.s-header ul li.mobile-hide {
    display: none !important;
  }
}

#wst-nlkksv1-header.s-header .menu-grid {
  margin: 0 1rem !important;
}

#wst-nlkksv1-header.s-header .mobile-hide.menu-login {
  padding: 0.5rem 0.75rem !important;
}

#wst-nlkksv1-header.s-header .desktop-hide.menu-login a {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

#wst-nlkksv1-header.s-header .desktop-hide.menu-login:hover a,
#wst-nlkksv1-header.s-header .desktop-hide.menu-login:focus a {
  background: #F6F7FA;
}

#wst-nlkksv1-header.s-header .desktop-hide.menu-login:active a {
  background: #D5DCE8;
}

#wst-nlkksv1-header.s-header .desktop-hide.menu-login a img {
    width: 18px;
    height: 18px;
    margin-left: -1px;
}

#wst-nlkksv1-header.s-header .mobile-hide.menu-login:hover,
#wst-nlkksv1-header.s-header .mobile-hide.menu-login:focus {
  background: rgba(246, 247, 250, 1) !important;
  border-radius: 25px !important;
}

#wst-nlkksv1-header.s-header .mobile-hide.menu-login:active {
  background: rgba(213, 220, 232, 1) !important;
}

#wst-nlkksv1-header.s-header .mobile-hide.menu-login img {
  padding-right: 0.75rem !important;
}

#wst-nlkksv1-header.s-header ul li:not(:first-of-type) a {
  text-transform: uppercase !important;
}

#wst-nlkksv1-header.s-header ul li a {
  display: flex !important;
  position: relative !important;
}

#wst-nlkksv1-header.s-header ul li a:hover {
  color: rgba(0, 0, 0, 1) !important;
}

#wst-nlkksv1-header.s-header ul .after-pseudo-style > a:hover::after {
    content: '' !important;
    width: 100% !important;
    height: 2.5px !important;
    position: absolute !important;
    background: rgba(49, 61, 107, 1) !important;
    bottom: -4px !important;
    z-index: 10002 !important;
    border-radius: 15px;
}

@media (min-width: 576px) {
  #wst-nlkksv1-header.s-header #mobile-menu-overlay {
        margin-top: 80px !important;
  }

  #wst-nlkksv1-header.s-header #mobile-menu-close {
    margin-top: -65.5px !important;
    margin-right: 8px !important;
  }
}

#wst-nlkksv1-header.s-header #mobile-menu-overlay .sublinks {
    font-weight: 600 !important;
    padding: 0.35rem 2rem;
}

#wst-nlkksv1-header.s-header ul li.has-dropdown .dropdown a:hover,
#wst-nlkksv1-header.s-header ul li.has-dropdown .dropdown a:focus,
#wst-nlkksv1-header.s-header ul li.has-dropdown .dropdown a:active,
#wst-nlkksv1-header.s-header #mobile-menu-overlay .sublinks:hover,
#wst-nlkksv1-header.s-header #mobile-menu-overlay .sublinks:focus,
#wst-nlkksv1-header.s-header #mobile-menu-overlay .sublinks:active {
  color: rgba(181, 69, 3, 1) !important;
}

#wst-nlkksv1-header.s-header #mobile-menu-overlay a:not(.sublinks):hover {
  background-color: #F6F7FA !important;
}

@media (min-width: 576px) {
  #wst-nlkksv1-header.s-header #mobile-menu-backdrop {
    margin-top: 80px !important;
  }
}

#wst-nlkksv1-header.s-header ul li.has-dropdown {
  position: relative !important;
}

#wst-nlkksv1-header.s-header ul li.has-dropdown .dropdown {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #fff !important;
  min-width: 200px !important;
  box-shadow: 0 16px 16px rgba(49, 61, 107, 0.12) !important;
  z-index: 10001 !important;
  padding: 1rem 0 !important;
    overflow: hidden !important;
}

#wst-nlkksv1-header.s-header ul li.has-dropdown:hover .dropdown,
#wst-nlkksv1-header.s-header ul li.has-dropdown:focus-within .dropdown {
  display: block !important;
}

#wst-nlkksv1-header.s-header ul li.has-dropdown .dropdown li {
  margin: 0 !important;
  padding: 0 !important;
}

#wst-nlkksv1-header.s-header ul li.has-dropdown .dropdown a {
  display: block !important;
  padding: 0.5rem 1.5rem !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  text-transform: none !important;
  transition: background 0.2s !important;
}

/* 
* Hero styles
*
*/
#wst-nlkksv1-hero.b-hero {
  position: relative !important;
  padding-bottom: 11rem !important;
  padding-top: 2.5rem !important;
  background-image: url('https://learn.graphisoft.com/files/79743/landing_page_LearnHeroGradient_lowres.svg') !important;
  mix-blend-mode: multiply !important;
  margin-top: -10px !important;
}

@media (min-width: 324px) {
  #wst-nlkksv1-hero.b-hero {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 576px) {
  #wst-nlkksv1-hero.b-hero {
        padding-top: 6.4rem !important;
 }
}


@media (min-width: 768px) {
  #wst-nlkksv1-hero.b-hero {
    background-color: unset !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-bottom: 6.4rem !important;
  }
}

 #wst-nlkksv1-hero.b-hero::before {
  -webkit-mask-image: linear-gradient(to left, black 0%, transparent 50%) !important;
  background-image: url('https://learn.graphisoft.com/files/79743/landing_page_LearnHeroGrid_lowres.svg') !important;
  content: "" !important;
  inset: 0 !important;
  mask-image: linear-gradient(to left, black 0%, transparent 50%) !important;
  position: absolute !important;
  z-index: -2 !important;
  background-size: contain !important;
  background-repeat: repeat-x !important;
  background-position: right center !important;
}

@media (max-width: 767px) {
  #wst-nlkksv1-hero.b-hero::before {
    background-size: cover !important;
    -webkit-mask-image: linear-gradient(to top, black 0%, transparent 50%) !important;
    mask-image: linear-gradient(to top, black 0%, transparent 50%) !important;
  }
}

 #wst-nlkksv1-hero.b-hero::after {
  background-image: url('https://learn.graphisoft.com/files/79743/landing_page_LearnHeroBuilding_lowres.png') !important;
  background-position: right -100% !important;
  background-repeat: no-repeat !important;
  background-size: 700px !important;
  content: "" !important;
  inset: 0 !important;
  position: absolute !important;
  z-index: -1 !important;
  margin-right: -8rem !important;
}

@media (min-width: 1441px) {
  #wst-nlkksv1-hero.b-hero::after {
    margin: 0 auto !important;
    max-width: 1600px !important;
  }
}

@media (max-width: 991px) {
  #wst-nlkksv1-hero.b-hero::after {
    background-position: right -50% !important;
    background-size: 600px !important;
  }
}

@media (min-width: 992px) {
  #wst-nlkksv1-hero.b-hero {
    padding-bottom: 3.75rem !important;
    padding-top: 3.75rem !important;
  } 
}

@media (max-width: 767px) {
  #wst-nlkksv1-hero.b-hero::after {
    background-position: right 250% !important;
  }
}

@media (max-width: 575px) {
  #wst-nlkksv1-hero.b-hero::after {
    background-position: left 350% !important;
  }
}

#wst-nlkksv1-hero.b-hero .container {
  position: relative !important;
}

#wst-nlkksv1-hero.b-hero .container span {
  bottom: -85px !important;
  font-size: 12px !important;
  padding: 0 40px !important;
  position: absolute !important;
  right: 0 !important;
  text-transform: uppercase !important;
}

@media (max-width: 991px) {
  #wst-nlkksv1-hero.b-hero .container span {
    bottom: -125px !important;
    padding: 0 24px !important;
  }
}

@media (max-width: 767px) {
  #wst-nlkksv1-hero.b-hero .container span {
    bottom: -210px !important;
    font-size: 10px !important;
    line-height: 12px !important;
  }
}

@media (max-width: 329px) {
  #wst-nlkksv1-hero.b-hero .container span {
    right: unset !important;
    left: 0 !important;
    bottom: -222px !important;
  }
}

@media (max-width: 323px) {
  #wst-nlkksv1-hero.b-hero .container span {
    bottom: -206px !important;
  }
}

#wst-nlkksv1-hero.b-hero h1 {
  font-size: 32px !important;
  font-weight: 900 !important;
  letter-spacing: 0.78px !important;
  line-height: 30px !important;
  max-width: 360px !important;
  text-transform: uppercase !important;
  margin: 0 0 4rem !important;
}

@media (min-width: 768px) {
  #wst-nlkksv1-hero.b-hero h1 {
    margin: 0 0 1.5rem !important;
  }
}

@media (min-width: 992px) {
  #wst-nlkksv1-hero.b-hero h1 {
    font-size: 52px !important;
    line-height: 54px !important;
    max-width: 600px !important;
    margin: 0 0 0.5rem !important;
  }
}

#wst-nlkksv1-hero.b-hero p {
 display: none !important;
}

@media (min-width: 992px) {
  #wst-nlkksv1-hero.b-hero p {
    display: block !important;
    max-width: 500px !important;
    line-height: 26px !important;
    letter-spacing: -0.126px !important;
    margin: 0 0 1.5rem !important;
   }
}

#wst-nlkksv1-hero.b-hero a {
  background-color: rgba(255, 97, 4, 1) !important;
  border-radius: 20px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  padding: 0.375rem 1.5rem !important;
}

#wst-nlkksv1-hero.b-hero a:hover,
#wst-nlkksv1-hero.b-hero a:focus,
#wst-nlkksv1-hero.b-hero a:active {
  background-color: #313d6b !important;
}

#wst-nlkksv1-hero.b-hero a:active {
  background-color: rgba(35, 43, 76, 1) !important;
}

/* 
* Cards styles
*
*/
#wst-nlkksv1-cards.b-cards {
  padding-bottom: 3.5rem !important;
  padding-top: 5rem !important;
}

@media (min-width: 992px) {
  #wst-nlkksv1-cards.b-cards {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
  } 
}

#wst-nlkksv1-cards .b-cards__header-title h2 {
  font-size: 24px !important;
  line-height: 26px !important;
  margin-bottom: 2.5rem !important;
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  #wst-nlkksv1-cards .b-cards__header-title h2 {
    font-size: 40px !important;
    line-height: 42px !important;
  } 
}

#wst-nlkksv1-cards .b-cards__items {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  justify-content: center !important;
}

#wst-nlkksv1-cards .b-cards__item {
  border-radius: 8px !important;
  border: 1px solid #fff !important;
  box-shadow: 0 1px 8px rgba(5, 7, 19, 0.15) !important;
  flex: 1 1 100% !important;
  overflow: hidden !important;
  transition: transform 0.1s ease !important;
}

  #wst-nlkksv1-cards .b-cards__item {
    flex: 1 1 calc(50% - 8px) !important;
    max-width: 360px !important;
  }

@media (min-width: 576px) {
  #wst-nlkksv1-cards .b-cards__item {
    flex: 1 1 calc(50% - 16px) !important;
  }
}

@media (min-width: 992px) {
  #wst-nlkksv1-cards .b-cards__item {
    flex: 1 1 calc(25% - 16px) !important;
  }
}

@media (min-width: 992px) {
  #wst-nlkksv1-cards .b-cards__item {
    flex: 1 1 calc(25% - 24px) !important;
  }
}

#wst-nlkksv1-cards .b-cards__item:hover {
  transform: scale(1.025) !important;
}

#wst-nlkksv1-cards .b-cards__item a {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  width: 100% !important;
}

#wst-nlkksv1-cards .b-cards__item img {
  margin-bottom: 0.5rem !important;
  width: 100% !important;
}

#wst-nlkksv1-cards .b-cards__item h3 {
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 576px) {
  #wst-nlkksv1-cards .b-cards__item h3 {
    font-size: 24px !important;
  }
}

#wst-nlkksv1-cards .b-cards__item-header {
  margin-bottom: 1rem !important;
}

#wst-nlkksv1-cards .b-cards__item-header p {
  color: rgba(135, 135, 135, 1) !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

#wst-nlkksv1-cards .b-cards__item h3,
#wst-nlkksv1-cards .b-cards__item p {
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: 0 !important;
}

@media (min-width: 576px) {
  #wst-nlkksv1-cards .b-cards__item a > p {
    line-height: 26px !important;
  }
}

#wst-nlkksv1-cards .b-cards__item .b-cards__item-price {
  padding-bottom: 0.75rem !important;
  padding-top: 1.5rem !important;
  margin-top: auto !important;
}

#wst-nlkksv1-cards .b-cards__item-price > span {
  display: block !important;
}

#wst-nlkksv1-cards .b-cards__item p:last-of-type > span:first-of-type {
  font-size: 14px !important;
}

#wst-nlkksv1-cards .b-cards__item-price > span span {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}

/* 
* CTA styles
*
*/
#wst-nlkksv1-cta.b-text-and-media-cta {
  padding-bottom: 3.75rem !important;
  padding-top: 3.75rem !important;
}

#wst-nlkksv1-cta.b-text-and-media-cta .container {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

@media (min-width: 768px) {
  #wst-nlkksv1-cta.b-text-and-media-cta .container {
    flex-direction: row !important;
  }
}

#wst-nlkksv1-cta .b-text-and-media-cta__text,
#wst-nlkksv1-cta .b-text-and-media-cta__media {
  flex: 1 1 50% !important;
}

@media (min-width: 768px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text {
    max-width: 400px !important;
  }
}

@media (max-width: 767px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text {
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
  }
}

#wst-nlkksv1-cta .b-text-and-media-cta__media {
  display: none !important;
}

@media (min-width: 768px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__media {
    max-width: 600px !important;
    display: flex !important;
  }
}

#wst-nlkksv1-cta .media-mobile,
#wst-nlkksv1-cta .media-mobile img {
  margin: 0 0 0.5rem -12px !important;
  max-height: 400px !important;
  object-fit: cover !important;
  width: calc(100% + 2 * 12px) !important;
}

@media (min-width: 576px) {
  #wst-nlkksv1-cta .media-mobile,
  #wst-nlkksv1-cta .media-mobile img {
    margin: 0 0 0.5rem -24px !important;
    width: calc(100% + 2 * 24px) !important;
  }
}

@media (min-width: 768px) {
  #wst-nlkksv1-cta .media-mobile,
  #wst-nlkksv1-cta .media-mobile img {
    display: none !important;
  }
}

#wst-nlkksv1-cta .b-text-and-media-cta__text h2 {
  font-size: 24px !important;
  line-height: 26px !important;
  margin-bottom: 1.5rem !important;
  margin-top: 0.5rem !important;
}

@media (min-width: 768px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text h2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (min-width: 992px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text h2 {
    font-size: 40px !important;
    line-height: 42px !important;
  }  
}

#wst-nlkksv1-cta .b-text-and-media-cta__text p {
  font-size: 14px !important;
  line-height: 21px !important;
  margin-bottom: 1.5rem !important;
  margin-top: 0 !important;
  padding-right: 2rem !important;
}

@media (min-width: 768px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text p {
    margin-bottom: 2.75rem !important;
  }
}

@media (min-width: 992px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1440px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text p {
    padding-right: 0 !important;
  }
}

#wst-nlkksv1-cta.b-text-and-media-cta a {
  font-size: 14px !important;
  line-height: 16px !important;
  border-radius: 20px !important;
  border: 1px solid rgba(49, 61, 107, 1) !important;
  display: inline-flex !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  padding: 0.375rem 1.5rem !important;
  background-color: #fff !important;
}

#wst-nlkksv1-cta.b-text-and-media-cta a:hover,
#wst-nlkksv1-cta.b-text-and-media-cta a:focus {
  background-color: #313d6b !important;
  color: #fff !important;
}

#wst-nlkksv1-cta.b-text-and-media-cta a:active {
  background-color: rgba(35, 43, 76, 1) !important;
}

@media (min-width: 992px) {
  #wst-nlkksv1-cta.b-text-and-media-cta a {
    font-size: 18px !important;
    line-height: 20px !important;
  }  
}

#wst-nlkksv1-cta .b-text-and-media-cta__media figure {
  margin: 0 !important;
}

#wst-nlkksv1-cta .b-text-and-media-cta__media img {
  aspect-ratio: 655 / 363 !important;
  border-radius: 8px !important;
  max-width: 100% !important;
  object-fit: cover !important;
}

@media (min-width: 992px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__media img {
    aspect-ratio: 352 / 180 !important;
  }
}

#wst-nlkksv1-cta .b-text-and-media-cta__media figcaption,
#wst-nlkksv1-cta .b-text-and-media-cta__text figcaption {
  font-size: 11px !important;
  line-height: 14px !important;
  padding-top: 0.5rem !important;
  text-align: right !important;
}

@media (max-width: 767px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__text figcaption {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  #wst-nlkksv1-cta .b-text-and-media-cta__media figcaption,
  #wst-nlkksv1-cta .b-text-and-media-cta__text figcaption {
    font-size: 12px !important;
    line-height: 16px !important;
  }
}

/* 
* Testimonial Slider styles
*
*/
#wst-nlkksv1-testimonial.b-testimonial {
  background-image: conic-gradient(from 198deg at 38% 48%, rgba(141, 141, 141, 1), rgba(95, 96, 98, 1)) !important;
  color: #fff !important;
  position: relative !important;
  padding-top: 2rem !important;
}

@media (min-width: 576px) {
  #wst-nlkksv1-testimonial.b-testimonial {
    background-image: conic-gradient(from 198deg at 68% 28%, rgba(141, 141, 141, 1), rgba(95, 96, 98, 1)) !important;
  padding-top: unset !important;
  }
}

#wst-nlkksv1-testimonial.b-testimonial::after {
  background-color: #231f20 !important;
  content: '' !important;
  height: 82px !important;
  left: 0 !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider.swiper {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
  padding: 0 3rem !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider .swiper-wrapper {
  padding-bottom: 0.75rem !important;
  padding-top: 24px !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider--quote {
  display: flex !important;
  flex-direction: column !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 18px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative !important;
  justify-content: center !important;
}

@media (max-width: 575px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider--quote {
    padding: 0 1rem !important;
  }
}

@media (min-width: 992px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider--quote {
    font-size: 24px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1440px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider--quote {
    padding: 1rem 0 !important;
  }
}

#wst-nlkksv1-testimonial .b-testimonial__slider--quote::before {
  content: '“' !important;
  font-size: 52px !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider--quote::after {
  content: '' !important;
  width: 100% !important;
  height: 25px !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider .b-testimonial__slider--content {
  display: flex;
}

@media (max-width: 575px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider .b-testimonial__slider--content {
    align-items: center;
    flex-direction: column;
  }
}

#wst-nlkksv1-testimonial .b-testimonial__slider .b-testimonial__slider--content img {
  margin-bottom: 0.75rem;
  margin-left: auto;
  margin-top: auto;
  max-height: 148px;
  width: auto;
}

@media (min-width: 576px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider .b-testimonial__slider--content img {
    padding-left: 4rem;
  }  
}

@media (min-width: 768px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider .b-testimonial__slider--content img {
    padding-left: 10rem;
  }  
}

@media (min-width: 992px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider .b-testimonial__slider--content img {
    max-height: 210px;
    padding-left: 6rem;
  }
}

@media (min-width: 1200px) {
  #wst-nlkksv1-testimonial .b-testimonial__slider .b-testimonial__slider--content img {
    padding-left: 10rem;
  }
}

#wst-nlkksv1-testimonial .swiper-button-prev:after,
#wst-nlkksv1-testimonial .swiper-rtl .swiper-button-next:after,
#wst-nlkksv1-testimonial .swiper-button-next:after,
#wst-nlkksv1-testimonial .swiper-rtl .swiper-button-prev:after {
  background: url('https://learn.graphisoft.com/files/79743/landing_page_icon_slider-arrow.svg') no-repeat center !important;
  background-size: cover !important;
  content: '' !important;
  display: block !important;
  height: 18px !important;
  width: 18px !important;
}

@media (min-width: 1200px) {
  #wst-nlkksv1-testimonial .swiper-button-prev:after,
  #wst-nlkksv1-testimonial .swiper-rtl .swiper-button-next:after,
  #wst-nlkksv1-testimonial .swiper-button-next:after,
  #wst-nlkksv1-testimonial .swiper-rtl .swiper-button-prev:after {
    height: 36px !important;
    margin-top: -82px !important;
    width: 36px !important;
  }
}

#wst-nlkksv1-testimonial .swiper-button-next:after,
#wst-nlkksv1-testimonial .swiper-rtl .swiper-button-prev:after {
  transform: rotate(180deg) !important;
}

#wst-nlkksv1-testimonial .swiper-button-prev {
  margin-left: -0.5rem !important;
}

#wst-nlkksv1-testimonial .swiper-button-next {
  margin-right: -0.5rem !important;
}

@media (max-width: 1199px) {
  #wst-nlkksv1-testimonial .swiper-button-prev,
  #wst-nlkksv1-testimonial .swiper-button-next {
    bottom: 64px !important;
    display: flex !important;
    height: 38px !important;
    left: 0 !important;
    margin-bottom: -42px !important;
    margin-left: 3rem !important;
    top: unset !important;
    width: 38px !important;
  }

  #wst-nlkksv1-testimonial .swiper-button-next {
    margin-left: 86px !important;
  }
}

#wst-nlkksv1-testimonial .b-testimonial__slider--author {
  padding-left: 25% !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider--author p {
  margin: 0 !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider--author .name {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
  text-align: right !important;

  /* Only allow one line per author info */
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#wst-nlkksv1-testimonial .b-testimonial__slider--author .role,
#wst-nlkksv1-testimonial .b-testimonial__slider--author .company {
  font-size: 14px !important;
  line-height: 16px !important;
  text-align: right !important;

  /* Only allow one line per author info */
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/* 
* Footer styles
*
*/
#wst-nlkksv1-footer.s-footer {
  background-color: rgba(243, 243, 243, 1) !important;
}

#wst-nlkksv1-footer.s-footer .container {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  font-size: 13px !important;
  justify-content: space-between !important;
}

@media (min-width: 992px) {
  #wst-nlkksv1-footer.s-footer .container {
    flex-direction: row !important;
    height: 60px !important;
  }
}

@media (max-width: 991px) {
  #wst-nlkksv1-footer.s-footer .container {
    padding: 1.5rem 1rem !important;
    flex-direction: column-reverse !important;
  }

  #wst-nlkksv1-footer.s-footer .container > * {
    line-height: 14px !important;
    margin: 0 !important;
    padding: 0.25rem !important;
  }
}

#wst-nlkksv1-footer.s-footer ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}

#wst-nlkksv1-footer.s-footer ul li {
  padding: 0.25rem 0.5rem !important;
}

@media (min-width: 1200px) {
  #wst-nlkksv1-footer.s-footer ul li {
    padding: 0 0.75rem !important;
  }
}


