@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap");body{font-family:Playfair Display,serif}.content-vh100{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.content-padding{margin-left:auto;margin-right:auto;max-width:1200px;padding:40px;width:100%}h1{font-size:30px}h1,h2{font-weight:700}h2{font-size:26px;margin-bottom:30px}h2 b,h2 strong{font-weight:400}h3{font-size:24px;font-weight:500}h3 b,h3 strong{display:flex;font-weight:700}h3 br{display:none}h4{font-size:22px}h4,h5{font-weight:500}h5{font-size:20px}h6{font-size:18px;font-weight:500}@media screen and (max-width:430px){h1 br,h2 br,h3 br,h4 br,h5 br{display:none}}.btn__primary,a{text-decoration:none}.btn__primary{background:linear-gradient(90deg,#021725,#393c40);border:none;border-radius:50px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;margin-top:20px;padding:20px 40px;text-align:center}.btn__primary:hover{background:#000;color:#fff}.btn__secondary{background:#f78707;border:none;border-radius:30px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:20px 40px;text-decoration:none}.btn__secondary:hover{background:#f99f39;color:#fff}