body{
    font-family: "Roboto", sans-serif;
}

/* css starts ------------ */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --fgi-red: #C21B17;
    --fgi-darkred: #500402;
    --text-grey: #666666;
    --text-grey2: #6F7072;
    --background-grey: #F6F6F699;
    --background-color: #FFFFFF;
    --background-lightpink: #FFF6F6;
    --fgi-black: #20252B;
    --fgi-black2: #353535;
    --fgi-lightblack1: #0000000F;
    --fgi-lightblack2: #0000000A;
    --fgi-lightblack3: #000000DE;
    --fgi-red1: #AF2219;
    --fgi-bordergrey: #CCCCCC;
    --fgi-borderlightgrey: #EBEBEB;
    --fgi-redcard: #FF4E4E4D;
    --border-grey: #D8D8D8;
    --border-grey1: #B0B2B3;
    --border-lightgrey: #1601431A;
    --border-lightgrey1: #1601434D;
    --fgi-borderdarkgrey: #16014333;
    --fgi-grey: #CAC7C7;
    --fgi-boxshadowgrey: #0000001A;
    --fgi-boxshadowgrey1: #00000014;
    --fgi-darkblack: #333333;
    --fgi-whitegray: #FFFFFF33;
    --fgi-faqShadow: #0000001A;
    --fgi-faqTitle: #282D48;
    --fgi-stats-bg: rgba(255, 255, 255, 0.5);
    --fgi-stats-bg-pink: rgba(247, 179, 179, 0.3);
    --fgi-popuptext: #7E7D7D;
    --fgi-green: #34C7594D;
    --fgi-darkgreen: #34C759;
    --fgi-lightgreen: #cbffd84d;
    --fgi-lightpink: #FFCEC61A;
    --timeline: #D0CCD9;
    --fgi-lightblue: #F9FCFF;
    --note-grey: #707070;
    --grad-red1: #AA1B17;
    --grad-red2: #500402;
    --fgi-pink: #FFDDDC;
    --table-grey: #F6F6F6;
    --inp-alt: #ffffff45;
    --border-lightgrey2: #E8E6EC;
    --background-grey1: #FBFBFB;
    --table-boxshadow: #1822BD12;
    --footer-grey: #3D4047;
    --footer-contact: #FFFFFF1A;
    --placeholder-gray: #C9C9C9;
    --slider-border: rgba(22, 1, 67, 0.2);
    --badge-border: rgba(52, 199, 89, 0.3);
    --badge-bg: rgba(52, 199, 89, 0.15);
    --badge-color: rgba(52, 199, 89, 1);
    --mob-menu-pink: #C21B1714;
    --mob-menu-lightpink: #C21B170A;
    --chat-pop-bg: #FFC5C5;
    --chat-opt-border: #C21B170F;
    --chat-opt-border-active: #C21B1780;
    --chat-opt-btn: #C21B171F;
}




::-webkit-scrollbar {
  width: 4px !important;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--fgi-grey) !important;
  border-radius: 20px !important;
}
::-webkit-scrollbar-thumb {
  background: var(--fgi-red) !important;
  border-radius: 20px !important;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--fgi-grey) !important;
}


.LandingLayout_headerPadding {
  padding-top: 104px;
}
@media screen and (max-width: 991.2px) and (min-width: 320px) {
  .LandingLayout_headerPadding {
    padding-top: 60px;
  }
}

.Header_max_header {
  padding: 0 0 0 24px;
  position: fixed;
  top: 0;
  z-index: 1001;
  width: 100%;
  background: var(--background-color);
  box-shadow: 0 4px 32px 0 var(--fgi-lightblack2);
  -webkit-backdrop-filter: blur(13.699999809265137px);
  backdrop-filter: blur(13.699999809265137px);
}
.Header_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.Header_backdrop.show{
  display: block;
}
.Header_main_header_wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.Header_header_section {
  width: 100%;
}
.Header_sub_header {
  background: var(--fgi-red);
  padding: 4px 8px 4px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.Header_contact_number {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: var(--background-color) !important;
  padding: 4px 16px;
  text-decoration: none;
  border-left: 1px solid #ffb5b5c7;
}
.Header_language_dropdown_wrapper {
  display: inline-block;
  position: relative;
}
.Header_lang_dropdown_toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  padding: 0 16px;
  width: 80px;
  justify-content: center;
}
.Header_lang_dropdown_toggle:active,
.Header_lang_dropdown_toggle:focus,
.Header_lang_dropdown_toggle:hover {
  background-color: transparent !important;
  border: none;
}
.Header_lang_arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  border: solid var(--background-color);
  border-width: 0 2px 2px 0;
  padding: 2px;
  transform: rotate(45deg);
  margin-bottom: 4px;
}
.Header_lang_arrowOpen {
  margin-top: 4px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.Header_languags {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: var(--background-color);
}
.Header_lang_dropdownmenu {
  box-shadow: 0 0 40px 0 #1822bd26;
  border: none;
  border-radius: 4px;
  min-width: auto;
  margin-left: 12px;
}
.Header_lang_dropdownitem {
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.Header_lang_dropdownitem.Header_active,
.Header_lang_dropdownitem:active {
  color: var(--fgi-red);
  text-decoration: none;
  background-color: var(--background-color);
}
.Header_lang_list {
  max-height: 150px;
  overflow-y: auto;
}
.Header_main_header {
  background-color: var(--background-color);
  display: flex;
  align-items: center;
  padding: 12px 24px;
  justify-content: flex-end;
  gap: 64px;
}
.Header_main_header .Header_navbar_list_section a,
.Header_main_header button {
  text-transform: uppercase;
  background: transparent;
  border: none;
  padding: 0;
  text-decoration: none;
}
.Header_navbar_list_section {
  display: flex;
  align-items: center;
  gap: 24px;
}
.Header_main_header .Header_navbar_list_section a,
.Header_navbar_list_section button {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: var(--fgi-black);
}
.Header_commonlink_btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background: linear-gradient(180deg, #af2219, #c21b17);
  color: var(--background-color) !important;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  flex: none;
}
.Header_pay_premium_section {
  display: flex;
  align-items: center;
  gap: 20px;
}
.Header_main_header .Header_navbar_list_section a:hover,
.Header_nav_list.Header_show {
  color: var(--fgi-red);
  cursor: pointer;
}
.Header_nav_list_arrow {
  position: relative;
  margin-right: 27px;
}
.Header_nav_list_arrow:after {
  position: absolute;
  content: "";
  border: solid var(--text-grey2);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -20px;
  top: 3px;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
.Header_nav_list_arrow.Header_show:after {
  margin-top: 4px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.Header_search_main {
  display: flex;
}
.Header_search_input_section {
  border-bottom: 1px solid var(--fgi-bordergrey);
  display: none;
}
.Header_search_input_section input {
  border: none;
  outline: none;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.Header_search_input_section input::placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.Header_search_input_section input:focus,
.Header_search_input_section input:focus-visible {
  border: none;
  outline: none;
}
.Header_main_header.Header_search_show {
  gap: 0;
}
.Header_main_header.Header_search_show
  .Header_search_main {
  width: 100%;
  justify-content: flex-end;
  max-width: 794px;
}
.Header_main_header.Header_search_show
  .Header_navbar_list_section {
  display: none;
}
.Header_main_header.Header_search_show
  .Header_search_input_section {
  max-width: 794px;
  width: 100%;
  display: flex;
  margin-right: 24px;
}
.Header_main_header.Header_search_show
  .Header_search_input_section
  input {
  width: 100%;
}
.Header_main_header.Header_search_show .Header_search_btn {
  display: none;
}
.Header_search_input_section {
  position: relative;
}
.Header_search_droplist {
  position: absolute;
  border: 1px solid var(--border-lightgrey2);
  top: 30px;
  background: var(--background-color);
  width: 100%;
  padding: 24px 8px 12px 24px;
  border-radius: 4px;
}
.Header_search_scroller {
  max-height: 374px;
  overflow-y: auto;
  padding-left: 4px;
}
.Header_static_searchlist span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-grey2);
  text-transform: uppercase;
}
.Header_static_searchlist ul {
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-right: 16px;
  list-style: none;
  padding-left: 0;
}

.Header_static_searchlist ul li a {
  display: block;
  border: 1px solid var(--border-lightgrey2);
  color: var(--fgi-black);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 16px;
  border-radius: 4px;
  text-decoration: none;
}
.Header_static_searchlist ul li a:hover {
  color: var(--fgi-red);
}
.Header_menuMain {
  width: 100%;
  background-color: var(--background-color);
  height: calc(100vh - 190px);
  overflow-y: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
.Header_caregoryList {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 40px 0 var(--fgi-faqShadow);
  background: var(--background-color);
  padding: 16px;
}
.Header_categoryBtn {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-lightgrey2);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--fgi-black);
  padding: 12px;
  background: var(--background-color);
  transition: ease-in-out 0.1s;
  display: flex;
  justify-content: space-between;
}
.Header_categoryBtn:last-child {
  border-bottom: none;
}
.Header_categoryBtn.Header_active {
  color: var(--fgi-red);
  font-weight: 600;
}
.Header_categoryBtn.Header_active img {
  filter: invert(19%) sepia(71%) saturate(2963%) hue-rotate(346deg)
    brightness(74%) contrast(106%);
}
.Header_menuItem {
  background-color: var(--background-color);
  box-shadow: 0 10px 40px 0 var(--fgi-boxshadowgrey);
  padding: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 24px);
  min-height: 112px;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--fgi-black);
}
.Header_product_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.Header_product_row .Header_product_col {
  max-width: 229px;
  width: 100%;
}
.Header_menuItem p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--fgi-black);
}
.Header_menuItemLinks {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.Header_menuItemLinks a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--fgi-red);
  text-decoration: none;
}
.Header_menuItemLinks a:hover {
  color: var(--fgi-red);
}
.Header_dyanamic_searchlist .Header_dyanamic_listing {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-lightgrey2);
}
.Header_dyanamic_searchlist .Header_dyanamic_listing:first-child {
  padding-top: 0;
}
.Header_dyanamic_searchlist .Header_dyanamic_listing:last-child {
  border-bottom: none;
}
.Header_dyanamic_listing a {
  color: var(--fgi-black);
  text-decoration: none;
}
.Header_dyanamic_listing a:hover {
  color: var(--fgi-red);
}
.Header_search_scroller_list {
  max-height: 256px;
  overflow-y: auto;
  padding-left: 4px;
}
@media screen and (max-width: 1199.2px) and (min-width: 992px) {
  .Header_main_header .Header_navbar_list_section a,
  .Header_navbar_list_section button {
    font-size: 14px;
  }
  .Header_commonlink_btn {
    font-size: 14px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 991.2px) and (min-width: 320px) {
  .Header_max_header {
    padding: 0 0 0 16px;
  }
  .Header_header_logo {
    display: block;
  }
  .Header_header_logo img {
    height: 44px;
    vertical-align: middle;
  }
  .Header_header_logo .Header_search_show,
  .Header_sub_header {
    display: none;
  }
  .Header_main_header {
    padding: 15px 16px;
  }
  .Header_main_header.Header_search_show {
    padding: 12.8px 16px 12.8px 0;
  }
  .Header_navbar_list_section {
    display: none;
  }
  .Header_pay_premium_section {
    gap: 16px;
  }
  .Header_main_header.Header_search_show
    .Header_pay_premium_section {
    display: none;
  }
  .Header_main_header.Header_search_show
    .Header_search_input_section {
    margin-right: 0;
  }
  .Header_search_droplist {
    position: fixed;
    border: none;
    top: 47px;
    left: 0;
    background: var(--background-color);
    width: 100%;
    padding: 26px 10px 12px 16px;
    border-radius: 4px;
  }
  .Header_static_searchlist ul {
    gap: 12px;
  }
  .Header_static_searchlist ul li a {
    line-height: 20px;
  }
  .Header_product_row {
    margin-right: 4px;
  }
  .Header_product_row .Header_product_col {
    max-width: unset;
    width: 100%;
  }
  .Header_search_scroller {
    padding-left: 2px;
  }
  .Header_menuItem {
    min-height: 88px;
  }
  .Header_search_scroller_list {
    max-height: 412px;
  }
}
.MegaMenu_menuMain {
  width: 100%;
  background-color: var(--background-color);
  height: calc(100vh - 190px);
  overflow-y: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: none;
}
.MegaMenu_menuMain.MegaMenu_term {
  height: auto;
}
.MegaMenu_caregoryList {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 40px 0 var(--fgi-faqShadow);
  background: var(--background-color);
  padding: 16px;
}
.MegaMenu_categoryBtn {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-lightgrey2);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--fgi-black);
  padding: 12px;
  background: var(--background-color);
  transition: ease-in-out 0.1s;
  display: flex;
  justify-content: space-between;
}
.MegaMenu_categoryBtn:last-child {
  border-bottom: none;
}
.MegaMenu_categoryBtn.MegaMenu_active {
  color: var(--fgi-red);
  font-weight: 600;
}
.MegaMenu_categoryBtn.MegaMenu_active img {
  filter: invert(19%) sepia(71%) saturate(2963%) hue-rotate(346deg)
    brightness(74%) contrast(106%);
}
.MegaMenu_menuItem {
  background-color: var(--background-color);
  box-shadow: 0 10px 40px 0 var(--fgi-boxshadowgrey);
  margin-bottom: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 24px);
  min-height: 112px;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--fgi-black);
  position: relative;
}
.MegaMenu_menuItem p{
	font-size: 16px;
}
	
.MegaMenu_menuMain.MegaMenu_term .MegaMenu_menuItem {
  margin-bottom: 0;
}
.MegaMenu_tool_plan {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: var(--badge-color);
  border-radius: 27px;
  padding: 4px 12px;
  position: absolute;
  top: -12px;
  right: 16px;
  background: var(--badge-bg);
  border: 1px solid var(--badge-border);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.MegaMenu_menuItemLinks {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.MegaMenu_menuItemLinks a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--fgi-red) !important;
  text-decoration: none;
}
.MegaMenu_menuItemLinks a:hover {
  color: var(--fgi-red) !important;
}
.MegaMenu_menuCat p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--text-grey2);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.SidePanel_sidePanelMain {
  height: calc(100vh - 104px);
  background: var(--background-color);
  width: 362px;
  position: fixed;
  top: 104px;
  right: -362px;
  overflow-y: auto;
  transition: 0.5s;
}
.SidePanel_sidePanelMain.SidePanel_open {
  right: 0;
}
.SidePanel_caregoryList {
  background: var(--background-color);
  padding: 16px;
}
.SidePanel_categoryBtn,
.SidePanel_subCategoryBtn {
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-lightgrey2);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--fgi-black);
  padding: 11.6px 12px;
  background: var(--background-color);
  transition: ease-in-out 0.1s;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
}
.SidePanel_categoryBtn:hover,
.SidePanel_subCategoryBtn:hover {
  color: var(--fgi-red);
}
.SidePanel_categoryBtn:hover img,
.SidePanel_subCategoryBtn:hover img {
  filter: invert(19%) sepia(71%) saturate(2963%) hue-rotate(346deg)
    brightness(74%) contrast(106%);
}
.SidePanel_categoryBtn:last-child {
  border-bottom: none;
}
.SidePanel_mobileList {
  display: none;
}
.SidePanel_mobileList .SidePanel_categoryBtn:last-child {
  border-bottom: 1px solid var(--border-lightgrey2);
}
.SidePanel_categoryBtn.SidePanel_active,
.SidePanel_subCategoryBtn.SidePanel_active {
  color: var(--fgi-red) !important;
  font-weight: 600 !important;
  border-bottom: none;
}
.SidePanel_categoryBtn.SidePanel_active img,
.SidePanel_subCategoryBtn.SidePanel_active img {
  filter: invert(19%) sepia(71%) saturate(2963%) hue-rotate(346deg)
    brightness(74%) contrast(106%) !important;
  transform: rotate(90deg) !important;
}
.SidePanel_menuItem {
  background-color: var(--background-color);
  box-shadow: 0 10px 40px 0 var(--fgi-boxshadowgrey);
  margin-bottom: 24px;
  padding: 16px;
  flex-direction: column;
  height: calc(100% - 24px);
  min-height: 112px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--fgi-black);
}
.SidePanel_menuItemLinks,
.SidePanel_menuItem {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.SidePanel_menuItemLinks a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--fgi-red);
  text-decoration: none;
}
@media screen and (max-width: 1199.2px) and (min-width: 992px) {
  .SidePanel_sidePanelMain {
    height: calc(100vh - 96px);
    top: 96px;
  }
}
@media screen and (max-width: 991.2px) and (min-width: 320px) {
  .SidePanel_mobileList {
    display: block;
  }
  .SidePanel_sidePanelMain {
    height: calc(100vh - 107px);
    background: var(--background-color);
    width: 100%;
    right: -100%;
    top: 54px;
  }
  .SidePanel_pay_premium_section {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 4px;
  }
  .SidePanel_pay_premium_section > button {
    text-transform: uppercase;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: none;
  }
  .SidePanel_pay_premium_section > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background: linear-gradient(180deg, #af2219, #c21b17);
    color: var(--background-color) !important;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }
  .SidePanel_categoryBtn:hover,
  .SidePanel_subCategoryBtn:hover {
    color: var(--fgi-black);
  }
  .SidePanel_categoryBtn:hover img,
  .SidePanel_subCategoryBtn:hover img {
    filter: none;
  }
  .SidePanel_subCategoryBtn {
    background: var(--mob-menu-lightpink);
    border-bottom: none;
  }
  .SidePanel_mobDrop, .SidePanel_categoryDrop {
    background: var(--mob-menu-pink);
    display: none;
  }
  .SidePanel_dropItem {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
  }
  .SidePanel_dropItem,
  .SidePanel_dropItem a {
    color: var(--fgi-black) !important;
    text-decoration: none;
  }
  .SidePanel_dropItem_cat {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--text-grey2);
    text-transform: uppercase;
  }
  .SidePanel_categoryBtn.SidePanel_active img,
  .SidePanel_subCategoryBtn.SidePanel_active img {
    transform: rotate(-90deg) !important;
  }
  .SidePanel_categoryBtn img,
  .SidePanel_subCategoryBtn img {
    transform: rotate(90deg) !important;
  }
  .SidePanel_noArrowMob > img {
    display: none;
  }
}


.divider {
    border-bottom: 1px solid var(--background-color);
}


.Footer_footer {
  background-color: var(--footer-grey);
}
.Footer_footer_wrapper {
  color: var(--background-color);
  padding: 48px 0;
}
.Footer_footer_links_container {
  padding-bottom: 40px;
}
.Footer_footer_links_container.Footer_contact {
  padding: 16px;
  background-color: var(--footer-contact);
  border-radius: 4px;
}
.Footer_footer_links_title {
  font-size: 16px;
  line-height: 24px;
  min-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 100%;
}
.Footer_footer_links_title > img {
  margin-right: 10px;
}
.Footer_footer_links_list{
  list-style: none;
  padding-left: 0;
}
.Footer_footer_links_list li .Footer_footer_link {
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--background-color);
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.Footer_footer_links_list
  li
  .Footer_footer_link.Footer_cat {
  font-weight: 600;
  pointer-events: none;
}
.Footer_storeLink {
  display: flex;
  margin: 12px 0 24px;
}
.Footer_storeLink > a:first-child {
  margin-right: 16px;
  max-width: calc(50% - 8px);
}
.Footer_storeLink > a > img {
  max-width: 100%;
}
.Footer_footer_address_main {
  padding-top: 32px;
}
.Footer_social_icon_list {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 12px;
}
.Footer_footer_bottom_bar {
  padding: 12px 0;
  background-color: var(--background-color);
  max-width: 920px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.Footer_footer_bottom_bar p {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-grey);
}
.Footer_footer_bottom_bar p a {
  color: var(--text-grey);
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .Footer_footer_links_list li .Footer_footer_link {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.2px) and (min-width: 320px) {
  .Footer_footer_links_container {
    padding-bottom: 16px;
  }
  .Footer_footer_links_container.Footer_reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .Footer_footer_main {
    border-bottom: 0;
  }
  .Footer_footer_main
    .Footer_footer_links_container
    .Footer_footer_links_list {
    display: none;
  }
  .Footer_footer_main
    .Footer_footer_links_container
    .Footer_footer_links_title {
    position: relative;
  }
  .Footer_footer_main
    .Footer_footer_links_container
    .Footer_footer_links_title:after {
    position: absolute;
    content: "";
    border: solid var(--background-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 6px;
    right: 10px;
    transition: 0.2s;
  }
  .Footer_footer_main
    .Footer_footer_links_container.Footer_show
    .Footer_footer_links_list {
    display: block;
  }
  .Footer_footer_main
    .Footer_footer_links_container.Footer_show
    .Footer_footer_links_title:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 10px;
  }
  .Footer_footer_wrapper {
    padding: 32px 0;
  }
  .Footer_footer_bottom_bar {
    padding: 12px 15px;
  }
  .Footer_storeLink {
    margin: 12px 0;
  }
  .Footer_footer_links_title.Footer_mobSpace {
    margin-top: 20px;
  }
}



