.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-123b74b:#21434F;--e-global-color-74ca6f0:#12282F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-6760b0e-font-family:"Instrument Serif";--e-global-typography-6760b0e-font-size:2rem;--e-global-typography-6760b0e-font-weight:300;--e-global-typography-6760b0e-line-height:1.3em;--e-global-typography-533e9f9-font-family:"Rethink Sans";--e-global-typography-533e9f9-font-size:1.1rem;--e-global-typography-533e9f9-font-weight:400;--e-global-typography-533e9f9-line-height:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-6760b0e-font-size:2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#lightlink a{
    color: #000000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #afc3cc;
}
#lightlink a:hover{
    color: #000000;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  transition:color .2s ease-out, background .2s ease-in;
  background:#F1F6F8;
}

#lightlink a.alt-link{
    color: #ffffff;
}
#lightlink a.alt-link:hover {
    color: #F0FFFE;
}

#darklink a{
    color: #ffffff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #cecece;
}
#darklink a:hover{
    color: #ffffff;
  -o-transition:color .2s ease-out, background .2s ease-in;
  -ms-transition:color .2s ease-out, background .2s ease-in;
  -moz-transition:color .2s ease-out, background .2s ease-in;
  -webkit-transition:color .2s ease-out, background .2s ease-in;
  transition:color .2s ease-out, background .2s ease-in;
  background:rgba(10, 24, 28,.8);
}

#darklink a.alt-link{
    color: #ffffff;
}
#darklink a.alt-link:hover {
    color: #17505b ;
}
.elementor-widget-tk_custom_toc > .elementor-widget-container > .elementor-toc__body {
    padding: 0;
    margin-top: 25px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  border: 2px solid #bcbcbc;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}
.button:after {
  content: '→';
  position: absolute;
  opacity: 0;  
  right: -30px;
  top:10px;
  transition: 0.3s;
}

.button:hover{
  padding-right: 25px;
  padding-left: 10px;
}

.button:hover:after {
  opacity: 1;
  right: 10px;
}

.button:hover {
  border: 2px solid #161616;
  transition: all 0.3s ease;
}/* End custom CSS */