@keyframes bounce2{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}body .tab-tiles-section{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:35px auto;padding:25px;width:100%}body .tab-tiles-section:not(.alignfull){padding-left:max((100% - 1600px)/2 + 1rem,1rem);padding-right:max((100% - 1600px)/2 + 1rem,1rem)}@media (max-width:768px){body .tab-tiles-section{padding:0}}body .tab-tiles-section .tab-buttons{-moz-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:100%;min-height:10px;z-index:2}body .tab-tiles-section .tab-buttons .tab-button{background-color:#f7f7f7;border:2px solid transparent;box-shadow:0 0 10px 0 rgba(35,55,71,.1);color:#d86c0e;cursor:pointer;font-size:20px;font-weight:700;margin:10px 0;padding:15px 35px;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out}body .tab-tiles-section .tab-buttons .tab-button:not([disabled]):hover{border-color:#e7750e}body .tab-tiles-section .tab-buttons .tab-button.active{background-color:#e7750e;color:#fff}body .tab-tiles-section .tabbed-content-container{height:auto;position:relative;transition:all .5s ease-in-out;width:100%}body .tab-tiles-section .tabbed-content-container .tab-content{grid-area:1/1/2/2;opacity:0;padding:15px 0;pointer-events:none;position:absolute;top:0;transition:visibility .5s,opacity .5s ease-in-out;width:100%}body .tab-tiles-section .tabbed-content-container .tab-content:first-child{opacity:1;pointer-events:all;position:relative}body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0 auto}body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content .tab-tile{align-items:center;background:#f7f7f7;box-shadow:0 0 11px 0 rgba(35,55,71,.1);color:#43754b;display:flex;flex-direction:column;flex-wrap:wrap;font-size:20px;justify-content:center;margin:10px;padding:35px;row-gap:15px;text-align:center;transition:all .3s ease-in-out;width:calc(25% - 20px)}body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content .tab-tile:hover{transform:translateY(-10px)}@media (max-width:1024px){body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content .tab-tile{font-size:18px;line-height:28px;width:calc(33.333% - 20px)}}@media (max-width:640px){body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content .tab-tile{margin:5px;width:calc(50% - 10px)}body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content .tab-tile:hover{transform:none}}@media (max-width:500px){body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content .tab-tile{margin:5px;width:calc(100% - 10px)}}body .tab-tiles-section .tabbed-content-container .tab-content .tab-tile-content .tab-tile i{min-height:30px}body .tab-tiles-section .link-buttons{display:flex;flex-direction:row;gap:10px}@media (max-width:768px){body .tab-tiles-section .link-buttons .btn{font-size:16px;line-height:26px}}