.boldText {
  font-weight: 700;
}

.italicText {
  font-style: oblique;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0 !important;
  background-color: #f1efed;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}

a,
li {
  text-decoration: none;
}

a {
  cursor: pointer;
  color: inherit;
}

.new_price_cur,
.new_price_val {
  padding: 0;
}

ol.list-1,
ul.list-1 {
  list-style: none;
  margin: 0;
}

ol.list-1 {
  counter-reset: section;
}

ol.list-1 li {
  counter-increment: section;
}

ol.list-1 li::before {
  content: counters(section, '.') '. ';
  margin-right: 5px;
  margin-left: -24px;
  text-align: right;
}

.list-0 {
  display: inline-block;
  margin-left: 24px;
}

ul.list-1 li::before {
  content: '•';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}

ul.list-1 ol,
ul.list-2 div ol {
  counter-reset: listStyle;
}

ul.list-1 ol li,
ul.list-2 div ol li {
  counter-increment: listStyle;
}

ul.list-1 ol li::before,
ul.list-2 div ol li::before {
  content: counter(listStyle, lower-alpha);
}

ol li.listCircle,
ul li.listCircle {
  list-style-type: none;
}

ol li.listCircle::before,
ul li.listCircle::before {
  content: '∘';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}

.imgBox__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 100px;
}

.imgBox__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}

.ctContent {
  max-width: 1025px;
  margin: 0 auto;
  box-sizing: border-box;
}

.ctContent,
.ctContentFluid {
  width: 100%;
  background: #fff;
}

.btnWrapper {
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  max-width: 1000px;
}

.btnWrapper__btn {
  border: 0;
  border-radius: 15px;
  padding: 15px;
  font-family: sans-serif;
  font-size: 24px;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: red;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.btnWrapper__btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}

.line {
  width: 100%;
  background-color: transparent;
}

.line__container {
  padding: 3px 0;
  width: 100%;
}

.line__bg {
  width: 100%;
  height: 3px;
  background: #000;
}

.lineParagraph__wrapper {
  padding: 15px 75px;
  width: 100%;
}

.lineParagraph__paragraph {
  margin: 0 0 0 10px;
  border-left: 2px solid #095683;
  padding: 10px 25px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  word-break: break-word;
}

.oneImageWidget {
  padding: 15px;
}

.oneImageWidget__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 800px;
}

.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.paragraphWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .textMedia {
    padding: 5px;
  }

  .textHeightMedia {
    line-height: normal;
  }

  .textLetterMedia {
    letter-spacing: normal;
  }
}

@media (max-width: 767px) {
  .btnWrapper__btn {
    font-size: 20px;
  }

  .lineParagraph__paragraph {
    padding: 10px;
  }
}

.form-warning {
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.form-container {
  box-shadow: 0 4px 20.9px 3.1px rgb(13 13 13 / 43%);
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  border: 0;
  border-radius: 6px;
}

.form-container .form-title {
  font-weight: 700;
  background: #0550c8;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 30px 20px;
  letter-spacing: 1px;
  text-align: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.form-container form {
  padding: 30px;
  position: relative;
}

.form-container .form-field {
  color: #000;
  font-size: 16px;
  line-height: 42px;
  box-sizing: border-box !important;
  margin-top: 10px!important;
  margin: 0 auto;
  font-weight: 400;
  transition: .3s;
  display: block;
  width: 100%;
  height: 50px !important;
  background-color: #fff;
  border: 1px solid #ced4da;
  padding: 10px;
  outline: 0;
  box-sizing: initial;
  position: relative;
}

.form-container .form-btn {
  margin: 15px auto 0 !important;
  display: block;
  font-size: 20px;
  position: relative;
  padding: 0;
  width: 90%;
  min-height: 60px;
  cursor: pointer;
  white-space: normal;
  border: none;
  transition: 50ms ease-out;
  font-weight: 700;
  background: #0550c8;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 0 0 0 #0550c8;
  animation: pulsing 2s ease-in-out infinite;
}

@keyframes pulsing {
  100% {
    box-shadow: transparent 0 0 0 10px;
    box-shadow: transparent 0px 0px 0px 10px;
  }
}

.iti {
  width: 100%;
}

@media(max-width: 500px) {
  .form-container .form-title {
    font-size: 25px;
    line-height: 1.3;
    padding: 20px;
  }

  .form-container .form-btn {
    width: 100%;
  }
}