.actionButton{display:inline-block;padding:11px var(--padding) 10px var(--padding);margin-bottom:var(--padding);text-decoration:none;position:relative;font-size:1.2rem;letter-spacing:2px;font-family:var(--subfont);color:var(--color4);background:var(--color5);border-radius:50px;cursor:pointer;text-transform:uppercase;font-weight:700;transition:all .2s linear;text-align:center;box-shadow:0 0 5px rgba(10,13,12,0.1),0 0 5px rgba(10,13,12,0.1)}@media(max-width:900px){.actionButton{padding:11px 25px 10px 25px}}.rightWidgetContainer .actionButton{display:flex}.ua-desktop .actionButton:hover{transition:all .2s linear;color:#fff;background:var(--buttonHover);box-shadow:0 0 5px rgba(10,13,12,0.2),0 0 5px rgba(10,13,12,0.2)}.actionButton.buttonWhite{color:#fff;background:0;border:1px solid #fff}.ua-desktop .actionButton.buttonWhite:hover{background:#fff;color:var(--color1)}.actionButton.linkbutton{background:0;color:var(--color2);box-shadow:none;font-weight:bold}.ua-desktop .actionButton.linkbutton:hover{transition:all .2s linear;box-shadow:none;color:var(--color4);background:0}.ua-desktop .sectionColor5 .actionButton.linkbutton:hover,.ua-desktop .sectionColor3 .actionButton.linkbutton:hover{color:var(--color1)}.actionButton.bigButton{background:0;color:var(--color4);box-shadow:none;font-weight:bold;font-size:7rem}.ua-desktop .actionButton.bigButton:hover{transition:all .2s linear;box-shadow:none;color:var(--color4);background:0}@media(max-width:900px){.actionButton.bigButton{font-size:5rem}.actionButton.bigButton .text:after{bottom:10px}}.sectionButtons{display:flex;justify-content:center}@media(max-width:900px){.sectionButtons{flex-direction:column;align-items:center}}.sectionButtons .actionButton{text-align:center;padding:11px var(--padding) 10px var(--padding);margin:0 calc(var(--padding) / 2) var(--padding);font-size:1.2rem}@media(max-width:900px){.sectionButtons .actionButton{padding:11px 25px 10px 25px}}.sectionButtons .actionButton.bigButton{background:0;color:var(--color4);box-shadow:none;font-weight:bold;font-size:7rem}.sectionButtons .actionButton.bigButton .text{position:relative}.sectionButtons .actionButton.bigButton .text:after{content:'';position:absolute;width:100px;height:4px;background:var(--color5);bottom:0;left:50%;margin-left:-50px;transition:all .2s linear}@media(max-width:900px){.sectionButtons .actionButton.bigButton{font-size:5rem}}.ua-desktop .sectionButtons .actionButton.bigButton:hover{box-shadow:none;color:var(--color4);background:0}.ua-desktop .sectionButtons .actionButton.bigButton:hover .text:after{transition:all .2s linear;width:100%;left:0;margin-left:0}.sectionButtons .actionButton.bigButton.bigButtonDark{color:var(--color1)}.ua-desktop .sectionButtons .actionButton.bigButton.bigButtonDark:hover{color:var(--color1)}.actionButton,.sectionButton{min-width:250px}.section-splitRight .actionButton,.section-splitRight .sectionButton,.section-splitleft .actionButton,.section-splitleft .sectionButton{margin-bottom:10px}.ua-desktop .actionButton:hover,.ua-desktop .sectionButton:hover{background:var(--buttonHover)}