html:root {
  --breadcrumb-active: #004AAD;
  --breadcrumb-inactive: #757575;
  --button1-background: #004AAD;
  --button1-text: #ffffff;
  --button1-background-hover: #002a60;
  --button1-text-hover: #ffffff;
  --button2-background: #ffffff;
  --button2-text: #004AAD;
  --button2-background-hover: #e3effe;
  --button2-text-hover: #004AAD;
  --button3-background: #004AAD;
  --button3-text: #ffffff;
  --button3-background-hover: #002a60;
  --button3-text-hover: #ffffff;
  --link-text: #004AAD;
  --link-text-hover: #375AE3;
  --body-background-color: #f1f1f1;
  --body-color: #002a60;
  --background-section-color: #ffffff;
  --background-text-color: #002a60;
  --promo-price-color: #002a60;
  --cross-price-color: #999999;
  --addonprice-text: #ffffff;
  --addonprice-background: #004AAD;
  --table-text: #002a60;
  --table-background: #f7f7f7;
  --input-text: #002a60;
  --input-background: #ffffff;
  --input-border: #d5d5d5;
  --input-text-hover: #004AAD;
  --input-border-hover: #004AAD;
  --input2-text: #002a60;
  --input2-border: #d5d5d5;
  --summary-color: #004AAD;
  --tab-top-1: #004AAD;
  --tab-top-1-text: #ffffff;
  --tab-top-2: #6f97cb;
  --calendar-persons-icon: #004AAD;
  --calendar-day-highlight: #004AAD;
  --calendar-day-highlight-color: #ffffff;
  --calendar-day-highlight-hover: #002a60;
  --calendar-day-highlight-disabled: #da5e61;
  --calendar-day-available-day: #c9e8c9;
  --calendar-day-weekend: #aacbaa;
  --calendar-background-color: #ffffff;
  --background-section-color-callendar: #ffffff;
  --calendar-text-color: #002a60;
  --callendar-border-color: #cccccc;
  --button-top-login: #f1f1f1;
  --buttton-top-contact: #f1f1f1;
  --main-nav-bar: #f1f1f1;
  --main-nav-bar-text-color: #002a60;
  --main-nav-button: #004AAD;
  --main-nav-button-color: #004AAD;
  --button1-background-hover-active: #ffffff;
  --button-background-proceed: #004AAD;
  --button-background-grey: #999999;
  --flag-border: #f1f1f1;
  --top-link-promo: #ffffff;
  --mainColor: #002a60;
  --supportcolor1: #004AAD;
  --tile-background: #ffffff;
  --subtile-background: #f7f7f7;
  --subbutton-background: #cccccc;
  --subbutton-text: #002a60;
  --tile-border: #ebebeb;
  --filter-category-button-color: #004AAD;
  --share-background: #ebebeb;
}

.btn-MA {
  background: #004AAD;
  color: #ffffff;
  border-radius: 4px;
  padding: 12px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .065em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.btn-MA:hover {
  background: #375AE3;
}