







/* 1a. Containers */




/* 1b. Colors */







/* 1c. Typography */





/* Mini Title */








/* Body Text */







/* Heading One */








/* Heading Two */








/* Heading Three */








/* Heading Four */








/* Heading Five */








/* Heading Six */








/* Anchor */






/* 1e. Buttons */







/* Filled Button  */











/* Outlined Button  */










/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */


















































.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





body {
  background-color: #FFFFFF;
}

/* Paragraphs */

body, html,p {
  font-weight: 400; text-decoration: none; font-family: 'DM Sans', sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
}

/* Anchors */

a {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  color: #2CB1D3;
  line-height: 26px;
}

a:not(.el-btn):hover,
a:not(.el-btn):focus {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2CB1D3;
  line-height: 26px;
}

a:not(.el-btn):active {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2CB1D3;
  line-height: 26px;
}

/* Mini Title */
.el-tc__mini-title {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #82B470;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 24px;
}

/* Headings */

h1 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
  font-size: 38px;
  letter-spacing: 0px;
  line-height: 48px;
  text-transform: none;
}

h2 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 40px;
  text-transform: none;
}

h3 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 32px;
  text-transform: none;
}

h4 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: none;
}

h5,
.el-card__title a,
.el-team__name a {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 22px;
  text-transform: none;
}

h6 {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #82B470;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: none;
}

@media only screen and (min-width: 768px) {
  .el-tc__mini-title {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
  }
  
  h1 {
    font-size: 72px;
    line-height: 74px;
  }

  h2 {
    font-size: 45px;
    line-height: 56px;
  }

  h3 {
    font-size: 37px;
    line-height: 43px;
  }

  h4 {
    font-size: 30px;
    line-height: 35px;
  }

  h5,
  .el-card__title a,
  .el-team__name a {
    font-size: 24px;
    line-height: 26px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }

  body, html,p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #eef8ee;
}





/* Button   */

.el-btn {
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.el-btn .el-btn__text {
  text-transform: none;
}

/* Button Filled  */

.el-btn--filled {
  border: 2px solid #C7379D;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: #C7379D;
  color: #ffffff;
}

.el-btn--filled:hover,
.el-btn--filled:active {
  border: 2px solid #FFC94A;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: #FFC94A;
  color: #010A4F;
}

.el-btn--filled:focus {
  border: 2px solid #FFC94A;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: #C7379D;
  color: #ffffff;
}

/* Animation */
.el-btn.el-btn--filled.el-btn-animation:hover::before {
  background-color: #FFC94A;
}

.el-btn.el-btn--filled.el-btn-animation:hover {
/*   background-color: unset; */
  color: #010A4F;
}

/* Button Outlined  */
.el-btn--outlined {
  border: 2px solid #82B470;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #82B470;
}

.el-btn--outlined:hover,
.el-btn--outlined:active {
  border: 2px solid #82B470;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}

.el-btn--outlined:hover,
.el-btn--outlined:active {
  background: #82B470;
}

.el-btn--outlined:focus {
  border: 2px solid #2A3B79;

  ;
  color: #2A3B79;
}

/* Animation */
.el-btn.el-btn--outlined.el-btn-animation:hover::before {
  background-color: #82B470;
}

.el-btn.el-btn--outlined.el-btn-animation:hover {
/*   background-color: unset; */
  color: #ffffff;
}






/* Form */

form {
  border: 1px none #EDEEF3;

  padding: 30px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.el-form .el-form--form {
  border-radius: 8px;
}

.form-title + div > form,
.el-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.el-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}


/* Form title */

.form-title {
  border: 1px solid #F1F1F1;

  padding: 30px;

  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #010A4F;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 33px;
  text-transform: none;
  margin-bottom: 0;
}

/* Labels */

form label {
  padding: 0px;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #d7d9e3;

  padding: 10px;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(238, 248, 238, 1.0)

;
  border-radius: 8px;
  color: #010A4F;
  font-size: 16px;
}

form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #2A3B79;
}


/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #666666;
}

::-moz-placeholder {
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  color: #666666;
}

::placeholder {
  color: #666666;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(42, 59, 121, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #2A3B79;
}

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #2A3B79;
}

form .pika-button:hover {
  background-color: #2A3B79 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  border: 2px solid #C7379D;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background: #C7379D;
  color: #ffffff;
}

form input[type=submit]:hover,
form .hs-button:hover,
form .hs-button.primary:hover,
body form input[type=submit]:active,
body form .hs-button:active {
  border: 2px solid #FFC94A;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: #FFC94A;
  color: #010A4F;
}

body form input[type=submit]:focus,
body form .hs-button:focus {
  border: 2px solid #FFC94A;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background: #C7379D;
  color: #ffffff;
}

.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #DC3545;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 26px;
  text-transform: none;
}

.error,
.hs-input.invalid.error {
  border: 1px solid  ;
}

.hs-error-msgs .hs-main-font-element {
  color: #DC3545;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
  background: #2A3B79;
}

.hs-form .hs-input[type="radio"]:checked {
  border-color: #2A3B79;
}

.hs-form .hs-input[type=checkbox]:checked {
  border: 1px solid #2A3B79;
}






/* Table */

table {
  border: 1px solid #2A3B79;

}

/* Table cells */

tbody td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #2A3B79;

  padding: 10px;
;
  color: #2A3B79;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(42, 59, 121, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2A3B79;
}





/* Header container */

.el-header {
  background: rgba(255, 255, 255,1.0);
}

.header__top {
  background: #2A3B79;
}

/* Menu items */
.header .menu__link {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

/* Menu items - top level */

.header .menu__item--depth-1 > .menu__link:not(.el-button),
.header .menu__link {
  color: #010A4F;
}

.header .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #010A4F;
  border-right-color: #010A4F;
}

.header .menu__item--depth-1:hover >.menu__child-toggle .menu__child-toggle-icon,
.header .menu__item--depth-1:focus >.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #82B470;
  border-right-color: #82B470;
}

.header .menu__item--depth-1:hover > .menu__link,
.header .menu__item--depth-1:focus > .menu__link {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #82B470;
}

.header .menu__item--depth-1 > .menu__link:active,
.header .menu__item--depth-1 > .menu__link.menu__link--active-link {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #2CB1D3;
}


/* Menu items - submenus */

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link,
.header .hs-menu-item a {
  color: #010A4F;
}

.header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
  border-bottom-color: #010A4F;
  border-right-color:  #010A4F;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
  border-bottom-color: #010A4F;
  border-right-color: #010A4F;
}

.header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon,
.header .menu .menu__wrapper .menu__submenu .menu__item:focus .menu__child-toggle-icon {
  border-bottom-color: #82B470;
  border-right-color: #82B470;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus,
.header .hs-menu-item a:hover,
.header .hs-menu-item a:focus,
.header .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
.header .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #82B470;
}

.header .menu .menu__wrapper .menu__submenu .menu__item .menu__link.menu__link--active-link {
  color: #82B470;
  background-color: ;
}

/* Language switcher */

.header .header__language-switcher-label-current {
  ;
  color: ;
  font-size: px;
  line-height: px;
  text-transform: ;
}

.header .ac-lang-switcher:hover .header__language-switcher-label-current,
.header .ac-lang-switcher:focus .header__language-switcher-label-current {
  ;
  color: ;
}

/* Language switcher - submenu */

.header .ac-lang-switcher .lang_list_class {
  background-color: #FFFFFF;
}

.header .ac-lang-switcher .lang_list_class a:not(.el-button) {
  ;
  color:#010A4F;
  font-size: 14px;
  line-height: 22px;
}

.header .ac-lang-switcher .lang_list_class a:hover,
.header .ac-lang-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #82B470;
}

.header .ac-lang-switcher .lang_list_class a:active {
  background-color: #FFFFFF;
  color: #82B470;
}

@media only screen and (min-width: 768px) {
  .header .menu .menu__wrapper .menu__submenu {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__menu-submenu .header__menu-item:hover,
  .header__menu-submenu .header__menu-item:focus,
  .header .hs-menu-item a:hover,
  .header .hs-menu-item a:focus,
  .header .menu .menu__wrapper .menu__submenu .menu__item:hover > .menu__link,
  .header .menu .menu__wrapper .menu__submenu .menu__item:focus > .menu__link {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header .menu__link {
    font-size: 16px;
    line-height: 24px;
  }

  .header .menu__item--depth-1>.menu__child-toggle .menu__child-toggle-icon {
    border-bottom-color: #010A4F;
    border-right-color:  #010A4F;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item .menu__child-toggle-icon {
    border-bottom-color: #010A4F;
    border-right-color: #010A4F;
  }

  .header .menu .menu__wrapper .menu__submenu .menu__item:hover .menu__child-toggle-icon {
    border-bottom-color: #82B470;
    border-right-color: #82B470;
  }

  .header .header__language-switcher-label-current {
    font-size: ;
    line-height: px;
  }

  .header .ac-lang-switcher .lang_list_class a:not(.ac-button) {
    font-size: 14px;
    line-height: 24px;
  }

  .header .menu__item--depth-1:after, .header .menu__item--depth-1:before {
    background-color: #2A3B79;
  }
}





/* Footer Background  */

.footer {
  background: 

  
  
    
  


  rgba(252, 246, 246, 1.0)

;
}

/* Footer Heading */



/* Footer text */

.footer p,
.footer li:not(.menu__item),
.footer blockquote,
.footer a:not(.menu__link),
.el-footer-copyright > span,
.el-footer-copyright .el-footer-copyright__links > a {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #01083C;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2A3B79;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

/* Footer menu */

.footer nav a,
.footer .menu__link,
.footer nav a:hover,
.footer .menu__link:hover {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #2A3B79;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.footer nav a:hover,
.footer nav a:focus,
.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #C7379D;
}

.footer nav a:active,
.footer .menu__link:active {
  color: #C7379D;
}

.footer nav .active > a,
.footer .menu__link .active > a {
  color: #C7379D;
}

@media only screen and (min-width: 768px) {
  .footer h1,
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6 {
    font-size: 24px;
    line-height: 24px;
  }

  .footer p,
  .footer li,
  .footer blockquote,
  .footer a:not(.menu__link) {
    font-size: 16px;
    line-height: 24px;
  }

  .footer nav a,
  .footer .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
}






.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a,
.blog-post__timestamp,
.el-blog-detail__sidebar-tags > li > a,
.el-blog-detail__sidebar-post > li > a {
  color: #000000;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #010A4F;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000027;
}

.blog-related-posts__title-link:active {
  color: #293277;
}

/* Blog comments */

.blog-comments {
  /*   margin-bottom: 80px; */
}

#comments-listing .comment-reply-to {
  color: #2CB1D3;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0489ab;
}

#comments-listing .comment-reply-to:active {
  color: #54d9fb;
}

.blog-post__body,
.blog-post__body p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}

.blog-post__body img,
.blog-related-posts img {
  border-radius: 16px;
}


@media only screen and (min-width: 768px) {
  .blog-post__body,
  .blog-post__body p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}





.hs-search-results__title {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
}

.el-communication-preferences .page-header h2 {
  color: #2A3B79;
}

.el-communication-preferences .header {
  font-weight: 700;
  color: #010A4F;
  font-size: 18px;
  letter-spacing: .5px;
  line-height: 22px;
  text-transform: none;
}

.el-subscription-confirmation h2 {
  color: #2A3B79;
}

.el-search__keyword span {
  color: #2A3B79; 
}


.el-subscription-confirmation .page-header h2,
.el-communication-preferences h2 {
  color: #2A3B79;
}

.el-search__keyword span {
  color: #2A3B79;
}

.el-search-results .hs-search-results__listing li a {
  color: #010A4F;
}

.el-search-results .hs-search-results__listing li a:hover {
  color: #2A3B79;
}

.el-search-results .hs-search-results__pagination a {
  font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2A3B79;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

.backup-unsubscribe input[type=email] {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(238, 248, 238, 1.0)

;
  border-radius: 8px;
  color: {font=DM Sans, font_set=GOOGLE, styles={font-family='DM Sans', sans-serif, font-style=normal, font-weight=400, text-decoration=none}, size=16, size_unit=px, color=#010A4F, variant=400, fallback=sans-serif, style=font-family: 'DM Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none, css=color: #010A4F;font-size: 16px;font-family: 'DM Sans', sans-serif; font-weight: 400;};
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #010A4F;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000027;
}

.blog-index__post-title-link:active {
  color: #293277;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #282828;
}

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
  font-size: 37px;
}

.card__body svg {
  fill: #2A3B79;
}

/* Social follow */

.social-links__icon {
  background-color: #2A3B79;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #021351;
}

.social-links__icon:active {
  background-color: #5263a1;
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #010A4F;
  font-size: 37px;
}