.bottom-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;padding:10px 120px;align-items:center}@media screen and (max-width:1199px){.bottom-group{padding:10px 50px}}@media screen and (max-width:767px){.bottom-group{grid-template-columns:1fr;gap:20px;padding:10px 20px}}.bottom-group .social-icons{display:flex;align-items:center;justify-content:flex-start;gap:21px}@media screen and (max-width:767px){.bottom-group .social-icons{justify-content:center}}.bottom-group .social-icons li{display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s linear}.bottom-group .social-icons li a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.bottom-group .social-icons li svg{width:36px;height:36px;transition:fill .2s linear}.bottom-group .social-icons li:hover{background-color:var(--theme-color-3)}.bottom-group .social-icons li:hover svg{fill:var(--theme-color)}.bottom-group .policy-items{display:flex;align-items:center;justify-content:flex-end;gap:60px}@media screen and (max-width:767px){.bottom-group .policy-items{justify-content:center;flex-wrap:wrap;gap:12px}}.bottom-group .policy-items li{color:var(--theme-color-1);font-size:12px;font-weight:500;line-height:32px;cursor:pointer;transition:color .2s linear;white-space:nowrap}@media screen and (max-width:767px){.bottom-group .policy-items li{white-space:normal}}.bottom-group .policy-items li:hover{color:var(--theme-color-3)}.bottom-group .policy-items .external-link{display:inline-flex;align-items:center}.bottom-group .policy-items .external-link a{color:var(--theme-color-1);transition:color .2s linear}.bottom-group .policy-items .external-link a:hover{color:var(--theme-color-3)}.bottom-group .policy-items .external-link svg{width:12px;height:12px;fill:var(--theme-color-1);margin-left:6px;transition:fill .2s linear}.bottom-group .policy-items .external-link:hover a{color:var(--theme-color-3)}.bottom-group .policy-items .external-link:hover svg{fill:var(--theme-color-3)}.bottom-group .copyright-col{color:var(--theme-color-1);font-size:11px;font-weight:400;line-height:32px;white-space:nowrap;grid-column:1/-1}@media screen and (max-width:767px){.bottom-group .copyright-col{text-align:center;white-space:normal}}@media screen and (max-width:575px){.bottom-group .policy-items{flex-direction:column;gap:12px!important}}