/* 
Editor notes Added by Alan Trojanowski, Nov 2023.

This is a static un-minified style sheet, allowing easy edits to staff without compilers.
This builds on the original minified CSS which was first written in BEM+SCSS but this has not been maintained.
This is not mobile first and this document has the following break points / media queries:
    max-width: 1300px | 1250px | 768px
    min-width: 1400px | 1248px | 1024px

!! After updating this file, update the version number in css URL link in templates/includes/layout/_header.php (line 29) to force browsers to update it

!! Clear cache in cloudflare, then run a link crawler like Xenu or Link Sleuth to re-cache and avoid logged-in pages being cached.

. */

.italic {
    font-style: italic;
}
figcaption {
        font-weight: 300;
    line-height: 1.8rem;
    font-size: 1.2rem;
    padding: 0.5rem;
    opacity: 0.9;
}
sub, sup {
    font-size: revert;
    vertical-align: revert;
}
.generic-large p {
    font-weight: 300;
}
.cky-revisit-bottom-left {
    opacity:0.1;
}
.cky-revisit-bottom-left:hover {
    opacity:1;
}

.industry__overlay.softbackground {
    background-color: rgba(255, 255, 255, 0.8);
}
.link.wrapanywhere {
    display: inline;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.contacts.section, .contacts__layout {
    display: block;
}
.contacts__item__header {
    background: #fff;
    color: #000;
    padding: 1rem 2rem 0.5rem 2rem;
    display: block;
    font-size: 1.2rem;
    line-height: 26px;
    position: relative;
}
.contacts__item__header a {
    position: absolute;
    top:-100px;
}
.contacts__flags {
    display: inline-block;
    vertical-align: middle;
    
}
.contacts__flags img {
    max-height: 20px;
    
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.35);
}
img.contacts__flag {
    margin: 0.6rem;
}
.contacts__item__header p {
    font-size: 1.5rem;
    color: #000;
}
div.contacts__contacts {
    max-width: none;
    width: 100%;
    
}
div.contacts__contacts h5 {
    color: #fff;
    
}
div.contacts__contact p{
    display: inline;
    color: #ffffff;
    
}
.contacts__item {
    display: grid;
    grid-template-columns: 4fr 2fr;
    padding: 1.5rem 3rem;
    background: #242c31;
    margin-bottom: 2rem;
}
.privacy {
    background-color: #fff;
    font-size: 0.7rem;
    opacity: 0.9;
    padding: 0.5rem 2rem;
}
.form--contact {
    background-color: #f1f1f1;

}
.mbr-map iframe{
	pointer-events: none;
}
.mbr-map iframe.clicked{
	pointer-events: auto;
}
.form__title {
    color:#0d3d71;
}
.form--contact .form__header {
    background-color: #0d3d71;
}
.form--contact .form__header .form__title {
    color:#ffffff;
}
.form--contact.FormBuilder.InputfieldForm button {
    background-color: #ea6622;
}
.contact__method {
    font-size:1.2rem;
}
.contact-buttons {
    margin:0 0 1.5rem 0;
}
.contact {
    grid-gap: 5rem;
}
#wrap_Inputfield_please_tell_us_what_you_are_interested_in {
    display: none;
}
.InputfieldForm .Inputfield.InputCols {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
address {
    font-size: 17px;
    font-weight: normal;
    line-height: 2;
}
.pw-no-select {
    color:#0d3d71;
}
.form__body {
    background-color: #f1f1f1;
    padding: .5rem 1.5rem 1rem 1.5rem;
}
.form__body .form__label  {
    color: #37444d;
}

.FormBuilder.InputfieldForm .Inputfield {
    margin-bottom: 1rem;
}
form.FormBuilder.InputfieldForm .Inputfield {
    margin-bottom: 1rem;
}
.FormBuilder.InputfieldForm input::placeholder {
    color:#424f58;
    opacity: 0.6; /* Firefox */
  }
.grid__item {
    padding-bottom: 1rem;
}
.menu__upper::before {
    z-index: 1;
}
.megamenu.grid.grid--mega {
    box-shadow: none;
}
.dropdown--mega {
    top: 3.45rem;
    padding-top: 0.4rem;
}
ul.dropdown {
    padding-bottom: 0;
    
}
.dropdown--mega h5 {
    margin:0;
    padding: 0;
}
.dropdown__inner {
    padding: 1rem 1.5rem;
    background: #f5f4f4;
    border-top: 1px solid #424f58;
    border-bottom: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(33, 33, 33, 0.26);
    -moz-box-shadow: 0px 3px 5px 0px rgba(33, 33, 33, 0.26);
    box-shadow: 0px 3px 5px 0px rgba(33, 33, 33, 0.26);
}
.contact__box h1{
    padding: 0;

  }
  .contact__box h3 {
    padding-bottom: 0;
  }


  .flags img {
    height: 24px;
    box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.29);
    -webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.29);
  }
  .contacts__flag {
    margin-right: 0.5rem;
}
div.application-notes__item {
    text-align: left;
}

.full-width {
    width: 100%;
}

.form__textarea {
    height: 100px;
}

.previews__image {
    /* override */
    width: 150px;
}


/* Document grid pages (e.g. brochures/datasheets, articles) */
div.grid.doc__grid {
    grid-template-columns: repeat(auto-fill, 150px);
}

div.doc__grid .previews__image {
    max-height: 200px;
    min-width: 120px;
    max-width: 150px;
    box-shadow: 10px 10px 5px grey;
}
.prefooter {
    width: 100%;
    text-align: center;
    padding: 1.5rem;
    color: #fff;
    background: #424f58;
    font-weight: 300;
    font-size: 1.3rem;
    position:relative;
    z-index: 3;
}
.prefooter a {
    font-weight: bold;
    color: #fff;
}
.prefooter img {
    font-weight: bold;
    color: #fff;
}
.footer {
    position:relative;
    z-index: 3;
}
.calendar-icon {
    fill: #ea6622;
}
.footer__navigation {
    /* override */
    columns: 1;
}
.footer__navigation li {
    line-height: 1.7;
}
.footer__navigation a {
    font-size: 0.9rem;
    opacity: 0.7;
}

.shadow {
    box-shadow: 10px 10px 5px grey;
}

.search__input,
.search__submit {
    /* override */
    height: 40px;
}

.search__submit {
    /* override */
    line-height: 0.8em;
}

.customers {
    /* override */
    top: 45px;
}

.link__green {
    color: forestgreen;
    font-size: smaller;
}

.megamenu {
    padding-bottom: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(33,33,33,0.26);
    -moz-box-shadow: 0px 3px 5px 0px rgba(33,33,33,0.26);
    box-shadow: 0px 3px 5px 0px rgba(33,33,33,0.26);
}
.solution-finder-menu {
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    background: #424f58;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    margin:0 auto;
    grid-column: 1 / span 3;

    }
.solution-finder-menu a.button__space {
    margin: 0.2rem 0.5rem;
    line-height: 1rem;
    padding: 0.75rem 1rem;
}

figure.radar {
    /* Override to fix layering + pointer events on radar sweep image */
    z-index: 2;
}

.table__link {
    /* stop cursor changing on normal (i.e. non-customers') versions table */
    cursor: text;
}

.confirm__title {
    padding: 0;
}


/* Anchor to account for height of permanent header bar height.
   Used for links to specified agents on contact-us page and tabs on product pages 
*/

.contacts__item>a {
    top: -250px;
    display: block;
    position: relative;
}

a.tab_anchor {
    top: -200px;
    display: block;
    position: relative;
}
.feature-alert {
    display:block;
    position:absolute;
    top:30%;
    right: 5px;
    z-index:2;
    border-radius:12px;
    width:24px;
    height:24px;
    text-align:center;
    line-height:24px;

}
.feature-alert svg {
    fill:#ea6622;
}
.new-feature-box {
    border:5px solid #f4f4f4;
    padding: 1rem 2rem;
    margin-bottom: 2rem;
}
.new-feature-box ul {
    list-style: circle;
}
.new-feature-box li {
    position: relative;
    margin: 0.5rem 0 0.5rem 2rem;
    padding-left: 0.75rem;

}

/* Fix overflowing megamenu... */
div.megamenu.grid.grid--mega {
    grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
    justify-content: center;
}



.video_link_preview {
    margin-bottom: initial;
    width: 320px;
    margin-right: 2rem;
    box-sizing: border-box;
    vertical-align: baseline;
    position: relative;
}

.play_icon,
.play_icon_small {
    top: 50px;
    left: 120px;
    position: absolute;
    opacity: 0.95;
}

.play_icon_small {
    position: relative;
    content: url('/Videos/play_icon.png');
    width: 75px !important;
    top: -110px;
    left: 0px;
}

.video_link_preview:hover .play_icon,
.video_link_preview:hover .play_icon {
    opacity: 0.8;
}

.product_video,
.product_video .training-material__preview {
    width: 320px;
}

figure.training-material__preview>img {
    width: inherit;
    padding-right: 20px;
}


.form__tab {
    padding-top: 0;
}


/* Home page special notice */

div.notice p {
    padding: 0px 10px 0px 10px;
    line-height: 1.5em;
    font-size: 12pt;
}

div.notice {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 5px;
    z-index: 3;
    background-color: white;
    width: 100%
}

div.form__item input[type=radio] {
    display: inline-block;
    margin-left: 2.5em;
}


/* Retain whitespace between product tabs */

.product-tabs__link.tab__link {
    margin-right: 0.2rem;
    position: relative;
}


/* FAQs page */

#faq__form {
    padding-bottom: 0;
}

#faq__form label.form__label,
#faq__form button {
    margin-top: 0;
}

.faq__item .faq__title {
    font-size: 16pt;
}

.faq__item .faq__answer {
    display: none;
}

.faq__item .faq__answer.faq__active {
    display: block;
}

.faq__anchor {
    top: -250px;
    display: block;
    position: relative;
}
a.active-topic {
    color: #666666;
    cursor: default;
}

h3.title.faq {
    font-weight: 400;
}
.accordion h3.title.faq {
    font-weight: 300;
}


#expand-all {
    cursor: pointer;
    text-align: right;
    margin: 4px 0 0 2rem;
    position: absolute;
    top: 16px;
    right: 0;
    padding: 0.7rem;
    border: #e0e0e0 1px solid;
    color: #14467d;
    font-weight: inherit;
    background-color: #efefef;
    border-radius: 3px;

}
#filterbox {
    cursor: pointer;
    text-align: left;
    margin-right: 0;
    position: absolute;
    top: 20px;
    right: 110px;
    padding: 0.2rem 0.5rem;
    width: 300px;
    border: 1px solid #ccc;
    font-weight: 400;

}
.product__right {
    position: relative;
}



/* Support pages */

.support-box {
    margin: 2rem auto;
    padding: 2.5rem 3.5rem;
    border: 1px solid #ddd;
    transition: 0.25s;
}

.support-box:hover {
    border: 1px solid #bbb;
    transition: 0.25s;
}

.support-box-quote {
    margin: 2rem auto;
    padding: 2.5rem 3.5rem;
    background:#f1f1f1;
    border: none ;
    transition: 0.25s;
    text-align:center
}

.support-box-quote .generic-large {
    color:#ea6622;
    line-height:2rem;
    font-weight: 300;
}

.support-box-quote:hover {
    margin: 2rem auto;
    padding: 2.5rem 3.5rem;
    background: #212121;
    border: none ;
    transition: 0.25s;
    text-align:center
}
.support-box-quote:hover .generic-large {
    color:#ffffff;
    line-height:2rem;
    font-weight: 300;
}

.support-box-quote:hover em {
    color:#777777;
}

.SIGNUP_FORM_LABEL {
    width: 130px;
    margin-right: 5px; 
    font-family: Lato,sans-serif; 
    color: rgb(51, 51, 51); 
    text-align: left; 
    font-size: 14px; 
    float: left; 
    margin-top: 5px;"
}
.zcinputbox {
    width:60%;
    float:left;
    min-width:170px;
    max-width:70%;"
}

.SIGNUP_FORM_BOX {
    padding:10px 0px 10px 0px;
}
#privacyNotes {
    margin: 0px auto;
    margin-top:0;
    text-align:left;
    height:20px;
    color:rgb(55,68,77);
}
#zcOptinOverLay {
    display:none;
    text-align: center;
    background-color: rgb(0, 0, 0);
    opacity: 0.5; 
    z-index: 100; 
    position: fixed; 
    width: 100%; 
    top: 0px; 
    left: 0px; 
    height: 988px;
}
#zcOptinSuccessPopup {
    display:none;
    z-index: 9999;
    width: 800px; 
    height: 40%;
    top: 84px;
    position: fixed; 
    left: 26%;
    background-color: #FFFFFF;
    border-color: #E6E6E6; 
    border-style: solid; 
    border-width: 1px;  
    box-shadow: 0 1px 10px #424242;
    padding: 35px;
}
#zcOptinSuccessPopup #closeSuccess {
    position: absolute;
    top: -16px;
    right:-14px;
    z-index:99999;
    cursor: pointer;
}

/*
 * 10/12/20: Fix issue with link setting tool display on small devices
 *   
 */

.link-setting-tool div#composite {
    display: inline-block;
    width: 387px;
}

.link-setting-tool div#composite img {
    width: 100%;
}

.link-setting-tool div#composite svg {
    top: 0px;
    width: 100%;
}


/* 17/3/21 - raise priority of orange links in news items */

.news__post a.link__orange {
    color: #ea6622;
}


/* 5/5/21 - improve image quality in modal images (for Chrome and Edge) */

/* https://stackoverflow.com/questions/63502778/blurry-downscaled-images-in-the-chrome-84 */

.modal__image {
    transform: translateZ(0);
}


/* 6/8/21 - 4 column grid for completed shows on "Shows and Events" page */

div.grid__4column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem 3.5rem;
}

.completed-events .grid__image {
    filter: grayscale(100%);
}


/* 18/8/21 - normal text font size override */

p {
    font-size: 17px;
    font-weight: normal;
}




/* 19/8/21 - make <em> tags italic */

em {
    font-style: italic !important;
}


/* 19/8/21 - news item bullet points bigger and bluer!  */

article.news__post li.list__item.italic {
    color: #0d3d71;
    font-size: 18px;
}


/* 21/09/21 Move heading section buttons down a bit */

div.header__item a.button {
    margin-top: 10px;
}


/* 17/11/21 - force font weight (e.g. so list items not automatically in bold font) */

.normal__font {
    font-weight: normal !important;
    font-size: 17px;
}



/* 28/09/21 */

.insight__layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "content sidebar";
    grid-gap: 0 3rem;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
}

.insight__section,
.insight__header {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.insight__title {
    font-size: 36px;
}

.insight__right {
    position: sticky;
    top: 200px;
    grid-area: sidebar;
}

.insight__summary p {
    color: rgb(234, 102, 34);
    font-size: larger;
}

.insight__sidebar {
    background: white;
}

.insight_cta_button {
    background: #f1f1f1;
    border: none;
    margin-bottom: 20px;
    display: grid;
    align-content: center;
    padding: 10px 10px 10px 10px;
}
.bar__register {
    position: fixed;
    bottom: 0;
    z-index: 2;
    text-align: center;
    padding: 3rem 0;
    width:100%;
    left: 0;
    right: 0;
}
.bar__register a.button__register {
    display: inline-block;
    color: #ffffff;
}

.section__insight {
    padding-top: 0.5rem;
}
.section__insight p {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2rem;
}
.section__insight a {
    color:#C75014;
}
.section__insight li {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-left: 30px;
    margin: 20px 0 20px 20px;
    padding-left: 30px;
    border-left: #f0f0f0 10px solid;
}


.menu__logo {
    width: auto;
}

hr {
    opacity: 0.7;
}

.solution-finder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.solution-finder ul li {
    font-weight: 400;
    border: 1px #ccc solid;
    margin: 1rem;
    padding: 0.5rem 1rem;
}

.solution-finder ul li a {
    color: #ea6622;
    display: block;
    font-size: 1.2rem;
    position: relative;
    width: fit-content;
}
.solution-finder ul li a::after {
    content: url(https://cambridgepixel.com/site/dist/assets/images/icons/menu/dropdown-icon.svg);
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-45%) rotate(-90deg);
    -ms-transform: translateY(-45%) rotate(-90deg);
    transform: translateY(-45%) rotate(-90deg);
    right: -1rem;
}

.solution-finder .accordion .a-container .a-btn {
    font-weight: 400;
    font-size: 1.2rem;

}

.solution-finder .accordion__minimal .a-container:hover {
    background: none;

}



.solution-finder img {
    height: auto;
}
#solutionList {
    font-size: 1.3rem; 
    line-height:2.5rem; 
    padding: 20px 10px;
    max-width: 100%;
}
#solutionList option {
    font-size: 1.3rem; 
    line-height:3.5rem; 
    font-weight:300; 
    padding:20px 5px;
}
.solution-finder-container {
    font-size: 1.5rem; 
    line-height:2rem; 
    margin-bottom:2rem;
}
.solution-finder-container .a-container {
    margin-bottom: 0.4rem;;
}
/* Lose the massive Flickity navigation buttons */

.flickity-button {
    display: none;
}


/* Chop images outside of viewport (otherwise what's the point?!) */

.flickity-viewport {
    overflow: hidden;
}
.flickity-button:focus {
    box-shadow: 0 0 0 5px #ea6622;
}
.carousel-cell {
    margin-right: 15px;
}


/* Team grid overrides */

div.grid__team {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem 2rem;
    width: 100%;
    margin: auto;
}




.news-date {
    font-size: 0.9rem;
}


/* Override footer icons positioning */

div .footer__item-large {
    text-align: center;
}
.footer__item-logos {
    text-align: center;
}
.footer__item-logos div {
    display: inline;
}

div.socials {

    padding: 0rem 0.8rem 1.5rem 0.8rem;
}
.footer__lower div.socials img {
    width: 100px;
    height: auto;
}

.socials__icon__link {
    display: inline-block;
    margin:3px;
    opacity: 0.6;
    transition: 0.2s;
}
.socials__icon__link:hover {
    display: inline-block;
    margin:3px;
    opacity: 0.8;
    transition: 0.2s;
}


/* Parallax placeholder needed for lazy load */
.parallax {
    background-image: url('https://cambridgepixel.com/site/dist/assets/images/placeholders/parallax-placeholder.jpg');
}

/* ZoHo Signup Form */
.quick_form_30_css {
    background-color: rgb(13, 61, 113); 
    width: 350px; z-index: 2; 
    border-style: none; 
    border-color: rgb(235, 235, 235); 
    background-position: 0px 100%; 
    background-repeat: no-repeat; 
    overflow: hidden
}

.quick_form_30_css_1 {
    font-weight: normal; 
    color: rgb(255, 255, 255); 
    text-align: center; 
    padding: 10px 30px 5px; 
    display: block; 
    box-sizing: border-box; 
    font-size: 20px; 
    width: 350px; 
    height: 27px;
    margin-bottom: 10px;
}
.Zc_SignupSuccess_1 {
    position:absolute;
    margin-left:4%;
    width:90%;
    background-color: white; 
    padding: 3px; border: 3px solid rgb(194, 225, 154); 
    margin-top: 10px;
    margin-bottom:10px;
    word-break:break-all
}
.zcampaignOptinForm_1 {
    margin: 0px; 
    width: 100%; 
    padding: 0px 25px; 
    box-sizing: border-box
}
.zcampaignOptinForm_2 {
background-color: rgb(255, 235, 232); padding: 10px; color: rgb(210, 0, 0); font-size: 11px; margin: 20px 10px 0px; border: 1px solid rgb(255, 217, 211); opacity: 1; display: none
}
.zcampaignOptinForm_3 {
position: relative; margin: 25px 0 30px; width: 180px; height: 35px; display: inline-block
}
.zcampaignOptinForm_4 {
    font-size: 18px; border: 0; border-radius: 4px; width: 100%; height: 100%; z-index: 4; outline: none; padding: 5px 10px; color: rgb(136, 136, 136); text-align: left;  background-color: rgb(255, 255, 255); box-sizing: border-box
    }
.zcampaignOptinForm_5 {
    position: relative; margin: 25px 15px 15px; width: 180px; height: 35px; display: none
}
.zcampaignOptinForm_6 {
font-size: 18px; border: 0; border-radius: 4px; width: 100%; height: 100%; z-index: 4; outline: none; padding: 5px 10px; color: rgb(136, 136, 136); text-align: left;  background-color: rgb(255, 255, 255); box-sizing: border-box
}
.zcampaignOptinForm_7 {
position: relative; width: 100px; height: 35px; margin: 0 0 12px; display: inline-block
}
.zcampaignOptinForm_8 {
text-align: center; width: 100%; height: 100%; z-index: 5; border: 0px; color: rgb(255, 255, 255); cursor: pointer; outline: none; background-color: rgb(234, 102, 34); border-radius: 4px; font-size: 18px; margin: 0px 0px 0px -5px; line-height:18px;
}
.zcampaignOptinForm_9 {
display:none;text-align: center; background-color: rgb(0, 0, 0); opacity: 0.5; z-index: 100; position: fixed; width: 100%; top: 0px; left: 0px; height: 988px;
}
.zcampaignOptinForm_10 {
display:none;z-index: 9999;width: 800px; height: 40%;top: 84px;position: fixed; left: 26%;background-color: #FFFFFF;border-color: #E6E6E6; border-style: solid; border-width: 1px; box-shadow: 0 1px 10px #424242;padding: 35px;
}
.zcampaignOptinForm_11 {
    position: absolute;top: -16px;right:-14px;z-index:99999;cursor: pointer;
}
.signupSuccessMsg_1 {
color: rgb(73, 140, 132); font-family: sans-serif; font-size: 18px;word-break:break-word
}



/* slider */

.carousel-cell {
    width:100%
}
.testimonial__slider {
    position: relative;
}
.testimonial__slider-app {
    position: relative;
    padding-bottom: 1rem;
}
.testimonial__slider-app .flickity-button {
    display: block;
}
.testimonial__slider-app .testimonial__slide {
    padding: 0 10%;
}
.article__slider {
    position: relative;
}
.flickity-enabled:focus {
    outline: none;
    border: none;
}
p.testimonial__text {
    color: #eee;
    font-size: 1.2rem;
}
p.testimonial__name {
    font-weight: 300;
    line-height:1rem;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #ea6622;
}
p.testimonial__company {
    color: #eee;
    line-height:1rem;
    font-weight: 300;
    font-weight:bold;
}
.highlighter {
    font-weight: bold;
    color: #ea6622;
}
.highlight {
    color: #ea6622;
}

.tab__link__application.tab__link-active {
    color: #424f58;
    background: #fff;
    border: #424f58 1px solid;
    border-bottom: #fff;
}

/* ---- flickity slider page dots ---- */

.flickity-page-dots {
    position: absolute;
    width: 90%;
    bottom: -40px;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
    text-align: center;
    line-height: 1;
  }
  .testimonial__slider-app .flickity-page-dots {
    width: 100%;
}
  
  .flickity-rtl .flickity-page-dots { direction: rtl; }
  
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
  }
  .testimonial__slider   .flickity-page-dots .dot {
    background: #ccc;
  }
  .testimonial__slider-app .testimonial__slide p.testimonial__text,   .testimonial__slider-app .testimonial__slide p.testimonial__company {
    color: #37444d;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .flickity-page-dots .dot.is-selected {
    opacity: 1;
  }


/* insights section */
.grid__insights {
    grid-template-columns: 1fr;
}

.grid__insights .grid__item {
    border-bottom: none;
    padding-bottom: 0;
}

.grid__item-insights {
    background: #f1f1f1;
    padding: 30px;
    transition: 0.25s;
    display: block;
}
.grid__item-insights:hover {
    background: #e1e1e1;
    opacity: 1;
}
.grid__item-insights .insights-date {
    font-size: 0.8rem;
    font-weight: 400;
    color:#999999;
    margin-left: 20px;
}
.grid__insights .grid__insights{
    grid-template-columns: 1fr 3fr;
    grid-gap: 2.5rem 0rem;
    
}

.insight__unregistered {
    -webkit-mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
  
}
.grid.grid__insights img {
    max-width: 290px;
    max-height: 287px;
    width: auto;
    height: auto;
}

.insight__register {
    display:block; 
    width:100%; 
    padding:30px; 
    background:#f1f1f1;  
    font-size:1.2rem; 
    margin:20px auto;
    color:#37444d;
    margin-top: -20px;
    z-index: 1;
    opacity: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    position: relative;
    z-index: 3;
    
}

.insight__register label {
    color:#37444d;
}
.insight__banner {
    margin: 30px auto;
    display: block;
}



/* FAQs section */
.faq-anchor-menu {
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    color: #14467d;
    font-weight: inherit;
    background-color: #efefef;
    padding: 20px;
}
.faq-anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}
/* correct a bug where the expand icon overlaps text */
.accordion .a-container .a-btn {
    padding: 5px 35px 5px 20px; 
    font-weight: 400;
}
.accordion .a-container .a-btn span {
    pointer-events: none;
}
.accordion .a-container .a-btn span:before, .accordion .a-container .a-btn span:after {
    background-color: #ea6622;
}

.product-category img {
    padding: 30px;
    background: #05305d;
}

.grid-__anding {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem 4rem;
    padding: 2rem 0;
}

.product-landing-image {
    width: auto;
}


/* products page lists */

.products_item {
    padding:0;
    margin:0 5px 10px 15px;
    border-bottom:none;
    
}
.products_item a {
    font-size:1.1rem;
    padding:10px 30px;
    display: block;
    width: 100%;
    background: #f5f5f5;
    transition: 0.25s;
}
.products_item a:hover {
    background: #e8e8e8;
    opacity: 1;
}
.products_item p {
    font-weight:normal; 
    line-height:1.6rem; 
    color:#777; 
    font-size:1rem;
}
.products__list {
    columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
}
.grid__products.grid__products-box {
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 2rem;
}
.product__desc {
    border-right: 1px solid #ddd;
    padding-right: 2rem;
}
.section__stacked .grid ul.products__list {
    list-style: none;
}
.grid.grid__categories {
    grid-template-columns: 1fr;
}
.grid.grid__categories.grid__categories-new {
    grid-template-columns: 1fr;
}


/* product */
.sidebar {
    background: #f4f4f4;
}
.product-tabs__link {
    background: #ffffff;
    border-bottom: 3px solid #424f58;
}
.product-tabs .tab__link-active {
    background: #ffffff;
    border-bottom: 3px solid #ea6622;
    color: #14467d;
}
.product-tabs h3 {
    padding: 1.5rem 0 1rem 0;
}
.product-tabs p {
    padding-bottom: 1rem;
    padding-top:0;
    font-weight: 300;
    font-size: 1.1rem;
}
.tab-toggle-content {
    max-width: 1024px;
    margin: 0 auto;
}
.product-tabs__tab {
    padding: 2rem;
    background: #ffffff;
    color: #14467d;
    border: 1px solid #e5e5e5;
    overflow-y: auto;
}
.product-tabs__tab ul {
    list-style: circle;
    font-size: inherit;
    margin: revert;
    padding: revert;
}
.product-tabs__tab ul li {
    font-size: inherit;
    font-size: 1.1rem;
    font-weight: 400;

}
.product-tabs__tab ul li.list-item {
    font-size: inherit;
    font-size: 1.1rem;
    font-weight: 400;

}
.product-tabs__tab table {
    font-size: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #424f58;
}
.grid__item.product-col ul {
    list-style: circle;
    font-size: inherit;
    margin: revert;

}
.grid__item.product-col {
    font-size: inherit;
}
.grid__item.product-col .generic-large  ul li{
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 300;
}
.product-tabs .tab__link {
    color: #14467d;
}



/* product layout 2 */
.product-heading {
    padding:0.5rem 0 2.5rem 0;
}
.product-heading > .header {
    padding: 1.5rem 0;
}
.product-heading > .header > .header__layout {
    align-items: center;
}
.carousel-cell-related {
    width:32%;
    text-align: center;
}
.accordion__minimal .a-container .a-btn {
    background: #fefefe;
    border: none;
    position: relative;
    padding: 5px 35px 5px 10px;
}

.accordion__minimal .a-container .a-btn:after {
    display: block;
    position: absolute;
    right:10px;
    top:45%;
    background:url("https://cambridgepixel.com/site/dist/assets/images/icons/menu/dropdown-icon.svg") no-repeat;
    width:12px;
    height:6px;
    pointer-events: none;
    content: "";
    transition: 0.25s;
}
.accordion__minimal .a-container.active .a-btn:after {
    transform: rotate(180deg);
}
.accordion__minimal .a-container:hover {
    background: #f4f4f4;
}
h1.product-title {
    font-size:2.5rem; 
    padding: 0.5rem 0;
    color: #ea6622;
    font-weight: 400;
}
h1.product-title-small {
    font-size:2.3rem; 
    padding: 0.5rem 0;
    color: #ea6622;
}
h1.product-title span {
    color:#37444d;
}
.product-breadcrumbs {
    text-align: right;
    padding-bottom: 0.5rem;
}
.product-breadcrumbs p {
    font-size: inherit;
}
.product-breadcrumbs a {
    font-weight: 300;
    padding: 0.5rem;
}
.product-section {
    align-items: center; 
    border-bottom: solid #e5e5e5 1px;
    padding-bottom: 1rem;
    padding-top:1rem;
}
.product-col {
    border:none
}
.product-col iframe {
    max-width: 100%;
    margin-bottom: 1rem;
}
.product-col .header__title {
    font-size:  2rem;
    line-height: 2.8rem;
    margin-bottom: 1.5rem;

}
.product-col .header__title.header__title-small {
    font-size:  1.8rem;
    margin-bottom: 1.5rem;
    line-height: 2.6rem;

}
.product-subtitle p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
    padding-top: 0;
    padding-bottom: 1rem;
}
.product-col p {
    font-size:  1.5rem; 
    line-height:    2.2rem; 
    font-weight:    300; 
    margin-bottom:  1.5rem
}
.generic-large p {
    margin-bottom:  1rem;
    padding-top: 0;
}
.product-col .generic-large {
    margin-bottom:  2rem;
}
.product-col img {
    padding: 0.5rem 3.5rem;
}
.product-col.customer-col {
    background:#424f58; 
    padding:3rem; 
    border-radius:5px;
}
.product-col.customer-col .header__title {
    color: #fff;
}
.product-features {
    align-items: start; 
    border-bottom: solid #e5e5e5 1px;
}
.product-features .product-col p  {
    font-size:  1.2rem; 
    line-height:    1.8rem; 
    font-weight:    300; 
    margin-bottom:  1.2rem;
}


.poduct-image {
    padding:    0 2rem;
}
.product-accordion {
    margin-top: 2rem;
    max-width: 100%;
}
.product-features {
    font-size:  1.2rem;
}
.product-section-tabs {
    border-bottom: none;
}
.list__item {
    font-weight: 400;
}
.list__item:before {
    display: none;
}
.product-section-tabs .list__item:before {
    position: absolute;
    top: 0.9rem;
    left: -1rem;
    width: 5px;
    height: 5px;
    background: #37444d;

}
.product-section-tabs > h2 {
    font-size:  2rem;
    font-weight: 400;
}
.product-section-tabs .case-study {
    padding-bottom: 0;
}
.product-casestudy {
    border-bottom: solid #e5e5e5 1px;
}
.product-casestudy h2 {
    font-size:2rem;
    font-weight: 400;
}
.product-casestudy p {
    font-size:1.6rem; 
    line-height:2.8rem; 
    font-weight:300;
}
.products-related h2 {
    font-size:2rem; 
    text-align:center; 
    width:100%;
    font-weight: 400;

}
.products-related .carousel {
    position:relative; 
    padding:30px; 
    margin-bottom:2rem;
}
.products-related .carousel .carousel-cell img {
    padding:1rem 3rem;
}
.products-related .carousel .carousel-cell a.related-title {
    padding-bottom:1rem;
    font-size: 1.2rem;
    color:#ea6622;

}
.button-dark {
    margin-left: 1rem;
    background-color: #37444d;
}
.products-related .carousel .flickity-button {
    display: block;
}
.faq-connect {
    text-align: right;
    padding: 0 1rem 2rem 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 2rem;
}
.faq-connect a {
    color: #ea6622;
    font-size: 1.2rem;
}
.accordion .a-container.active .a-panel {
    padding: 0.5rem 1.5rem;
    opacity: 1;
    max-height: 2500px;
    border: 1px solid #eee;
}

.grid.grid__hpx {
    grid-template-columns: 1fr 3fr; 
    grid-gap: 3rem; 
    border-bottom: 1px solid #ddd; 
    margin-bottom: 2.5rem; 
    padding-bottom:2.5rem
}
.grid.grid__hpx td  {
    padding: 0 1rem 1.2rem 0;
    font-weight: normal;
}
.grid.grid__hpx td strong  {
    color: #0d3d71;
}

.section__stacked .grid ul {
    list-style: disc;
    margin-left: 1rem;
    font-weight: normal;
}

.form__input.form__input__textarea {
    height:auto;
}

.product-col p {
    padding-top: 0;
}
.grid__item.product-col table td ul li, .grid__item.product-col table td ul li a {
    font-size:1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
}
.grid__item.product-col table td ul li a {
    color: #C75014;
}
.product-col ul li, .product-col  ul li a {
    font-size:1.5rem;
    font-weight: 300;
    line-height: 2.2rem;
}
.product-col ul li a {
    color: #C75014;
}


/* ---- VSD product ---- */

.feature-icon {
    display:inline-block; 
    position:relative;
    margin:0 5px 10px 0;

    cursor: pointer;
}
.feature-icon img {
    padding: 0;
}
.feature-icon > div {
    display: none;  
    opacity: 0;   
    -webkit-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 55px;
    left:0;
    z-index: 2;
    overflow: visible;
    width: 120px;
    transition: 0.25s;
    transition-behavior: allow-discrete;
    border-radius:2px;
}
.feature-icon#feature-icon-1:hover div, 
.feature-icon#feature-icon-2:hover div, 
.feature-icon#feature-icon-3:hover div, 
.feature-icon#feature-icon-4:hover div, 
.feature-icon#feature-icon-5:hover div, 
.feature-icon#feature-icon-6:hover div, 
.feature-icon#feature-icon-7:hover div, 
.feature-icon#feature-icon-8:hover div,
.feature-icon#feature-icon-1:active div, 
.feature-icon#feature-icon-2:active div, 
.feature-icon#feature-icon-3:active div, 
.feature-icon#feature-icon-4:active div, 
.feature-icon#feature-icon-5:active div, 
.feature-icon#feature-icon-6:active div, 
.feature-icon#feature-icon-7:active div, 
.feature-icon#feature-icon-8:active div {
    display: block; 
    transition: 0.25s;
    transition-behavior: allow-discrete;
    opacity: 1;
    width: 150px;
}

/* ---- applications ---- */

.applications-form {
    grid-gap: 4rem;
}
.applications-form .product-col p {
    margin-bottom: 1rem;

}
.applications-form .product-col p a {
   display: inline;

}
.grid.grid__applications {
    grid-gap: 0.5rem 4rem;
}
.applications-body{
    max-width: 800px;
    margin: 0 auto;
}
.applications-form {
    max-width: 800px;
    margin: 2.5rem auto;
}

.applications-body p {
    font-size: 1.1rem;
    line-height: 2rem;
    padding-bottom: 1rem;
    padding-top: 0;
    margin-bottom: 0;
    color: #37444d;
}
.applications-body.applications-body-large p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-bottom: 1rem;
    padding-top: 0;
    margin-bottom: 0;
    color: #37444d;
}
.applications-body p:first-of-type {
    padding-top: 0;
}
.applications-body h3 {
    padding: 1.5rem 0 1rem 0;
}
.thinglink-wrapper {
    left: 0; 
    width: 100%; 
    height: 0; 
    position: relative; 
    padding-bottom: 41.6667%;
    margin-bottom: 3rem;;
}
.thinglink-iframe {
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    border: 0;
}

/* ---- careers2 ---- */


.career-vancancies .accordion .a-container.active .a-panel {
    padding: 15px 10px 10px 10px;
    opacity: 1;
    max-height: 4000px;

}
.career-vancancies .accordion .a-container .a-btn {
    font-size: 1.2rem;
}
.careers-title {
    margin-bottom: 1.5rem; 
    line-height: 2.5rem;
}
.section-careers {
    border-bottom: solid #e5e5e5 1px; 
    padding-bottom: 2.5rem;
}
.grid__careers {
    text-align: center;  
    grid-template-columns: 1fr 1fr 1fr 1fr;  
    grid-gap: 2.5rem 2rem;
}
.grid__careers .careers-col {
    border: none;
}
.careers-overlay {
    margin-top: -65px;
    padding: 10px 20px;
    background: #ffffff;
    z-index: 2;
    font-weight: 400;
    font-size: 1.3rem;
    position: relative;
    width: max-content;
    display: block;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    
}
.careers-overlay .highlight {
    color: #ea6622;
}
.careers-title-benefits {
    text-align:center; 
    margin-bottom:2.5rem
}
.grid__careers2 {
    text-align: center;  
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.careers-benefits {
    font-size: 1.2rem; 
    margin-top:1.2rem; 
    line-height:1.4rem;
}
.careers-benefits-summary {
    text-align: center; 
    font-size: 1.4rem; 
    margin-top: 3rem; 
    line-height:2.5rem; 
    font-weight:400
}
.career-vancancies .careers-title-benefits p {
    text-align: center; 
    font-size: 1.4rem; 
    margin-top: 2rem; 
    line-height:2.5rem; 
    font-weight:400
}
.careers-accordion {
    border:5px solid #eee;
}


/* ---- generic 2 ---- */
.generic-title {
    margin-bottom: 1.5rem; 
    line-height: 2.5rem;
}
p.generic-large {
    font-size:1.4rem; 
    line-height:1.8rem;
}
div.generic-large p {
    font-size:1.4rem; 
    line-height:1.8rem;
}
div.generic-large.padzero {
    padding-bottom: 0;
}
div.generic-large.moveup {
    margin-top: -20px;
}

/* ---- flickity-button ---- */

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
  }
  
  .flickity-button:hover {
    background: white;
    cursor: pointer;
  }
  
  .flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
  }
  
  .flickity-button:active {
    opacity: 0.6;
  }
  
  .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
  }
  
  .flickity-button-icon {
    fill: currentColor;
  }
  
  /* ---- previous/next buttons ---- */
  
  .flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
  }
  
  .flickity-prev-next-button.previous { left: 10px; }
  .flickity-prev-next-button.next { right: 10px; }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
  }
  
  .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
  }
  

/* home page */
h2.section__title {
    font-weight: 400;
    font-size: 1.8rem;
}
h2 {
    font-weight: 400;
    font-size: 1.8rem;
}
h3 {
    font-weight: 400;
}
.home-product {
    text-align: center;
    border-bottom: none;
}
.home-product .grid__title {
    line-height: 1.5rem;
}
.home-product .img {
    border-radius: 2px;

}
.homeprods__button {
    background:#C75014;
} 
.content-home {
    background:#ffffff; 
    width:100%; 
    margin:0; 
    padding:30px;
}
.content-home hr {
    width: 25%;
    opacity: 0.3;
    margin: 30px auto 10px auto;
}
.content-home section h2 {
    font-weight: 400;
    font-size: 1.8rem; 
    line-height:2.5rem; 
    padding-bottom:0; 
    color:#37444d
}
.content-home section p:first-child {
    font-size:1.4rem; 
}
.content-home section p {
    font-size:1.2rem; 
    font-weight:400;
}
.content-home section p strong {
    font-weight:700;
}
.grid__products {
    grid-template-columns: 1fr 4fr;
    border-bottom: none;
}
.grid__products > div.grid__item {
    border-bottom: none;
}
.grid__products > div.grid__item img {
    width:auto;
    height: auto;
}
.grid.grid__products li {
-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.grid__categories-new h2.grid__title {
    padding: 0;
    font-weight: 400;
    font-size: 1.6rem;

}
.grid.grid__categories.grid__categories-home {
    grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    grid-gap:1rem;
}
.grid__applications .grid__item-applications-home {
    background-color: #ffffff;
}
.grid__item-applications-home .grid__title {
    padding-bottom: 5px;
}
.grid__usp {
    grid-template-columns:1fr 1fr 1fr 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
    grid-gap:2rem;
}
.grid__usp .grid__item {
    text-align: center;
}

  .intro__subtitle p {
    font-size:1.4rem; 
    margin-bottom:0.5rem;
  }
  
  .sidebar__list {
    padding:20px;
  }
  .sidebar__list li {
    font-size:1.1rem; 
    color:#ea6622;
    margin-bottom: 0.4rem;
  }
  .sidebar__list li a{
    line-height:1.5rem; 
    font-weight: 400;
    color: #37444d;
    font-size: 1rem;
  }
  .sidebar__list span {
    font-weight:normal; 
    margin-bottom:15px; 
    display:block; 
    line-height: 1.2rem;
    color:#37444d;
    font-size: 1rem;;
  }
  .sidebar__feedback {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 20px;
    font-weight: 400;
  }
  .sidebar__feedback a {
    color: #ea6622
  }
  .sidebar__title {
    font-weight: 400;
  }
  .home-product {
    background: #f9f9f9;
    border-radius: 5px;
    padding-bottom: 1rem;
  }
  .home-product a:hover {
    opacity: 1;
  }
  .home-product a p {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 1rem;
    line-height: 2rem;
  }
  .home-product .grid__image {
    margin-bottom: 0.5rem;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    transition: 0.2s;
    width: auto;
  }
  .home-product a:hover .grid__image {
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
  }
  .home-product a:hover p{
    color:#C75014;
  }
  .home-news {
    background: #f1f1f1;
  }
  .news__post-page p {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .news__post-page p.header__subtitle {
    font-size: 1rem;
    padding-bottom:0;
  }
  .news__post a {
    color: #ea6622;
  }
.section__first.news__post-page{
    padding-bottom: 0;
}
  .news__post-page h1.header__title {
    color: #37444d;
    font-weight: 300;
}

  .home-news .grid__item {
    background: #ffffff;
    text-align:center;
    padding-bottom: 0;
  }
  .home-news .grid__news .grid__item:hover {
    -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
  }
  .home-news .grid__news .grid__item > a { 
    padding-bottom: 1.5rem;
    opacity: 1;
  }

  .home-news .grid__item p {
    padding:0 2rem;
  }
  .home-news .grid__item p strong{
    font-weight:300;
  }
  .home-news .grid__item p:last-of-type{
    display: none;
  }
.home-news .grid__item p.news-desc:last-of-type{
  display: block;
}

  .home-news .grid__title {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
  }
  .home-news .grid__link {
    display: none;
  }
  .intro-new {
    background:#111;
}
.intro-new video {
    display: block;
    position:absolute; 
    top: 0; 
    left: 0; 
    opacity: 0.4; 
    height: 100%;
}

/* product registration */

.form__registration form {
    background: #0d3d71;
    color: #fff;
    padding: 2rem;
}
.form__registration form label {
    color: #fff;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
.form__registration form input[type='text'], .form__registration form input[type='email'] {
    width: 100%;
    height: 40px;
    border: solid #dedede 1px;
    -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
    line-height: 2;
    color: #37444d;
}
.form__registration form .Inputfields div {
    color: #fff;
    margin-bottom: 0.25rem;
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}
.form__registration form .Inputfields div div {

    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    color: #37444d;
}
.form__registration form select, .form__registration form textarea{
    width:100%;
}
.form__registration form button {
    border-radius: 0.1rem;
    background: #ea6622;
    margin-top: 1rem;
    padding: 1rem 3.5rem;
    margin-bottom: 0;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
}
.form__registration form li {
    padding:0.25rem;
}
.form__registration form li label {
    font-weight:300;
}
.reg-form-title {
    background: #0d3d71;
    color: #fff;
    padding: 2rem;
    border-bottom: 1px solid #fff;;
}
.reg-form-title h4 {
    color: #fff;
}


/* applications */

.intro-applications {
    height: auto;
    min-height: auto;
}
.intro-applications .intro__banneroverlay {
    position:absolute; 
    top:0; 
    left:0; 
    right:0; 
    height:100%; 
    z-index:1;
}
.intro-applications .intro__title {
    font-size:3rem; 
    line-height:1.5rem; 
    margin-bottom:0.2rem;
}
.intro-applications .intro__banner {
    width:100%; 
    position:relative;
    background: #111111;
}
.intro-applications .intro__banner img {
    width: 100%;
    opacity: 0.65;
    display: block;
}
.intro-applications .intro__banner .intro__content p {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.5rem;
    margin: 0.5rem 0;
}
.application__customerlogos {
    text-align:center; 
    width:100%
}
.application__customerlogos h2 {
    font-size:1.2rem;
}
.application__customerlogo {
    padding:20px 30px;
}
.button-related {
    width:100%; 
    border-top:5px solid #fff; 
    text-align:center;
    
}
.intro-applications .intro__banner img.application__image-small {
    display: none;
}
.product_video video {
    width:80%; 
    margin:0 auto;
}
.product_video {
    margin-top:20px; 
    text-align:center; 
    width:100%
}
.application__customerlogos-mobile {display: none;}
.product_video, .product_video .training-material__preview {
    width: auto;
    max-width: 90%;
}
.carousel-cell-radar {
    width: 20%;
    text-align: center;
}
.carousel-cell-radar img {
    max-width: 60%;
}
.product-tabs__tab.tab.tab__guide {
    padding:30px 0;

}
.tab__guide {
    padding:30px 0;
}
.tab__guide p {
    max-width: 880px;
}
.layout-row {
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.layout-col {
    display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding: 50px 30px;
  min-width: 200px;
}
.layout-col img {
    margin-bottom: 20px;
}


/* team */
.grid__team .grid__item figure {
    padding: 25px 25px 0 25px;
    text-align: center;
}
.socials__icon_li {
    background: #3e6da0;
    padding: 3px;
    border-radius: 5px;
    margin: 0;
    line-height: 15px;
    margin: 0 5px;
}

/* geo / country / location alert box */
.location-alert {
    position: fixed;
    bottom: 0;
    left: 20px;
    width: 200px;
    height: 400px;
    overflow: hidden;
    z-index: 10;
}
.location-message {
    position: absolute;
    bottom: -350px;
    width: 100%;
    height: 390px;
    transition: 0.5s;
    border-radius: 10px;
    background: #111111;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    line-height:1.2rem;
    opacity: 0.9;
}
.location-message:hover {
    opacity: 1;
}
.location-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    transition: 0.25s;
}
.location-title {
    display: block;
    position: absolute;
    top:0;
    left: 60px;
    right: 60px;
    text-align: center;

}
.location-flag {
    position: absolute;
    top: 7px;
    left: 5px;
    height: 26px;
    max-width: 50px;
}

/* general */
h1.header__title {
    color: #ea6622;
}
.menu__logo {
    padding:0.1rem;
}
.dropdown__link{
    font-weight: 400;
}
.search-form__submit-text {
    font-weight: 700;
}
button, .btn, .button, input, textarea, select, input.search-form__input {
    border-radius: 5px !important;
}
section p a {
    color: #C75014;
    font-weight: inherit;
}
section ul {
    margin:revert;
    padding:revert;
    list-style: disc;
}
section ul ul {
    list-style: circle;
}
section ul li {
    margin:revert;
}
ul.list {
    margin:revert;
    padding:revert;
    list-style: disc;
}
ul.list li {
    margin:revert;
}
pre code {
    background-color: #222325;
    color: #eee;
    border: 1px solid #999;
    display: block;
    padding: 20px;
    border-radius: 5px;
    text-wrap:wrap;
}
button {
    background: #C75014;
}
.search-form__submit {
    padding: 1rem 0.5rem;
    background: none;
}
.FormBuilderErrors {
    padding: 50px 30px;
    color:#f00f00;
}
.alert-success {
    margin-top: 20px;
    padding-top:20px;
}
body, p {
    -webkit-font-smoothing: antialiased;
}
.text-center {
    text-align: center;
}
.search-form__label {
    display: none;
}

.menu__link {
    font-weight: 400;
    font-size: 1.2rem;
    text-decoration: none;
}

.megamenu {
    padding: 1rem 3rem;
}
.grid--mega {
    grid-gap: 1rem 3rem;
}
.center {
    text-align: center;
    width:100%;
}
img {
    max-width: 100%;
}
.navigation--mega .navigation__link {

    padding: 0.17rem 0;
    margin: 0;
}
.dropdown__inner .navigation__link  {
    margin: 0;
}
.navigation--mega .navigation__link.highlight {
    color: #ea6622;
}
.footer__layout {
    grid-template-columns: 1fr 3fr 1fr;
}
.footer__navigation:first-child {
    border-right:none;
}
.footer__navigation {
    padding-right:10px;
    font-weight: 400;
    font-size: 0.9rem;
    opacity: 0.7;
}
.footer__text {
    font-size: 0.75rem;
    opacity: 0.8;
}
.footer-accred {
    width:120px;   
    height:62px;
    vertical-align:top;
}
.grey-box {
    background:#f1f1f1; 
    padding:30px; 
    margin:30px auto;
}
.grey-box hr {
    opacity: 0.5;
}

element.style {
    background-image: url(/site/assets/files/1/1920x650_for_homepage.jpg);
}
.parallax {
    background-image: url(https://cambridgepixel.com/site/dist/assets/images/placeholders/parallax-placeholder.jpg);
}
#top {
    padding-top:92px;
}
.mobile-tab-toggle {
    display: none;
}
.radar-table td {
    font-weight: 400;
    padding: 0.5rem;
    line-height: 1rem;
    font-size: 1rem;
}
.radar-table td p {
    font-weight: 400;
    line-height: 1rem;
    font-size: 1rem;
}
.radar-table tr {
    transition: 0.25s;
}
.radar-table tr:hover {
    background-color: #d9d9d9;
}

.table.parts__table .table__row:nth-child(even) {
    background-color: #ffffff;
}
.table.parts__table tr.parts__row, td.parts__row {
     background-color: #f1f1f1;
     line-height: 2.4;
    border-bottom: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
}
.table.parts__table .table__row.parts__row:nth-child(even), td.parts__row:nth-child(even) {
    background-color: #f1f1f1;
}

.table.parts__table tr td:nth-child(2), .table.parts__table tr td:nth-child(2) p {
    text-align: center;
}

.table.parts__table tr td {
    padding: 2px 5px 2px 15px;
}
.table.parts__table tr td, .table.parts__table tr td p {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    color: #37444d;
}
table.parts__table tr.table__header td {
    color: #fff;
    padding: 5px 10px;
}

.table.parts__table tr.parts__row td:first-child {
     padding-left:5px;
}
.table.parts__table tr {
    border-bottom: 1px solid #e5e5e5;
}
.parts__table tr td a {
    color: #C75014;
    font-weight: bold;
    font-size: 17px;
}

.home-header {
    margin-top:0; 
    padding-top:10px;
}
.section__container-home {
    background:#ffffff; 
    width:100%; 
    margin:0; 
    padding:30px;
}
.section__container-home-prods {
    background:#f1f1f1; 
}
.title-home-countries {
    font-size:1.8rem; 
    font-weight:300; 
    padding-bottom:0; 
    color:#37444d;
    margin-bottom: 1rem;

}
.title-home-countries a {
    font-weight:400; 
}
.intro__title-home-span {
    display:block; 
    font-weight:300
}
.intro__button-advice-home {
    background:#fff; 
    color:#ea6622
}
.width-960 {
    max-width: 960px;
}
.links-wrap {
    width: 100%;
    background: #e4e4e4;
    padding: 2rem 0;
}
.links .link {
    padding:2rem 2.5rem;
    background: #e4e4e4;
}
.links .link:first-of-type {
    border-right:1px solid #bbbbbb;
    background: #e4e4e4;
}
.links .links-sharethis {
    margin: 0 auto;
    display: inline-block;

}
.section__first .header__layout {
    align-items: center;
}
.header__border {
    padding: 1.5rem 0;
}
.search-results-pager__list-item--current {
 background-color: #000;
 color: #fff;
}
.search-results-pager__list-item--current a{
    color: #fff;
   }
   
.form__label {
    margin-top:0.5rem;
}

.intro__title__home {
    font-weight:900; 
    font-size: 3.2rem;
    line-height: 3.4rem;
}
.home-stat-wrapper {
    background: #f1f1f1; 
    padding: 0.5rem 1.5rem; 
    border-radius: 5px; 
    margin-top:2rem
}
.home-stat {
    font-size: 3rem;
    padding: .5rem 0;
    color: #ea6622;
    font-weight:bold;
}
.content-home p {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 2rem;
}
.grid__home {
    margin-top: 2rem;
}
.grid__home .grid__item p {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.button___stat {
    border:1px solid #ea6622; 
    background:none; 
    color:#ea6622; 
    width:90%;  
    margin:0; 
    padding:0.5rem; 
    max-width: 250px;
    line-height:2rem
}
.button___stat:hover {
    background:#fff; 
    opacity: 1;
}
.section__container-home-prods .grid__content p {
    font-size:1.2rem; 
    font-weight:400
}
.header.header--first.container.text-center.home-header p {
    font-size:1.2rem; 
    font-weight:400
}

.radar-terms ul {
    list-style: none;
    padding:0;
    margin:1rem auto;
}
.radar-terms ul li {
   margin:1rem auto;
   padding: 1rem 2rem;
   border: 1px solid #ddd;
   transition: 0.25s;
}
.radar-terms ul li strong {
    font-weight: 900;
}
.radar-terms ul li a {

}
.radar-terms ul li:hover {
    background: #424f58;
    color: #fff;
    transition: 0.5s;
 }
 .radar-terms ul li:hover p {
    color: #fff;
 }
 .radar-terms ul li a{
    color: #ea6622;
 }

 .grid__applications .grid__item--show  {
    background-color: #fff;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
 }
 .grid__applications .grid__item--show  figure img{
    object-fit:unset;
    height: auto;
    width: auto;
    max-height: 180px;
    max-width: 300px;
 }
 .grid__item--show figure {
    height: 180px;
    background: #fff;
 }


/* fixes display issue caused by a zero width no-break space */
.FormBuilder {
    margin-top: -16px;
}


ul.navigation--mega li.navigation__item.allitems {
    display: none;
}
/* responsive media queries */

@media (max-width:1500px) {
    ul.navigation--mega li.navigation__item {
        display: none;
    }
    ul.navigation--mega li.navigation__item:nth-child(1),ul.navigation--mega li.navigation__item:nth-child(2),ul.navigation--mega li.navigation__item:nth-child(3) {
        display: block;
    }
    ul.navigation--mega li.navigation__item.allitems {
        display: block;
    }

    
}

@media (min-width:1400px) {
   
    div.grid__team .grid__title {
        padding-bottom:0;
    }
    div.grid__team .grid__item {
        transition:0.25s
    }
    div.grid__team .grid__item:hover {
        background-color:#dddddd;
    }
    .navigation__link {
        margin: 0 1.5rem;
    }
}

@media (min-width: 1248px) {
    .parallax {
        padding: 15rem 0 5rem 0;
    }
    .navigation__link {
        margin: 0 1.3rem;
    }
}

@media (min-width: 1024px) {
    .menu__upper {
        background: #fff;
        position: relative;
        width: 100%;
        z-index: 10;
    }
    .menu__lower {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 90px;
        z-index: 0;
        transition: 0.25s;
    }
    main {
        padding-top: 85px;
    }
    
}
@media all and (max-width: 1400px) {
    div.megamenu.grid.grid--mega {
        grid-template-columns:1fr 1fr;
    }
    .solution-finder-menu {
        grid-column: 1 / span 2;
    }
    ul.navigation--mega li.navigation__item, ul.navigation--mega li.navigation__item:nth-child(3) {
        display: none;
    }
    ul.navigation--mega li.navigation__item:nth-child(1),ul.navigation--mega li.navigation__item:nth-child(2) {
        display: block;
    }
}

@media all and (max-width: 1300px) {
    .intro__title__home {
        font-weight:900; 
        font-size:2.4rem; 
        line-height:2.5rem;
    }
    
    .navigation__item {
        font-size: .95rem;
    }
    .menu__upper .container {
        width: 88%;
    }
    .menu__lower .container {
        width: 88%;
    }
    div.grid__team {
        grid-template-columns: 1fr 1fr;
        grid-gap: 1rem 1rem;
        width:100%;
    }
    .grid__item .button {
        margin:1rem 0;
        display: block;
    }
    

    
   


}

@media all and (max-width: 1250px)
{

    .footer__layout {
        grid-template-columns: 1fr;
    }

    .footer__layout > .footer__item {
        display: none;
    }
    .footer__item.footer__item-large {
        display: grid;
        width: 100%;
    }
    .footer__item.footer__item-large .footer__item {
        display: none;
    }
    div.socials {
        padding:0;
    }
    .footer__lower {
        padding-bottom: 60px
    }
    .home-product {
        padding-top:1rem;
   
      }
    .grid.grid__categories.grid__categories-home {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
        grid-gap:1rem;
        padding:0 30px;
        padding:0 30px;
        margin: 0 auto;
        }
    #filterbox {

        width: 200px;
    }

}
@media all and (max-width: 1024px) 
{
    div.megamenu.grid.grid--mega {
        grid-template-columns:1fr;
    }
    .solution-finder-menu {
        grid-column: 1 / span 1;
    }
    .insight__right {
        display: none;
    }

    .footer__layout {
        display: block;
    }
    .footer__upper nav {
        display: none;
    }
    .footer__title {
        display: none;
    }
    .menu .menu__header {
        display: none;
    }
    p {
        font-size: 18px;
    }
    body {
        font-size: 18px;
    }
    .normal__font {
        font-size: 18px;
    }
    .menu__icons {
        display: inline-flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    .menu__layout {
        padding: 0.2rem 0;
    }
    .menu__logo {
        padding: 0.5rem 0;
    }
    li.navigation__item {
        line-height: 3;
    }
    .list__item {
        margin: 0.7rem 0 0.7rem 2rem;
    }
    .intro__title {
        font-size: 2.2rem;
    }
    h2.grid__title {
        padding-top: unset;
        font-weight: 400;
        font-size: 1.4rem;
    }
    .socials > a {
        margin: 0 3px;
    }
    .navigation__item__toplink {
        background: url(../dist/assets/images/icons/menu/dropdown-icon.svg) no-repeat right;
        width:100%;
    }
   video {
    max-width: 100% !important;
   }
   .grid__insights {
    grid-template-columns: 1fr;
   }
   .faq-anchor {
    top: -80px;
    }
    div.grid__team {
        grid-template-columns: 1fr;
        grid-gap: 4rem 4rem;
        width: 70%;
        margin: auto;
    }
    .grid-__anding {
        grid-template-columns: 1fr;
        grid-gap: 2.5rem 4rem;
        padding: 2rem 0;
        text-align: center;
    }
    
    .grid.grid__insights {
        grid-template-columns: 1fr;
        grid-gap: 2rem 0rem;
        
        
    }
    .grid__item-insights {
        margin-bottom: 50px;
    }
    .grid.grid__products {
        grid-template-columns: 1fr;
    }
    .products__list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        list-style: none;
    }
   .grid.grid__categories.grid__categories-new .grid__title {
    text-align: center;

   }
   .grid.grid__products figure {
    text-align: center;
    margin-bottom: 0;

   }
   .grid.grid__products img {
    max-width: 50%;
    margin-bottom: 0;

   }
   .product-tabs__links.tab__links {
    display: flex;
    flex-wrap: wrap;
   }
   
   .grid.grid__categories.grid__categories-home {
 
    margin-bottom: 10px;
    grid-gap:1rem;
    padding:0 30px;
    padding:0 30px;
    margin: 0 auto;
    }
    .grid__categories-home .grid__item {
        margin:0
    }
    .grid__categories-home .grid__image {
        margin-bottom:0;
        height: auto;
        width: auto;
    }
    .home-product .grid__title {
        line-height: 1.4rem;
        margin-top: -2px;
        font-weight: normal;
    }

    .intro.intro-new {
        background: url(../dist/assets/images/banners/banner-mobile.webp) no-repeat center;
        background-size: cover;
    }
    .intro-new video {
        display: none;
    }
    .section__last {
        padding-bottom: 2.5rem;
    }
    .zsiq_floatmain {
        width: 100%;
    text-align: center;
    }
    .navigation__item__toplink {
        background-origin: content-box;
    }
    .intro-applications .intro__banneroverlay {
        position: relative;

    }
    .intro__banner .intro__banneroverlay {
        background: #f1f1f1;
    }
    .intro-applications .intro__banner .intro__content p {
        color: #37444d;
    }
    .intro-applications .intro__banner {

        position: relative;
    }
    .intro-applications .intro__subtitle p {
        color: #37444d;
        margin-top: 1rem;
    }
    .intro-applications .intro__title {
        color: #0d3d71;
        line-height: 3rem;
    }
    
    .intro-applications .intro__content {
     top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 3rem 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #cccccc;

    }
    .grid__usp {
        grid-template-columns: 1fr;
    }
    .product_video video {
        width:90%; margin:0 auto;
    }
    .application__customerlogos {
        padding:0 1rem;
    }
    .application__customerlogos div.application__customerlogos-desktop {display: none;}
    .application__customerlogos-mobile {display: block;}

    .product_video, .product_video .training-material__preview {
        width: auto;
        max-width: 90%;
    }

    .carousel-cell-radar {
        width: 50%;
    }
    .product-tabs__links.tab__links {
        display: none;

    }
    .product-tabs {
        padding: 1rem;
    }
    .product-tabs__tab.tab {
        max-height: max-content;
        transition: ease-in-out 0.5s;
        display: block;
        padding:0;
    }
    .product-tabs__tab.tab.active {
        max-height:9000px;
        transition: ease-in-out 0.5s;
    }
    .product-tabs__tab.tab .mobile-tab-toggle {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        background: #424f58;
        font-weight: bold;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .product-tabs__tab.tab .tab-toggle-content {
        display: none;
        transition: 0.25s;
        overflow: hidden;
    }
    .product-tabs__tab.tab .tab-toggle-content.active {
        display: block;
    }
    .product-tabs {
        margin-top: 2.5rem;
        padding-bottom: 20px;
        background: #ffffff;
        border: 5px solid #f4f4f4;
    }
    .product-tabs__tab.tab.tab__guide {
        padding:2rem;
    }
    #filterbox {
        cursor: pointer;
        text-align: left;
        margin-right: 0;
        position: relative;
        top: 20px;
        right: 0px;
        left:0;
        padding: 0.2rem 0.5rem;
        margin: 1rem 0;
        width: 99%;
    }
    .location-alert {
        display: none;
    }
    .product-breadcrumbs {
        display: none;
    }
    .product-heading .buttom {
        margin-bottom: 1rem;
    }
    .product-section {
        gap: 0
    }
    .product-section {
        font-size:1.5rem;
        font-weight: 300;
        line-height: 2.2rem;

    }

    
    .product-section-reverse  {
        display: flex;
        flex-flow: column-reverse;
    }
    .product-section1 .button.tab-change {
        margin-bottom: 1rem;
    }
    .product-heading > .header.header__border {
        border-top:0;
        padding-top:0;
    }
    .product-casestudy {
        text-align: center;
    }
    h1.product-title {
        padding:0;
    }
    .product-col p {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
    .product-col, 
    .product-section-tabs .header__title  {
        text-align: center;
    }
    .product-col ul {
        display: inline-block;
        text-align: left;
    }
    .carousel-cell-related {
        width:100%;
    }
    .product-tabs__tab {
        border: none;
    }
    .grid__applications .grid__item--show .grid__content {
        width: 100%;
        background: #f1f1f1;
    }
    .button-dark {
        margin-left: auto;
    }
    .tab-toggle-content.active {
        padding-bottom: 2rem;
    }
    .grid.grid__applications {
        margin: 0 2.5rem 2rem 2.5rem;
    }
    .grid__applications .grid__item-applications-home {
        width:100%;
    }
    .grid__applications .grid__item-applications-home a{
        width:100%;
    }
    .grid__applications .grid__item-applications-home .grid__image {
        height:auto;
    }
    .grid.grid__categories.grid__categories-home {
        padding: 0;
        margin: 2rem 2.5rem;
    }
    .home-product {
        border-radius: 0;
    }
    .grid__categories-home .grid__image {
        margin: 1rem;
        height: auto;
        width: 60%;
    }
    .content-home img {
        display: none;
    }
    .mob-order-2 {
        order: 2;
    }
    .grid__careers {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0rem 1.5rem;
    }
    .careers-overlay {
        width: 100%;
    }
    .grid__careers2 {
        grid-template-columns: 1fr 1fr;
    }
    .careers-benefits .careers-col {
        padding: 0.5rem;
    }
    p.generic-large {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    div.generic-large p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .careers-col svg {
        padding: 0.5rem;
    }
    .product-heading {
        padding:0;
    }
    .career-image {
        padding:0;
    }
    .product-col .career-image {
        padding:0;
    }

    table {
        width: 100%;
        table-layout: fixed;
    }
    .button.button--orange.tab-change {
        display: none;
    }
    .product-casestudy p {
        overflow-wrap: break-word;
    }
    .accordion .a-container.active .a-panel {
        max-height: 99999px;
    }
    .grid.grid__hpx {
        grid-template-columns: 1fr; 
        grid-gap: 0; 
    }
    .grid.grid__hpx table, .grid.grid__hpx tr, .grid.grid__hpx td  {
        display:block;
    }

    .product__desc {
        border-right: none;
        padding-right: 0;

    }

    #solutionList {
        font-size: 1rem; 
        line-height:2.5rem; 
        padding: 20px 10px;
        max-width: 100%;
    }
    #solutionList option {
        font-size: 1rem; 
        line-height:3.5rem; 
        word-wrap:break-word;
    }


}

@media all and (min-width: 768px) {
    .section {
        padding: 3.5rem 0;
    }
}


@media all and (max-width: 768px) 
{
    .intro__title {
        font-size: 1.5rem;
    }
    .tab--videos .previews {
        grid-template-columns: 1fr;
    }
    
    .grid.grid__categories.grid__categories-home {
        grid-template-columns: auto;
        justify-content: center;

        }
        .grid.grid__applications {
            grid-gap: 1rem 4rem;
        }
}