/* CASE HISTORY */

body {
    font-family: "Montserrat", sans-serif !important;
}


p a {
    color: #41bbd9 !important;
    font-weight: 500;
    text-decoration: underline dotted !important;
}
p a:hover {
    color: #043f75 !important;
}

.rds_loop_page__icon i {
    color:#043f75;
}

/* hero */
.rds_ch__hero {
    position:relative;
    overflow: hidden;
}
.rds_ch__hero_eyelet {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #41bbd9;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.rds_ch__hero_eyelet::after {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(65,187,217,.6);
}
.rds_ch__hero_title h1 {
  font-weight: 800 !important;
  font-size: 84px !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em;
  margin: 0 0 18px;
  color: #fff;
}
.rds_ch__hero_lead {
  font-weight: 300;
  font-size: 22px;
  color: rgba(255,255,255,.92);
  max-width: 720px;
  margin: 0 0 36px;
  line-height: 1.75 !important;
  letter-spacing: 0.005em;
}
.rds_ch__hero_breadcrumbs {
    position:absolute;
    bottom:30px;
    right:0px;
    color:#fff;
}
.rds_ch__hero_breadcrumbs a {
    color:#fff;
}

/* cta */
.rds_ch__cta_eyebrow {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color:#41bbd9;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.rds_ch__cta_title {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2 !important;
  letter-spacing: -0.005em;
  margin: 0 0 14px;
  position: relative;
  z-index: 1;
  color:#fff;
}
.rds_ch__cta_lead {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
  max-width: 560px;
  margin: 0;
  position: relative;
  z-index: 1;
}
.rds_ch__cta__btn a {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 16px 28px;
  border-radius:0px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .2s cubic-bezier(.22, 1, .36, 1);;
  cursor: pointer;
  width:100%;
}
.rds_ch__cta__btn-primary a {
  background: #41bbd9;
  color: #043f75;
}
.rds_ch__cta__btn-primary a:hover {
  background: #fff;
}
.rds_ch__cta__btn-ghost a {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.4);
}
.rds_ch__cta__btn-ghost a:hover {
  background: rgba(255,255,255,.08);
  border-color: #fff;
}

/* testi */
.rds_ch__head {
  margin-bottom:56px !important;
  max-width:800px;
}
.rds_ch__head .rds_ch__head_eyebrow {
    line-height: 1.5 !important;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #043f75;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 14px !important;
}
.rds_ch__head .rds_ch__head_eyebrow::after {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(2,30,57,.25);
}
.rds_ch__head .rds_ch__head_title {
    letter-spacing: -0.005em;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    color: #043f75;
    margin: 0 0 14px;
}
.rds_ch__head .rds_ch__head_title b {
    font-weight:700;
}
.rds_ch__head .rds_ch__head_lead {
    line-height: 1.75 !important;
    letter-spacing: 0.005em;
    font-size: 16px !important;
    margin: 0;
    max-width: 800px;
}

/* white boxes */
.rds_ch_whiteboxes__grid-head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rds_ch_whiteboxes__grid-head-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #043f75;
  margin-bottom: 0px;
  margin-bottom:10px;
}
.rds_ch_whiteboxes__grid-head-eyebrow::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #043f75;
  opacity: .5;
}

.rds_ch_whiteboxes__grid {
    display:grid !important;
    gap:24px !important;
    margin-bottom:48px;
    align-items:stretch !important;
}
.rds_ch_whiteboxes__item {
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 4px !important;
  padding: 20px 24px 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  position: relative !important;
  transition: all .2s cubic-bezier(.22, 1, .36, 1) !important;
}
.rds_ch_whiteboxes__item:hover {
  border-color: #41bbd9;
  box-shadow: 0 4px 12px rgba(4, 63, 117, .08), 0 2px 4px rgba(4, 63, 117, .04);
  transform: translateY(-2px);
}
.rds_ch_whiteboxes__item_nr {
  position: absolute;
  top: 10px;
  right: 0px;
  font-weight: 800;
  font-size: 18px;
  color: #d3deea;
  letter-spacing: .08em;
}
.rds_ch_whiteboxes__item h3 {
    font-size:18px;
    font-weight:700;
    line-height:1;
    margin:0 0 12px;
    max-width: 90%;
}
.rds_ch_whiteboxes__item p {
    font-size:14px;
    line-height:1.65;
    color:#3a4a5f;
    margin:0 ;
    flex-grow:1;
}


/* blue section */
.rds_ch__head_blue {
  margin-bottom: 56px !important;
  max-width:800px;
}
.rds_ch__head_blue .rds_ch__head_eyebrow {
    line-height: 1.5 !important;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #41bbd9;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.rds_ch__head_blue .rds_ch__head_eyebrow::after {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(255,255,255,.3) !important;
}
.rds_ch__head_blue .rds_ch__head_title {
    letter-spacing: -0.005em;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 14px;
}
.rds_ch__head_blue .rds_ch__head_title b {
    color:#41bbd9;
    font-weight:700;
}
.rds_ch__head_blue .rds_ch__head_lead {
    line-height: 1.75 !important;
    letter-spacing: 0.005em;
    font-size: 16px !important;
    margin: 0;
    max-width: 800px;color: rgba(255,255,255,.85) !important;
}

.rds_ch__head_blue .rds_ch_clearboxes__grid {
  list-style: none;
  margin: 36px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}
.rds_ch__head_blue .rds_ch_clearboxes__item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: auto 1fr;
  gap: 22px !important;
  align-items: start !important;
  padding: 24px 26px 24px 22px !important;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.12);
  border-left: 3px solid #41bbd9;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
  transition: background .2s ease, border-color .2s ease, transform .2s ease !important;
}
.rds_ch__head_blue .rds_ch_blueboxes__item:hover  {
  background: rgba(255,255,255,.07);
  border-color: rgba(65,187,217,.45);
  border-left-color: rgba(65, 187, 217, 0.45);
  border-left-color: #41bbd9;
  transform: translateY(-1px);
}
.rds_ch__head_blue .rds_ch_blueboxes__item_nr {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.02em;
  color: #41bbd9;
  min-width: 42px;
  padding-top: 2px;
}
.rds_ch__head_blue .rds_ch_clearboxes__item p {
    color: rgba(255,255,255,.92);
}
@media(max-width:768px){
    .rds_ch_blueboxes__grid {
        grid-template-columns:1fr;
    }
}

/* clear section */
.rds_ch_clearboxes__grid-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.rds_ch_clearboxes__grid-head-eyebrow {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #043f75;
}
.rds_ch_clearboxes__grid-head-line {
  flex: 1;
  height: 1px;
  background: #dfe4eb;
}

.rds_ch_clearboxes__grid {
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:24px !important;
    margin-bottom:48px;
    align-items:stretch !important;
}
.rds_ch_clearboxes__item {
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 4px !important;
  padding: 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  position: relative !important;
  transition: all .2s cubic-bezier(.22, 1, .36, 1) !important;
}
.rds_ch_clearboxes__item:hover {
  border-color: #41bbd9;
  box-shadow: 0 4px 12px rgba(4, 63, 117, .08), 0 2px 4px rgba(4, 63, 117, .04);
  transform: translateY(-2px);
}
.rds_ch_clearboxes__item_icon {
    width:48px;
    height:48px;
    background:#d3deea;
    color:#043f75;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    flex:0 0 auto;
    position:relative;
}
.rds_ch_clearboxes__item_nr {
  position: absolute;
  top: 0px;
  right: 0px;
  font-weight: 800;
  font-size: 18px;
  color: #d3deea;
  letter-spacing: .08em;
}
.rds_ch_clearboxes__item-cat {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #1a7d99;
}
.rds_ch_clearboxes__item h3 {
    font-size:18px;
    font-weight:700;
    color:#043f75;
    line-height:1.3;
    margin:0 0 12px;
}
.rds_ch_clearboxes__item p {
    font-size:14px;
    line-height:1.65;
    color:#3a4a5f;
    margin:0 0 20px;
    flex-grow:1;
}
.rds_ch_clearboxes__item_tag {
    margin-top:auto;
    font-size:12px;
    font-weight:600;
    letter-spacing:1.4px;
    text-transform:uppercase;
    color:#0080a5;
    border-top:1px solid #e0e6ed;
}
.rds_ch_clearboxes__item_cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #043f75;
  padding: 10px 0 8px;
  border-bottom: 1px solid #043f75;
  width: fit-content;
  cursor: pointer;
  transition: gap .2s, color .2s, border-color .2s;
}
.rds_ch_clearboxes__item_cta:hover {
  gap: 12px;
  color: #41bbd9;
  border-color: #41bbd9;
}
@media(max-width:768px){
    .rds_ch_clearboxes__grid {
        grid-template-columns:1fr;
    }
}

/* citazione */
.rds_ch_quote {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 56px 52px;
  text-align: left;
}
.rds_ch_quote_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #043f75;
  margin-bottom: 22px;
}
.rds_ch_quote_eyebrow-mark-inline {
  color: #4fbeda;
  opacity: .9;
  margin-left: 0;
  margin-right: 2px;
  flex-shrink: 0;
} 
.rds_ch_quote_text {
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -.005em;
  color: #043f75;
  margin: 0 0 32px;
}
.rds_ch__quote_attr {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 22px;
  border-top: 1px solid rgba(4,63,117,.18);
}
.rds_ch__quote_initials {
  background: linear-gradient(135deg, #4fbeda, #2d7bb8);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .04em;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.rds_ch__quote_name {
  font-weight: 700;
  font-size: 17px;
  color: #043f75;
  margin-bottom: 4px;
}
.rds_ch__quote_role {
  font-size: 14px;
  line-height: 1.45;
}

/* profilo */
.rds_ch__profile_card {
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 4px !important;
  padding: 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  align-items: flex-start !important;
  position: relative !important;
}
.rds_ch__profile_card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  height: 4px !important;
  background: #41bbd9 !important;
  border-radius: 4px 4px 0 0 !important;
}
.rds_ch__profile_logo {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  overflow: hidden;
}
.rds_ch__profile_name {
  font-weight: 700;
  font-size: 22px;
  color: #043f75;
  letter-spacing: -.005em;
}
.rds_ch__profile_lead {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}
.rds_ch__profile_lead b,
.rds_ch__profile_lead strong {
  color: #043f75;
  font-weight: 700;
}

.rds_ch__profile_fact {
  display: grid !important;
  grid-template-columns: 36px 1fr !important;
  gap: 12px !important;
  align-items: start !important;
}
.rds_ch__profile_fact_icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 4px !important;
  background: #e7eaf0 !important;
  color: #043f75 !important;
  display: grid !important;
  place-items: center !important;
  padding-top:7px !important;
}
.rds_ch__profile_fact dt {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .14em;
  line-height:1;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 4px;
}
.rds_ch__profile_fact dd {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #043f75;
}

/**/
/* VERTICALI */

/* loop box */

.rds_ver__loop {
    border: 1px solid #e0e6ed;
    background: #fff;
    height:100% !important;
    display:flex !important;
    flex-direction:column !important;
    transition: all 0.3s ease !important;
}
.rds_ver__loop:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 24px rgba(4, 63, 117, 0.12),
        0 2px 8px rgba(65, 187, 217, 0.10);
}
.rds_ver__loop_tag > div {
    height:auto !important;
}

/* hero */
.rds_ver__hero {
    position:relative !important;
    overflow: hidden !important;
}
.rds_ver__hero_eyelet {
    font-size:13px;
    font-weight:700;
    letter-spacing:2.4px;
    line-height:1.5;
    text-transform:uppercase;
    color:#0080a5;
    margin-bottom:14px !important;
}
.rds_ver__hero_title h1 {
    font-size: 56px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #fff;
    margin: 0 0 24px;
    max-width: 880px;
}
.rds_ver__hero_title h1 strong {
    color: #41bbd9;
	font-weight: 700;
}
.rds_ver__hero_title h1 b {
    font-weight: 700;
}
.rds_ver__hero_lead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
  max-width: 720px;
  margin: 0;
}
.rds_ver__hero_breadcrumbs {
    position:absolute !important;
    bottom:30px;
    right:0px;
	color:#fff;
    font-size: 0.7rem;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.rds_ver__hero_breadcrumbs a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff !important;
    padding: 20px 20px 20px 0;
}
.rds_ver__hero_breadcrumbs a::after {
    position: absolute;
    top: 21px;
    right: 5px;
    font-family: "FontAwesome";
    content: "\f105";
    display: inline-block;
}

/* cta */
.rds_ver__cta {
  color:#fff;
}
.rds_ver__cta .rds_ver__cta_eyelet{
    color:#41bbd9;
    text-transform: uppercase;
    margin-bottom:14px !important;
}

.rds_ver__cta h2 {
  font-size:42px;
  line-height:1.2;
  letter-spacing:-0.5px;
  color:#fff;
  margin:0 0 18px;
}
.rds_ver__cta h2 b {
  font-weight:700;
}
.rds_ver__cta_lead {
  font-size:17px;
  line-height:1.7;
  color:rgba(255,255,255,0.85);
  max-width:680px;
  margin:0 auto 36px !important;
}

.rds_ver__cta__btn {
  display:block;
  width:75%;
}

.rds_ver__cta__btn a {
  display:block;
  width:100%;
  padding:16px 32px;
  font-size:14px;
  font-weight:700;
  letter-spacing:1.2px;
  text-transform:uppercase;
  text-decoration:none;
  border:1px solid #fff;
  transition:background .2s,color .2s;
  cursor:pointer;
}
.rds_ver__cta__btn--primary a {
  background:#41bbd9;
  color:#043f75 !important;
}
.rds_ver__cta__btn--primary a:hover {
  background:#fff;
  color:#043f75 !important;
}
.rds_ver__cta__btn--ghost a {
  background:transparent;
  color:#fff;
}
.rds_ver__cta__btn--ghost a:hover {
  background: rgba(255,255,255,.08);
  color:#fff;
}
@media(max-width:768px){
    .rds_ver__cta {
      padding:72px 24px;
    }

    .rds_ver__cta h2 {
      font-size:28px;
    }
}

/* testi */
.rds_ver__head {
  margin-bottom: 56px !important;
  max-width:800px;
}

.rds_ver__head .rds_ver__head_eyebrow {
	display: inline-flex;
    font-size:13px;
    font-weight:700;
    letter-spacing:2.4px;
    line-height:1.5;
    text-transform:uppercase;
    color:#0080a5;
    margin-bottom:14px !important;
    gap: 14px;
    font-family: var(--font-display);
}
.rds_ver__head .rds_ver__head_eyebrow::after {
  content: "";
  width: 60px;
  height: 1px;
  background: #043f75;
  opacity: .5;
	margin-top: 8px;
}

.rds_ver__head .rds_ver__head_title {
    font-size:36px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:-0.5px;
    color:#043f75;
    margin:0 0 16px;
}
.rds_ver__head .rds_ver__head_title b {
    font-weight:700;
}
.rds_ver__head .rds_ver__head_lead {
    font-size:17px;
    line-height:1.7;
    color:#3a4a5f;
    margin:0;
}

/* colonne */
.rds_vrt__cols .rds_vrt__cols_title {
    display:block;
    font-size:34px;
    font-weight:700;
    line-height:1.25;
    letter-spacing:-0.5px;
    max-width:980px !important;
    color:#043f75;
}
.rds_vrt__cols .rds_vrt__cols_title b{
    font-weight:700;
}
.rds_vrt__cols .rds_vrt__cols_wrapper p{
    font-size:16px;
    line-height:1.75;
    color:#3a4a5f;
    margin:0 0 16px;
}
.rds_intro__cols .rds_vrt__cols_wrapper p b{
    color:#043f75;
    font-weight:700;
}
@media(max-width:768px){

    .rds_vrt__cols .rds_vrt__cols_title {
        font-size:26px;
    }
}

/* statistiche */
.rds_vrt__stats .n {
    font-size:48px;
    font-weight:700;
    line-height:1;
    letter-spacing:-1px;
    color:#043f75;
    margin-bottom:12px;
}
.rds_vrt__stats .n em{
    font-style:normal;
    color:#0080a5;
}
.rds_vrt__stats .l{
    font-size:15px;
    line-height:1.5;
    color:#3a4a5f;
}

/* clear boxes */
.rds_ver_clearboxes__grid {
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:24px !important;
    margin-bottom:48px !important;
    align-items:stretch !important;
}
.rds_ver_clearboxes__item {
    background:#fff !important;
    padding:36px 32px !important;
    border:1px solid #e0e6ed !important;
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
}
.rds_ver_clearboxes__item_icon{
    width:48px;
    height:48px;
    background:#e9f1f7;
    color:#043f75;
    display:flex;
    align-items:center !important;
    justify-content:center !important;
    margin-bottom:24px !important;
    flex:0 0 auto !important;
    font-size:24px;
}
.rds_ver_clearboxes__item h3 {
    font-size:18px;
    font-weight:700;
    color:#043f75;
    line-height:1.3;
    margin:0 0 12px;
}
.rds_ver_clearboxes__item p {
    font-size:14px;
    line-height:1.65;
    color:#3a4a5f;
    margin:0 0 20px;
    flex-grow:1;
}
.rds_ver_clearboxes__item_tag {
    margin-top:auto;
    font-size:12px;
    font-weight:600;
    letter-spacing:1.4px;
    text-transform:uppercase;
    color:#0080a5;
    padding-top:16px;
    border-top:1px solid #e0e6ed;
}

@media(max-width:768px){
    .rds_ver_clearboxes__grid {
        grid-template-columns:1fr;
    }
}

/* blue box */

.rds_ver_bluebox {
	color:#fff;
	padding:56px 48px !important;
}
.rds_ver_bluebox .rds_ver_bluebox__head{
	display:flex !important;
	gap:24px !important;
	align-items:flex-start !important;
	margin-bottom:36px !important;
	max-width:880px !important;
}
.rds_ver_bluebox__head .rds_ver_bluebox_eyelet {
    font-size:12px;
    font-weight:700;
    letter-spacing:2.4px;
    text-transform:uppercase;
    color:#73c0d8;
    margin-bottom:12px;
}
.rds_ver_bluebox__head .rds_ver_bluebox_icon{
	width:56px;
	height:56px;
	flex:0 0 56px;
	background:rgba(115,192,216,0.15);
	color:#73c0d8;
	display:flex;
	align-items:center;
	justify-content:center;
}
.rds_ver_bluebox__head h4{
	font-size:24px;
	font-weight:700;
	color:#fff;
	margin:0 0 12px;
}
.rds_ver_bluebox__head p{
	font-size:15px;
	line-height:1.7;
	color:rgba(255,255,255,0.85);
	margin:0;
}
.rds_ver_bluebox .rds_ver_bluebox__grid{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:24px 32px;
}
.rds_ver_bluebox__grid .rds_ver_bluebox__item{
padding-top:18px;
border-top:2px solid rgba(115,192,216,0.4);
}
.rds_ver_bluebox__grid .rds_ver_bluebox__item_label{
	font-size:16px;
	font-weight:700;
	color:#fff;
	margin-bottom:6px;
}
.rds_ver_bluebox__grid .rds_ver_bluebox__item_desc{
	font-size:14px;
	line-height:1.55;
	color:rgba(255,255,255,0.78);
}
@media(max-width:768px){

	.rds_ver_bluebox {
		padding:32px 24px;
	}

	.rds_ver_bluebox .rds_ver_bluebox__head{
		display:block;
	}

	.rds_ver_bluebox__head .rds_ver_bluebox_icon{
		margin-bottom:20px;
	}
}

/* pillar boxes */
.rds_ver__pillars {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:24px !important;
    margin-bottom:64px !important;
    align-items:stretch !important;
}
.rds_ver__pillar {
    background:#f6f8fa !important;
    padding:40px 36px !important;
    border:1px solid #e0e6ed !important;
    display:flex !important;
    flex-direction:column !important;
    height:100% !important;
}
.rds_ver__pillar_top {
    display:flex !important;
    gap:18px !important;
    align-items:flex-start !;
    margin-bottom:20px !important;
    flex:0 0 auto !important;
}
.rds_ver__pillar_icon {
    width:44px;
    height:44px;
    flex:0 0 44px;
    background:#e9f1f7;
    color:#043f75;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}
.rds_ver__pillar__cat {
    font-size:12px;
    font-weight:700;
    letter-spacing:1.6px;
    text-transform:uppercase;
    color:#0080a5;
    margin-bottom:8px;
}
.rds_ver__pillar_title h3 {
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    color:#043f75;
    margin:0;
}
.rds_ver__pillar_link {
    margin-top:auto;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.5px;
    color:#043f75;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:fit-content;
}
.rds_ver__pillar p {
    font-size:14px;
    line-height:1.7;
    color:#3a4a5f;
    margin:0 0 20px;
    flex-grow:1;
}


/* NEWSLETTER */

#newsletter-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:999999;
}
#newsletter-modal{
    max-width:480px;
    width:90%;
    position:relative;
    background-color: #fff;
}
#newsletter-modal .newsletter-close{
    position:absolute;
    top:-15px;
    right:-15px;
    width:36px;
    height:36px;
    border:none;
    border-radius:50%;
    background:#fff;
    cursor:pointer;
    font-size:20px;
    font-size: 38px;
    color: #000;
    padding: 0;
    line-height: 1;
}
body.newsletter-open{
    overflow:hidden;
}

/* MAGAZINE */

.rds_tag__cloud h5 {
    margin:0 0 10px 0;
}
.rds_tag__cloud .tag-cloud-link {
  
  
}
.rds_tag__cloud .tag-cloud-link {
    font-size: 12px !important;
    font-weight:700;
    text-transform: uppercase;
    line-height: 1;
    color: #043F75 !important;
    background: #fff !important;
    border: 1px solid #D2DEEA !important;
    padding: 9px 14px !important;
    margin: 0 8px 8px 0;
    display: inline-block;
    transition: background .22s ease,color .22s ease,border-color .22s ease;
    transition-duration: 0.22s, 0.22s, 0.22s;
    transition-delay: 0s, 0s, 0s;
}
.rds_tag__cloud .tag-cloud-link:hover, 
.rds_tag__cloud .tag-cloud-link:focus-visible {
  background: #043F75 !important;
  border-color: #043F75 !important;
  color: #fff !important;
}


.elementor-post-info .elementor-icon-list-item a{
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
}
