* {
  margin: 0px;
  padding: 0px;
}

.m-cookieconsent1 {
  position: fixed;
  right: 23px;
  bottom: 22px;
  width: 350px;
  max-width: calc(100% - 46px);
  max-height: calc(100% - 44px);
  overflow-y: auto;
  z-index: 9999999999;
  display: none;
  background-color: #ffffff;
  box-shadow: 2px 1px 21px 0px rgba(12, 12, 14, 0.35);
  border-radius: 15px;
  border: solid 1px #a0a0a0;
  box-sizing: border-box;
}
.m-cookieconsent1 * {
  box-sizing: border-box;
}
.m-cookieconsent1 .mcc-wp {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 38px;
  padding-bottom: 38px;
}
.m-cookieconsent1 .mcc-title {
  font-weight: bold;
  line-height: 38px;
  font-size: 28px;
  color: #172a88;
  text-transform: uppercase;
}
.m-cookieconsent1 .mcc-desc {
  margin-top: 18px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
}
.m-cookieconsent1 .mcc-control {
  margin-top: 17px;
}
.m-cookieconsent1 .mcc-btn {
  margin-bottom: 8px;
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  color: #172a88;
  text-align: center;
  background-color: #fff;
  border: 1px solid #172a88;
  border-radius: 20px;
  cursor: pointer;
}
.m-cookieconsent1 .mcc-btn:hover {
  color: #fff;
  background-color: #172a88;
}
@media screen and (max-width: 1219px) {
  .m-cookieconsent1 {
    width: 250px;
  }
  .m-cookieconsent1 .mcc-wp {
    padding: 20px 15px;
  }
  .m-cookieconsent1 .mcc-title {
    line-height: 24px;
    font-size: 16px;
  }
  .m-cookieconsent1 .mcc-desc {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .m-cookieconsent1 .mcc-btn {
    line-height: 22px;
    font-size: 14px;
  }
}

.m-cookieconsent2 {
  position: fixed;
  right: 60px;
  left: 60px;
  bottom: 22px;
  max-height: calc(100% - 44px);
  overflow-y: auto;
  z-index: 9999999999;
  display: none;
  background-color: #f4f4f4;
  border-radius: 2px;
  border: solid 1px #4a4e52;
  box-sizing: border-box;
}
.m-cookieconsent2 * {
  box-sizing: border-box;
}
.m-cookieconsent2 .mcc-wp {
  padding-left: 4.1620421754%;
  padding-right: 4.1620421754%;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.m-cookieconsent2 .mcc-text {
  flex: 1 1 auto;
  overflow: hidden;
  margin-right: 30px;
  max-width: 1350px;
}
.m-cookieconsent2 .mcc-title {
  line-height: 38px;
  font-size: 28px;
  color: #172a88;
  text-transform: uppercase;
}
.m-cookieconsent2 .mcc-desc {
  margin-top: 18px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
}
.m-cookieconsent2 .mcc-control {
  flex: 0 0 auto;
  width: 170px;
}
.m-cookieconsent2 .mcc-btn {
  margin-bottom: 12px;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 10px;
  font-size: 16px;
  color: #172a88;
  text-align: center;
  background-color: #fff;
  border: 1px solid #172a88;
  border-radius: 4px;
  cursor: pointer;
}
.m-cookieconsent2 .mcc-btn:hover {
  color: #fff;
  background-color: #172a88;
}
.m-cookieconsent2 .mcc-btn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1219px) {
  .m-cookieconsent2 {
    left: 15px;
    right: 15px;
  }
  .m-cookieconsent2 .mcc-wp {
    padding: 20px 15px;
  }
  .m-cookieconsent2 .mcc-title {
    line-height: 24px;
    font-size: 16px;
  }
  .m-cookieconsent2 .mcc-desc {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .m-cookieconsent2 .mcc-control {
    width: 120px;
  }
  .m-cookieconsent2 .mcc-btn {
    margin-bottom: 8px;
    line-height: 22px;
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 640px) {
  .m-cookieconsent2 .mcc-wp {
    display: block;
  }
  .m-cookieconsent2 .mcc-control {
    width: 100%;
    margin-top: 10px;
  }
}

.m-cookieconsent3 {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.m-cookieconsent3 * {
  box-sizing: border-box;
}
.m-cookieconsent3 .mcc-wp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 642px;
  max-width: 98%;
  max-height: 98%;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 2px 1px 21px 0px rgba(12, 12, 14, 0.35);
  border-radius: 6px;
  border: solid 1px #a0a0a0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 42px;
  box-sizing: border-box;
}
.m-cookieconsent3 .mcc-title {
  font-weight: bold;
  line-height: 38px;
  font-size: 28px;
  color: #172a88;
  text-transform: uppercase;
  text-align: center;
}
.m-cookieconsent3 .mcc-desc {
  margin-top: 8px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
}
.m-cookieconsent3 .mcc-control {
  margin-top: 26px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.m-cookieconsent3 .mcc-btn {
  margin-bottom: 8px;
  width: calc(50% - 6px);
  line-height: 28px;
  padding: 5px 10px;
  font-size: 16px;
  color: #172a88;
  text-align: center;
  background-color: #fff;
  border: 1px solid #172a88;
  cursor: pointer;
}
.m-cookieconsent3 .mcc-btn:hover {
  color: #fff;
  background-color: #172a88;
}
@media screen and (max-width: 1219px) {
  .m-cookieconsent3 .mcc-wp {
    padding: 30px 15px;
  }
  .m-cookieconsent3 .mcc-title {
    line-height: 24px;
    font-size: 16px;
  }
  .m-cookieconsent3 .mcc-desc {
    margin-top: 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .m-cookieconsent3 .mcc-btn {
    line-height: 22px;
    font-size: 14px;
  }
}