.pageContact .container{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;align-items:stretch}.pageContact .container.reverse{flex-direction:row-reverse}@media (max-width:1199px){.pageContact .container{flex-direction:column}}.pageContact--contentContainer{flex:1;display:flex;flex-direction:column}.pageContact--contentContainer h1,.pageContact--contentContainer h2,.pageContact--contentContainer h3,.pageContact--contentContainer h4,.pageContact--contentContainer h5{color:#000;font-size:32px;font-style:normal;font-weight:700;line-height:38px;margin:0 0 16px}.pageContact--contentContainer a{color:#005aa0!important;text-decoration:none!important}.pageContact--contentContainer>p{color:#6f7779;font-family:"Santander Text",sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:24px}.pageContact--contentContainer>p>:last-child{margin:0}.pageContact--contentContainer .items{margin:32px 0 0}.pageContact--contentContainer .items p{color:#6f7779;font-family:"Santander Text",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0}.pageContact--contentContainer .image{margin:30px 0 0;border-radius:8px;width:100%;overflow:hidden;position:relative;flex:1}@media (max-width:1199px){.pageContact--contentContainer .image{height:176px}}.pageContact--contentContainer .image img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute}.pageContact--formContainer{flex:1;padding:40px 32px;border-radius:8px;border:1px solid #deedf2;background:#fff}.pageContact .success-box{background-color:#ec0000;border-radius:10px;padding:20px 0;text-align:center;color:#fff;display:none;width:100%;margin:auto;max-width:600px}