@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.dominos-nctmsv {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dominos-abmvm9 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.dominos-un8x21,
ul.dominos-un8x21 {
  padding-left: 20px;
}

ul.dominos-un8x21 {
  list-style: disc;
}

ol.dominos-un8x21 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.dominos-cfcyx7 > .dominos-nxihjl,
.dominos-cfcyx7 > .dominos-ve0a3l,
.dominos-cfcyx7 > blockquote,
.dominos-cfcyx7 > h1,
.dominos-cfcyx7 > h2,
.dominos-cfcyx7 > h3,
.dominos-cfcyx7 > h4,
.dominos-cfcyx7 > h5,
.dominos-cfcyx7 > h6,
.dominos-cfcyx7 > ol,
.dominos-cfcyx7 > p,
.dominos-cfcyx7 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dominos-cfcyx7 > ol,
.dominos-cfcyx7 > ul {
  padding-left: 50px;
}

.dominos-cfcyx7 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.dominos-cfcyx7:not(:last-child) {
  margin-bottom: 2rem;
}

.dominos-cfcyx7 > :not(:first-child) {
  margin-top: 2rem;
}

.dominos-cfcyx7 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dominos-cfcyx7:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .dominos-cfcyx7:first-child {
    margin-top: 20px;
  }
}

.dominos-cfcyx7 > p:last-of-type {
  margin-bottom: 32px;
}

.dominos-cfcyx7 > .dominos-bl1nbv:not(:first-child) {
  margin: 64px auto 16px auto;
}

.dominos-l4leu4 > .dominos-bl1nbv {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.dominos-ve0a3l {
  overflow: auto;
}

.dominos-ve0a3l::-webkit-scrollbar {
  height: 5px;
}

.dominos-ve0a3l table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.dominos-ve0a3l table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.dominos-ve0a3l table thead,
table thead {
  border-bottom: none;
}

.dominos-ve0a3l table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.dominos-ve0a3l table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.dominos-ve0a3l table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.dominos-ve0a3l .dominos-1n4o4p {
  table-layout: auto;
}

.dominos-ve0a3l .dominos-1n4o4p th {
  word-break: normal;
}

.dominos-ve0a3l .dominos-1n4o4p td {
  word-break: normal;
}

.dominos-nctmsv .dominos-nctmsv {
  padding-right: 0;
  padding-left: 0;
}

.dominos-nvw2tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.dominos-rd6ryb {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dominos-suugn2 {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.dominos-nxihjl {
  margin-top: 24px;
}

.dominos-nxihjl.dominos-tjgsvf {
  text-align: left;
}

.dominos-nxihjl.dominos-e3tcl1 {
  text-align: right;
}

.dominos-nxihjl.dominos-cg6brl {
  text-align: center;
}

.dominos-o0kq73 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.dominos-n4o177 ease-in-out;
  cursor: pointer;
}

.dominos-o0kq73:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.dominos-o0kq73 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .dominos-o0kq73 {
    min-width: unset;
  }
}

.dominos-2ac3en {
  background-color: var(--fh-bg-color);
}

.dominos-xxx1ec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.dominos-0soybj {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.dominos-0soybj img {
  max-height: 80px;
  object-fit: contain;
}

.dominos-7pdwts {
  flex: 1 1;
}

.dominos-tvnn3h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.dominos-4m05xm {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.dominos-4m05xm span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.dominos-4m05xm.dominos-a8s2um span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.dominos-4m05xm.dominos-a8s2um span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.dominos-4m05xm.dominos-a8s2um span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.dominos-7pdwts + .dominos-tvnn3h {
  margin-left: 20px;
}

.dominos-wykmn3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.dominos-wykmn3 > svg {
  max-width: 24px;
  max-height: 24px;
}

.dominos-wykmn3 + .dominos-wykmn3 {
  margin-left: 5px;
}

.dominos-yh46qe {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.dominos-yh46qe:hover {
  background-color: var(--button-bg-hover);
}

.dominos-sfdkq8 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.dominos-n4o177 ease-in-out;
  border: 1px solid var(--border-color);
}

.dominos-sfdkq8:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.dominos-qngy34 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .dominos-7pdwts {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .dominos-qngy34 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .dominos-7pdwts {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .dominos-wykmn3 {
    min-width: unset;
    flex: 1 1;
  }
}

.dominos-iqa5cu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.dominos-iqa5cu:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.dominos-iqa5cu:hover .dominos-witkss {
  opacity: 1;
  pointer-events: auto;
}

.dominos-rvlyy3 {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.dominos-z0xsam ease-in-out;
  gap: 4px;
}

.dominos-rvlyy3 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.dominos-rvlyy3 .dominos-nvw2tp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.dominos-jnhroh,
.dominos-rvlyy3:hover {
  color: var(--button-bg-hover);
}

.dominos-yo3ljl {
  position: relative;
}

.dominos-yo3ljl .dominos-rvlyy3 {
  margin-right: 0;
  padding-right: 4px;
}

.dominos-lnizle svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.dominos-yo3ljl.dominos-a8s2um .dominos-lnizle svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.dominos-yo3ljl.dominos-a8s2um .dominos-witkss {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.dominos-yo3ljl.dominos-a8s2um .dominos-witkss::before {
  display: none;
}

.dominos-lnizle svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.dominos-witkss {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.dominos-l8yvr8 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.dominos-witkss::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.dominos-witkss:hover {
  color: var(--fh-bg-color);
}

.dominos-lp5uyb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.dominos-l8yvr8 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.dominos-z0xsam ease-in-out;
  -o-transition: 0.dominos-z0xsam ease-in-out;
  transition: 0.dominos-z0xsam ease-in-out;
}

.dominos-lp5uyb .dominos-nvw2tp img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.dominos-tggevc,
.dominos-lp5uyb:hover {
  color: var(--button-bg-hover);
}

.dominos-wm9oy2 {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.dominos-wm9oy2.dominos-kscrqf {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.dominos-wm9oy2.dominos-kscrqf:after,
.dominos-wm9oy2.dominos-kscrqf:before {
  content: "";
  position: absolute;
  margin: auto;
}

.dominos-wm9oy2.dominos-kscrqf:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.dominos-wm9oy2.dominos-kscrqf:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.dominos-wm9oy2.dominos-kscrqf > * {
  z-index: 1;
}

.dominos-wm9oy2 b,
.dominos-wm9oy2 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.dominos-wm9oy2 .dominos-3m0noq {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.dominos-wm9oy2 .dominos-d8gvn6 {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.dominos-wm9oy2 .dominos-nvw2tp {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.dominos-wm9oy2 .dominos-zpczla {
  margin-top: 12px;
}

.dominos-zpczla {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.dominos-twyh0h {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.dominos-zpczla .dominos-yk8jb4 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.dominos-n4o177 ease-in-out;
}

.dominos-zpczla .dominos-yk8jb4:hover {
  background: rgba(255, 255, 255, 0.3);
}

.dominos-rd2yfc {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.dominos-wm9oy2.dominos-893hp3 {
  gap: 12px;
  padding: 16px;
}

.dominos-wm9oy2.dominos-893hp3 .dominos-rd2yfc {
  min-width: 240px;
}

.dominos-wm9oy2.dominos-893hp3 .dominos-rd2yfc.dominos-bihl33 {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .dominos-wm9oy2 .dominos-3m0noq {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .dominos-wm9oy2 .dominos-d8gvn6 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .dominos-wm9oy2 .dominos-nvw2tp {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .dominos-wm9oy2.dominos-893hp3 .dominos-nvw2tp {
    max-width: 126px;
  }
  .dominos-wm9oy2 .dominos-zpczla {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .dominos-wm9oy2 .dominos-twyh0h {
    max-width: unset;
  }
  .dominos-rd2yfc {
    min-width: unset;
    width: 100%;
  }
  .dominos-wm9oy2 .dominos-rd2yfc {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .dominos-wm9oy2.dominos-893hp3 {
    grid-template-rows: auto 1fr auto;
  }
  .dominos-wm9oy2.dominos-893hp3 .dominos-rd2yfc {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .dominos-wm9oy2 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .dominos-wm9oy2 .dominos-3m0noq {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .dominos-wm9oy2 .dominos-nvw2tp {
    max-width: 78px;
  }
  .dominos-wm9oy2 .dominos-zpczla {
    margin-top: -12px;
  }
  .dominos-wm9oy2.dominos-893hp3 {
    gap: 8px;
  }
  .dominos-wm9oy2.dominos-893hp3 .dominos-3m0noq {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .dominos-wm9oy2.dominos-893hp3 .dominos-d8gvn6 {
    grid-column: 1/3;
  }
  .dominos-wm9oy2.dominos-893hp3 .dominos-nvw2tp {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .dominos-wm9oy2.dominos-893hp3 .dominos-nvw2tp img {
    max-width: 114px;
  }
}

.dominos-rd2yfc.dominos-s5w2mz,
.dominos-rd2yfc.dominos-j2skbr,
.dominos-rd2yfc.dominos-nr2y61 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.dominos-n4o177 ease-in-out;
}

.dominos-rd2yfc.dominos-s5w2mz,
.dominos-rd2yfc.dominos-nr2y61 {
  padding: 10px;
}

.dominos-rd2yfc.dominos-s5w2mz:hover,
.dominos-rd2yfc.dominos-j2skbr:hover,
.dominos-rd2yfc.dominos-nr2y61:hover {
  background: var(--button-bg-hover);
}

.dominos-rd2yfc.dominos-s5w2mz:hover svg path,
.dominos-rd2yfc.dominos-nr2y61:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.dominos-rd2yfc.dominos-bihl33 {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.dominos-n4o177 ease-in-out;
  background: var(--button-bg-color);
}

.dominos-rd2yfc.dominos-bihl33:hover {
  background-color: var(--button-bg-hover);
}

.dominos-rd2yfc.dominos-j2skbr:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.dominos-rd2yfc.dominos-j2skbr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.dominos-rd2yfc.dominos-bihl33:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.dominos-r76mts {
  max-width: 650px;
}

.dominos-b86yg8 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.dominos-u0mnnp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dominos-wo654q {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.dominos-z0xsam ease-in-out;
  cursor: pointer;
}

.dominos-wo654q:hover {
  opacity: 0.5;
}

.dominos-wo654q:focus {
  outline: 0;
}

.dominos-wo654q:focus .dominos-6xi8iq,
.dominos-wo654q:hover .dominos-6xi8iq {
  fill: red;
  fill-opacity: 1;
}

.dominos-wo654q:hover {
  cursor: pointer;
}

.dominos-ppvuvo {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.dominos-r76mts.dominos-cg6brl {
  margin: 0 auto;
}

.dominos-r76mts.dominos-e3tcl1 {
  margin-left: auto;
}

.dominos-nat239 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.dominos-br0s3w {
  padding-bottom: 50px;
}

.dominos-8zufmd {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.dominos-u7sl3l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.dominos-23tsj1 {
  margin-top: 24px;
}

.dominos-1yffmn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dominos-f538m9 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.dominos-ew92q5 {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.dominos-glwz4d {
  width: 468px;
}

.dominos-ew92q5 .dominos-witkss {
  margin: 0.dominos-jx235f 0;
}

.dominos-9ucyld {
  display: flex;
  min-width: 224px;
}

.dominos-xt0dpl {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.dominos-z0xsam ease-in-out;
}

.dominos-8r7a0o,
.dominos-xt0dpl:hover {
  color: var(--text-color);
}

.dominos-mv3fto {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.dominos-9se55k {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .dominos-nat239 {
    padding: 16px;
  }
  .dominos-mv3fto {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .dominos-9se55k {
    align-items: center;
  }
  .dominos-glwz4d {
    width: unset;
  }
  .dominos-9ucyld {
    min-width: unset;
  }
  .dominos-ew92q5 {
    max-height: unset;
  }
  .dominos-8zufmd {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .dominos-nat239 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.dominos-1rg1am {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.dominos-1rg1am:not(:last-child) {
  margin-bottom: 16px;
}

.dominos-gnr8mh {
  outline: 0;
}

.dominos-gnr8mh .dominos-dodpaz {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.dominos-yflf28 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .dominos-yflf28 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.dominos-yflf28::-webkit-details-marker {
  display: none;
}

.dominos-yflf28:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.dominos-yflf28:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .dominos-yflf28:after {
  transform: unset;
}

.dominos-dodpaz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.dominos-dodpaz svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.dominos-z0xsam ease-in-out;
  -o-transition: 0.dominos-z0xsam ease-in-out;
  transition: 0.dominos-z0xsam ease-in-out;
}

.dominos-4v98iq {
  padding: 16px 0 0 0;
}

.dominos-4v98iq * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .dominos-4v98iq :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dominos-yflf28 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .dominos-yflf28::after {
    margin-left: auto;
  }
  .dominos-dodpaz {
    order: 3;
    flex: 1 1 100%;
  }
  .dominos-yflf28 {
    font-size: 14px;
    line-height: 130%;
  }
  .dominos-dodpaz svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.dominos-5paytk {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.dominos-s6jprm {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.dominos-5paytk.dominos-a8s2um .dominos-s6jprm {
  margin-bottom: 12px;
}

.dominos-s6jprm::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.dominos-5paytk.dominos-a8s2um .dominos-s6jprm::after {
  transform: unset;
}

.dominos-75ektj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.dominos-xi9dfw {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.dominos-z0xsam ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.dominos-xi9dfw:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.dominos-5paytk.dominos-a8s2um .dominos-75ektj {
  max-height: 100%;
}

.dominos-wifspk {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.dominos-ka7x3p {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.dominos-xgt8fg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.dominos-jgxuks {
  margin-right: 4px;
}

.dominos-5yjo2h {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.dominos-z0xsam ease-in-out;
}

.dominos-5yjo2h svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.dominos-cu0gxm,
.dominos-5yjo2h:hover {
  color: var(--text-color);
}

.dominos-8mfff6 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.dominos-8mfff6 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.dominos-8mfff6 .dominos-5q3nxc {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.dominos-8mfff6 .dominos-18b5si {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.dominos-3nwgne {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.dominos-nd5226 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dominos-174is1 .dominos-nctmsv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.dominos-174is1 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.dominos-4nus2j {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.dominos-9al3cv {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.dominos-d8rhcg {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.dominos-a722lr 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.dominos-d8rhcg:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.dominos-u9no4c {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.dominos-cv68jq {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.dominos-z0xsam ease-in-out;
  transition: transform 0.dominos-z0xsam ease-in-out;
  -o-transition: transform 0.dominos-z0xsam ease-in-out;
  transition:
    transform 0.dominos-z0xsam ease-in-out,
    -webkit-transform 0.dominos-z0xsam ease-in-out;
  cursor: pointer;
}

.dominos-cv68jq svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.dominos-cv68jq:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.dominos-hasbmp {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .dominos-hasbmp {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.dominos-t9za0d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.dominos-yutrad {
  position: relative;
  width: 100%;
}

.dominos-t9za0d.dominos-s8d28e {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dominos-t9za0d.dominos-cg6brl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dominos-t9za0d.dominos-e3tcl1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dominos-w1asl0 {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.dominos-tn9bfr {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.dominos-z0xsam ease-in-out;
  cursor: pointer;
}

.dominos-tn9bfr:hover {
  opacity: 0.5;
}

.dominos-t9za0d.dominos-ac8xmb .dominos-tn9bfr {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dominos-t9za0d.dominos-ac8xmb .dominos-w1asl0 {
  cursor: pointer;
}

.dominos-aa8ud2 {
  fill: #0009;
}

.dominos-3lw0ok {
  fill: #fff;
}

.dominos-tn9bfr:hover .dominos-aa8ud2 {
  fill: red;
}

.dominos-tn9bfr svg path {
  -webkit-transition: 0.dominos-z0xsam ease-in-out;
  -o-transition: 0.dominos-z0xsam ease-in-out;
  transition: 0.dominos-z0xsam ease-in-out;
}

.dominos-vfw8mv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.dominos-vfw8mv > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.dominos-vfw8mv.dominos-s36ooh > :not(.get-image) {
  grid-column: 1/3;
}

.dominos-reonwy:not(._h1-block) .dominos-vfw8mv > .dominos-bl1nbv {
  grid-row: 1/2;
  grid-column: 1/3;
}

.dominos-vfw8mv.dominos-s36ooh .dominos-clq32n {
  grid-column: 2/3;
}

.dominos-vfw8mv.dominos-s36ooh > .dominos-nvw2tp {
  grid-column: 1/2;
}

.dominos-vfw8mv.dominos-s36ooh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.dominos-vfw8mv > p:first-of-type {
  margin-top: 0;
}

.dominos-vfw8mv .dominos-nvw2tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.dominos-reonwy:not(._h1-block) .dominos-bl1nbv ~ .dominos-nvw2tp {
  grid-row: 2/10;
}

.dominos-reonwy.dominos-16xyae .dominos-bl1nbv ~ .dominos-nvw2tp {
  grid-row: 1/10;
}

.dominos-reonwy.dominos-16xyae > .dominos-bl1nbv {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.dominos-reonwy.dominos-16xyae .dominos-nvw2tp {
  grid-row: 1/10;
}

.dominos-vfw8mv.dominos-7zljh0 .dominos-nvw2tp {
  align-items: flex-start;
}

.dominos-vfw8mv.dominos-cg6brl .dominos-clq32n {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.dominos-vfw8mv.dominos-cg6brl .dominos-nvw2tp {
  align-items: center;
}

.dominos-vfw8mv.dominos-snn9ze .dominos-nvw2tp {
  align-items: flex-end;
}

.dominos-clq32n > :first-child {
  margin-top: 0;
}

.dominos-clq32n > :last-child {
  margin-bottom: 0;
}

* + .dominos-tlx744,
.dominos-reonwy + .dominos-reonwy {
  margin-top: 2rem;
}

.dominos-kxkvft td::before,
.dominos-kxkvft th::after {
  display: none !important;
}

.dominos-kxkvft #link-selector {
  color: #000;
}

.dominos-kxkvft .dominos-y1dmie {
  color: #135e96;
}

.dominos-kxkvft .dominos-vol3xl *,
.dominos-kxkvft .dominos-fyp7qe p,
.dominos-kxkvft .dominos-txc1tn * {
  color: #000;
}

.dominos-kxkvft .dominos-ud9333 {
  background: 0 0 !important;
}

.dominos-kxkvft .dominos-bza25d {
  color: #000;
}

.dominos-kxkvft .dominos-ackc5b.dominos-0h0mwe {
  color: #fff;
}

.dominos-kxkvft .dominos-tef5n8 {
  color: #000;
}

.dominos-kxkvft
  .dominos-105ht8
  .dominos-cm7wuw.dominos-0h0mwe.dominos-l75lok {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.dominos-tycxhl,
body .dominos-w1thht {
  color: #000;
  background: var(--color-body) !important;
}

.dominos-tycxhl .dominos-hb5tcq .dominos-fs8hsd,
body .dominos-w1thht .dominos-hb5tcq .dominos-fs8hsd {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .dominos-xi9dfw:focus,
  .dominos-xi9dfw:hover {
    color: #f9cb16;
  }
  .dominos-n7kpiq:focus,
  .dominos-n7kpiq:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .dominos-00etd9:focus img,
  .dominos-00etd9:focus svg,
  .dominos-00etd9:hover img,
  .dominos-00etd9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .dominos-8mfff6 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .dominos-yo3ljl:hover .dominos-lnizle svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .dominos-lnizle {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .dominos-8bsgxp {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .dominos-b3lllj {
    grid-template-columns: repeat(4, 1fr);
  }
  .dominos-9gxuek {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .dominos-toqvsh .dominos-jj78ic {
    grid-template-columns: 1fr;
  }
  .dominos-toqvsh .dominos-gipvya {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .dominos-toqvsh .dominos-p5cbtp {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dominos-toqvsh .dominos-5ymoil {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .dominos-toqvsh .dominos-q9rjh8 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .dominos-toqvsh .dominos-p5cbtp:not(:first-child) {
    border: none;
  }
  .dominos-toqvsh .dominos-p5cbtp:first-child .dominos-5ymoil {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .dominos-toqvsh .dominos-p5cbtp:last-child .dominos-5ymoil {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .dominos-xxx1ec {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .dominos-0soybj {
    max-width: 100px;
  }
  .dominos-7pdwts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .dominos-tvnn3h {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .dominos-tvnn3h svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .dominos-4m05xm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .dominos-7pdwts + .dominos-tvnn3h {
    margin-left: auto;
  }
  .dominos-jemn4l {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .dominos-jemn4l.dominos-a8s2um {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .dominos-qngy34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .dominos-iqa5cu {
    width: 100%;
  }
  .dominos-iqa5cu:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .dominos-rvlyy3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .dominos-rvlyy3 svg {
    margin-right: 4px;
  }
  .dominos-yo3ljl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dominos-lnizle svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .dominos-lnizle {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .dominos-witkss {
    display: none;
    width: 100%;
  }
  .dominos-yo3ljl.dominos-a8s2um .dominos-witkss {
    padding: 0 0 0 48px;
  }
  .dominos-lp5uyb {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .dominos-u7sl3l .dominos-nvw2tp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .dominos-3012u3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dominos-3012u3 + .dominos-3012u3 {
    margin-right: 0;
  }
  .dominos-3012u3 + .dominos-nvw2tp {
    margin: 0;
  }
  .dominos-8bsgxp {
    grid-template-columns: repeat(4, 1fr);
  }
  .dominos-b3lllj {
    grid-template-columns: repeat(3, 1fr);
  }
  .dominos-dkefhw,
  .dominos-bq0ikt {
    grid-template-columns: repeat(2, 1fr);
  }
  .dominos-vfw8mv {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dominos-vfw8mv.dominos-s36ooh .dominos-clq32n {
    grid-column: auto;
    grid-row: auto;
  }
  .dominos-vfw8mv > .dominos-bl1nbv {
    grid-column: 1/2;
  }
  .dominos-vfw8mv.dominos-s36ooh > :not(.get-image) {
    grid-column: 1/2;
  }
  .dominos-vfw8mv .dominos-nvw2tp,
  .dominos-vfw8mv.dominos-s36ooh > .dominos-nvw2tp {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dominos-vfw8mv.dominos-s36ooh > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .dominos-reonwy.dominos-16xyae .dominos-vfw8mv > .dominos-nvw2tp {
    grid-row: 1/2;
  }
  .dominos-vfw8mv .dominos-bl1nbv ~ .dominos-nvw2tp,
  .dominos-vfw8mv.dominos-s36ooh .dominos-bl1nbv ~ .dominos-nvw2tp {
    grid-row: 2/3;
  }
  .dominos-reonwy.dominos-16xyae .dominos-bl1nbv ~ .dominos-nvw2tp {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .dominos-cfcyx7:first-child .dominos-w8c7gu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dominos-cfcyx7:first-child .dominos-w8c7gu h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .dominos-cfcyx7 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .dominos-cfcyx7 {
    padding: 0;
  }
  .dominos-nxihjl {
    margin-top: 1rem;
  }
  .dominos-gnr8mh {
    border-radius: 5px;
  }
  .dominos-aazpad {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dominos-s6jprm::after {
    display: inline-block;
  }
  .dominos-s6jprm {
    margin: 0;
    width: 100%;
  }
  .dominos-75ektj {
    width: 100%;
  }
  .dominos-75ektj.dominos-8wix1a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .dominos-75ektj.dominos-8wix1a .dominos-q2zl3w {
    width: 100%;
  }
  .dominos-75ektj.dominos-8wix1a .dominos-q2zl3w:not(:last-child) {
    margin-right: 0;
  }
  .dominos-xi9dfw {
    width: 100%;
    text-align: center;
  }
  .dominos-5paytk.dominos-a8s2um .dominos-75ektj {
    margin-top: 1rem;
  }
  .dominos-8bsgxp {
    grid-template-columns: repeat(3, 1fr);
  }
  .dominos-9gxuek,
  .dominos-b3lllj {
    grid-template-columns: repeat(2, 1fr);
  }
  .dominos-dkefhw,
  .dominos-bq0ikt,
  .dominos-dwrfyg {
    grid-template-columns: 1fr;
  }
  .dominos-3afvw0 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .dominos-enbh7x {
    min-width: 300px;
    max-width: 325px;
  }
  .dominos-5ymoil {
    cursor: auto;
  }
  .dominos-hp7gmj .dominos-5ymoil {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .dominos-hasbmp {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .dominos-witkss {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .dominos-hasbmp {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.dominos-3012u3 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .dominos-tvnn3h {
    margin: 0 -0.2rem;
  }
  .dominos-3012u3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .dominos-pt9o2c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .dominos-6nkoz0 {
    max-width: 100%;
  }
  .dominos-8bsgxp {
    grid-template-columns: repeat(2, 1fr);
  }
  .dominos-9gxuek,
  .dominos-b3lllj {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .dominos-xxx1ec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dominos-tvnn3h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .dominos-2ac3en {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dominos-wykmn3 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .dominos-5jhyyo,
  .dominos-hfsl5l {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .dominos-o0kq73 {
    width: 100%;
  }
  .dominos-8bsgxp {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .dominos-hasbmp {
    top: 127px !important;
  }
}

.dominos-ieqp17 {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .dominos-ieqp17 {
  }
}

@media (max-width: 767px) {
  .dominos-ieqp17 {
    margin-bottom: 12px;
  }
}

.dominos-ieqp17 img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.dominos-t5meg3 {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.dominos-t5meg3 > .dominos-3k5xw5 {
  flex: 1 1;
}

@media (max-width: 767px) {
  .dominos-t5meg3 {
    flex-direction: column;
    gap: 12px;
  }
}

.dominos-rk0n2s {
  display: flex;
}

.dominos-rk0n2s .dominos-i9sn4t {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.dominos-rk0n2s .dominos-ftfzet {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.dominos-rk0n2s .dominos-d8cmmr {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.dominos-rk0n2s .dominos-4qbsl2 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.dominos-rk0n2s .dominos-4qbsl2:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.dominos-rk0n2s .dominos-uyaeik {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.dominos-460ygn {
  border: unset;
  background-color: unset;
}

.dominos-460ygn tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.dominos-460ygn .dominos-nm92h0,
.dominos-460ygn .dominos-ajtb69 {
  flex: 0 1 330px;
}

.dominos-460ygn .dominos-mvqmce {
  flex: 1 1;
}

.dominos-460ygn tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.dominos-460ygn tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.dominos-460ygn tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.dominos-460ygn tr td p {
  color: #fff;
  margin: 0;
}

.dominos-460ygn tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.dominos-460ygn tr.dominos-nm92h0 td p {
  padding: 16px 0;
}

.dominos-460ygn tr.dominos-nm92h0 td p:not(:last-child),
.dominos-460ygn tr.dominos-ajtb69 td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.dominos-460ygn tr.dominos-nm92h0 td p:first-child,
.dominos-460ygn tr.dominos-ajtb69 td p:first-child {
  padding-top: 0;
}

.dominos-460ygn tr.dominos-ajtb69 td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.dominos-460ygn tr.dominos-ajtb69 td p:last-child {
  padding-bottom: 0;
}

.dominos-460ygn .dominos-ajtb69 img {
  max-width: 32px;
}

.dominos-460ygn .dominos-mvqmce {
  min-width: 718px;
}

.dominos-460ygn .dominos-mvqmce td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.dominos-460ygn .dominos-mvqmce td {
  display: flex;
}

.dominos-460ygn .dominos-mvqmce td:last-child .dominos-fhqmff,
.dominos-460ygn .dominos-mvqmce td:last-child .dominos-jljunu,
.dominos-460ygn .dominos-mvqmce td:last-child .dominos-p2wxvz {
  flex: 1 1 50%;
}

.dominos-460ygn .dominos-mvqmce td:last-child .dominos-ahd5dh {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dominos-460ygn .dominos-mvqmce td:last-child .dominos-ebu2i3,
.dominos-460ygn .dominos-mvqmce td:last-child .dominos-yt2g2i {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.dominos-460ygn .dominos-mvqmce td:last-child .dominos-fhqmff,
.dominos-460ygn .dominos-mvqmce td:last-child .dominos-jljunu {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dominos-460ygn .dominos-mvqmce td:last-child .dominos-fhqmff span,
.dominos-460ygn .dominos-mvqmce td:last-child .dominos-jljunu span {
  font-weight: 800;
}

.dominos-460ygn .dominos-mvqmce img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .dominos-460ygn .dominos-mvqmce td .dominos-p2wxvz:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .dominos-460ygn tr.dominos-nm92h0 td p:last-child {
    padding-bottom: 0;
  }
  .dominos-460ygn .dominos-ajtb69 > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .dominos-460ygn .dominos-ajtb69 > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .dominos-460ygn tr.dominos-nm92h0 td p:not(:last-child),
  .dominos-460ygn tr.dominos-ajtb69 td p:not(:last-child) {
    border-bottom: unset;
  }
  .dominos-460ygn tr.dominos-ajtb69 td p:last-child {
    padding-bottom: 12px;
  }
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-fhqmff,
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-jljunu,
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-p2wxvz {
    flex: 1 1 50%;
    padding: 0;
  }
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-fhqmff,
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-jljunu {
    margin-top: 16px;
  }
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-p2wxvz {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-fhqmff {
    border-right: 1px solid var(--border-color);
  }
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-p2wxvz:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .dominos-460ygn .dominos-mvqmce td:last-child .dominos-p2wxvz:last-child {
    padding-bottom: 0;
  }
}

.dominos-p2wxvz {
  display: flex;
  flex-direction: column;
}

.dominos-460ygn .dominos-mvqmce td .dominos-p2wxvz {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.dominos-460ygn .dominos-mvqmce td .dominos-p2wxvz:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.dominos-460ygn .dominos-mvqmce td .dominos-p2wxvz:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .dominos-460ygn .dominos-mvqmce td .dominos-p2wxvz:not(:first-child) {
    padding-left: 0;
  }
  .dominos-460ygn .dominos-mvqmce td .dominos-p2wxvz:not(:last-of-type) {
    border-right: unset;
  }
}

.dominos-460ygn .dominos-2x3700 {
  flex: 0 1 485px;
}

.dominos-460ygn .dominos-b7nv0a {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.dominos-460ygn .dominos-b7nv0a li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dominos-460ygn .dominos-b7nv0a li.dominos-yp9d1a {
  padding: 6px 12px;
}

.dominos-460ygn .dominos-b7nv0a li a,
.dominos-460ygn .dominos-b7nv0a li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.dominos-460ygn .dominos-a60fxi,
.dominos-460ygn .dominos-hk1qn2 {
  flex: 1 1;
}

.dominos-460ygn .dominos-zld1nm,
.dominos-460ygn .dominos-dqafai {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.dominos-460ygn .dominos-zld1nm li,
.dominos-460ygn .dominos-dqafai li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.dominos-460ygn .dominos-hk1qn2 img {
  max-width: 32px;
}

.dominos-460ygn .dominos-a60fxi img {
  max-width: 32px;
}

.dominos-460ygn .dominos-n1l60y {
  min-width: 280px;
}

.dominos-460ygn .dominos-n1l60y img {
  max-width: 146px;
}

.dominos-460ygn .dominos-n1l60y td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .dominos-460ygn .dominos-nm92h0,
  .dominos-460ygn .dominos-ajtb69 {
    flex: 0 1 auto;
  }
  .dominos-460ygn .dominos-mvqmce {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .dominos-460ygn .dominos-nm92h0,
  .dominos-460ygn .dominos-2x3700,
  .dominos-460ygn .dominos-ajtb69,
  .dominos-460ygn .dominos-mvqmce {
    flex: 1 1 calc(50% - 20px);
  }
  .dominos-460ygn .dominos-a60fxi,
  .dominos-460ygn .dominos-n1l60y,
  .dominos-460ygn .dominos-hk1qn2 {
    flex: 1 1 30%;
  }
  .dominos-460ygn .dominos-n1l60y {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .dominos-460ygn .dominos-nm92h0,
  .dominos-460ygn .dominos-2x3700,
  .dominos-460ygn .dominos-a60fxi,
  .dominos-460ygn .dominos-ajtb69,
  .dominos-460ygn .dominos-mvqmce,
  .dominos-460ygn .dominos-n1l60y,
  .dominos-460ygn .dominos-hk1qn2 {
    flex: 1 1 100%;
  }
}

.dominos-v2xdyx .dominos-ej226r {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dominos-v2xdyx .dominos-6thf4z {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.dominos-v2xdyx .dominos-bbj3pd {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.dominos-v2xdyx .dominos-szuvkl {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.dominos-v2xdyx .dominos-szuvkl > :nth-child(3) {
  margin-top: 0;
}

.dominos-v2xdyx .dominos-nvw2tp {
  grid-column: 2/3;
  grid-row: 1/10;
}

.dominos-v2xdyx .dominos-2g7y2e {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.dominos-v2xdyx .dominos-nxihjl {
  grid-column: 1/2;
}

.dominos-v2xdyx > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.dominos-v2xdyx .dominos-6thf4z:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.dominos-v2xdyx .dominos-6thf4z:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.dominos-v2xdyx .dominos-o0kq73 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .dominos-v2xdyx .dominos-6thf4z:not(:last-child):before {
    bottom: 8px;
  }
  .dominos-v2xdyx .dominos-6thf4z:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .dominos-v2xdyx .dominos-szuvkl {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .dominos-v2xdyx .dominos-nvw2tp {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .dominos-v2xdyx .dominos-nvw2tp img {
    width: 100%;
    height: auto;
  }
  .dominos-v2xdyx .dominos-o0kq73 {
    width: 100%;
    min-width: unset;
  }
}

.dominos-mhksms .dominos-rt15hu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.dominos-mhksms .dominos-kcyfjh {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.dominos-mhksms .dominos-nvw2tp {
  height: 100%;
}

.dominos-mhksms .dominos-nvw2tp img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.dominos-mhksms .dominos-c3ctz1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.dominos-mhksms .dominos-l7gatq {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.dominos-mhksms .dominos-f0avb2 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .dominos-mhksms .dominos-kcyfjh {
    flex: 1 1 100%;
  }
  .dominos-mhksms .dominos-rd2yfc {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .dominos-mhksms .dominos-kcyfjh {
    flex-direction: column;
  }
  .dominos-mhksms .dominos-nvw2tp {
    width: 100%;
    height: auto;
  }
  .dominos-mhksms .dominos-nvw2tp img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .dominos-mhksms .dominos-c3ctz1 {
    padding: 0 16px 16px 16px;
  }
  .dominos-mhksms .dominos-rd2yfc {
    min-width: unset;
    width: 100%;
  }
}

.dominos-nzqumo .dominos-gwe2g1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.dominos-nzqumo .dominos-qppv23 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.dominos-nzqumo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.dominos-nzqumo .dominos-68j4zi {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.dominos-nzqumo .dominos-qppv23:hover .dominos-68j4zi {
  display: flex;
}

.dominos-nzqumo .dominos-k1e83w {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.dominos-nzqumo .dominos-touf1r {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.dominos-p572xs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.dominos-p572xs.dominos-vqrapa {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.dominos-n4o177 ease-in-out;
}

.dominos-p572xs.dominos-vqrapa:hover {
  color: #f9cb16;
  background-color: transparent;
}

.dominos-nzqumo .dominos-zg37tz {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.dominos-n4o177 ease-in-out;
}

.dominos-nzqumo .dominos-zg37tz:hover {
  color: #196948;
  background-color: #f9cb16;
}

.dominos-nzqumo .dominos-zg37tz:after,
.dominos-p572xs.dominos-vqrapa:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.dominos-p572xs.dominos-vqrapa:after {
  background-image: url(../images/Cash.svg);
}

.dominos-nzqumo .dominos-zg37tz:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .dominos-nzqumo .dominos-gwe2g1 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .dominos-nzqumo .dominos-gwe2g1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .dominos-nzqumo .dominos-gwe2g1 {
    grid-template-columns: 1fr;
  }
  .dominos-nzqumo .dominos-qppv23 {
    height: auto;
  }
  .dominos-nzqumo .dominos-qppv23 .dominos-68j4zi {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .dominos-nzqumo .dominos-k1e83w,
  .dominos-nzqumo .dominos-touf1r {
    text-align: left;
  }
  .dominos-nzqumo .dominos-touf1r {
    margin-bottom: 8px;
  }
  .dominos-nzqumo img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.dominos-6s41v0 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.dominos-6s41v0.dominos-ac8xmb {
  display: block;
}

.dominos-6s41v0 .dominos-qp253h {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.dominos-6s41v0 .dominos-0ernwd {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.dominos-6s41v0 .dominos-bs0x71 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.dominos-6s41v0 .dominos-muotql {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.dominos-6s41v0 .dominos-p572xs {
  min-width: 296px;
  margin-bottom: 0;
}

.dominos-6s41v0 .dominos-133ue5 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dominos-6s41v0 .dominos-6yg6y0 {
  position: relative;
  flex: 1 1;
}

.dominos-6s41v0 .dominos-6yg6y0 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .dominos-6s41v0 .dominos-0ernwd {
    flex-wrap: wrap;
    gap: 8px;
  }
  .dominos-6s41v0 .dominos-bs0x71 {
    order: 1;
  }
  .dominos-6s41v0 .dominos-muotql {
    order: 3;
    flex: 1 1 100%;
  }
  .dominos-6s41v0 .dominos-p572xs {
    width: 100%;
    min-width: unset;
  }
  .dominos-6s41v0 .dominos-133ue5 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .dominos-vfw8mv > .dominos-bl1nbv {
    margin-bottom: 0;
  }
  .dominos-vfw8mv > .dominos-nxihjl,
  .dominos-vfw8mv > p {
    margin-top: 0;
  }
}

.dominos-3995zc img,
.dominos-3012u3 img {
  width: auto;
  object-fit: contain;
}

.dominos-3995zc {
  align-items: center;
}

.dominos-3995zc img {
  max-height: 76px;
}

.dominos-3012u3 img {
  max-height: 64px;
}

.dominos-388uqt {
  overflow: auto;
}

.dominos-hlbvmk {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.dominos-vtfl0p:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.dominos-7i1oo1 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.dominos-o4ophb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dominos-7i1oo1 .dominos-nvw2tp {
  margin-right: 20px;
  flex-shrink: 0;
}

.dominos-7i1oo1 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.dominos-gsw0yt {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.dominos-gsw0yt > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .dominos-7i1oo1 {
    padding: 15px 10px;
  }
  .dominos-gsw0yt {
    padding: 15px 10px;
  }
  .dominos-7i1oo1 .dominos-nvw2tp {
    margin-right: 10px;
  }
}

.dominos-oxnh7j {
  overflow-x: auto;
}

.dominos-kdko5j {
  border-collapse: collapse;
  width: 100%;
}

.dominos-oxnh7j th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.dominos-oxnh7j td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.dominos-oxnh7j td.dominos-54rzp6 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.dominos-oxnh7j td.dominos-n3pkqx {
  border-right: none;
}

.dominos-oxnh7j td.dominos-n3pkqx .dominos-nvw2tp {
  justify-content: flex-start;
}

.dominos-oxnh7j td.dominos-n3pkqx .dominos-nvw2tp img {
  height: auto;
  width: 90px;
}

.dominos-oxnh7j td.dominos-22mf6t,
.dominos-oxnh7j td.dominos-lm4wv4 {
  font-weight: 600;
  text-align: right;
}

.dominos-oxnh7j td.dominos-wfvg7a,
.dominos-oxnh7j td.dominos-22mf6t {
  padding-bottom: 10px;
  border-bottom: none;
}

.dominos-oxnh7j td.dominos-22mf6t,
.dominos-oxnh7j td.dominos-lm4wv4 {
  border-left: none;
}

.dominos-oxnh7j td.dominos-wfvg7a,
.dominos-oxnh7j td.dominos-k8nlhg {
  border-right: none;
}

.dominos-oxnh7j td.dominos-k8nlhg,
.dominos-oxnh7j td.dominos-lm4wv4 {
  border-top: none;
  padding-top: 10px;
}

.dominos-6fvge1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.dominos-6fvge1 .dominos-rd2yfc {
  min-width: unset;
  width: 100%;
}

.dominos-6fvge1 .dominos-rd2yfc.dominos-s5w2mz {
  grid-column: 1/2;
  grid-row: 1/2;
}

.dominos-6fvge1 .dominos-rd2yfc.dominos-nr2y61 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.dominos-6fvge1 .dominos-u4bv33 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .dominos-6fvge1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .dominos-6fvge1 .dominos-rd2yfc.dominos-s5w2mz {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .dominos-6fvge1 .dominos-rd2yfc.dominos-nr2y61 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .dominos-6fvge1 .dominos-u4bv33 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.dominos-lakk4n {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.dominos-a4t0wd {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.dominos-l4leu4 p a img {
  margin: 0 auto;
  display: block;
}

.dominos-l4leu4 table {
  margin-bottom: 17px;
}

/* contanct form */
.dominos-b1m80q {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.dominos-b1m80q label {
  font-size: 14px;
}

.dominos-b1m80q h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.dominos-b1m80q input,
.dominos-b1m80q textarea,
.dominos-b1m80q button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.dominos-b1m80q button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.dominos-n4o177 ease;
}
.dominos-b1m80q button:hover {
  background-color: #691204;
}
.dominos-3rvk3b {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.dominos-wsiglq ease-in;
}

.dominos-3rvk3b h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.dominos-399g8j, .dominos-1we2yj, [class*="review-card"],
thead, thead th, table th, .dominos-uba0ig,
.dominos-47fppq, [class*="collapsible-header"],
.dominos-i5cih4, [class*="updated-block"] {
  color: #ece7dc !important;
}
