.cookie-policy {
    background: #fff;
    color: #666;
    bottom: 0;
    box-shadow: 0 -4px 16px 0 rgba(0, 0, 0, .16);
    left: 0;
    padding: 32px 24px 16px;
    position: fixed;
    right: 0;
    z-index: 9999999999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie-policy__title {
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 24px;
}

.cookie-policy__desc {
    font-size: 12px;
    line-height: 18px;
}

.cookie-policy__close-icon {
    height: 16px;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 16px;
    cursor: pointer;
}

.cookie-policy__buttons {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    margin-left: 40px;
    /* padding-bottom: 24px; */
}

@media screen and (min-width: 768px) {

    .cookie-policy__personalize-button,
    .cookie-policy__accept-button {
        min-width: 137px !important;
    }
}

@media (min-width: 768px) {
    .cookie-policy__personalize-button:hover {
        background: #fff;
        border-color: var(--color-primary, #333);
        color: var(--color-primary, #333);
    }
    .cookie-policy__accept-button:hover {
        background: var(--color-primary, #333);
    }
}

.cookie-policy__personalize-button {
    background: #fff;
    border: 1px solid var(--color-primary, #333);
    color: var(--color-primary, #333);
}

.cookie-policy__personalize-button,
.cookie-policy__accept-button {
    border-radius: 0;
    font-weight: 400;
    /* height: 36px; */
    white-space: nowrap;
    /* width: 137px; */
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 12px;
}

.cookie-policy__personalize-button {
    margin-right: 16px;
}

.cookie-policy__accept-button {
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    background: var(--color-primary, #333);
}


.cookie-policy__modal-mask, .cookie-policy__modal-wrap {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.cookie-policy__modal-mask {
    background-color: rgba(0,0,0,.55);
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.cookie-policy__modal-wrap {
    align-items: center;
    display: flex;
    outline: 0;
}
.cookie-policy__modal {
    font-feature-settings: "tnum";
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
    box-sizing: border-box;
    color: #222;
    display: flex;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0 auto;
    max-height: calc(100vh - 64px);
    max-width: calc(100vw - 64px);
    padding: 0;
    position: relative;
}
.cookie-policy__modal-close {
    text-rendering: auto;
    background: transparent;
    border: 0;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 1;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    top: 0;
    transition: color .3s;
    width: 50px;
    z-index: 10;
}
.cookie-policy__modal-close-icon {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    display: inline-block;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
}
.cookie-policy__modal-close:hover {
    color: #222;
    text-decoration: none;
}
.cookie-policy__modal-content {
    border-radius: 12px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 1.5;
}
.cookie-policy__modal-body {
    word-wrap: break-word;
    flex-grow: 1;
    font-size: 14px;
    overflow: auto;
    padding: 0 16px;
}
.cookie-policy__settings-title {
    font-size: 24px;
    line-height: 24px;
    padding-top: 16px;
    text-align: center;
}
.cookie-policy__setting-item-top {
    align-items: center;
    display: flex;
}
.cookie-policy__setting-subtitle {
    flex: 1;
    font-size: 14px;
    margin: 16px 0;
}
.cookie-policy__setting-detail {
    color: #666;
    line-height: 18px;
}
.cookie-policy__setting-swith-btn {
    font-feature-settings: "tnum";
    background-color: #ccc;
    border: none;
    border-radius: 16px;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s;
    height: 22px;
    width: 40px;
}
.cookie-policy__setting-swith-handle {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.12), 0 3px 3px 0 rgba(0,0,0,.24);
    height: 16px;
    left: 3px;
    position: relative;
    width: 16px;
    border-radius: 50%;
    transition: all .25s;
}
.cookie-policy__modal-footer {
    display: flex;
    flex-direction: row-reverse;
    flex-shrink: 0;
    padding: 16px;
}
.cookie-policy__modal-save-btn {
    min-width: unset;
    flex: 1;
    border-radius: 0;
    width: 180px;
    height: auto;
    white-space: normal;
    background: var(--color-primary, #333);
    border-width: 0;
    color: #fff;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 24px;
    outline: 0;
    padding: 3px 12px;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
}
.cookie-policy__modal-save-btn:hover {
    background: var(--color-primary, #333);
}
.cookie-policy__modal-save-btn span {
    display: inline-block;
    font-size: 14px;
}
.cookie-policy__setting-swith-btn.setting-swith-checked {
    background-color: #ff472e;
}
.cookie-policy__setting-swith-btn.setting-swith-checked .cookie-policy__setting-swith-handle {
    left: 21px;
}

@media screen and (max-width: 768px)  {
    .cookie-policy {
        /* padding: 0 5%; */
        /* border-radius: 15px; */
        border-top-right-radius: 15px;
        border-top-left-radius: 15px;
        display: block;
        padding-top: 24px;
    }
    .cookie-policy__title {
        text-align: center;
    }
    .cookie-policy__desc {
        font-size: 14px;
    }
    .cookie-policy__buttons {
        justify-content: space-evenly;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 0;
    }
    .cookie-policy__buttons button {
        width: 100%;
    }
}
.foot-link {
  padding: 40px 0;
  background: #F5F5F5;
}
.invite-form .crmFormVali-error {
    color: #a94442;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 376px;
    top: calc(50% - 80px);
}
.foot-link ul {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.foot-link ul li {
  line-height: 30px;
  margin: 0 10px;
  box-sizing: border-box;
}

.foot-link ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.foot-link ul li a img {
  margin-right: 10px;
}

#footer {
  background: #000;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
}

#footer h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#footer>.wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.foot-logo {
  width: 370px;
}

.foot-logo img {
  margin-bottom: 20px;
}

.foot-logo p {
  margin: 10px 0 0;
  line-height: 24px;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
}

.foot-logo form {
  margin: 20px 0 0;
}

.foot-logo .submit_text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #111;
  padding: 0 19px;
  font-size: 18px;
  font-weight: 300;
  background: #fff;
  box-sizing: border-box;
}

.foot-logo .submit_btn {
  margin: 10px 0 0;
  background: var(--color-primary);
  width: 150px;
  height: 50px;
  font-size: 18px;
  display: block;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

.foot-nav {}

.foot-nav ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #c0c0c0;
  font-weight: 300;
  text-transform: uppercase;
}

.foot-nav ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.foot-list {}

.foot-list ul li {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #c0c0c0;
  font-weight: 300;
}

.foot-list ul li a{
  color: #c0c0c0;
}

.foot-nav ul li a{
  color: #c0c0c0;
}

.foot-list ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.foot-contact {
  width: 400px;
}

.foot-contact h6 {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 5px;
}

.foot-contact p {
  font-size: 18px;
  color: #c0c0c0;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 8px;
}

.foot-contact p a{
  color: #c0c0c0;
} 

.copyright {
  text-align: center;
  background: var(--color-primary);
  position: relative;
}

.copyright::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background: var(--color-primary);
}

.copyright .wp {
  position: relative;
  z-index: 20;
  background: var(--color-primary);
  padding: 30px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.copyright p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.copyright .share {}

.copyright .share a {
  display: inline-block;
  color: #fff;
  margin: 0 25px 0 0;
}

.copyright .share a i {
  font-size: 25px;
}

.copyright .share a:hover {
  color: #000;
}

.side-bar {
  top: 90%;
  margin-top: -200px;
  position: fixed;
  left: 10px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.side-bar a {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  position: relative;
  color: #676767;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 3px;
}

.side-bar a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: var(--color-primary);
}

.side-bar a span {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  display: block;
  margin: 10px 0 0;
}

.side-bar a.wx .wx-box {
  width: 132px;
  height: 173px;
  position: absolute;
  right: 78px;
  top: -30px;
  display: none;
}

.side-bar a.wx .wx-box .box {
  width: 120px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.side-bar a.wx .wx-box .box img {
  width: 120px;
}

.side-bar a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50px;
}

.side-bar a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.side-bar a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.side-bar a.wx:hover .wx-box {
  display: block;
}

.side-bar a#gotop i {
  font-size: 26px;
 
}

.side-bar1 {
  top: 90%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.side-bar1 a {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  position: relative;
  color: #676767;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 3px;
}

.side-bar1 a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: var(--color-primary);
}

.side-bar1 a span {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  display: block;
  margin: 10px 0 0;
}

.side-bar1 a.wx .wx-box {
  width: 132px;
  height: 173px;
  position: absolute;
  right: 78px;
  top: -30px;
  display: none;
}

.side-bar1 a.wx .wx-box .box {
  width: 120px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.side-bar1 a.wx .wx-box .box img {
  width: 120px;
}

.side-bar1 a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.side-bar1 a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50px;
}

.side-bar1 a.wx .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.side-bar1 a.wx .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.side-bar1 a.wx:hover .wx-box {
  display: block;
}

.side-bar1 a#gotop i {
  font-size: 26px;
 
}

@media screen and (max-width:1500px)  and (min-width:1171px){


.invite-form .crmFormVali-error {
    left: 0;
    top: 220px;
}
  
}

@media screen and (max-width:1500px) {
  .foot-link ul li a {
    font-size: 16px;
  }

  .foot-link ul li a img {
    margin-right: 5px;
  }

  #footer h5 {
    font-size: 26px;
  }

  .foot-logo {
    width: 350px;
  }

  .foot-logo img {
    height: 100px;
  }

  .foot-logo p {
    font-size: 18px;
  }

  .foot-nav ul li {
    font-size: 16px;
  }

  .foot-list ul li {
    font-size: 16px;
  }

  .foot-contact {
    width: 320px;
  }

  .foot-contact h6 {
    font-size: 20px;
  }

  .foot-contact p {
    font-size: 16px;
  }
}

@media screen and (max-width:1330px) {
  .foot-link ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .foot-link ul li {
    margin: 0 10px 10px;
  }

  .foot-logo {
    width: 300px;
  }

  .foot-logo img {
    height: 80px;
  }
}

@media screen and (max-width:1150px) {


  .foot-logo {
    width: 270px;
  }

  .foot-nav {
    display: none;
  }

  .foot-contact {
    width: 280px;
  }

}

@media screen and (max-width:992px) {
  .foot-link {
    padding: 20px 0 10px;
  }
.invite-form .crmFormVali-error{

    left: 0 !important;
    top: 60px !important;
    width: 100% !important;
    right: inherit !important;
}
  .foot-link ul li {
    line-height: 20px;
    margin: 0 5px 10px;
  }

  .foot-link ul li a {
    font-size: 16px;
  }

  .foot-link ul li a img {
    margin-right: 5px;
  }

  #footer {
    padding: 30px 0;
  }

  #footer h5 {
    font-size: 24px;
    text-align: center;
  }

  #footer>.wp {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .foot-logo {
    width: 100%;
    text-align: center;
  }

  .foot-logo img {
    height: 80px;
    margin-bottom: 15px;
  }

  .foot-logo p {
    font-size: 18px;
  }

  .foot-logo form {
    position: relative;
  }

  .foot-logo .submit_text {
    height: 50px;
    line-height: 50px;
    padding: 0 120px 0 15px;
    font-size: 16px;
  }

  .foot-logo .submit_btn {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 50px;
    font-size: 16px;
  }

  .foot-nav,
  .foot-list {
    display: none;
  }

  .foot-contact {
    width: 100%;
    margin: 25px 0 0;
  }

  .foot-contact h6 {
    font-size: 20px;
  }

  .foot-contact p {
    font-size: 16px;
  }

  .copyright {
    background: var(--color-primary);
  }

  .copyright::after {
    display: none;
  }

  .copyright .wp {
    padding: 15px 0 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .copyright p {
    font-size: 15px;
  }

  .copyright .share {
    margin: 15px 0 0;
  }

  .copyright .share a {
    margin: 0 5px;
  }

  #gotop {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .foot-logo img {
    height: 80px;
  }
}