html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-size:1rem;font-weight:400;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fgrad {  background: linear-gradient(89deg, #219ad2, #82c6e6);     background-size: 400% 400%;      -webkit-animation: gradient 4s ease infinite;     -moz-animation: gradient 4s ease infinite;     -o-animation: gradient 4s ease infinite;     animation: gradient 4s ease infinite; }  @-webkit-keyframes gradient {     0%{background-position:2% 0%}     50%{background-position:99% 100%}     100%{background-position:2% 0%} } @-moz-keyframes gradient {     0%{background-position:2% 0%}     50%{background-position:99% 100%}     100%{background-position:2% 0%} } @-o-keyframes gradient {     0%{background-position:2% 0%}     50%{background-position:99% 100%}     100%{background-position:2% 0%} } @keyframes gradient {     0%{background-position:2% 0%}     50%{background-position:99% 100%}     100%{background-position:2% 0%} } .logo { transform: translatey(0px); 	animation: float 6s ease-in-out infinite; } @keyframes float { 	0% { 		transform: translatey(0px); 	} 	50% { 		transform: translatey(-20px); 	} 	100% { 		transform: translatey(0px); 	} } .cwd-button-wrapper { width: 40px;height: 40px;} @media (max-width:767px) { .cwd-button-wrapper { width: 28px;height: 28px;} }.cwd-widget-image{text-align:center}.cwd-widget-image a{display:inline-block}.cwd-widget-image a img[src$=".svg"]{width:48px}.cwd-widget-image img{vertical-align:middle;display:inline-block}.cwd-heading-title{padding:0;margin:0;line-height:1}.cwd-widget-heading .cwd-heading-title[class*=cwd-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.cwd-widget-heading .cwd-heading-title.cwd-size-small{font-size:15px}.cwd-widget-heading .cwd-heading-title.cwd-size-medium{font-size:19px}.cwd-widget-heading .cwd-heading-title.cwd-size-large{font-size:29px}.cwd-widget-heading .cwd-heading-title.cwd-size-xl{font-size:39px}.cwd-widget-heading .cwd-heading-title.cwd-size-xxl{font-size:59px}