/*MinVersion*/
.OESK_XBody_Default{width:900px}.OESK_XBody_Default .OESZ_XBodyContent{width:100%;height:550px}.OESK_XBody_Default .OESZ_XBodyFooter{width:100%;height:50px}.OESK_WELinkButton_326b15b9{width:178px;height:38px;border:0 none;cursor:pointer}.OESK_WELinkButton_326b15b9 .OESZ_Text{display:inline-block}.OESK_WELinkButton_1280850f{width:178px;height:38px;border:1px solid #a5a5a5;cursor:pointer}.OESK_WELinkButton_1280850f .OESZ_Text{display:inline-block}.OESK_WELinkButton_Default{width:auto;border:1px solid #a5a5a5;cursor:pointer}.OESK_WELinkButton_Default .OESZ_Text{display:inline-block}.OESK_WELabel_Default{width:350px}#XBody .OESZ_XBodyContent{display:block;height:800px}#XBody .OESZ_XBodyFooter{display:block;height:15px}#XBody .OESZ_XBodyHeader{display:none}#XBody .OESZ_XBodyLeftColumn{display:none}#XBody .OESZ_XBodyRightColumn{display:none}#XBody .OESZ_Wrap_Columns{padding-left:0;padding-right:0}#XBody .OE_ActiveLink a{color:#fff}#XBody .OESZ_XBodyContent{color:#000;text-decoration:none}#WE2867b7fbf6{position:absolute;left:0;top:0;width:561px;height:auto}#WE2867b7fbf6 .OESZ_Img{width:100%}#WEce51cc8c7b{position:absolute;left:17px;top:310px;width:290px;height:auto;text-align:center}#WEce51cc8c7b .OESZ_Img{width:100%}#WEf2ab1ee99c{position:absolute;left:590px;top:310px;width:290px;height:auto;text-align:center}#WEf2ab1ee99c .OESZ_Img{width:100%}#WE6be7198123{position:absolute;left:333px;top:310px;width:233px;height:auto;text-align:center}#WE6be7198123 .OESZ_Img{width:100%}#WE5fdfa0f6da{position:absolute;left:65px;top:490px;width:178px;height:38px;text-align:center}#WE7d60904f70{position:absolute;left:360px;top:490px;width:178px;height:38px;border:0 none;text-align:center;border-radius:0 0 0 0}#WE02d762da0f{position:absolute;left:642px;top:490px;width:178px;height:38px;border:0 none;text-align:center;border-radius:0 0 0 0}#WE02321220be{position:absolute;left:80px;top:450px;width:auto;height:auto;color:#808080;text-align:center;font-weight:bolder}#WE0c67bfa285{position:absolute;left:655px;top:450px;width:auto;height:auto;color:#808080;text-align:center;font-weight:bolder}#WEc9708300ef{position:absolute;left:386px;top:450px;width:auto;height:auto;color:#808080;text-align:center;font-weight:bolder}#WE0d937181eb{position:absolute;left:362px;top:566px;width:172px;height:auto;text-align:center}#WE0d937181eb .OESZ_Img{width:100%}#WEed94429ffc{position:absolute;left:428px;top:700px;width:auto;height:auto;color:#808080;text-align:center;font-weight:bolder}#WEe3d8507c7c{position:absolute;left:360px;top:740px;width:178px;height:38px;padding:0;text-align:center;vertical-align:middle}


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap');

.btn{

font-family: Roboto, sans-serif;
font-weight: 0;
font-size: 20px;
color: #fff;
background-color: #d62828;
padding: 10px 30px;
border: 2px solid #0066cc;
box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
border-radius: 50px;
transition : 1505ms;
transform: translateY(0);
display: flex;
flex-direction: row;
align-items: center;
cursor: pointer;
}

.btn:hover{

transition : 1505ms;
padding: 10px 50px;
transform : translateY(-2px);
background-color: #fff;
color: #3b3535;
border: solid 2px #d62828;
}