@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/pacifico/v22/FwZY7-Qmy14u9lezJ96F.woff2) format('woff2')
}
.case-study-carousel .dsm_card_carousel_child_image_wrapper {
    padding-top: 22px;
}
.all-in-one-supreme .dv-blurb{
  margin-bottom:0;
}
.avatar-carousel.dsm_image_carousel .swiper-slide img {
    height: 568px;
  width:auto;
}
.dsm_card_carousel .swiper-pagination-bullet {
    background: rgba(71,140,254,0.3) !important;
}
.dsm_card_carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #478cfe !important;
}

.digest-wrp .bg-digest > .d-flex {
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.digest-wrp .d-flex .header-img {
  height: 86px;
  width: 86px;
  min-width: 86px;
}
.share-bubble-wrapper .share-button img{
    min-width: unset;
}

.digest-wrp .d-flex .header-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -2px;
  color: #1AAF5D;
}

.digest-wrp .d-flex .header-title span {
  font-family: "Pacifico";
  font-weight: 400;
}

.digest-wrp .subtitle {
  font-size: 18px;
  line-height: 1.7em;
  margin-bottom: 16px;
  color: #666;
}

.digest-wrp .subtitle + form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.program-checkbox-container {
    width: fit-content;
    border-radius: 12px;
    padding: 20px;
    background: #76A9FE;
    margin-top: 32px;
}
.program-checkbox-container .pc-title {
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-weight: 700;
    gap: 8px;
}
.program-checkbox-container .pc-title i {
    font-family: "Pacifico";
    font-weight: 400;
    font-style: normal;
    margin-left: -6px;
}
.program-checkbox-container .pc-title img {
    height: 32px;
    width: 32px;
    max-width: 32px;
}

.pc-brand {
    height: 36px;
    width: auto;
    margin-left: 6px;
    margin-bottom: 14px;
}

.program-checkbox-wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.program-checkbox-wrp .program-checkbox {
  position: relative;
  font-size: 14px;
  border-radius: 12px;
  background: white;
  box-shadow: 0px 6px 6px -2px #336DCD1A, 0px 0px 1px 0px #336DCD4D;
	padding: 24px 16px;
  color: #333;
  transition: .3s;
}

.program-checkbox-wrp .program-checkbox:hover {
  transform: translateY(-2px);
    box-shadow: 0px 20px 30px -6px #336DCD1A, 0px 0px 1px 0px #336DCD33; 
}

.program-checkbox-wrp .program-checkbox > .d-flex {
  align-items: center;
  width: 133px;
  margin-bottom: 18px;
}

.checkbox-card > .label::before,
.program-checkbox-wrp .program-checkbox > .d-flex::before {
  content: "\7d";
  color: #666;
  font-family: "Etmodules";
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}

.program-checkbox-wrp .program-checkbox .cbox-wrp {
  margin-left: auto;
}

.program-checkbox-wrp .program-checkbox > .d-flex [type=checkbox] {
  position: absolute;
  top: 26px;
  right: 16px;
  height: 18px;
  width: 18px;
  margin: 0;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}

.program-checkbox-wrp .program-checkbox .cbox-custom {
  display: block;
  height: 18px;
  min-width: 18px;
  border: 2px solid #D8D8D8;
  border-radius: 3px;
}

.program-checkbox-wrp .program-checkbox [type=checkbox]:checked + .cbox-custom {
  position: relative;
  border-color: #1ECD6E;
  background: #1ECD6E;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    font-weight: 700;
    color: white;
}

.program-checkbox-wrp .program-checkbox [type=checkbox]:checked + .cbox-custom:before {
  content: "\4e";
  font-family: "Etmodules";
  position: absolute;
  top: 0;
  left: 0;
}

.program-checkbox-wrp .program-checkbox [type=checkbox]:checked ~ i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 2px solid #1ECD6E;
  border-radius: 12px;
  pointer-events: none;
}

.program-checkbox-wrp .program-checkbox .programe-img {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}

.program-checkbox-wrp .program-checkbox .programe-img img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
  min-width: 24px;
  border: unset;
}

.digest-wrp .subscribe-field {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.uk-modal-footer .field-wrp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 18px;
  margin-right: 4px;
  margin-bottom: 12px;
  max-width: 100%;
}

.uk-modal-footer .field-wrp:before {
  content: "\e010";
  font-family: "Etmodules";
  color: #9F9F9F;
  position: absolute;
    font-size: 18px;
    font-weight: 700;
    left: 20px;
    top: 10px;
}

.digest-wrp .subscribe-field [type=email] {
  font-size: 14px;
  padding: 10px 16px;
  padding-left: 48px;
  border: 1px solid #D8D8D8;
  border-radius: 50px;
  width: 345px;
  max-width: 100%;
  margin-right:10px;
}

.uk-modal-footer .subscribe-field [type=email]::placeholder {
  color: #9F9F9F;
}

.uk-modal-footer .subscribe-field [type=submit] {
  margin: 0;
  padding: 10px 16px!important;
}

.w-100 {
  width: 100% !important;
}
.is-danger {
  color: red;
  text-align: left;
}
@media only screen and (max-width: 676px) {
	.digest-wrp .subscribe-field [type=submit]{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.modal-digest .uk-modal-dialog.content{
		padding-right: 10.2%;
	}
}

.digest-wrp .d-flex .header-title {
    line-height: 1em;
}

.digest-wrp .subscribe-field [type=submit] {
    cursor: pointer;
}

.modal-digest.uk-modal-full .uk-modal-close-full {
    z-index: 9999;
}

.fs-28 {
    color: #333333 ;
    font-size: 28px;
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 1.2em;
    padding: 0px;
    letter-spacing: -0.05em;
    display: inline-block;
}
.fs-18 {
    color: #666666;
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: 400;
    line-height: 28px;
    padding: 0px;
    letter-spacing: -0.05em;
}

.fs-14 {
    font-size: 14px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #1AAF5D;
}
.uk-modal {
    padding: 0px;
}
.modal-digest.uk-modal-full {
    top: 0;
    background-color: #ffff;
}

.modal-digest .uk-modal-dialog.content {
    padding-bottom: 28px;
/*    padding-left: 10.2%;*/
    padding-left: 6%;
    padding-right: 6%;
}

.modal-digest .uk-modal-header-conten {
    padding-top: 104px;
    border: none !important;
    height: unset!important;
    position: relative;
}
.uk-modal-header{
    left: 0;
}
.uk-modal-header img {
    height: 80px;
    width: auto;
    min-width: 80px;
}

#modal-sections.uk-modal.uk-open,
#modal-sections-last.uk-modal.uk-open {
    z-index: 99999;
    height: 100vh;
}

#modal-sections-last .uk-modal-header img {
    height: 98px;
    min-width: 172px;
}

.modal-digest .uk-modal-title {
    color: #336dcd;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: .9em;
    letter-spacing: -0.05em;
    padding-bottom: 0;
}
.modal-digest .uk-modal-title i{
        font-family: "Pacifico";
    font-weight: 400;
    font-style: normal;
}

.modal-digest .uk-modal-body {
/*    margin-top: 198px;*/
/*    margin-bottom: 48px;*/
    margin-bottom: 208px;
    padding-bottom: 0;
    margin-top: 0;
}
.modal-digest form#form{
    height: auto;
}

.modal-digest .uk-modal-body .fs-18 {
    max-width: 800px;
    letter-spacing: 0;
}

.modal-digest .uk-modal-body .card-group {
    margin-top: 32px;
    gap: 2.7%;
    row-gap: 30px;
    flex-wrap: wrap;
}

.card-group .fs-14 {
    font-size: 1em;
}

.card-group .help.is-danger {
    margin-top: -20px;
    width: 100%;
}

.modal-digest .uk-modal-body .blurb .fs-14 i {
    font-family: "Pacifico";
    font-weight: 400;
    font-style: normal;
}

.d-flex {
    display: flex;
}

.align-item-center {
    align-items: center;
}

.col-auto {
    margin-right: 20px;
}

.card-group {
    display: flex;
    gap: 16px;
}
.card-group [class^=card] {
/*    min-width: 240px;*/
    width: 274px;
    max-width: 100%;
    border-radius: 24px;
    padding: 20px;
}

.card-1 {
    background: #EBFDF4;
}
.card-2 {
    background:#E9E9FF;
}
.card-2 .fs-14 {
    color: #644A8F;
}
/* .card-2 .checkbox-card .cbox-wrp [type=checkbox]:checked ~ i {
    border-color: #B194DF;
} */
.card-3 {
    background:#FFEFE7;
}
.card-3 .fs-14 {
    color: #F06053;
}
/* .card-3 .checkbox-card .cbox-wrp [type=checkbox]:checked ~ i {
    border-color: #FFADA6;
} */
.card-4 {
    background: #EFF6FF;
}
.card-4 .fs-14 {
    color: #336DCD;
}
/* .card-4 .checkbox-card .cbox-wrp [type=checkbox]:checked ~ i {
    border-color: #639fff;
} */
.card-5 {
    background: #FEEDEA;
}
.card-5 .fs-14 {
    color: #C40200;
}
/* .card-5 .checkbox-card .cbox-wrp [type=checkbox]:checked ~ i {
    border-color: #FB8E7D;
} */

.blurb {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.blurb img {
    margin-right: 10px;
}

.brand-logo {
    display: block;
    height: 32px;
    margin-bottom: 16px;
    margin-left: 6px;
}

.card-3 .brand-logo {
    margin-left: 0;
}

.checkbox-card {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    background-color: #ffff;
    justify-content: space-between;
    border-radius: 12px;
}

.label {
    display: flex;
    align-items: center;
}

.checkbox-custom {
    background: #D8D8D8;
    border: 1px solid #D8D8D8
}

.modal-digest .uk-modal-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 32px 8%;
    border-top: 1px solid rgba(0, 0, 0, 0.2)!important;
    text-align: right;
}
.modal-digest .uk-modal-footer .field-wrp{
    display: flex;
}
.modal-digest .uk-modal-footer .field-wrp input[type=email]{
    font-size: 14px !important;
    padding: 10px 16px !important;
    padding-left: 48px !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 50px;
    width: 345px !important;
    max-width: 100%;
    margin-right: 10px !important;
    margin-left: 0 !important;
    font-weight: normal !important;
}


.modal-digest .uk-modal-footer .field-wrp button{
    margin-bottom: 0;
    margin-right: 0;
}
.modal-digest .uk-modal-footer .field-wrp button.commonButton.blue {
    background: #478CFE;
}
.modal-digest .uk-modal-footer .btn-primary {
    padding: 16px 32px!important;
    background-color: #478CFE;
    box-shadow: 0px 7px 14px rgba(50, 50, 93, 0.1), 0px 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    border: none;
    color: #ffff;
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:         all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal-digest .uk-modal-footer .btn-primary {transform: translateY(-1px);}

.cbox-wrp {
    margin-left: auto;
}

.cbox-wrp [type=checkbox] {
    position: absolute;
    top: 26px;
    right: 16px;
    height: 18px;
    width: 18px;
    margin: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer;
}

.checkbox-card .cbox-wrp [type=checkbox] {
    top: 11px;
}

.cbox-wrp .cbox-custom {
    display: block;
    height: 18px;
    min-width: 18px;
    border: 2px solid #D8D8D8;
    border-radius: 3px;
}

.cbox-wrp [type=checkbox]:checked + .cbox-custom {
    position: relative;
    border-color: #1ECD6E;
    background: #1ECD6E;
    display: flex;
    align-items: center;
    line-height: 1.2em;
    font-weight: 700;
    color: white;
}

.cbox-wrp [type=checkbox]:checked + .cbox-custom:before {
    content: "\4e";
    font-family: "Etmodules";
    position: absolute;
    top: 0;
    left: 0;
}

.cbox-wrp [type=checkbox]:checked ~ i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #1ECD6E;
    border-radius: 12px;
    pointer-events: none;
}

.checkbox-card .cbox-wrp [type=checkbox]:checked ~ i {
    border-width: 1px;
}

.checkbox-agreement {
    color: #9F9F9F;
    text-align: left;
}

.checkbox-agreement b {
    color: #666666;
}

.checkbox-agreement a {
    color: #478CFE;
}

@media screen and (max-width:1080px) {
    .uk-modal-body .card-group {
        gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .uk-modal-header img {
        height: 48px;
        width: auto;
        min-width: 48px;
    }
    #modal-sections-last .uk-modal-header img {
        height: 64px;
        min-width: 110px;
    }
    .modal-digest .uk-modal-footer {
        padding: 32px 11%;
    }
    .modal-digest .uk-modal-header .col-auto:first-child {
        align-self: baseline;
    }
    .digest-wrp .subscribe-field [type=submit]{
        margin-top: 0;
    }
    .modal-digest .uk-modal-header{
        position: relative;
    }
    .modal-digest .uk-modal-body{
        margin-top: 0;
/*        margin-bottom: 85px;*/
    }
    .d-flex.step3{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 668px) {
    .checkbox-agreement {
        margin-top: 8px;
    }
}
@media screen and (max-width: 668px) {
    #modal-sections-last .uk-modal-body {
        margin-top: 212px;
    }
}
@media screen and (max-width: 591px) {
    #modal-sections-last .uk-modal-body {
        margin-top: 260px;
    }
}
@media screen and (max-width: 545px) {
    #modal-sections-last .uk-modal-body {
        margin-top: 290px;
    }
}
/*@media screen and (max-width: 518px) {
    .modal-digest .uk-modal-body {
        margin-top: 238px;
    }
}*/
@media screen and (max-width: 540px) {
    .digest-wrp .subscribe-field {
        margin-top: 0!important;
    }
}
/*@media screen and (max-width: 483px) {
    .modal-digest .uk-modal-body {
        margin-top: 268px;
    }
}*/
@media screen and (max-width: 429px) {
    #modal-sections-last .uk-modal-body {
        margin-top: 320px;
    }
}
@media screen and (max-width: 417px) {
    #modal-sections-last .uk-modal-body {
        margin-top: 360px;
    }
}
@media screen and (max-width: 441px) {
   /* .modal-digest .uk-modal-header .col-auto:first-child {
        position: relative;
        top: 1.4em;
    }*/
    .digest-wrp .bg-digest>.d-flex {
        flex-direction: column;
        align-items: baseline!important;
    }
}
@media screen and (max-width: 376px) {
    #modal-sections-last .uk-modal-header > .d-flex {
        flex-direction: column;
    }
    #modal-sections-last .uk-modal-header > .d-flex > div:nth-child(2) {
        margin-top: 36px;
    }
    #modal-sections-last .uk-modal-body {
        margin-top: 390px;
    }
}
@media screen and (max-width: 675px) {
    .modal-digest .uk-modal-title{
        line-height: 1.1em;
    }
}

.brand-logo-wrp,
.pc-brand-wrp {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    padding-left: 4px;
}

.brand-logo-wrp {
    color: #1AAF5D;
}

.pc-brand {
    height: 21px;
    margin-left: 8px;
}

.program-checkbox-container {
    border-radius: 24px;
    background: #f0f6ff;
}

.pc-brand-wrp,
.program-checkbox-container .pc-title {
    font-size: 1em;
    color: #336dcd;
}

.checkbox-card,
.checkbox-card .label label,
.program-checkbox-wrp .program-checkbox {
    cursor: pointer;
}

.checkbox-card {
    color: #333;
    transition: .3s;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: 0px 6px 6px -2px #a1a1a133, 0px 0px 1px 0px #9090901a;
}

.checkbox-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 30px -6px #74747417, 0px 0px 1px 0px #9090901a;
}

.card-2 .brand-logo-wrp {
    color: #644A8F;
}
.card-3 .brand-logo-wrp {
    color: #F06053;
}
.card-4 .brand-logo-wrp {
    color: #336DCD;
}
.card-5 .brand-logo-wrp {
    color: #C40200;
}

.brand-logo {
    height: 21px;
}

.modal-digest .uk-modal-footer {
    border-top: 1px solid #e5e5e5!important;
}

.uk-modal-footer .subscribe-field {
    /* position: relative; */
}

.modal-digest .uk-modal-footer .field-wrp input[type=email]:hover {
    border-color: #c0c4cc!important;
}

.modal-digest .uk-modal-footer .field-wrp input[type=email]:focus {
    background: #FAFCFF;
    border-color: #6096E9!important;
}

.modal-digest .uk-modal-footer .field-wrp input[type=email]:not(:placeholder-shown) {
    border-color: #6096E9!important;
}

.checkbox-card .cbox-wrp [type=checkbox]:checked ~ i {
    border-width: 2px;
}

.float-danger-wrp {
    position: relative;
}
.float-danger.help.is-danger {
    position: absolute;
    bottom: 34px;
    left: 0;
    z-index: 1;
    /* font-size: 16px;
    font-weight: 600; */
    padding: 6px;
    border-radius: 6px;
    background: rgb(255 255 255 / 60%);
}

.uk-modal-header-conten img.one-check {
    height: 80px;
    width: auto;
    min-width: 80px;
}

.modal-digest .dv-btn-wrapper .share-bubble-wrapper {
    right: 10px;
    top: 112%;
}

.card-1 .checkbox-card {
    box-shadow: 0px 6px 6px -2px #1aaf5d1a, 0px 0px 1px 0px #1aaf5d4d;
}
.card-1 .checkbox-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 30px -6px #1aaf5d1a, 0px 0px 1px 0px #1aaf5d33;
}
.card-2 .checkbox-card {
    box-shadow: 0px 6px 6px -2px #644a8f1a, 0px 0px 1px 0px #644a8f4d;
}
.card-2 .checkbox-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 30px -6px #644a8f1a, 0px 0px 1px 0px #644a8f33;
}
.card-3 .checkbox-card {
    box-shadow: 0px 6px 6px -2px #f060531a, 0px 0px 1px 0px #f060534d;
}
.card-3 .checkbox-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 30px -6px #f060531a, 0px 0px 1px 0px #f0605333;
}
.card-4 .checkbox-card {
    box-shadow: 0px 6px 6px -2px #336dcd1a, 0px 0px 1px 0px #336dcd4d;
}
.card-4 .checkbox-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 30px -6px #336dcd1a, 0px 0px 1px 0px #336dcd33;
}
.card-5 .checkbox-card {
    box-shadow: 0px 6px 6px -2px #c400011a, 0px 0px 1px 0px #c400014d;
}
.card-5 .checkbox-card:hover {
    transform: translateY(-2px);
    box-shadow: 0px 20px 30px -6px #c400011a, 0px 0px 1px 0px #c4000133;
}

@media screen and (max-width: 767px) {
    .program-checkbox-wrp .program-checkbox > .d-flex {
        width: unset;
    }
    .program-checkbox-wrp .program-checkbox {
        width: 47%;
    }
    .modal-digest .uk-modal-footer .btn-primary {
        font-size: 14px;
        padding: 12px 24px!important;
    }
    .uk-modal-header img.three-check {
        min-width: 80px;
    }
    .uk-modal-header img {
        height: 44px;
    }
}

@media screen and (max-width: 600px) {
    .modal-digest .uk-modal-body .card-group [class^=card] {
        width: 100%;
    }
    .modal-digest .uk-modal-body {
        margin-bottom: 300px;
    }
}

@media screen and (max-width: 512px) {
    .program-checkbox-wrp .program-checkbox {
        width: 100%;
    }
    .uk-modal-footer .modal-content {
        flex-wrap: wrap;
        justify-content: unset;
    }
    .modal-digest .uk-modal-footer .btn-primary {
        margin-left: auto;
    }
}