.elementor-100 .elementor-element.elementor-element-5fa5362{--display:flex;--min-height:200px;--padding-top:45px;--padding-bottom:45px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-5fa5362:not(.elementor-motion-effects-element-type-background), .elementor-100 .elementor-element.elementor-element-5fa5362 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E3A8A;}.elementor-100 .elementor-element.elementor-element-be04e4e{--display:flex;--min-height:100px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-100 .elementor-element.elementor-element-be04e4e:not(.elementor-motion-effects-element-type-background), .elementor-100 .elementor-element.elementor-element-be04e4e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#181C22;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-100 .elementor-element.elementor-element-5fa5362{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-100 .elementor-element.elementor-element-be04e4e{--padding-top:10px;--padding-bottom:10px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS */.contact-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
	  width: 100%;
font-family: "Montserrat", Sans-serif;
}

p.footer-copy {
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    color: white;
    text-align: center;
    font-size: 13px;
}

p.footer-copy a {
    color: white;
}

.contact-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
	    border-right: 1px solid rgba(255,255,255,0.2);
    color: #ffffff;
}

.contact-info__item .icon {
    display: inline-block;
}

.contact-info__item:last-child {
    border-right: none;
    padding-right: 0;

}

.contact-info__item svg {
    width: 70px;
    height: auto;
    fill: white;
}

.contact-info__item .title {
    margin: 0;
    color: #ffffff;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
}

.contact-info__item a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.contact-info__item a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contact-info {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

@media (max-width: 767px) {
.contact-info__item svg {
    width: 45px;
    height: auto;
    fill: white;
}
	
	.contact-info__item {
    border-right: 0px solid rgba(255, 255, 255, 0.2);
		 gap: 5px;
}
	.contact-info__item .title {
    margin: 0;
    color: #ffffff;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 600;
}
	

	
	.contact-info__item a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
}
}/* End custom CSS */