
:root {
  --manrope: "Manrope", sans-serif;

  --white-color: #fff;
  --black-color: #000;

  --primary: #000;
  --secondary: #000;

  --hover-colo: #000;

  --body-color: #000;
  --heading-color: #000;
}

html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: var(--manrope), Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--manrope);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  list-style: none;
}

h2,
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 15px;
}

label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}

*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}

.main-content {
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  z-index: 1;
}

.main-content::after {
  position: absolute;
  right: 0px;
  top: 0px;
  content: "";
  width: 57%;
  z-index: -1;
  height: 100%;
  background-image: linear-gradient(224deg, #ADC0D5, #FFFFFF);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 459px 100%);
}

.wise-content {
  gap: 128px;
  position: relative;
  padding-bottom: 400px;
}

.content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 0px 50px;
}

.logo-main {
  margin-bottom: 40px;
}

.logo-main a img {
  max-width: 270px;
}

.wise-left {
  flex: 0 0 auto;
  width: 100%;
  max-width: 550px;
}

.wise-heading {
  margin-bottom: 16px;
}

.wise-heading h1 {
  font-size: 39px;
  font-weight: 800;
  line-height: 54px;
  margin-bottom: 20px;
}

.wise-heading h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
}

.wise-form {
  margin-top: 32px;
  max-width: 510px;
}

.wise-form p {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #A5A5A5;
  margin-bottom: 0px;
}

.form-inner {
  position: relative;
  margin-bottom: 11px;
}

.form-inner input {
  width: 100%;
  height: 56px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  padding-left: 18px;
  font-size: 16px;
  line-height: 22px;
  color: #B3B3B3;
  padding-right: 206px;
}

.form-inner input::placeholder {
  font-size: 16px;
  line-height: 22px;
  color: #B3B3B3;
}

.btn {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  padding: 16px 24px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-main {
  background-color: #1B7BCE;
  border-color: #1B7BCE;
  color: #fff;
}

.btn-main:hover {
  background-color: #295e8b;
  border-color: #295e8b;
  color: #fff;
}

.form-inner button {
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
}

.feature-item h4 {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  color: #135A97;
  margin-bottom: 4px;
}

.feature-item {
  max-width: 450px;
  margin-bottom: 24px;
}

.feature-item h4 span.count {
  font-size: 24px;
  line-height: 36px;
  margin-right: 5px;
  display: inline-block;
}

.feature-item p {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
  padding-left: 39px;
}

.wise-feature {
  padding-bottom: 74px;
}

.feature-item:nth-child(2) {
  margin-left: 55px;
}

.feature-item:nth-child(3) {
  margin-left: 110px;
}

.wise-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 780px;
}

.footer p {
  font-size: 14px;
  color: #7E7E7E;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}

.footer {
  margin-top: -60px;
}

.footer a {
  padding-right: 5px;
  z-index: 100;
  position: relative;
}

.footer a img {
  border: 1px solid white;
  border-radius: 5px;
}

.footer a:hover img {
  border: 1px solid #494949;
}

.termsfeed-com---palette-light .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-reject{
  background-color: #1B7BCE !important;
  border-radius: 7px !important;
}
.termsfeed-com---palette-light .cc-cp-foot-save {
  background-color: #1B7BCE !important;
  border-radius: 7px !important;
}

.termsfeed-com---nb-simple {
  max-width: 100% !important;
  font-family: var(--manrope), Arial, Helvetica, sans-serif !important;
}

.termsfeed-com---nb .cc-nb-main-container {
  padding: 2rem !important;
}

#open_preferences_center {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 100;
  background-color: #ededed;
  border-radius: 20px;
  padding: 10px;
}
#open_preferences_center:hover {
  background-color: #d2d2d2;
}
