footer {
  position: relative;
    background: url(assets/background-dark-03.webp) no-repeat center / cover;
    background-attachment: fixed;
  background-color: rgba(var(--color-navy-blue-rgb),1);
  padding: 100px 80px !important;
  position: relative;
}
footer .footer-wrapper {
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .footer-wrapper * {
  color: var(--color-white);
}
footer .footer-wrapper .col-form {
  padding-right: 80px;
  width: calc(100% - 300px);
}
footer .footer-wrapper .col-form .icon-email{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid var(--color-white);
    margin-bottom:20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
footer .footer-wrapper .col-form img{
    height: 16px;
}
footer .footer-wrapper .col-form h2{
    margin-bottom:12px;
    font-size: 50px;
    font-weight: 500;
}
footer .footer-wrapper .col-form p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}
footer .footer-wrapper .col-form .gform_wrapper{
    margin-top: 20px;
}
footer .footer-wrapper .col-form .gform_wrapper .gform_heading,
footer .footer-wrapper .col-form .gform_wrapper .ginput_counter.gfield_description{
    display: none;
}
footer .footer-wrapper .col-form .gform-theme--foundation .gform_fields{
    row-gap:20px
}
footer .footer-wrapper .col-form .gform-theme--foundation legend {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 15px;
    font-family: var(--font-family-secondary);
}
footer .footer-wrapper .col-form .gform_wrapper input[type="text"],
footer .footer-wrapper .col-form .gform_wrapper input[type="email"],
footer .footer-wrapper .col-form .gform_wrapper textarea{
    border: 1px solid var(--color-white);
    border-radius: 0;
    padding: 20px;
    background: transparent;
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    height: 51px;
    width: 100%;
}
footer .footer-wrapper .col-form .gform_wrapper input[type="checkbox"]{
    border-radius: 0;
}
footer .footer-wrapper .col-form .gform_wrapper input[type="checkbox"],
footer .footer-wrapper .col-form .gform_wrapper input[type="radio"]{
    background: transparent;
    border: 1px solid var(--color-white);
    width: 16px;
    height: 16px;
    outline: none;
}
footer .footer-wrapper .col-form .gfield--type-choice .gfield_checkbox{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr); 
}
footer .footer-wrapper .col-form .gfield--type-choice .gchoice,
footer .footer-wrapper .col-form .gfield--type-choice .ginput_container_consent{
    align-items: center;
    display: inline-flex;
}
footer .footer-wrapper .col-form .gfield--type-checkbox{
    grid-column: span 8;
}
footer .footer-wrapper .col-form .gfield--type-radio{
    grid-column: span 4;
}
footer .footer-wrapper .col-form .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    color: var(--color-white);
}
footer .footer-wrapper .col-form .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before{
    background-color: var(--color-white);
}
footer .footer-wrapper .col-form .gform_wrapper label{
    color: var(--color-white);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.125;
}
footer .footer-wrapper .col-form .gform_wrapper .gform-footer {
    margin-block-start: 20px;
}
footer .footer-wrapper .col-form .gform_wrapper input[type="submit"]{
    border: 1px solid var(--color-white) !important;
    border-radius: 40px !important;
    padding: 8.7px 27px !important;
    background: transparent !important;
    color: var(--color-white) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    letter-spacing: 2.1px !important;
    text-transform: uppercase !important;
    transition: 0.3s ease !important;
}
footer .footer-wrapper .col-form .gform_wrapper input[type="submit"]:hover,
footer .footer-wrapper .col-form .gform_wrapper input[type="submit"]:focus{
    border-color: var(--color-blue) !important;
    background:  var(--color-blue) !important;
}
footer .footer-wrapper .col-form .gform_wrapper input:placeholder,
footer .footer-wrapper .col-form .gform_wrapper textarea:placeholder {
    opacity: 0.5 !important;
}

footer .footer-wrapper .col-form .gform_wrapper input::-webkit-input-placeholder,
footer .footer-wrapper .col-form .gform_wrapper textarea::-webkit-input-placeholder {
    opacity: 0.5 !important;
}

footer .footer-wrapper .col-form .gform_wrapper input::-moz-placeholder,
footer .footer-wrapper .col-form .gform_wrapper textarea::-moz-placeholder {
    opacity: 0.5 !important;
}

footer .footer-wrapper .col-form .gform_wrapper input:-ms-input-placeholder,
footer .footer-wrapper .col-form .gform_wrapper textarea:-ms-input-placeholder {
    opacity: 0.5 !important;
}

footer .footer-wrapper .col-form .gform_wrapper input:-moz-placeholder,
footer .footer-wrapper .col-form .gform_wrapper textarea:-moz-placeholder {
    opacity: 0.5 !important;
}

footer .footer-wrapper .col-form .gform-theme--framework .gform_validation_errors{
    background-color:rgba(192,43,10,0.5);
}
footer .footer-wrapper .col-form .gform-theme--framework .gform_validation_errors .gform_submission_error,
footer .footer-wrapper .col-form .gform-theme--framework .gform_validation_errors .gform-icon,
footer .footer-wrapper .col-form .gform-theme--framework .gform_validation_errors ol,
footer .footer-wrapper .col-form .gform-theme--framework .gform_validation_errors ol a,
footer .footer-wrapper .col-form .gform-theme--framework .gfield_validation_message{
	color: var(--color-white) !important;
}
footer .footer-wrapper .col-form .gform-theme--framework .gfield_validation_message {
    background-color: rgba(192, 43, 10, 0.5);
    padding: 1px 5px 4px;
}
footer .footer-wrapper .col-form .gform-theme--framework .gform_validation_errors .gform-icon {
	border-color: var(--color-white) !important;
}
footer .footer-wrapper .col-form .gform_confirmation_message {
    padding: 20px 30px;
    background: #ffffff;
    color: green !important;
    border: 1.5px solid green !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
    text-align: center;
    line-height: 1.44;
    font-size: 18px;
    font-weight: 600;
}
footer .footer-wrapper .contact-info {
  width: 300px;
  padding: 115px 0px 0;
}
footer .footer-wrapper .social-links {
    border-bottom: 1px solid rgb(255 255 255 / 50%);
}
footer .footer-wrapper .contact-info h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
footer .footer-wrapper .contact-info ul{
    margin-bottom: 60px;
}
footer .footer-wrapper .contact-info ul li:not(:first-child){
    padding-top: 20px
}
footer .footer-wrapper .contact-info ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.125;
    opacity: 0.5;
    transition: 0.3s ease opacity;
}
footer .footer-wrapper .contact-info li a:hover{
    opacity: 1;
}
footer .footer-wrapper .contact-info ul li a.link-instagram,
footer .footer-wrapper .contact-info ul li a.link-facebook,
footer .footer-wrapper .contact-info ul li a.link-linkedin{
    padding: 0 0 0 33px;
}
footer .footer-wrapper .contact-info ul li a.link-instagram{
    background: url(././assets/instagram.svg) no-repeat center left / 18px !important;
}
footer .footer-wrapper .contact-info ul li a.link-facebook{
    background: url(././assets/facebook.svg) no-repeat center left / 18px !important;
}
footer .footer-wrapper .contact-info ul li a.link-linkedin{
    background: url(././assets/linkedin.svg) no-repeat center left / 18px !important;
}

footer .copyright {
  padding: 60px 0 0;
}
footer .copyright span,
footer .copyright a{
    opacity: 0.5;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
footer .copyright a{
    transition: 0.3s ease opacity;
}
footer .copyright a:hover{
    opacity: 1;
}
footer .copyright p:not(:first-child){
    margin-top: 20px;
}
.footer-logo {
    position: relative;
    max-width: 500px;
    margin: 40px auto 0;
    width: 100%;
    height: 108px;
    max-height: 108px;
    display: flex;
    justify-content: center;
}
.footer-logo a{
    display:block;
}
.footer-logo img{
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1100px) {
    footer{
        padding: 80px 60px !important;
    }
      footer .footer-wrapper .col-form{
        padding-right: 30px;
        width: calc(100% - 200px);
      }
      footer .footer-wrapper .contact-info{
        width: 200px;
      }
}
@media (max-width: 992px) {
    footer{
        padding: 60px 30px !important;
    }
    footer .footer-wrapper .col-form{
        padding-right: 0px;
        width: 100%;
    }
    footer .footer-wrapper .contact-info{
        width: 100%;
        padding: 60px 0 0;
    }
  	footer .footer-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
	}
}
@media (max-width: 640px) {
    footer {
        padding: 40px 30px !important;
    }
    
    footer .copyright {
        padding: 30px 0 0;
    }
    footer .footer-wrapper .contact-info{
        padding: 30px 0 0;
    }
    footer .footer-wrapper .contact-info ul {
        margin-bottom: 30px;
    }
    .footer-logo{
        margin-top: 30px;
        height: 65px;
    }
    footer .footer-wrapper .col-form .gfield--type-radio,
    footer .footer-wrapper .col-form .gfield--type-checkbox {
        grid-column: 1/-1;
    }
    footer .footer-wrapper .col-form h2{
    	font-size: 30px;
		font-weight: 500;	
    }
    footer .footer-wrapper .col-form p{
    	font-size: 14px;
    }
}
@media (max-width: 480px) {
    footer .footer-wrapper .col-form .gfield--type-choice .gfield_checkbox {
        grid-template-columns: initial;
        grid-template-rows: initial;
    }
}