/*!
 * emark-boilerplate
 * a simple but structured scss boilerplate for front-end jedi's
 * @author paul knol
 * @version 1.0.0
 * Copyright 2022. MIT licensed.
 */

@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap);*{box-sizing:border-box}body,html{font-family:"Roboto Condensed",sans-serif;font-weight:400;color:#808285;height:100%}.page-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:max-content max-content 1fr}footer,header,main{display:grid!important}.main-content{padding:20px;min-height:500px}@media screen and (max-width:768px){.main-content{min-height:300px}}.content-row{width:100%;max-width:930px;margin:0 auto}.content-row h1{text-align:center;font-size:34px;line-height:40px;color:red;text-transform:uppercase;letter-spacing:2px}.content-row p{text-align:center;font-size:25px;line-height:1.5;font-weight:300}.overlay{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);transition:opacity .5s;visibility:hidden;opacity:0}.overlay{visibility:visible;opacity:1}.popup{margin:70px auto;padding:20px;background:#fff;border-radius:5px;width:100%;max-width:300px;position:relative;transition:all 5s ease-in-out;top:30%;text-align:center}.popup h2{margin-top:0;color:#333}.popup .content{max-height:30%;overflow:auto}.popup .popup-btn{display:grid;width:fit-content;margin:20px auto 10px}.btn-red,button,input[type=submit]{margin:6px 0;padding:8px 25px;color:#fff;font-size:17px;font-weight:400;border-radius:30px;background-color:#ee3224;border:1px solid #ee3224;cursor:pointer;text-decoration:none}.btn-red:hover,button:hover,input[type=submit]:hover{opacity:.8}form{font-size:18px;line-height:1.5;font-weight:300;width:100%;max-width:400px;margin:10% auto 15%}form .form-row{display:grid;grid-template-columns:1fr;gap:5px;margin-bottom:20px}form .form-row label{margin-left:10px}form .form-row [type=text]{border-radius:30px;border:1px solid #808285;padding:5px 15px}form .form-row.radio-row{display:grid}form .form-row.radio-row .radio-item{display:grid;margin-bottom:5px}form .form-row.radio-row .radio-item label{margin-left:0}form .form-row.radio-row .radio-item textarea{margin-top:15px;border-radius:10px;border:1px solid #808285;padding:5px 15px}form .form-row.radio-row .radio-item textarea:disabled{opacity:.3;cursor:not-allowed}form .form-row.radio-row .radio-item.three-items{display:grid}form .form-row.radio-row .radio-item [type=radio]:checked,form .form-row.radio-row .radio-item [type=radio]:not(:checked){position:absolute;left:-9999px}form .form-row.radio-row .radio-item [type=radio]:checked+label,form .form-row.radio-row .radio-item [type=radio]:not(:checked)+label{position:relative;padding-left:28px;cursor:pointer;line-height:20px;display:inline-block;color:#666}form .form-row.radio-row .radio-item [type=radio]:checked+label:before,form .form-row.radio-row .radio-item [type=radio]:not(:checked)+label:before{content:'';position:absolute;left:0;top:0;width:18px;height:18px;border:1px solid #808285;border-radius:100%;background:#fff}form .form-row.radio-row .radio-item [type=radio]:checked+label:after,form .form-row.radio-row .radio-item [type=radio]:not(:checked)+label:after{content:'';width:12px;height:12px;background:red;position:absolute;top:4px;left:4px;border-radius:100%;-webkit-transition:all .2s ease;transition:all .2s ease}form .form-row.radio-row .radio-item [type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}form .form-row.radio-row .radio-item [type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}form .form-row.submit-btn{max-width:none;margin:40px auto 0}@media screen and (min-width:768px){form .form-row.submit-btn{max-width:200px}}/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}header .header-content{display:grid;grid-template-rows:120px max-content}header .content-row{height:100%;display:grid}header .content-row .logo{justify-self:center;align-self:center}header .content-row .logo a{display:block}header .content-row .header-img{background-image:url("https://image.mail.mavalerio.com.br/lib/fe3411717564047b771178/m/1/a1beabaa-bb7b-456a-8c2d-e41d82657158.png");background-position:center center;background-size:cover;height:300px;background-repeat:no-repeat;position:relative}header .content-row .header-img .img-border{position:absolute;background-position:center;background-size:cover;bottom:0;width:100%;height:40px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1441px' height='59px' viewBox='0 0 1441 59' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eimg-border%3C/title%3E%3Cdefs%3E%3Cpolygon id='path-1' points='0 0 1440.01 0 1440.01 58.703 0 58.703'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Desktop---Opt-out-page' transform='translate(0.000000, -463.000000)'%3E%3Cg id='Hero-image' transform='translate(-1.000000, 120.000000)'%3E%3Cg id='img-border' transform='translate(1.000000, 343.237000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Clip-2'%3E%3C/g%3E%3Cpath d='M1438.01,10 C1438.01,10 1435.85,11 1432.43,10 C1432.43,10 1431.83,8.445 1428.92,8.722 C1428.92,8.722 1426.01,9 1424.01,11 C1424.01,11 1421.01,13 1419.01,13 C1419.01,13 1417.01,13 1416.01,11 C1416.01,11 1415.01,10 1416.01,9 L1427.01,7 L1439.01,7 C1439.01,7 1441.01,8 1438.01,10 Z M1252.01,31 C1252.01,31 1250.01,33 1244.01,33 C1244.01,33 1240.01,33 1237.01,34 C1237.01,34 1233.31,34 1232.16,35 C1231.01,36 1229.01,35 1229.01,35 C1229.01,35 1228.01,33 1232.01,32 L1237.01,32 C1237.01,32 1242.87,31.763 1246.44,29.382 C1246.44,29.382 1250.43,28.763 1252.22,29.382 C1252.22,29.382 1254.01,30 1252.01,31 Z M1062.27,43.445 C1057.54,43.889 1057.01,45 1057.01,45 C1054.01,47 1051.01,45 1051.01,45 L1047.01,43 L1045.01,43 L1045.01,41 C1049.01,41 1049.01,42 1049.01,42 L1052.01,42 C1053.01,41 1055.01,41 1055.01,41 L1060.01,41 C1064.01,41 1063.92017,43.445 1063.92017,43.445 L1062.27,43.445 Z M1030.01,48 L1020.01,48 C1020.01,48 1022.01,46 1025.01,46 C1025.01,46 1026.01,46 1026.01,45 C1026.01,45 1026.01,44 1024.01,44 L1021.01,44 C1021.01,44 1021.01,43 1022.01,43 L1024.01,43 L1026.01,42 L1028.01,43 C1028.01,43 1029.06,43 1029.53,43 C1030.01,43 1032.01,43 1032.01,43 C1032.01,43 1036.01,43 1036.01,45 C1036.01,45 1036.01,48 1030.01,48 Z M894.01,45 L871.01,45 C871.01,45 868.01,45 868.01,44 C868.01,43 880.01,43 883.01,44 C886.01,45 894.328,44.125 894.328,44.125 C894.328,44.125 898.01,42 901.01,42 C904.01,42 905.01,43 905.01,43 L894.01,45 Z M800.01,46 C797.01,46 792.727,46 792.727,46 C792.727,46 791.01,46 791.01,45 L802.925,45 C802.925,45 803.01,46 800.01,46 Z M778.01,46 L767.01,46 C767.01,46 765.01,46 765.01,45 L780.136,45 C780.136,45 780.01,46 778.01,46 Z M724.01,46 C724.01,46 723.638,44 728.324,44 C728.324,44 731.01,44 731.01,45 C731.01,45 730.01,46 724.01,46 Z M714.01,46 C713.947,46 713.893,46 713.833,46 C712.258,46 711.734,46 711.741,46 L708.095,46 C708.095,46 705.01,46 705.01,45 C705.01,45 705.01,44 708.01,44 C711.01,44 718.01,44 718.01,44 C718.01,44 720.01,44 720.01,45 C720.01,45 719.01,46 714.01,46 Z M496.01,25.364 C496.01,25.364 494.01,26 494.01,25 L495.01,24 C495.01,24 496.01,23 498.01,24 C498.01,24 497.01,25.728 496.01,25.364 Z M386.01,22 L384.01,23 C384.01,23 382.01,23 381.01,23 C380.01,23 379.758,22 379.884,22.5 L378.068,21.242 C378.068,21.242 383.01,17 385.01,16 C385.01,16 387.01,15 387.01,17 C387.01,17 385.01,18 385.01,20 C385.01,20 387.01,21 386.01,22 Z M353.421,22.5 L349.01,22 L347.01,22 C345.01,21 350.443,21.277 350.443,21.277 L353.875,22 L353.421,22.5 Z M543.122,27 C543.122,27 544.01,28 542.01,28 L520.01,27 C520.01,27 534.235,25 543.122,27 Z M1154.01,32 C1152.91,32 1152.01,31.776 1152.01,31.5 C1152.01,31.224 1152.91,31 1154.01,31 C1155.11,31 1156.01,31.224 1156.01,31.5 C1156.01,31.776 1155.11,32 1154.01,32 Z M1436.85,0 L1432.01,0 L1422.64,1 L1416.01,2 L1412.01,3 L1407.01,3 L1403.01,1 L1402.01,2 L1398.01,5 L1394.01,5 L1390.01,4 L1388.01,4 C1388.01,4 1386.01,6 1385.01,6 C1384.01,6 1384.01,9 1384.01,9 L1386.01,11 L1391.01,11 L1400.01,13 L1397.01,13 L1391.01,14 L1384.01,14 L1377.01,12 L1367.01,9 L1361.01,8 L1357.01,8.231 L1357.01,7 L1355.01,5 L1348.01,5 L1338.01,9 L1334.01,9 L1330.01,8 L1328.01,8 L1328.01,9 L1330.01,10 L1332.01,12 L1331.01,13 L1327.01,14 L1324.01,14 L1322.01,16 L1319.01,17 L1316.01,17 L1314.01,16.158 L1314.01,15 L1312.01,15 L1310.01,16 L1307.01,16 L1307.01,14 L1308.01,13 L1311.01,12 L1313.01,11.203 L1313.01,10 L1311.01,10 L1308.01,11 L1305.01,11 L1304.01,8 C1304.01,8 1293.01,8 1292.01,8 C1291.01,8 1288.01,9 1288.01,9 L1283.01,10 L1279.01,9 L1280.01,9 L1280.01,7 L1277.01,7 L1267.01,6 L1264.01,6 L1262.01,5 L1261.14,3 L1254.01,3 L1257.01,5 L1255.03,6 L1252.01,6 L1252.01,7 L1254.01,9 L1250.01,11 L1251.01,12 L1251.01,16 C1253.01,17 1257.01,18 1257.01,18 C1262.01,17 1277.01,16 1277.01,16 L1283.01,15 C1287.01,9 1293.01,10 1293.01,10 L1296.01,13.846 L1296.01,15 L1291.01,19 L1286.01,20 L1274.01,20 C1274.01,19 1279.01,19 1279.01,19 C1281.01,18 1280.01,17 1280.01,17 C1268.01,18 1269.01,22 1269.01,22 C1268.01,24 1265.01,23 1265.01,23 C1262.01,22 1250.01,23 1250.01,23 L1248.01,24 L1238.01,25 L1237.01,26 L1232.01,26 C1231.01,25 1233.01,24 1233.01,24 C1233.01,23 1229.01,23 1229.01,23 C1227.01,22 1219.01,24.249 1219.01,24.249 L1219.01,22 C1213.01,21 1214.01,23 1214.01,23 C1216.01,26 1217.01,27 1217.01,27 C1216.01,30 1205.49,29.445 1205.49,29.445 C1204.97,29.889 1206.01,28 1206.01,28 L1209.01,27 L1203.01,26 C1198.01,26 1195.01,26 1195.01,26 C1189.01,28 1190.01,26 1190.01,26 C1189.01,24 1185.01,24 1185.01,24 L1172.01,24 C1166.01,24 1170.01,26 1170.01,26 C1172.01,26 1174.01,28 1174.01,28 C1174.01,32 1178.01,31 1178.01,31 C1181.01,31 1185.18,29.445 1185.18,29.445 C1202.34,28.889 1199.01,31 1199.01,31 C1198.01,32 1194.01,31 1194.01,31 C1188.01,30 1186.01,33 1186.01,33 C1177.01,35 1170.01,33 1170.01,33 C1163.01,32 1163.87,29.445 1163.87,29.445 C1163.74,24.889 1160.01,25 1160.01,25 L1135.01,26 C1134.01,28 1143.01,28 1143.01,28 L1148.01,28 L1148.52,29.445 L1147.01,31 L1138.01,31 L1137.01,32 L1139.01,33 L1149.01,33 L1152.01,34 L1154.01,34 L1158.01,37 L1157.01,37 L1150.01,38 L1135.01,37 C1123.01,35 1111.01,36.139 1111.01,36.139 L1111.01,37 C1111.01,37 1109.01,38 1108.01,38 C1107.01,38 1105.01,38 1105.01,38 L1103.01,37 L1096.01,37 L1076.01,36 C1078.01,34 1085.01,35 1085.01,35 C1094.01,35 1093.01,33 1093.01,33 C1092.01,31 1089.01,32 1089.01,32 L1084.01,33 L1081.01,32.836 L1081.01,31 L1079.01,31 L1065.01,33 L1027.01,36 L984.01,37 C971.01,38 973.01,37 973.01,37 C987.01,35 988.01,34 988.01,34 C978.01,34 971.01,35 971.01,35 C964.01,36 967.01,38 967.01,38 C963.01,39 967.01,40 967.01,40 C973.01,40 974.01,42 974.01,42 L944.01,42 C941.01,41 939.01,43 939.01,43 L930.01,45 C923.01,44 930.01,43 930.01,43 L934.01,41.919 L934.01,41 L932.01,40 L930.01,40 L928.01,39 L926.01,40 L919.01,40 L894.01,41 L877.01,41 L867.01,42 L859.01,41 L848.01,42 C848.01,42 840.01,43 839.01,43 C838.01,43 834.01,43 834.01,43 L832.01,42 L829.01,42 L826.01,43 L818.01,43 L816.01,44 L814.01,44 L811.01,43 L785.01,43 C785.01,43 787.01,45 782.01,43 C777.01,41 765.01,43 765.01,43 L755.01,43 L756.01,44 L758.131,45.889 L742.443,45.889 L742.01,45 L744.01,44 L748.01,44.231 L748.01,43 L747.01,42 L689.01,42 C676.01,42 678.01,43 678.01,43 C678.01,45 689.01,44 689.01,44 C697.01,43 694.884,45 694.884,45 C688.757,47 678.535,45 678.535,45 C657.06,45 621.01,45 621.01,45 C601.01,43 557.01,42 557.324,41 C557.638,40 546.921,41 546.921,41 L534.866,41 L534.01,40 L536.01,37 C537.01,32 512.01,33 512.01,33 C493.01,33 497.01,30 497.01,30 C518.01,29 552.01,31 552.01,31 L555.01,31 C555.01,31 555.01,30 554.01,30 C553.01,30 551.01,28 551.01,28 L556.01,28 L560.297,27 L564.921,27 L568.01,29 L571.01,28 L575.01,28 L581.01,30 L587.01,29 L610.01,30 L627.01,31 L646.01,32 L664.01,32 L669.01,33 L675.01,32 C675.01,32 681.01,33 682.01,33 C683.01,33 684.01,33 684.01,33 L687.01,33 L693.01,31 L700.01,31 L702.01,31.185 L702.01,30 L701.01,29 C701.01,29 698.01,29 697.01,29 C696.01,29 687.01,28 687.01,28 C687.01,28 677.01,29 676.01,29 C675.01,29 663.01,29 663.01,29 L657.01,28 L650.01,28 L646.168,27 L638.572,27 L633.01,28 L621.01,28 L616.774,27 L615.01,25 L611.01,26 L606.535,27 L602.076,27 L598.01,26 L583.01,26 L576.01,25 L571.01,25 L566.01,24 L557.01,25 L550.01,25 L543.01,26 L540.01,24 L535.01,23 L533.01,23 L528.01,22 L525.01,22 L522.01,21 L520.01,22 L517.01,23 L512.01,22.433 L511.01,21 L512.01,20 L511.01,20 L507.01,18 L505.01,18 L502.01,19 L495.01,23 L490.01,22.598 L489.01,22 L490.01,21 L481.01,21 L467.01,22 L465.01,22.433 L464.01,24 L465.01,25 L463.361,27 L461.214,27 L459.01,26 L455.01,23 L450.01,18 C450.01,18 449.01,16 448.01,15 C447.01,14 446.01,15 446.01,15 L443.049,13 L438.01,13 L436.609,15 L435.01,16 L436.01,17 L438.01,17 L441.01,18 L439.01,19 L435.01,20.121 L435.01,24 L434.01,27 C434.01,27 429.01,27 428.01,27 C427.01,27 424.01,26 424.01,26 L418.01,26 L417.01,25 L415.01,24 L408.01,24 C408.01,24 406.01,22 405.01,22 C404.01,22 398.01,22 398.01,22 L392.01,23 L388.01,22 L388.01,20 L390.01,19 L393.01,18 L392.01,17 L390.01,16 L386.572,15 L381.01,15 L373.196,16 L366.01,19 L366.01,21 L367.01,23 L364.01,23 L362.01,22 L356.01,20 L352.01,16 C348.01,16 341.325,17 341.325,17 L335.38,17 C325.749,17 320.01,25 320.01,25 L325.01,25 L334.01,24 L339.01,24 L343.01,22 L347.01,23 L350.01,24 L345.01,26 L335.01,26 L327.01,27 L320.01,28 L313.01,28 L314.01,29 L314.01,30 C314.01,30 311.01,30 310.01,30 C309.01,30 306.01,32 306.01,32 L303.01,31 L302.01,30 L298.719,29 L284.517,29 L282.01,31 L273.01,31 L274.01,33 L273.01,34 L271.01,34 L265.01,33 L258.01,32 L249.01,31 L248.01,32 C248.01,32 246.01,33 245.01,33 C244.01,33 242.01,32 242.01,32 L237.01,31 L232.01,31 L232.169,29 L235.01,28 L243.01,28 L246.701,29 L246.01,28 L244.01,26.891 C240.01,26.783 240.01,25 240.01,25 L243.01,22 L244.01,20.121 L244.01,19 L240.096,17 L237.01,17 L230.01,19 L225.563,21 L222.01,21 L219.618,22 L220.01,24 L221.01,25 L220.01,26 L218.01,26 L218.01,28 L220.01,29 L223.252,29.203 L223.252,31.5 L212.01,34 L202.01,34 L199.01,33 L198.481,31.5 L195.01,30 L193.527,28.543 L192.01,31 L193.527,31.5 L191.71,31.5 L190.01,32 L187.01,32 L178.01,28.543 L178.01,33 L166.01,33 L162.976,31.5 L164.01,30 L170.01,30 L172.01,29 L164.01,29 L162.01,29.699 L157.01,31 L152.187,31.5 L152.01,35 L158.01,33 L162.01,33 L161.01,34.763 L160.01,37 L159.01,39 L160.01,39 L161.01,40 L159.453,41 L155.49,41 L153.01,40 L150.01,40 C150.01,40 149.01,40 148.01,39 C147.01,38 145.01,39 145.01,39 L143.01,39 C143.01,39 138.01,39 137.01,39 C136.01,39 134.01,40 134.01,40 L132.01,39 L131.01,39 C131.01,39 128.01,40 127.01,40.048 C126.01,40.095 125.325,41 125.325,41 L124.01,40 L123.01,39 L121.01,38 L118.01,37 L120.01,36 L122.01,36 L126.01,35 L127.01,33 L125.765,31.5 L123.01,30 L122.01,31 L123.123,31.5 L122.01,33 L121.01,33 L119.01,34 L116.01,34 L112.01,34.103 L112.01,36 L111.01,37 L103.01,37 L102.01,38.286 L102.01,41 L99.123,40 L92.01,40 L91.01,39 L90.756,37 L86.353,37 L85.01,36 L86.01,35 L93.01,35 L93.01,33 L94.01,32 C94.01,32 96.01,32 98.01,32 L97.01,31 L93.01,31 C93.01,31 90.01,31 89.01,31 C88.01,31 85.01,31 85.01,31 L83.01,31 L81.289,29.5 L75.01,29.5 L72.01,28 L68.01,29 L68.298,29.5 C68.298,29.5 70.01,30 71.38,29.5 C72.75,29 73.01,30 74.01,31 C75.01,32 75.01,32 75.01,32 L73.01,34 L69.839,37 L68.01,37 L64.775,35 L62.01,35 L58.01,34 L51.01,33 C34.01,28 37.01,31 37.01,31 L29.01,31.02 L27.344,30 L25.01,30 L24.481,28.889 L27.124,28.889 L29.01,28 L28.01,27 L26.463,25.445 L25.362,25.445 L24.01,24 L26.463,22 L21.01,22 L17.01,24 L15.454,25.956 C15.454,25.956 14.01,26 13.913,28 C13.815,30 9.01,28 9.01,28 L5.766,27 L2.01,27 L0,25.956 L0,58.763 L1440.01,58.763 L1440.01,0 L1436.85,0 L1436.85,0 Z' id='Fill-1' fill='%23FFFFFE' mask='url(%23mask-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}header .content-row.full-width{max-width:100%}footer{margin-bottom:40px}footer .content-row.footer-items{display:grid;grid-template-columns:1fr max-content 1fr max-content 1fr;align-items:center;max-width:1200px}@media screen and (max-width:767px){footer .content-row.footer-items{grid-template-columns:1fr}}footer .content-row.footer-items .footer-img{padding:20px;height:100%;display:grid;align-items:center}footer .content-row.footer-items .footer-img img{display:grid}@media screen and (max-width:414px){footer .content-row.footer-items .footer-img img{margin:0 auto;width:100%}}@media only screen and (max-width:768px) and (min-width:415px){footer .content-row.footer-items .footer-img img{margin:0 auto;width:75%}}@media only screen and (max-width:769px) and (min-width:768px){footer .content-row.footer-items .footer-img img{width:240px}}footer .content-row.footer-items .copyright{display:grid}@media screen and (max-width:767px){footer .content-row.footer-items .copyright{order:3}}footer .content-row.footer-items .copyright .copyright-content{display:grid;grid-template-rows:1fr 1fr 1fr 1fr;padding:20px;height:100%;align-items:center;padding:20px;max-width:240px;margin:0 auto;row-gap:10px}footer .content-row.footer-items .copyright a{display:block;color:#808285;text-decoration:none;font-size:18px;line-height:21px}footer .content-row.footer-items .copyright span{font-weight:700;font-size:18px;line-height:21px;margin-top:20px}footer .content-row.footer-items .divider{width:1px;background-color:#808285;height:100%}@media screen and (max-width:800px){footer .content-row.footer-items .divider{display:none}}footer .content-row.footer-items .socials{display:grid}@media screen and (max-width:767px){footer .content-row.footer-items .socials{order:2}}footer .content-row.footer-items .socials .socials-content{display:grid;grid-template-rows:max-content max-content;height:100%;align-content:center;padding:20px;max-width:240px;margin:0 auto}footer .content-row.footer-items .socials h2{display:grid;font-size:18px;line-height:21px}footer .content-row.footer-items .socials .social-images{display:grid;grid-template-columns:max-content max-content max-content max-content;gap:5px}footer .content-row.footer-items .socials .social-images a{display:grid;transition:all .2s ease}footer .content-row.footer-items .socials .social-images a:hover{-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}