.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.header {
  z-index: 998;
  width: 100%;
  height: auto;
  max-width: 1500px;
  flex-direction: column;
  align-items: center;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: fixed;
  left: auto;
  right: auto;
}

.hero {
  height: 100vh;
}

.sectionone {
  padding-top: 0;
  padding-bottom: 0;
}

.sectiontwo {
  justify-content: center;
  align-items: center;
  padding: 40px 0%;
  display: flex;
}

.footer {
  border-top: 1px solid #e5e5e5;
  padding: 60px 5%;
  display: flex;
}

.sectionthree {
  background-color: #f5f5f5;
  background-image: none;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide {
  background-image: url('../images/slider1.jpg');
  background-position: 100%;
  background-size: cover;
}

.slide._02 {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
}

.left-arrow, .right-arrow {
  display: none;
}

.headertop {
  z-index: 300;
  width: 100%;
  height: auto;
  max-width: 1100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.headerbottom {
  width: 100%;
  height: auto;
  max-width: 1100px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(1, 132, 212, .8);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.left {
  width: 50%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1%;
  display: flex;
}

.right {
  width: 50%;
  align-items: center;
  padding-left: 20%;
  padding-right: 1%;
  display: flex;
}

.body {
  font-family: OpensansInline, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

.toplinks {
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  font-size: .8em;
  text-decoration: none;
  transition: all .2s;
}

.toplinks:hover {
  color: rgba(255, 255, 255, .65);
  text-decoration: underline;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.nav-menu {
  width: 100%;
  height: 117%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 32%;
  display: flex;
  position: absolute;
  top: -5px;
  bottom: auto;
}

.headerleftbuttoncta {
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  align-items: center;
  margin-left: auto;
  padding-right: 1%;
  display: flex;
}

.headerleftbuttoncta.mobile {
  display: none;
}

.onabutton {
  width: 50%;
  max-width: 400px;
  min-height: 46px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: .9em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.onabutton:hover {
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-color: rgba(255, 255, 255, .5);
}

.brand {
  width: 250px;
  align-items: center;
  margin-right: auto;
  padding-left: 2%;
  display: flex;
}

.brand.w--current {
  cursor: pointer;
}

.obbutton {
  width: 50%;
  max-width: 400px;
  min-height: 48px;
  text-align: center;
  background-color: #c82680;
  background-image: linear-gradient(58deg, #ce163a, #c82680);
  border: 1px solid #ce163a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: .9em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.obbutton:hover {
  background-color: #ce163a;
  background-image: none;
}

.stickynavhelp {
  z-index: 2000;
  width: 80px;
  height: auto;
  min-height: auto;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10px;
  margin-right: 5%;
  padding-right: 0%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.chevron {
  margin-left: 20px;
  margin-right: 5px;
  font-size: 11px;
  display: flex;
}

.chevron.small {
  color: rgba(255, 255, 255, .68);
  margin-left: 0;
  margin-right: 6px;
  font-size: 8px;
  position: absolute;
}

.menu-text {
  font-size: 1em;
  font-weight: 400;
}

.menu-mask {
  width: 100%;
  height: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.menu-text-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.menu-text-2._1 {
  color: #fff;
  white-space: nowrap;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: block;
  position: relative;
}

.menu-text-2._2 {
  color: #fff;
  white-space: nowrap;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  position: relative;
}

.menu-line {
  width: 0%;
  height: 0%;
  opacity: 1;
  background-color: #86bdff;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.denizbankaglogo {
  margin-left: 0;
}

.heroslidercontent {
  z-index: 1;
  width: 100%;
  max-width: 1050px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sliderheading {
  width: 54%;
  color: #fff;
  font-size: 4.2em;
  font-weight: 600;
  line-height: 1.2;
}

.sliderdesc {
  width: 45%;
  color: #fff;
  margin-top: 20px;
  line-height: 1.4;
}

.slidebtnarea {
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.slide-nav {
  width: 100%;
  max-width: 1050px;
  text-align: left;
  letter-spacing: 9em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  font-size: .4em;
  display: flex;
  top: auto;
  bottom: 40px;
  left: 0%;
  right: 0%;
}

.stickynavlinks {
  z-index: 997;
  width: 80px;
  height: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .6);
  border-radius: 5px;
  margin-top: 20%;
  margin-bottom: auto;
  padding: 20px 5px 10px;
  position: fixed;
  left: auto;
  right: 1%;
}

.link-block {
  width: 100%;
  min-height: auto;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.link-block.help {
  width: 48%;
  margin-bottom: 15px;
}

.sticky-ico {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #fff;
  background-image: url('../images/ico-1.svg');
  background-position: 50%;
  background-size: 33px;
  border: 1px solid #fff;
  border-radius: 100px;
  overflow: hidden;
}

.sticky-ico:hover {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
}

.sticky-ico._01 {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  transition: all .2s;
}

.sticky-ico._01:hover {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  background-color: #ce163a;
  background-image: url('../images/ico-1w.svg');
  border-color: #ce163a;
  transform: scale(1.1);
}

.sticky-ico._01.help {
  border-color: #ce163a;
}

.sticky-ico._02 {
  background-image: url('../images/ico-2.svg');
  transition: all .2s;
}

.sticky-ico._02:hover {
  background-color: #ce163a;
  background-image: url('../images/ico-2-w.svg');
  border-color: #ce163a;
  transform: scale(1.1);
}

.sticky-ico._02.help {
  border-color: #ce163a;
}

.sticky-ico._03 {
  background-image: url('../images/ico-3.svg');
  transition: all .2s;
}

.sticky-ico._03:hover {
  background-color: #ce163a;
  background-image: url('../images/ico-3-w.svg');
  border-color: #ce163a;
  transform: scale(1.1);
}

.sticky-ico._03.help {
  border-color: #ce163a;
}

.sticky-ico._04 {
  background-image: url('../images/ico-4.svg');
  transition: all .2s;
}

.sticky-ico._04:hover {
  background-color: #ce163a;
  background-image: url('../images/ico-4-w.svg');
  border-color: #ce163a;
  transform: scale(1.1);
}

.sticky-ico._04.help {
  border-color: #ce163a;
}

.sticky-text {
  color: #fff;
  margin-top: 10px;
  font-size: .6em;
  font-weight: 400;
}

.sticky-text.help {
  color: #555;
  font-size: .8em;
}

.slidehead {
  width: 100%;
  max-width: 875px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
}

.slidercontent {
  max-width: 1050px;
  background-color: #ececec;
  background-image: linear-gradient(to right, #fff, #ececec 50%, #fff);
  border: 2px #e5e5e5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.ths13-hero-slide-2 {
  height: auto;
}

.text-block-3 {
  color: #ce163a;
  font-size: 1.6em;
}

.button {
  min-height: 50px;
  min-width: 100px;
  color: #0184d4;
  letter-spacing: 0;
  border: 1px solid #0184d4;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0 20px;
  font-size: 1em;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: static;
}

.button:hover {
  color: #ce163a;
  border-color: #ce163a;
}

.button.blueline {
  letter-spacing: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-width: .5px;
  border-radius: 4px;
}

.button.blueline:hover {
  color: #fff;
  background-color: #0184d4;
  border-color: #0184d4;
}

.button.blueline.icons-1 {
  background-image: url('../images/linkedin-blue.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 1rem;
  padding-left: 60px;
}

.button.blueline.icons-1:hover {
  background-image: url('../images/linkedin-white-1.svg');
}

.button.blueline.icons-2 {
  background-image: url('../images/mails-1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 60px;
}

.button.blueline.icons-2:hover {
  background-image: url('../images/mails-2.svg');
}

.button.redline {
  color: #ce163a;
  border-width: .5px;
  border-color: #ce163a;
  margin-top: 1px;
  margin-bottom: 1px;
}

.button.redline:hover {
  color: #fff;
  background-color: #ce163a;
}

.button.redline.page-btn {
  display: none;
}

.button.redcolor {
  min-height: 50px;
  color: #fff;
  letter-spacing: 0;
  background-image: linear-gradient(60deg, #ce163a, #c82680);
  border-width: .1px;
  border-color: rgba(206, 22, 58, 0);
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
  font-weight: 600;
}

.button.redcolor:hover {
  color: #fff;
  background-color: #0184d4;
  background-image: none;
  border-width: .5px;
  border-color: #0184d4;
}

.button.redcolor.full {
  width: 100%;
  min-height: 50px;
  border-width: .5px;
  border-radius: 3px;
  font-size: 1em;
}

.button.redcolor.full:hover {
  border-color: #0184d4;
}

.button.redcolor.full.disable {
  color: #969696;
  cursor: not-allowed;
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
}

.button.redcolor.icons-1 {
  background-image: url('../images/linkedin-white-1.svg'), linear-gradient(60deg, #ce163a, #c82680);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
}

.button.redcolor.icons-2 {
  background-image: url('../images/mails-2.svg'), linear-gradient(60deg, #ce163a, #c82680);
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 60px;
}

.button.redcolor.icons-2:hover {
  color: #ce163a;
  background-color: #fff;
  background-image: url('../images/mails-2_1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #ce163a;
}

.button.bluecolor {
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(60deg, #0184d4, #01a1d4);
  border-width: .5px;
  border-color: #0184d4;
  border-radius: 4px;
}

.button.bluecolor:hover {
  color: #fff;
  background-color: #ce163a;
  background-image: linear-gradient(240deg, #ce163a, #c82680);
  border-color: #ce163a;
}

.button.bluecolor.icons-1 {
  background-image: url('../images/linkedin-white-1.svg'), linear-gradient(60deg, #0184d4, #01a1d4);
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 6px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 60px;
}

.button.bluecolor.icons-1:hover {
  color: #0184d4;
  background-color: #fff;
  background-image: url('../images/linkedin-blue.svg'), linear-gradient(#fff, #fff);
  background-position: 20px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-color: #0184d4;
}

.button.whiteline {
  color: #fff;
  border-color: #fff;
}

.button.whiteline:hover {
  color: #0184d4;
  background-color: #fff;
  border-color: #fff;
}

.button.whiteline.space {
  cursor: pointer;
  border-width: .5px;
  border-radius: 4px;
  margin-right: 5px;
}

.button.darkline {
  color: #555;
  border-width: .5px;
  border-color: #555;
  border-radius: 4px;
  margin-top: 0;
  font-weight: 400;
}

.button.darkline:hover {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.button.form-white {
  min-width: 200px;
  color: #fff;
  background-image: linear-gradient(45deg, #ce163a, #c82680);
  border-width: 2px;
  border-color: #ce163a;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}

.button.form-white:hover {
  color: #fff;
  background-color: #ce163a;
  background-image: linear-gradient(215deg, #ce163a, #c82680);
  border-color: #ce163a;
}

.button.decline {
  min-width: 100px;
  color: #ce163a;
  white-space: nowrap;
  border-width: 2px;
  border-color: #ce163a;
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.button.decline:hover {
  color: #fff;
  background-color: #ce163a;
  border-color: #ce163a;
}

.button.accept {
  min-width: 100px;
  color: #0184d4;
  white-space: nowrap;
  background-image: none;
  border-width: 2px;
  border-color: #0184d4;
  margin-right: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.button.accept:hover {
  color: #fff;
  background-color: #0184d4;
  background-image: none;
  border-color: #0184d4;
}

.button.whiteline {
  letter-spacing: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-width: .5px;
  border-radius: 4px;
}

.button.whiteline:hover {
  color: #0184d4;
  background-color: #fff;
  border-color: #fff;
}

.button.redbg {
  color: #fff;
  letter-spacing: 0;
  background-color: #ce163a;
  border: .5px solid #ce163a;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
}

.button.redbg:hover {
  color: #ce163a;
  background-color: #fff;
  border-width: .5px;
  border-color: #fff;
}

.button.cookie {
  color: #555;
  white-space: nowrap;
  background-color: #fff;
  border-width: .5px;
  border-color: #0184d4;
  border-radius: 4px;
}

.button.cookie:hover {
  color: #fff;
  background-color: #ce163a;
  border-color: #ce163a;
}

.button.linkedinapply {
  filter: grayscale();
  color: #0a66c2;
  background-image: url('../images/mails-1.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0a66c2;
  margin-right: 0;
  padding-left: 7%;
}

.button.linkedinapply:hover {
  filter: none;
}

.button.e-mailapply {
  filter: grayscale();
  color: #0a66c2;
  background-image: url('../images/linkedin-blue.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: .5px;
  border-color: #0a66c2;
  margin-right: 2rem;
  padding-left: 7%;
}

.button.e-mailapply:hover {
  filter: none;
}

.btn-text {
  letter-spacing: 0;
  margin-left: 0;
}

.bodystyle2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-7 {
  width: 100%;
  max-width: none;
  min-width: 1000px;
  flex-direction: column;
  align-items: center;
  margin-top: 220px;
  display: flex;
}

.mask {
  width: 100%;
  max-width: none;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0 0%;
}

.slider-2 {
  width: 100%;
  height: auto;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.slideoffer {
  width: 33.5%;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
}

.icon, .icon-2 {
  color: #555;
  font-size: .5em;
}

.offercontent {
  z-index: auto;
  width: 100%;
  height: auto;
  min-height: auto;
  color: #555;
  background-color: #555;
  border: 2px #fff;
  border-radius: 5px;
  flex-direction: column-reverse;
  justify-content: flex-end;
  margin-top: 0%;
  margin-left: 0%;
  margin-right: 0%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, .04);
}

.offerimage {
  min-width: 100%;
  border-radius: 5px;
  margin-bottom: 40px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.offfertextwrapper {
  z-index: 10;
  width: auto;
  height: 150px;
  background-color: rgba(85, 85, 85, 0);
  background-image: linear-gradient(rgba(59, 59, 59, 0), #222 72%);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  padding: 5% 7%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-size: 1em;
  line-height: 1.2;
}

.offerbtn {
  z-index: 200;
  width: 100px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #ce163a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.offerarrow {
  width: 9px;
}

.offerarrow.blue {
  width: 6px;
  opacity: 1;
}

.offerarrow.red {
  width: 12px;
}

.slide-nav-2 {
  display: none;
}

.sectiontwowrapper {
  width: 100%;
  max-width: 900px;
  justify-content: space-between;
  display: flex;
}

.sectiontwocontent1 {
  width: 49%;
  min-height: 200px;
  border: .5px solid #ececec;
  border-radius: 5px;
  padding: 2% 5%;
  transition: all .2s;
}

.sectiontwocontent1:hover {
  border-color: #0184d4;
}

.left-arrow-2 {
  width: 50px;
  opacity: .5;
  cursor: pointer;
  margin-left: -60px;
  transition: all .2s;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.left-arrow-2:hover {
  opacity: 1;
}

.right-arrow-2 {
  width: 50px;
  opacity: .5;
  margin-right: -60px;
  transition: all .2s;
}

.right-arrow-2:hover {
  opacity: 1;
}

.image-4 {
  width: 40px;
  height: 40px;
  border: 1px #000;
  margin-bottom: 20px;
}

.ths13-hero-slider-arrow {
  display: none;
}

.ths13-hero-slider-2 {
  width: 100%;
  height: auto;
  min-height: 60px;
  background-color: rgba(0, 0, 0, 0);
}

.mask-3 {
  height: auto;
}

.ths13-heading-h1-2 {
  width: 100%;
  color: #0184d4;
  text-align: left;
  margin: 0 auto 0 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.2em;
}

.ths13-heading-h1-2:hover {
  text-decoration: none;
}

.ths13-heading-h1-wrapper-2 {
  color: #004e8f;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.ths13-heading-h1-wrapper-2:hover {
  color: #ce163a;
  text-decoration: none;
}

.news-content-inner {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.ths13-hero-slide-content-2 {
  height: auto;
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  margin: auto auto auto 0;
  display: flex;
}

.ths13-hero-slider-nav-2 {
  width: 100%;
  height: 20px;
  opacity: .22;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .4em;
  display: flex;
  top: auto;
  bottom: 0%;
  left: -8px;
  right: 0%;
}

.sectiontwotext1 {
  color: #ce163a;
  margin-bottom: 10px;
  font-size: .8em;
  font-weight: 300;
}

.sectiontwotext1.blue {
  color: #0184d4;
}

.faq-p {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 3px #b3d9ea;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.sectiontwocontent2 {
  width: 49%;
  min-height: 200px;
  color: #ce163a;
  border: .5px solid #ececec;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2% 5%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.sectiontwocontent2:hover {
  border-color: #ce163a;
}

.image-21 {
  width: 180px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sectiontwotext2 {
  width: 60%;
  color: #ce163a;
  text-align: left;
  margin: 0 auto 10px 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.2em;
}

.sectiontwotext2:hover {
  text-decoration: none;
}

.div-block-9 {
  width: 100%;
  max-width: 900px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-157 {
  color: #0184d4;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
}

.text-field {
  min-height: 46px;
  text-align: center;
  border: .5px solid #e5e5e5;
  border-radius: 3px;
  margin-bottom: 0;
  margin-right: 1%;
  font-weight: 300;
}

.text-field:hover {
  border-color: #0184d4;
}

.text-field:active, .text-field:focus {
  border-color: #ce163a;
}

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-10 {
  display: flex;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-width: 2px;
  border-color: #e5e5e5;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox:hover {
  border-color: #0184d4;
}

.checkbox:active {
  border-color: #ce163a;
}

.checkbox.w--redirected-checked {
  background-color: #ce163a;
  background-size: 10px;
  border-color: #ce163a;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #ce163a;
}

.checkbox.w--redirected-focus-visible {
  border-color: #ce163a;
}

.checkbox-label {
  color: #555;
  margin-bottom: 0;
  font-size: .8em;
}

.link-3 {
  color: #ce163a;
  background-image: url('../images/1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 7px;
  padding-left: 10px;
  text-decoration: none;
  transition: all .2s;
}

.link-3:hover {
  color: #0184d4;
  background-image: url('../images/4.svg');
}

.footerrow {
  width: 20%;
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footerrow.mobile {
  justify-content: space-between;
}

.enbdlogo {
  width: 110px;
}

.footerlink {
  color: #555;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: .8em;
  text-decoration: none;
  transition: all .2s;
}

.footerlink:hover {
  color: #0184d4;
}

.footerlink.dp {
  height: 20px;
  opacity: 1;
  border-left: 1px solid #d6d6d6;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 26px;
  display: flex;
}

.footerbottom {
  border-top: 1px solid #e5e5e5;
  flex-direction: row;
  justify-content: center;
  padding: 10px 5%;
  display: flex;
}

.copyright {
  color: #555;
  align-items: center;
  margin-bottom: 0;
  font-size: .8em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.copyright:hover {
  color: #555;
}

.topsearchform {
  width: 100%;
  margin-bottom: 0;
  margin-left: 20px;
}

.searchformfield {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid rgba(255, 255, 255, .51);
  border-radius: 100px;
  margin-bottom: 0;
}

.searchformfield:hover {
  border-color: #fff;
}

.searchformfield::-ms-input-placeholder {
  color: rgba(255, 255, 255, .53);
  font-size: .9em;
  font-weight: 400;
}

.searchformfield::placeholder {
  color: rgba(255, 255, 255, .53);
  font-size: .9em;
  font-weight: 400;
}

.searchsubmitbutton {
  width: 41px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.searchsubmitbutton:hover {
  opacity: .43;
}

.searchformcontent {
  position: relative;
}

.lang-dd-1-togle {
  z-index: 1;
  width: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  padding: 10px 19px 10px 10px;
}

.lang-dd-1-togle:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.lang-dd-1-togle.w--open {
  width: 60px;
}

.lang-flag {
  width: 16px;
  height: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.lang-flag-ico {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.lang-flag-ico.world {
  width: 100%;
  height: auto;
}

.lang-dropdown-1 {
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.lang-selector-text-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lang-dropdown-1-link {
  width: 100%;
  color: #555;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 10px;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .1s;
}

.lang-dropdown-1-link:hover {
  color: #555;
  background-color: #e5e5e5;
}

.lang-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, .07);
}

.lang-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.footerwrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lang-dropdown-mobile {
  width: auto;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
  display: none;
}

.search-mobile {
  width: 46px;
  height: 46px;
  min-height: 46px;
  min-width: 46px;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  display: none;
}

.headerrightmenu {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.innerheaderwrapper {
  width: 100%;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.innercontentwrapper {
  width: 100%;
  min-height: auto;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.innercontentwrapper.diffrent {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.innercontentwrapper.diffrent.bottomnone {
  padding-bottom: 0;
}

.innercontentwrapper.diffrent.topnone {
  padding-top: 0;
}

.innercontentwrapper.none {
  flex-direction: column;
}

.headbgimage {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.headerhead {
  z-index: 3;
  width: 100%;
  max-width: 1050px;
  margin-bottom: 80px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.heading {
  width: 80%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.9em;
  font-weight: 600;
  line-height: 1;
}

.text-block-158 {
  width: 50%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
}

.textcontent {
  width: 100%;
  max-width: 1050px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0;
  padding-top: 0;
  font-size: 1em;
  display: flex;
}

.textcontent.list {
  background-color: #fbfbfb;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
}

.textcontent.sec {
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
}

.bodystyle1 {
  background-color: #555;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.bodystyle3 {
  background-color: #a3a3a3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.productscontent {
  z-index: auto;
  width: 31.3%;
  height: auto;
  border: 1px #e5e5e5;
  border-radius: 10px;
  flex-direction: column;
  margin: 0% 1% 30px 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-head {
  width: 100%;
  color: #555;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.sub-head.margin {
  max-width: 1050px;
  color: #555;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sub-head.bottom-margin {
  color: #ce163a;
  margin-bottom: 20px;
}

.sub-head.margins {
  max-width: 1040px;
  color: #ce163a;
  margin: 20px auto 10px;
  font-weight: 400;
}

.productstextbg {
  z-index: 10;
  width: 100%;
  height: 100px;
  background-color: #f4f9fc;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 5% 7%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.productimage {
  width: 100%;
  margin-bottom: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.productimage.big {
  width: 50%;
}

.div-block-18 {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: #fff;
  border: 1px solid #f4f9fc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: -24%;
  bottom: auto;
  left: auto;
  right: auto;
}

.ico-1, .ico-2 {
  width: 10px;
}

.headsubmenu {
  z-index: 996;
  width: 100%;
  height: 60px;
  box-shadow: none;
  border-top: .5px solid rgba(255, 255, 255, .21);
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footerbottomwrapper {
  width: 100%;
  max-width: 900px;
  justify-content: space-between;
  display: flex;
}

.stickyinnermenu {
  z-index: 100;
  width: 100%;
  border-bottom: 1px solid #969696;
  margin-top: -60px;
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}

.innernawarea {
  width: 100%;
  max-width: 1050px;
}

.innernawgroup {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-link {
  height: 100%;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  background-image: url('../images/3.svg');
  background-position: -100% 53%;
  background-repeat: no-repeat;
  background-size: 7px;
  border-top: 1px rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(255, 255, 255, 0);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.nav-link:hover {
  opacity: .53;
  border-top-style: none;
  border-top-color: rgba(0, 0, 0, .5);
  border-bottom-color: #fff;
}

.nav-link.w--current {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/LeftArrow.svg');
  background-position: 0 51%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-top: 1px #000;
  border-bottom: 1px #c82680;
  border-left: 3px #fff;
  padding-left: 20px;
  padding-right: 0;
  font-weight: 600;
  transition: all .2s;
}

.nav-link.activepage.w--current {
  color: #fff;
  font-weight: 600;
}

.nav-link.disable {
  opacity: .5;
}

.innernavs {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lines {
  width: 1px;
  height: 20px;
  min-width: 1px;
  background-color: rgba(255, 255, 255, .11);
  margin-left: 20px;
  margin-right: 20px;
}

.lines.full {
  width: 50px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrows.svg');
  background-position: 66% 48%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0;
  margin-right: 0;
}

.menu-button-3 {
  margin-left: 24px;
  padding: 0;
}

.menu-button-3:hover {
  opacity: .7;
}

.menu-button-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hed-txt {
  z-index: 7;
  width: 100%;
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 2em;
  font-weight: 100;
  line-height: 1.2;
  position: static;
  top: -6%;
  bottom: auto;
  left: auto;
  right: auto;
}

.hed-txt.menu {
  display: none;
}

.head-1 {
  width: 100%;
  max-width: 1050px;
  color: #ce163a;
  align-items: center;
  margin: 20px auto;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
}

.head-1.white {
  color: #555;
  margin-bottom: 40px;
}

.head-1.nospace {
  margin-top: 0;
}

.head-1.nospace.topscroll {
  width: auto;
  background-color: #fff;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.head-1.news {
  max-width: none;
}

.textall {
  width: 100%;
  max-width: 1050px;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  margin: 20px auto 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.textall.head {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.textall.head.news {
  max-width: none;
}

.textall.space {
  margin-bottom: 40px;
}

.textall.white {
  color: #555;
  margin-bottom: 40px;
}

.textall.nospaces {
  max-width: none;
}

.sectiontext {
  width: 48%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 20px 0;
  display: flex;
}

.twowrapper {
  width: 100%;
  height: auto;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-4 {
  color: #0184d4;
  margin-bottom: 30px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1;
}

.heading-4.nospace {
  margin-bottom: 0;
}

.heading-4.inner-head {
  margin-top: 0;
  margin-bottom: 0;
}

.bullets {
  width: 100%;
  max-width: 1050px;
  color: #555;
  background-image: url('../images/arrow-bullet.svg');
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 6px;
  margin: 0 auto 10px;
  padding-left: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.bullets.top-margin {
  background-image: url('../images/bullet-arrow.svg');
  background-size: 8px;
  margin-top: 10px;
}

.bullets.sub-bulets {
  max-width: 1050px;
  background-position: 24px 8px;
  margin-top: 0;
  margin-left: auto;
  padding-left: 40px;
}

.link-block-2 {
  margin-left: auto;
}

.div-block-379 {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
}

.div-block-379:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.lissection {
  display: flex;
}

.div-block-381 {
  width: 40px;
  height: 40px;
  color: #c82680;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: none;
}

.text-block-161 {
  color: #555;
  font-weight: 300;
  line-height: 1.3;
}

.notes {
  width: 100%;
  max-width: 1040px;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-radius: 6px;
  margin: 10px auto;
  padding: 10px 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.6;
}

.spacer {
  min-height: 60px;
}

.faq-p-2 {
  z-index: auto;
  width: 100%;
  max-width: 1040px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  margin: 10px auto 0;
  display: block;
  overflow: hidden;
}

.faq {
  width: 100%;
  height: 75px;
  color: #555;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px #ececec;
  align-items: center;
  padding: 20px 50px 20px 31px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.faq:hover {
  background-color: rgba(0, 0, 0, 0);
}

.faq:focus {
  background-color: #fff;
}

.faq.w--open {
  border: 1px #000;
  border-bottom-color: #fff;
}

.toggle-text {
  z-index: 2;
  width: 100%;
  color: #555;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}

.faq-icon {
  z-index: 2;
  width: 13px;
  opacity: .38;
  filter: brightness(0%);
  margin-right: 27px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-body-cont {
  color: #004397;
  background-color: #f5f5f5;
  border-top: 1px rgba(255, 255, 255, .12);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.text-block-156 {
  color: #555;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.4;
}

.ico-t-1 {
  width: 33px;
  height: 27px;
  min-height: 27px;
  min-width: 33px;
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/questions.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -10px;
  margin-right: 10px;
  display: none;
}

.ico-t-2 {
  width: 33px;
  height: 25px;
  min-height: 25px;
  min-width: 33px;
  color: rgba(85, 85, 85, 0);
  background-image: url('../images/answer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: -10px;
  margin-right: 10px;
  font-weight: 400;
  display: none;
}

.nav-point-wrapper {
  height: auto;
  max-height: none;
  min-height: 55px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
  display: flex;
}

.nav-point-wrapper.olddetailed {
  display: none;
}

.all-links {
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(255, 255, 255, .3);
  border-right: 1px solid rgba(255, 255, 255, .3);
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.all-links:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-item-wrapper {
  z-index: 1;
  height: 227px;
  background-color: #f3f9fc;
  border: 1px #000;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 7% 2% 10%;
  display: flex;
  overflow: hidden;
}

.dropdown-item-wrapper.big {
  height: 420px;
  background-color: #d9efff;
  justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.dropdown-list {
  width: 100%;
  height: 200px;
  max-width: 1500px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 57px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-list.w--open {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 6px;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 1%;
  padding-left: 0%;
  display: flex;
  top: 63px;
  right: 0%;
  box-shadow: 0 8px 9px -6px rgba(0, 0, 0, .16);
}

.dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  margin-right: 30px;
  text-decoration: none;
}

.nav-link-2.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

.dropdown-item {
  width: 23%;
  height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, .18);
  border-radius: 6px;
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0 20px 0 0;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0);
}

.image-27 {
  width: 45px;
  margin-bottom: 20px;
}

.image-27.small {
  width: 39px;
}

.dropdown-card-content {
  color: #004e8f;
  text-decoration: none;
  position: relative;
}

.dropdown-card-bg {
  opacity: 0;
  border-radius: 3px;
  position: absolute;
  top: -16px;
  bottom: -16px;
  left: -16px;
  right: -16px;
}

.dropdown-card-bg.blue {
  background-color: rgba(1, 132, 212, .2);
}

.dropdown-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.dropdown-card-title {
  color: #ce163a;
  margin-bottom: 8px;
  padding-left: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
}

.dropdown-card {
  margin-bottom: 36px;
  display: block;
  position: relative;
}

.dropdown-card.has-icon {
  height: auto;
  min-height: 110px;
  color: #004e8f;
  text-decoration: none;
  display: flex;
}

.dropdown-column.second {
  width: 25%;
  padding-right: 40px;
}

.dropdown-card-text {
  color: #555;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.3;
  text-decoration: none;
}

.dropdown-card-text.small {
  color: #0184d4;
  font-size: .7em;
}

.container-2 {
  width: 100%;
  max-width: none;
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2%;
  padding-right: 2%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-footer {
  width: 100%;
  height: 51px;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-footer-link {
  color: #555;
  font-size: .9em;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
}

.dropdown-footer-link:hover {
  color: #c82680;
}

.footer-divider {
  height: 20px;
  margin-left: 24px;
  margin-right: 24px;
}

.divider {
  width: 1px;
  height: 20px;
  background-color: #e0e6e8;
}

.text-span {
  text-decoration: underline;
}

.text-block-162 {
  width: 50%;
  max-width: 50%;
  color: #555;
  text-align: right;
  flex-direction: column;
  margin-left: auto;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  position: relative;
  left: auto;
}

.link-6 {
  color: #ce163a;
  text-decoration: none;
}

.navlinks {
  min-height: 55px;
  color: #fff;
  align-items: center;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navlinks:hover {
  color: rgba(255, 255, 255, .53);
}

.navlinks.mobile {
  display: none;
}

.calculatorwrapper {
  width: 100%;
  max-width: 1050px;
  background-color: #ececec;
  border-radius: 10px;
  padding: 5% 10%;
}

.calculatorswrap-1 {
  width: 48%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.calculatorswrap-1.color {
  width: 48%;
  background-color: #ececec;
  border: .5px solid #969696;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 5%;
}

.calculatorswrap-1.color.small {
  background-color: rgba(0, 0, 0, 0);
  border-color: #969696;
  margin-top: auto;
  margin-bottom: auto;
}

.calculatorswrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.calculatorswrapper.wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.field {
  min-height: 46px;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 0;
}

.field::-ms-input-placeholder {
  color: #004c91;
  font-size: 1em;
  font-weight: 400;
}

.field::placeholder {
  color: #004c91;
  font-size: 1em;
  font-weight: 400;
}

.field.stroke {
  background-color: #fff;
  border-width: 2px;
  border-color: #ececec;
}

.field.stroke:hover {
  color: #ce163a;
  border-color: #ce163a;
}

.field.stroke.filter {
  background-image: url('../images/filter.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  border-width: 1px;
  padding-left: 40px;
}

.field.stroke.filter:hover {
  background-image: url('../images/filter-hover.svg');
}

.form-block-2 {
  width: 100%;
  margin-bottom: 0;
}

.link-block-3 {
  margin-left: auto;
}

.form-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.fieldgroup {
  width: 100%;
  color: #fff;
  position: relative;
}

.fieldgroup._50 {
  width: 49%;
}

.fieldgroup.third {
  display: flex;
}

.wrapperhead {
  color: #ce163a;
  background-color: #ececec;
  margin-bottom: 0;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4em;
  font-weight: 400;
  position: relative;
  top: -58px;
}

.tooltip-content {
  z-index: auto;
  width: 40px;
  height: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e4e5e6;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  font-size: .9em;
  line-height: 24px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.tooltip-content:hover {
  border-color: #dadadb;
}

.tooltip {
  z-index: 200;
  width: auto;
  min-width: 300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto auto 0 0;
  display: flex;
  position: absolute;
  bottom: 37px;
}

.tooltip-text {
  color: #fff;
  text-align: center;
  cursor: default;
  background-color: #555;
  border-radius: 4px;
  margin-left: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.tooltip-arrow {
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #555;
  border-radius: 0 0 2px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 0;
  transform: rotate(45deg);
}

.why-text {
  z-index: 2;
  width: 20px;
  color: #fff;
  text-align: center;
  cursor: default;
  font-weight: 500;
  position: relative;
}

.why-circle {
  z-index: 1;
  width: 20px;
  height: 0;
  min-height: 20px;
  min-width: 20px;
  background-color: #0184d4;
  border-radius: 100px;
  justify-content: center;
  display: flex;
  position: absolute;
}

.tabmenu {
  width: 25%;
  height: 100px;
  min-height: 100px;
  min-width: auto;
  color: rgba(106, 157, 189, .32);
  text-align: left;
  background-color: #f8fcff;
  border-bottom: 1px solid #0184d4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 100px;
  font-size: .7em;
  line-height: 1.1;
  display: flex;
}

.tabmenu.w--current {
  width: 25%;
  height: 100px;
  min-height: 100px;
  min-width: auto;
  color: #fff;
  text-align: left;
  background-color: #0185d4;
  border: 9px #fff;
  border-bottom: 1px solid #0184d4;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-size: .9em;
  transition: all .2s;
  display: flex;
}

.radiocheckbutton {
  width: 15px;
  height: 15px;
  min-height: 15px;
  min-width: 15px;
  background-color: #fff;
  border-width: 2px;
  border-color: #d6d6d6;
  margin-top: 0;
  margin-left: 0;
}

.radiocheckbutton:hover {
  border-width: 2px;
  border-color: #0184d4;
}

.radiocheckbutton:active {
  border-color: #e5e5e5;
}

.radiocheckbutton.w--redirected-checked {
  background-color: #0184d4;
  background-size: 12px;
  border-width: 2px;
  border-color: #0184d4;
}

.radiocheckbutton.w--redirected-focus {
  box-shadow: none;
  border-color: #e5e5e5;
}

.radiocheckbutton.w--redirected-focus-visible {
  border-color: #e5e5e5;
}

.radiocheckbotom {
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0%;
  padding-right: 0%;
  line-height: 1.6;
  display: flex;
}

.radiocheckbotomlabel {
  color: #555;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -3px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 0;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.5;
  display: block;
}

.formtexttwo {
  width: 100%;
  color: #555;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.4;
}

.formtexttwo.checked {
  background-image: url('../images/approve-1_2.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 9px;
  padding-left: 3%;
}

.formtexttwo.unchecked {
  background-image: url('../images/unchecked.svg');
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: 9px;
  padding-left: 3%;
}

.inlinelink {
  color: #0184d4;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  transition: all .2s;
  display: inline-block;
}

.inlinelink:hover {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
}

.inlinelink.lock {
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/lock.svg');
  background-position: 9px;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 30px;
  padding-right: 10px;
}

.inlinelink.heads {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.inlinelink.heads:hover {
  opacity: .51;
  background-color: rgba(0, 0, 0, 0);
}

.inlinelink.dark {
  color: #0184d4;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-radius: 0;
}

.inlinelink.dark:hover {
  opacity: 1;
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
}

.tablestyle {
  width: 100%;
  max-width: 1050px;
  min-height: 50px;
  border: 2px solid #ececec;
  border-radius: 6px;
  flex-direction: column;
  padding: 10px 3%;
  font-size: .9em;
  display: flex;
  overflow: auto;
}

.tablestyle.white {
  min-width: auto;
  color: #fff;
  background-color: #ececec;
  border-style: none;
  border-right-color: #ececec;
  margin-bottom: 20px;
  padding: 1px 0% 0 1px;
}

.tablecolumn {
  width: 100%;
  min-width: 600px;
  background-color: rgba(255, 255, 255, .07);
  border: 1px solid rgba(243, 249, 252, 0);
  flex-direction: row;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.tablecolumn:hover {
  opacity: .8;
  border-color: #fff rgba(255, 255, 255, 0) rgba(0, 0, 0, 0);
  border-radius: 0;
}

.tablecolumn.head {
  width: 100%;
  min-width: 600px;
  border-bottom-color: #ce163a;
}

.tablecolumn.head.white {
  min-width: 800px;
  background-color: rgba(255, 255, 255, .07);
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  line-height: 1.4;
  overflow: hidden;
}

.tablecolumn.head.white:hover {
  border: 1px solid #fff;
  border-color: #fff rgba(255, 255, 255, 0);
  border-radius: 0;
}

.tablecolumn.head.blank {
  background-color: #fff;
  border-bottom-width: 2px;
  border-bottom-color: #ce163a;
}

.tablecolumn.head.blank:hover {
  border-top-color: rgba(1, 132, 212, 0);
}

.tablecolumn.total {
  border-top-style: solid;
  border-top-color: #0184d4;
  border-bottom-style: none;
}

.tablecolumn.total.blank {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}

.tablecolumn.total.blank:hover {
  border-style: solid;
  border-color: rgba(1, 132, 212, 0) rgba(1, 132, 212, 0) #0184d4;
}

.tablecolumn.white {
  background-color: #ececec;
}

.tablecolumn.white:hover {
  border-color: #d9efff;
}

.tablecolumn.blank {
  background-color: #fff;
  border-bottom-color: #ececec;
}

.tablecolumn.blank:hover {
  border-color: rgba(1, 132, 212, 0) rgba(1, 132, 212, 0) #0184d4;
  border-left-style: solid;
  border-right-style: solid;
}

.tablecolumn.blank {
  min-width: 1000px;
  background-color: #fff;
  border-bottom-color: #ececec;
  font-size: .9em;
  line-height: 1.5;
}

.tablecolumn.blank:hover {
  border-color: rgba(1, 132, 212, 0) rgba(1, 132, 212, 0) #0184d4;
  border-left-style: solid;
  border-right-style: solid;
}

.tablecolumn.head {
  width: 100%;
  min-width: 600px;
  border-bottom-color: #ce163a;
}

.tablecolumn.head.blank {
  min-width: 1000px;
  background-color: #fff;
  border-bottom-width: 2px;
  border-bottom-color: #ce163a;
  font-size: .9em;
}

.tablecolumn.head.blank:hover {
  border-top-color: rgba(1, 132, 212, 0);
}

.tablerow {
  width: 100%;
  min-height: 50px;
  min-width: 150px;
  color: #ce163a;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-weight: 400;
  display: flex;
}

.tablerow.dark {
  width: 100%;
  min-width: 150px;
  color: #555;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  margin-right: 1px;
  font-size: .9em;
}

.tablerow.dark.right {
  width: 100%;
}

.tablerow.dark.blue {
  color: #0184d4;
}

.tablerow.right {
  width: 100%;
  min-width: 150px;
  text-align: right;
  justify-content: flex-end;
}

.tablerow.white {
  width: 34%;
  min-width: 80px;
  color: #555;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  margin-right: 1px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .9em;
}

.tablerow.white.left {
  justify-content: flex-start;
}

.tablerow.white.right {
  justify-content: flex-end;
}

.bgoverlay {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle at 100% 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .63) 89%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-outer-wrapper {
  width: 250px;
  height: 400px;
  min-height: 400px;
  min-width: 250px;
  border-radius: 500px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
  overflow: hidden;
}

.faq-p-3 {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bee7ed;
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.text {
  text-align: justify;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
  display: block;
}

.title-text {
  width: 100%;
  color: #0184d4;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  margin-top: 9px;
  margin-right: auto;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.boardlist {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.title {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.boardgroups {
  width: 100%;
  max-width: 1050px;
}

.links {
  width: 100%;
  min-height: 55px;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/pdf-grey.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  border: .5px rgba(206, 22, 58, 0);
  border-bottom: .5px solid #ccc;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.links:hover {
  filter: saturate();
  color: #0184d4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/pdf-blue.svg');
  background-position: 100%;
  border-style: none none solid;
  border-color: #0184d4;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
}

.links.www {
  width: 100%;
  filter: none;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/link-grey.svg');
  background-position: 100%;
  background-size: auto 20px;
  border: .5px #ce163a;
  border-bottom: .5px solid #ccc;
  border-radius: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 0;
}

.links.www:hover {
  color: #0184d4;
  background-image: url('../images/link-blue.svg');
  border-color: #0184d4;
  border-bottom-style: solid;
}

.links.information {
  width: 100%;
  filter: none;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/out-0.svg');
  background-position: 0;
  background-size: 17px;
  border: .5px #ce163a;
  border-bottom: .5px solid #ccc;
  border-radius: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 30px;
  padding-right: 60px;
  font-size: 1em;
}

.links.information:hover {
  color: #0184d4;
  background-image: url('../images/out-1.svg');
  border-color: #0184d4;
}

.links.view {
  color: #555;
  background-image: url('../images/link-grey.svg');
  background-size: auto 20px;
  font-weight: 400;
}

.links.view:hover {
  background-image: url('../images/link-blue.svg');
}

.links.red {
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/out-0.svg');
  background-position: 0;
  background-size: 17px;
  border-style: none none solid;
  border-color: #ce163a #ce163a #ccc;
  border-bottom-width: .5px;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 60px;
  font-weight: 400;
}

.links.red:hover {
  color: #0184d4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/add-info-b.svg');
  background-position: 0;
  border-color: #ce163a #ce163a #555;
}

.links.blue {
  color: #0184d4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/out-1.svg');
  background-position: 0;
  background-size: 17px;
  border-style: none none solid;
  border-color: #000 #000 #ccc;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 60px;
  font-weight: 400;
}

.links.blue:hover {
  color: #0184d4;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/add-info-b.svg');
  border-bottom-color: #0184d4;
}

.accordionicon {
  width: 20px;
  margin-right: 20px;
}

.head-group {
  width: 100%;
  max-width: 1050px;
  color: #0184d4;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.subhead {
  width: 100%;
  max-width: 1050px;
  color: #0184d4;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 600;
}

.subhead.faqhead {
  width: 100%;
  max-width: 1040px;
  color: #ce163a;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.reportlist {
  width: 100%;
  max-width: 1050px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
}

.html-embed {
  width: 40px;
  transform: rotate(45deg);
}

.html-embed.diffrent {
  width: 14px;
  height: 14px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(90deg);
}

.link-block-5 {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  position: static;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.link-block-5:hover {
  color: #fff;
  background-color: #0184d4;
  border-color: #0184d4;
  transform: rotate(45deg)scale(1.1);
}

.link-block-5.revrse {
  transform: rotate(180deg);
}

.subject {
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 0;
  display: flex;
  position: static;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.subject.press {
  width: 70%;
  color: #ce163a;
  font-size: 1.2em;
  font-weight: 600;
}

.file-list-2 {
  width: 100%;
  height: 100px;
  max-height: none;
  min-height: auto;
  color: #555;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: url('../images/report_1.svg'), url('../images/pdf-grey.svg');
  background-position: 23px 29px, 97%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto 20px;
  border: 1px rgba(255, 255, 255, .18);
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: .5% 0%;
  padding: 25px 3% 20px 60px;
  font-size: 1.1em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.file-list-2:hover {
  height: 100px;
  background-color: #fcfcfc;
}

.text-span-4 {
  color: #fff;
  background-color: #ce163a;
  border: 1px #ce163a;
  border-radius: 3px;
  margin-top: 0;
  margin-left: 10px;
  padding: 3px 6px;
  font-size: .8em;
  display: inline-block;
}

.div-block-409 {
  width: auto;
  grid-column-gap: 10px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px #fff;
  border-radius: 3px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 20px;
  padding: 5px 20px 5px 5px;
  display: flex;
}

.big-skinny-number-2 {
  color: #ce163a;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}

.big-skinny-number-2.white {
  color: #fff;
}

.listcontent {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
}

.listcontent.press {
  max-width: 1050px;
}

.presslist {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 1050px;
  min-height: auto;
  color: #0184d4;
  cursor: pointer;
  background-color: #f0f9ff;
  border: 1px rgba(255, 255, 255, .18);
  border-radius: 3px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: .5%;
  padding: 3%;
  font-size: 1.1em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.presslist:hover {
  height: auto;
}

.div-block-410 {
  width: 100%;
  margin-top: 20px;
}

.text-block-177 {
  color: #555;
  border-top: 1px #fff;
  padding-top: 20px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.4;
}

.text-block-178 {
  color: #555;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 300;
}

.text-block-178.white {
  color: #fff;
}

.text-block-180 {
  color: #ce163a;
  background-image: url('../images/Arrow-r.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-top: 10px;
  padding-left: 20px;
  font-size: .8em;
  font-weight: 600;
  text-decoration: underline;
}

.dropdownwrapper {
  width: 100%;
  max-width: 1050px;
  padding-left: 0;
  display: flex;
}

.dropwrapper {
  width: 50%;
  justify-content: flex-start;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.pressleftsec {
  width: 25%;
  height: 300px;
  min-height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.pressrightsec {
  width: 75%;
  padding-left: 40px;
}

.link-block-6 {
  width: 100%;
  height: 240px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #d9efff;
  border-right-width: 1px;
  border-radius: 6px;
  flex-wrap: wrap;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.date {
  width: 50%;
  height: auto;
  min-height: 80px;
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #ce163a;
  border-bottom: 1px #d9efff;
  border-right: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.pres-image {
  width: 100%;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.back {
  width: 49%;
  height: auto;
  min-height: 80px;
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  background-color: #0184d4;
  background-image: linear-gradient(rgba(1, 132, 212, .92), rgba(1, 132, 212, .92)), url('../images/Arrow-w-l.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px #d9efff;
  border-right: 1px #d9efff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1px;
  padding: 20px 20px 20px 7%;
  font-size: .9em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.back:hover {
  background-color: #01a1d4;
  background-image: linear-gradient(rgba(1, 161, 212, .91), rgba(1, 161, 212, .91)), url('../images/Arrow-w-l.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-block-184 {
  text-align: left;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2;
}

.articlelink {
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  color: #555;
  cursor: pointer;
  background-color: #f0f9ff;
  border: 1px rgba(255, 255, 255, .18);
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  margin: .5% 0%;
  padding: 3% 7%;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.articlelink:hover {
  height: auto;
}

.articlelink.cmpgn {
  width: 25.3%;
  border-radius: 0;
  justify-content: center;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-left: 0%;
  padding-right: 0%;
}

.text-block-185, .text-block-186 {
  font-weight: 300;
}

.productcard {
  width: 32%;
  height: auto;
  max-height: none;
  min-height: auto;
  color: #0184d4;
  cursor: pointer;
  background-color: #f0f9ff;
  border: .5px rgba(255, 255, 255, .18);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: .5% 1% .5% 0%;
  padding: 0%;
  font-size: 1.1em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.productcard:hover {
  height: auto;
  border-style: none;
  border-color: #0184d4;
}

.productcard.big {
  width: 49%;
  flex-direction: row;
  align-items: stretch;
}

.productcardsubject {
  width: 70%;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  padding-top: 0;
  display: flex;
  position: static;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.div-block-414 {
  z-index: 1;
  width: 100%;
  min-height: 100px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: rgba(44, 44, 44, 0);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(46, 46, 46, .88) 74%);
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-414.big {
  width: 50%;
  min-height: auto;
  flex-wrap: wrap;
  position: static;
}

.locationsmall {
  color: #ce163a;
  font-size: .7em;
}

.text-block-188 {
  color: #555;
  padding-right: 20px;
  font-size: .8em;
  font-weight: 300;
  position: absolute;
}

.row-white {
  width: 34%;
  min-height: auto;
  min-width: 80px;
  color: #fff;
  text-align: center;
  background-color: #0184d4;
  justify-content: center;
  align-items: center;
  margin-right: 1px;
  padding: 5px 20px;
  font-size: .8em;
  font-weight: 600;
  display: flex;
}

.row-white.left {
  text-align: left;
  background-color: #0184d4;
  justify-content: flex-start;
  font-size: .8em;
}

.row-white.right {
  text-align: right;
  font-weight: 600;
}

.diffrentblockcontent {
  width: 100%;
  height: auto;
  max-width: 1050px;
  flex-direction: column;
  align-items: flex-start;
  margin: 40px auto 0;
  display: flex;
}

.diffrentblockcontent.list {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
}

.diffrentblockcontent.list.center {
  justify-content: center;
}

.diffrentblockcontent.block {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
}

.diffrentblockcontent.campaign-list {
  flex-flow: wrap;
  align-content: flex-start;
  align-items: stretch;
  margin-top: 0;
}

.accountinfowrapper {
  display: flex;
}

.s-ubmenu {
  color: #ce163a;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.3;
}

.accordionlayout {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.forms {
  color: #fff;
  font-weight: 300;
}

.halfrow {
  width: 48%;
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}

.text-field-3 {
  min-height: 50px;
  color: #555;
  border: .5px solid #d6d6d6;
  border-radius: 3px;
  padding-top: 8px;
  font-size: 1.3em;
  font-weight: 400;
  transition: all .2s;
}

.text-field-3:hover {
  background-color: #f5f5f5;
  border-width: .5px;
  border-color: #0184d4;
}

.text-field-3:focus {
  color: #ce163a;
  background-color: #fff;
  border-width: .5px;
  border-color: #ce163a;
}

.text-field-3::-ms-input-placeholder {
  color: rgba(85, 85, 85, .59);
  font-size: 1em;
  line-height: 1;
}

.text-field-3::placeholder {
  color: rgba(85, 85, 85, .59);
  font-size: 1em;
  line-height: 1;
}

.text-field-3.disable {
  cursor: not-allowed;
  background-color: #d6d6d6;
}

.text-field-3.disable::-ms-input-placeholder {
  color: #969696;
}

.text-field-3.disable::placeholder {
  color: #969696;
}

.formsgeneral {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.fieldlabeldark {
  width: auto;
  color: #555;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 5px;
  font-weight: 300;
  display: flex;
}

.fieldlabeldark.disable {
  width: auto;
  opacity: .48;
  color: #d6d6d6;
  background-color: #d6d6d6;
  border-radius: 100px;
  justify-content: flex-start;
  margin-bottom: 5px;
  margin-right: auto;
}

.forminfotext {
  width: 100%;
  color: #555;
  border-bottom: .5px solid #d6d6d6;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1em;
  font-weight: 300;
  display: flex;
}

.forminfotext.total {
  font-weight: 700;
}

.forminfotext.disable {
  opacity: .43;
}

.check {
  z-index: 1;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  background-color: #01d42f;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 10px;
  display: flex;
  position: static;
}

.check.disable {
  opacity: .48;
  background-color: #969696;
}

.image-36-copy {
  width: 12px;
}

.image-37 {
  width: 30px;
  margin-right: 10px;
}

.adv-wrapper {
  min-height: 100px;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.sub-head-accordion {
  width: 100%;
  color: #555;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 700;
}

.sub-head-accordion.bspace {
  margin-bottom: 20px;
}

.tablewrapper {
  width: 100%;
  min-height: 50px;
  min-width: 900px;
  background-color: #0184d4;
  border: 1px solid #0184d4;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: .9em;
  font-weight: 300;
  overflow: auto;
}

.tablescroll {
  width: 100%;
  min-width: 900px;
  background-color: #ececec;
  overflow: auto;
}

.tablescroll.wraping {
  flex-direction: column;
  display: flex;
}

.tablehead {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 1px;
  font-weight: 600;
  display: flex;
}

.tablehead.vertical {
  width: 100%;
  background-color: #fff;
  flex-direction: row;
  margin-bottom: 0;
}

.tablerw {
  width: 100%;
  min-height: 50px;
  min-width: 150px;
  background-color: #fff;
  align-items: center;
  margin-right: 1px;
  padding: 10px 20px;
  line-height: 1.2;
  display: flex;
}

.tablerw.head {
  color: #fff;
  background-color: #0184d4;
}

.tablerw.head.right {
  text-align: right;
  justify-content: flex-end;
}

.tablerw.big {
  width: 150%;
  min-width: 300px;
}

.tablerw.big.head.center {
  width: 100%;
  min-width: auto;
  background-color: #0184d4;
  justify-content: flex-start;
  margin-bottom: .5px;
}

.tablerw.big.head.center2 {
  background-color: #555;
  justify-content: center;
}

.tablerw.big.head.center3 {
  background-color: #969696;
  justify-content: center;
}

.tablerw.big.head.left {
  background-color: #004c91;
  justify-content: flex-start;
  font-weight: 600;
}

.tablerw.big.head.right {
  min-width: 200px;
  background-color: #004c91;
  justify-content: flex-end;
  font-weight: 300;
}

.tablerw.big.right {
  min-width: 200px;
}

.tablerw.right {
  justify-content: flex-end;
}

.tablerw.small {
  width: 99.8%;
  min-width: auto;
  text-align: center;
  justify-content: flex-start;
  margin-bottom: .5px;
  margin-right: .1px;
  font-weight: 300;
}

.tablerw.small.right {
  font-weight: 300;
}

.tablerw.small.head {
  min-width: 200px;
  color: #fff;
  background-color: #0184d4;
  font-weight: 700;
}

.tablerw.small.head.left {
  justify-content: flex-start;
}

.tablerw.small-light {
  min-width: 200px;
  text-align: center;
  justify-content: center;
  font-weight: 300;
}

.tablerw.small-light.right {
  justify-content: flex-end;
}

.tablerw.small-light.left {
  justify-content: flex-start;
}

.tablerw.small-light._100 {
  min-width: 100px;
}

.tablerw.small-1 {
  width: 150%;
  min-width: 100px;
}

.tablerw.small-1.heads {
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #004c91;
  justify-content: center;
}

.tablerw.oneline {
  width: 100%;
  min-width: auto;
  text-align: center;
  justify-content: flex-start;
  margin-bottom: .5px;
  margin-right: 0;
  font-weight: 300;
}

.tablerw.oneline.right {
  font-weight: 300;
}

.tablerw.oneline.head {
  min-width: 200px;
  color: #fff;
  background-color: #0184d4;
  font-weight: 700;
}

.tablerw.oneline.head.left {
  justify-content: flex-start;
}

.tableline {
  color: #555;
  background-color: #ececec;
  margin-bottom: 1px;
  display: flex;
}

.tableline:hover {
  opacity: .7;
}

.tableline.heads {
  background-color: #acd0eb;
}

.tableline.vertical {
  width: 100%;
  background-color: #0184d4;
  flex-direction: column;
  margin-bottom: 0;
  margin-right: 0;
}

.link-8 {
  color: #c82680;
  text-decoration: underline;
  transition: all .2s;
}

.link-8:hover {
  color: #0184d4;
}

.tabs-2 {
  width: 100%;
}

.tabs-menu-001 {
  opacity: .5;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.tabs-menu-001.w--current {
  z-index: 1;
  min-height: 40px;
  opacity: 1;
  color: #0184d4;
  background-color: #fff;
  border-bottom: 1px solid #0184d4;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  padding-left: 0;
  font-size: 1em;
  font-weight: 700;
  display: flex;
}

.tabs-menu-pro {
  display: flex;
}

.tabs-pro {
  padding-top: 0;
  padding-bottom: 0;
}

.pro-tab-pane {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .9em;
  line-height: 1;
}

.cta-1 {
  width: 100%;
  max-width: 1050px;
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #ececec;
  border-radius: 6px;
  flex-direction: row;
  margin: 20px auto;
  padding: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.link-block-13 {
  width: 32%;
  min-height: auto;
  color: #004e8f;
  background-color: #f0f9ff;
  border: 1px #bee7ed;
  border-radius: 6px;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin: 5px 1% 5px 0;
  padding: 5%;
  font-size: 1.3em;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-13:hover {
  border-style: none;
  border-radius: 6px;
}

.text-block-99 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: 300;
}

.text-block-99-copy {
  text-align: center;
  margin-bottom: 10px;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.2;
}

.image-43 {
  width: 60px;
  margin-bottom: 20px;
}

.small-info {
  color: #555;
  margin-left: 10px;
  font-size: .5em;
  font-weight: 300;
}

.documentlist {
  width: 100%;
  max-width: 1050px;
  background-color: #f5f5f5;
  border: 1px #addcff;
  border-radius: 6px;
  padding: 20px 20px 30px;
}

.linkswrapper {
  width: 100%;
  min-height: 50px;
  color: #555;
  cursor: pointer;
  border-top: 1px #ececec;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.linkswrapper:hover {
  color: #0184d4;
  border-bottom-color: #0184d4;
  text-decoration: none;
}

.linkswrapper.sub {
  width: 95%;
  min-height: 70px;
  border-bottom-style: none;
  border-left: 1px solid #ececec;
  margin-left: 5%;
  padding-left: 20px;
}

.linkswrapper.top {
  min-height: 50px;
  border-top-style: solid;
  border-top-color: #ececec;
  border-bottom-color: #ececec;
  font-size: 1em;
}

.text-block-196 {
  width: 100%;
  padding-right: 20px;
}

.icon-1 {
  width: 20px;
  margin-right: 10px;
}

.image-44-copy {
  width: 15px;
  margin-right: 20px;
}

.span-size {
  color: #ce163a;
  font-size: .8em;
}

.span-blue {
  color: #0184d4;
}

.forminlinearea {
  background-color: #004c91;
  border-radius: 10px;
  padding: 5%;
}

.field-small {
  width: 100%;
  min-height: 50px;
  color: #555;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: .9em;
  font-weight: 400;
  transition: all .2s;
}

.field-small:hover {
  color: #555;
  background-color: #f5f5f5;
  border-color: #0184d4;
}

.field-small:active {
  border-color: #ce163a;
}

.field-small:focus {
  background-color: #e5e5e5;
  border-color: #0184d4;
}

.field-small:focus-visible {
  background-color: #e5e5e5;
}

.field-small[data-wf-focus-visible] {
  background-color: #e5e5e5;
}

.field-small::-ms-input-placeholder {
  color: rgba(85, 85, 85, .5);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.field-small::placeholder {
  color: rgba(85, 85, 85, .5);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.field-small.datepicker {
  background-image: url('../images/date_1.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  padding-left: 52px;
}

.field-small._32 {
  width: 31.4%;
  margin-right: 10px;
}

.field-small._32.nospace {
  margin-right: 0;
}

.field-small.captcha {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.field-small.captcha:hover {
  background-color: #fff;
}

.field-small.selected {
  width: 84%;
  opacity: 1;
  color: #555;
  background-color: #ececec;
  border-style: solid;
  border-color: #969696;
  font-weight: 400;
  line-height: 1;
}

.field-small.selected:active {
  color: #555;
}

.field-small.selected::-ms-input-placeholder {
  color: rgba(85, 85, 85, .5);
  font-weight: 400;
}

.field-small.selected::placeholder {
  color: rgba(85, 85, 85, .5);
  font-weight: 400;
}

.field-small.selected._100 {
  width: 100%;
}

.field-small.selected._100.big {
  color: #555;
  background-color: #ececec;
  border-color: #0184d4;
  font-size: 1.3em;
}

.field-small.selected._100.big::-ms-input-placeholder {
  color: #ce163a;
}

.field-small.selected._100.big::placeholder {
  color: #ce163a;
}

.field-small._49 {
  width: 47%;
  margin-right: 10px;
}

.field-small._49.nospace {
  margin-right: 0;
}

.field-small.time {
  background-image: url('../images/time.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 34px;
}

.text-block-197 {
  width: 100%;
  color: #555;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: .9em;
  font-weight: 400;
  display: flex;
}

.text-block-197.summary {
  opacity: .38;
}

.fullrow {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  position: relative;
}

.fullrow._49 {
  width: 49%;
  flex-flow: wrap;
  align-items: flex-end;
  margin-right: 10px;
  display: flex;
}

.fullrow._49.nospace {
  flex-flow: wrap;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.fullrow._100 {
  width: 100%;
  color: #fff;
  flex-flow: wrap;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
}

.fullrow._100.nospace {
  flex-flow: wrap;
  margin-right: 0;
  display: flex;
}

.fullrow._100 {
  width: 100%;
  flex-flow: wrap;
  align-items: flex-end;
  margin-right: 10px;
  display: flex;
}

.fullrow._100.nospace {
  flex-flow: wrap;
  margin-right: 0;
  display: flex;
}

.fullrow.tile {
  justify-content: space-around;
  display: flex;
}

.field-select {
  min-height: 120px;
  color: #004c91;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: .9em;
  font-weight: 400;
  transition: all .2s;
}

.field-select:hover {
  background-color: #fff;
  border-color: #0184d4;
}

.field-select:active {
  border-color: #ce163a;
}

.field-select:focus {
  background-color: #d9efff;
  border-color: #0184d4;
}

.field-select:focus-visible {
  background-color: #fff;
}

.field-select[data-wf-focus-visible] {
  background-color: #fff;
}

.field-select::-ms-input-placeholder {
  color: rgba(85, 85, 85, .63);
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.field-select::placeholder {
  color: rgba(85, 85, 85, .63);
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.image-45 {
  height: 20px;
}

.phone {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 4px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.phone:hover {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
}

.hourdate {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.hourdate:hover {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
}

.hourdate.white {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.abroad {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #d9efff;
  border-radius: 0;
  margin-left: 0;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 10px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.abroad:hover {
  color: #0184d4;
  background-color: rgba(0, 0, 0, 0);
}

.formcontent {
  width: 100%;
  max-width: 1050px;
  background-color: #ececec;
  border-radius: 6px;
  padding: 5% 10%;
  position: relative;
}

.formcontent.questions {
  width: 100%;
  background-color: #ececec;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.4;
  display: flex;
}

.formcontent.questions.line {
  flex-direction: column;
}

.formcontent.sectininfo {
  width: 100%;
  background-color: #fff;
  border: 2px solid #ececec;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.4;
  display: flex;
}

.form-subhead {
  width: auto;
  color: #555;
  background-color: #ececec;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  position: relative;
  top: -39px;
}

.form-subhead.closed {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.formsection {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  flex-flow: wrap;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 20px 4% 20px 5%;
  display: flex;
}

.formsection.finish {
  border-color: rgba(161, 172, 185, .46);
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .7em;
}

.text-span-13 {
  color: rgba(85, 85, 85, .58);
  margin-left: 10px;
  font-size: .5em;
}

.fieldwrapper {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.image-46 {
  max-width: 50%;
}

.link-block-15 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #e5e5e5;
  background-image: url('../images/refresh-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 3px solid #fff;
  border-radius: 0;
  margin-left: auto;
  transition: all .2s;
}

.link-block-15:hover {
  background-color: #ececec;
}

.image-47 {
  width: 30px;
  margin-right: 10px;
}

.textblock {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buttonblock {
  width: auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.textformdesc {
  color: #555;
  padding-right: 20px;
  font-size: 1.1em;
}

.loginbtn {
  width: auto;
  max-width: none;
  min-height: 48px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(58deg, #ce163a, #c82680);
  border: 2px solid #ce163a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.loginbtn:hover {
  color: #ce163a;
  background-image: linear-gradient(#fff, #fff), linear-gradient(58deg, #ce163a, #c82680);
  border-width: 2px;
  border-color: #ce163a;
}

.div-block-447 {
  display: flex;
}

.text-block-199 {
  width: 100%;
  color: #004c91;
  border-top: 1px solid #abc6da;
  margin-top: 20px;
  padding-top: 20px;
}

.inlinebtn {
  color: #555;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-left: 0;
  padding: 0 10px 0 0;
  font-weight: 300;
  text-decoration: underline;
  display: inline-block;
}

.inlinebtn:hover {
  color: #ce163a;
  background-color: rgba(0, 0, 0, 0);
}

.formheadtext {
  width: auto;
  color: #555;
  background-color: #ececec;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
  position: static;
}

.complate {
  width: 30px;
  height: 30px;
  background-image: url('../images/approve-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #00599f;
  border-radius: 6px;
  margin-left: auto;
}

.complate.close {
  width: 30px;
  height: 30px;
  background-color: #ececec;
  background-image: url('../images/minusw.svg');
  border: 2px solid #0184d4;
  margin-top: 6px;
}

.close {
  width: 30px;
  height: 30px;
  background-image: url('../images/maximize.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 2px solid #d6d6d6;
  border-radius: 6px;
  margin-left: auto;
}

.change {
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-image: url('../images/refresh.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #0184d4;
  border-radius: 3px;
  margin-left: 5px;
  transition: all .2s;
}

.change:hover {
  background-image: url('../images/refresh-w.svg');
  border-color: #d6d6d6;
}

.form-head-inside {
  width: 100%;
  color: #555;
  display: flex;
}

.form-head-inside.top {
  margin-top: -42px;
  margin-bottom: 30px;
  padding-right: 0;
  position: relative;
}

.information {
  color: rgba(85, 85, 85, .5);
  font-size: .8em;
}

.calculatebloack {
  width: 100%;
  display: flex;
}

.textform {
  color: #555;
  margin-top: 40px;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.bold-text-2 {
  color: #555;
}

.dropdown-wrp {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1em;
  position: relative;
}

.dropdown-wrp.mobile {
  display: none;
}

.menu-links {
  width: 100%;
  height: 100%;
  color: #004e8f;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-links.w--current {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-list {
  min-width: 140px;
}

.menu-list.w--open {
  max-height: 100vh;
  min-width: 580px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -4px;
  padding-top: 30px;
  left: -100px;
}

.menu-list.short {
  right: -30px;
}

.menu-list.short.w--open {
  min-width: 600px;
  margin-top: -33px;
  padding-top: 40px;
  left: 10px;
  right: 0;
}

.dropdown-menu-content {
  width: 100%;
  min-height: 150px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(206, 22, 58, 0);
  background-image: linear-gradient(60deg, rgba(206, 22, 58, .85), rgba(200, 38, 128, .85));
  border: 2px #000;
  border-radius: 0 0 6px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 24px 25px 30px;
  display: flex;
}

.chevron-2 {
  margin-right: 5px;
  font-size: 11px;
  display: flex;
}

.dropdown-wrapper {
  max-width: 300px;
  min-width: 300px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  display: flex;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, .1);
}

.dropdown-wrapper.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.menu-text-3 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
}

.menu-link {
  z-index: 20;
  width: 100%;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.menu-link:hover {
  opacity: .48;
  color: #fff;
  text-decoration: none;
}

.dropdown-menu {
  color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 1em;
}

.head-2 {
  width: 100%;
  max-width: 1050px;
  color: #ce163a;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.3;
  display: block;
}

.cta-3 {
  width: 100%;
  max-width: 1050px;
  background-color: #f5f5f5;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 10px 20px;
  display: flex;
}

.cta-btn {
  width: auto;
  max-width: 400px;
  min-height: 48px;
  min-width: 250px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(58deg, #ce163a, #c82680);
  border: .5px solid #ce163a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}

.cta-btn:hover {
  color: #ce163a;
  background-image: linear-gradient(#fff, #fff), linear-gradient(58deg, #ce163a, #c82680);
  border-width: .5px;
  border-color: #ce163a;
}

.bold-text-4 {
  margin-left: 10px;
}

.drparea {
  width: 49%;
  color: #fff;
  margin-right: 10px;
  position: relative;
}

.text-span-15 {
  color: #0184d4;
  margin-left: 10px;
}

.branchfinder {
  width: 100%;
  max-width: 1040px;
  min-height: 600px;
  background-color: #fff;
  border: 1px #d9efff;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  display: flex;
  overflow: hidden;
}

.locationtoolwrapper {
  z-index: 10;
  width: 30%;
  min-height: 600px;
  flex-direction: column;
  display: flex;
  position: relative;
  box-shadow: 11px 11px 20px 1px rgba(0, 0, 0, .23);
}

.mapwrapper {
  width: 70%;
  position: relative;
}

.mappin-4 {
  width: 36px;
  height: 36px;
  background-color: #ce163a;
  background-image: linear-gradient(57deg, #0184d4, #01a1d4);
  border: 8px rgba(1, 132, 212, .52);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 190px;
  left: 57%;
  box-shadow: 0 20px 20px -8px #555;
}

.mappin-4:hover {
  background-image: linear-gradient(#01a1d4, #01a1d4), linear-gradient(57deg, #0184d4, #01a1d4);
}

.locationicon {
  width: 66%;
  filter: brightness(200%);
}

.locationwrapper {
  height: 100%;
  max-height: 500px;
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: auto;
}

.locationsearch {
  height: 100px;
  background-color: #e5e5e5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.locationsearch.mobile {
  display: none;
}

.locationlinkwrapper {
  width: 100%;
  min-height: 70px;
  color: #0184d4;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #d9efff;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.locationlinkwrapper:hover {
  background-color: #fff;
}

.mappin-3 {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: #ce163a;
  background-image: linear-gradient(57deg, #0184d4, #01a1d4);
  border: 8px rgba(1, 132, 212, .52);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60%;
  left: 22%;
  box-shadow: 0 20px 20px -8px #555;
}

.mappin-3:hover {
  background-image: linear-gradient(#01a1d4, #01a1d4), linear-gradient(57deg, #0184d4, #01a1d4);
}

.mappin-3.list {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  box-shadow: none;
  background-image: linear-gradient(57deg, #0184d4, #01a1d4);
  position: static;
}

.mappin-2 {
  width: 36px;
  height: 36px;
  background-color: #ce163a;
  background-image: linear-gradient(57deg, #0184d4, #01a1d4 99%);
  border: 8px rgba(1, 132, 212, .52);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 51%;
  left: 49%;
  box-shadow: 0 20px 20px -8px #555;
}

.mappin-2:hover {
  background-image: linear-gradient(#01a1d4, #01a1d4), linear-gradient(57deg, #0184d4, #01a1d4 99%);
}

.mappin-1 {
  width: 36px;
  height: 36px;
  background-color: #ce163a;
  background-image: linear-gradient(57deg, #0184d4, #01a1d4);
  border: 8px rgba(1, 132, 212, .52);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 68%;
  left: 79%;
  box-shadow: 0 20px 20px -8px #555;
}

.mappin-1:hover {
  background-image: linear-gradient(#01a1d4, #01a1d4), linear-gradient(57deg, #0184d4, #01a1d4);
}

.image-50 {
  height: 100%;
}

.locationtext {
  color: #555;
  flex-direction: column;
  margin-left: 10px;
  display: flex;
}

.locationspan {
  color: #0184d4;
  font-size: 1.3em;
  font-weight: 600;
}

.locationdetailwrapper {
  width: 300px;
  height: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #555;
  background-color: #555;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 20px;
  padding: 100px 40px;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(-120%);
  box-shadow: 6px 6px 20px -1px rgba(0, 0, 0, .48);
}

.detailclose {
  width: 40px;
  height: 40px;
  background-image: url('../images/ei_close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.locationlistwrapper {
  color: #fff;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.2;
}

.locationadress {
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.locationtittle {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 600;
}

.locationinfo {
  border-top: 1px rgba(255, 255, 255, .23);
  margin-top: 20px;
  padding-top: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.4;
}

.locationformsearch {
  width: 86%;
  margin-bottom: 0;
}

.searchrow {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.searchsubmit {
  width: 50px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Search01.svg');
  background-position: 42%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  padding-left: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.searchfield {
  width: 100%;
  min-height: 40px;
  color: #004c91;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: .9em;
  font-weight: 400;
  transition: all .2s;
}

.searchfield:hover {
  background-color: #e5e5e5;
  border-color: #d6d6d6;
}

.searchfield:active {
  border-color: #ce163a;
}

.searchfield:focus {
  background-color: #d9efff;
  border-color: #0184d4;
}

.searchfield:focus-visible {
  background-color: #d9efff;
}

.searchfield[data-wf-focus-visible] {
  background-color: #d9efff;
}

.searchfield::-ms-input-placeholder {
  color: rgba(85, 85, 85, .63);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.searchfield::placeholder {
  color: rgba(85, 85, 85, .63);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.lform {
  width: 100%;
  position: relative;
}

.branchlist {
  height: 100%;
  max-height: 500px;
  background-color: #eff8ff;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  overflow: auto;
}

.branchlist.mobile {
  display: none;
}

.div-block-453-copy {
  width: 300px;
  height: 100%;
  background-color: #ce163a;
  padding: 100px 40px;
  font-size: 1em;
  position: absolute;
  left: 0%;
  transform: translate(-120%);
  box-shadow: 6px 6px 20px -1px rgba(0, 0, 0, .48);
}

.toplink {
  z-index: auto;
  width: 50px;
  height: 50px;
  opacity: 1;
  color: #969696;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/TopArrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #ececec;
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 7%;
  padding-top: 9px;
  font-size: .5em;
  text-decoration: none;
  transition: all .2s;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.toplink:hover {
  border-color: #e5e5e5;
}

.contentcenterelement {
  width: 100%;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contentcenterelement._02.center {
  flex-direction: row-reverse;
}

.contentcenterelement.center {
  justify-content: center;
}

.inlink {
  color: #0184d4;
  font-weight: 600;
}

.inlink:hover {
  color: #ce163a;
}

.bold-text-5 {
  color: #fff;
  text-decoration: underline;
}

.linksblock {
  width: 100%;
  max-width: 1050px;
  background-color: #ececec;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.actionbtn {
  width: auto;
  max-width: none;
  min-height: 48px;
  min-width: 150px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(58deg, #ce163a, #c82680);
  border: 2px solid #ce163a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.actionbtn:hover {
  color: #ce163a;
  background-image: linear-gradient(#fff, #fff), linear-gradient(58deg, #ce163a, #c82680);
  border-width: 2px;
  border-color: #ce163a;
}

.text-block-203 {
  width: auto;
}

.headseperate {
  width: 100%;
  height: 1px;
  background-color: #ececec;
  margin-top: 40px;
  margin-bottom: 10px;
}

.text-block-204 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.top {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.typetable {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .34);
  border-radius: 10px;
  margin-top: 10px;
}

.detailblock {
  background-image: url('../images/date.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, .3);
  padding: 10px 10px 10px 50px;
  font-size: .8em;
  line-height: 1.5;
}

.detailblock.type {
  background-image: url('../images/date.svg');
  border-bottom-style: none;
}

.campaigncta {
  width: auto;
  color: #fff;
  text-align: left;
  border: .5px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 7px 10px 8px;
  font-size: .8em;
  text-decoration: none;
  display: flex;
}

.enbdlinkwrapper {
  cursor: pointer;
}

.helpwrapper {
  z-index: 2501;
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: center;
  margin-right: 0;
  display: flex;
  position: relative;
  bottom: 0;
  right: 5%;
}

.helpiconwrapper {
  z-index: 2;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  box-shadow: none;
  cursor: pointer;
  background-color: #c82680;
  border-radius: 100% 100% 14px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.helpanimation {
  z-index: 1;
  width: 50px;
  height: 50px;
  max-width: none;
  min-height: 50px;
  min-width: 50px;
  background-color: #c82680;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.helpexit {
  width: 50px;
  height: 50px;
  max-width: none;
  min-height: 50px;
  min-width: 50px;
  background-color: #c82680;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.helpcontent {
  z-index: 1;
  width: 100vw;
  height: 400px;
  max-height: 75vh;
  max-width: 300px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  line-height: 1.5em;
  display: none;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: auto;
  right: -5px;
  overflow: auto;
  box-shadow: 0 20px 40px -5px rgba(85, 94, 105, .25);
}

.eye {
  width: 5px;
  height: 14px;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 0;
  margin-left: 1px;
  margin-right: 2px;
  transform: translate(0);
}

.close-line {
  width: 4px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  transform: rotate(45deg);
}

.close-line._02 {
  position: absolute;
  transform: rotate(-45deg);
}

.helphead {
  color: #fff;
  background-image: linear-gradient(79deg, #ce163a, #c82680);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.div-block-448 {
  background-color: #f5f5f5;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  font-size: .9em;
  display: flex;
}

.div-block-449 {
  background-color: #ececec;
  border-bottom: 1px solid #d8d8d8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9em;
  display: flex;
}

.search-help {
  width: 90%;
  margin-bottom: 0;
}

.search-help-btn {
  min-height: 30px;
  min-width: auto;
  color: #0184d4;
  letter-spacing: 1.5px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bytesize_search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px #0184d4;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.search-help-btn:hover {
  color: #ce163a;
  border-color: #ce163a;
}

.search-form-content {
  display: flex;
  position: relative;
}

.search-field-help {
  min-height: 30px;
  text-align: left;
  border: 2px solid #e5e5e5;
  border-radius: 100px;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.search-field-help:hover {
  border-color: #0184d4;
}

.search-field-help:active, .search-field-help:focus {
  border-color: #ce163a;
}

.text-block-205 {
  width: 90%;
  color: #555;
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  line-height: 1.3em;
}

.search-links {
  color: #0184d4;
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: .8em;
  text-decoration: none;
}

.search-links:hover {
  color: #c82680;
}

.div-block-450 {
  color: #555;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.3em;
  display: flex;
}

.text-block-206 {
  width: 90%;
}

.searct-top-keywords {
  width: 100%;
  max-width: 1050px;
  background-color: #ececec;
  border-radius: 6px;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.search-results {
  width: 100%;
  max-width: 1050px;
  color: #555;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 20px;
  line-height: 1.5;
  transition: all .2s;
  position: relative;
}

.search-results:hover {
  background-color: #f5f5f5;
}

.link-10 {
  color: #0184d4;
  background-image: url('../images/search-results.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-bottom: 10px;
  padding-left: 22px;
  text-decoration: none;
  display: inline;
}

.link-11 {
  width: 100%;
  color: #c82680;
  font-size: .7em;
  transition: all .2s;
  overflow: hidden;
}

.link-11:hover {
  color: #0184d4;
}

.campaign {
  width: 32%;
  height: auto;
  max-height: none;
  min-height: auto;
  color: #0184d4;
  cursor: pointer;
  background-color: #fff;
  border: .5px solid #ececec;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: .5% 1% .5% 0%;
  padding: 0%;
  font-size: 1.1em;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.campaign:hover {
  height: auto;
  background-color: #fff;
  border-color: #0184d4;
}

.text-block-208 {
  width: 100%;
  color: #ce163a;
  margin-bottom: 20px;
  font-weight: 600;
}

.text-block-209 {
  width: 100%;
  color: #555;
  margin-bottom: 20px;
  font-size: .8em;
}

.div-block-451 {
  width: auto;
  min-height: 35px;
  min-width: auto;
  background-color: #fff;
  border: .5px solid #0184d4;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8em;
  line-height: 1.1;
  display: flex;
}

.div-block-451:hover {
  color: #ce163a;
  border-color: #ce163a;
}

.div-block-452 {
  width: 80%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  display: flex;
}

.cappaign-navigate {
  width: 100%;
  height: 100px;
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #d9efff;
  border-right-width: 1px;
  border-radius: 6px;
  flex-wrap: wrap;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.mailbutton {
  color: #ce163a;
  background-color: #fff;
  background-image: url('../images/ico-2_1.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #ce163a;
  border-radius: 100px;
  margin: 2px 5px 2px 0;
  padding: 0 10px 0 29px;
  font-size: .9em;
  text-decoration: none;
  display: inline-block;
}

.mailbutton:hover {
  background-color: #f5f5f5;
}

.mailbutton._02 {
  color: #0184d4;
  background-image: url('../images/ico-3_2.svg');
  border-color: #0184d4;
}

.mailbutton._02:hover {
  background-color: #f5f5f5;
}

.dropdown-2 {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

.denizmobile-picture {
  z-index: 1;
  width: auto;
  height: 600px;
  max-width: none;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.heading-4-2 {
  color: #0184d4;
  margin-bottom: 30px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.circle {
  width: 350px;
  height: 350px;
  background-color: #0184d4;
  border-radius: 1000px;
  position: absolute;
}

.denizmobile-picture-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-51 {
  max-height: 40px;
  background-color: rgba(0, 0, 0, 0);
}

.image-52 {
  width: 150px;
  height: 150px;
  border-radius: 10px;
}

.div-block-454 {
  width: 100%;
  display: flex;
}

.div-block-455 {
  width: 100%;
  margin-left: 40px;
}

.app-store-links {
  width: 160px;
  background-color: #000;
  border-radius: 5px;
  margin-right: 20px;
  transition: all .2s;
}

.app-store-links:hover {
  opacity: .8;
}

.div-block-458 {
  width: 50%;
  border-left: 1px solid #d6d6d6;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: flex-start;
  margin-right: 20px;
  padding-left: 20px;
  display: flex;
}

.text-block-210 {
  color: #0184d4;
  margin-bottom: 30px;
}

.heading-6 {
  color: #555;
  margin-top: 0;
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1;
}

.image-53 {
  max-height: 40px;
  min-height: 40px;
}

.heads {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
}

.text-block-211 {
  margin-bottom: 10px;
  font-size: .8em;
  line-height: 1.2;
}

.image-54 {
  width: 100px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 2px;
}

.div-block-459 {
  width: 50%;
  border-left: 1px solid #d6d6d6;
  padding-left: 20px;
  display: flex;
}

.div-block-460 {
  display: flex;
}

.div-block-461 {
  width: 100%;
}

.div-block-462 {
  width: 70.8278%;
  flex-wrap: wrap;
  align-content: space-between;
  display: flex;
}

.project-item {
  width: 100%;
  min-height: 170px;
  border: 1px #fff;
  position: relative;
}

.nav-point-wrapper-2 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.nav-point-wrapper-2.dropdown {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.nav-point-wrapper-2.last-nav-item {
  padding-right: 0;
}

.nav-point-wrapper-2.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.dropdown-item-2 {
  width: 20%;
  height: auto;
  max-width: none;
  min-height: 200px;
  min-width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(255, 255, 255, .3);
  flex-wrap: wrap;
  flex: 0 auto;
  align-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.nav-main {
  z-index: 99;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(184, 184, 184, .15);
  border-radius: 5px;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.search-form {
  z-index: 99999;
  width: 350px;
  height: 34px;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  display: flex;
  position: absolute;
  top: 0;
  right: 41px;
}

.menu-seperate-line {
  width: 1px;
  height: 15px;
  min-height: 15px;
  background-color: rgba(255, 255, 255, .36);
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  top: auto;
  bottom: auto;
}

.header-content-2 {
  width: 100%;
  height: 80px;
  background-color: #0184d4;
  border-bottom: 1px solid rgba(184, 184, 184, .15);
  border-radius: 5px;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.mobil-login {
  display: none;
}

.login-link {
  color: #fff;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .9em;
  font-weight: 100;
  text-decoration: none;
  display: flex;
}

.nav-link-3 {
  height: 100px;
  color: #fff;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  margin-right: 10px;
  padding: 33px 0 28px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  transition: color .3s ease-in-out;
  display: flex;
}

.nav-link-3:hover {
  color: #b5dfff;
}

.nav-link-3.w--current {
  color: #de5000;
  border-bottom: 3px solid #de5000;
}

.nav-link-3._02 {
  color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #e7eaee;
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8em;
  font-weight: 100;
}

.search-button-2 {
  width: 40px;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 0 20px;
  font-size: 0;
  transition: background-color .2s;
}

.search-button-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.megamenu {
  height: 80px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.search-form-wrapper {
  height: 40px;
  min-width: 40px;
  text-align: center;
  cursor: pointer;
  border-left: 1px #c9c9c9;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  display: flex;
  position: relative;
}

.logo {
  width: 220px;
  margin-top: 2px;
}

.search-input-3 {
  min-height: 34px;
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 100;
}

.search-input-3::-ms-input-placeholder {
  color: #fff;
}

.search-input-3::placeholder {
  color: #fff;
}

.search-mobil {
  display: none;
}

.create-account-link {
  color: #fff;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  font-size: .9em;
  font-weight: 100;
  text-decoration: none;
  display: flex;
}

.dropdown-item-wrapper-3 {
  z-index: 1;
  height: 100%;
  background-color: #e8eaee;
  background-image: url('../images/60bea37ba1d9fa4eb3775625_Grain.png');
  background-position: 0 0;
  background-size: 500px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.dropdown-list-3 {
  width: 100%;
  height: 200px;
  max-width: 1500px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 80px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-list-3.w--open {
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  top: 80px;
}

.dropdown-toggle-3 {
  color: #fff;
  margin-right: 10px;
  padding: 0 20px 0 0;
  font-size: 1em;
}

.nav-link-5 {
  color: #fff;
  text-decoration: none;
}

.nav-link-5.w--current {
  border-bottom-width: 1px;
  border-bottom-color: #fff;
}

.chevron-4 {
  color: #fff;
  margin-top: 6px;
  margin-right: 0;
  padding-top: 0;
  font-size: .7em;
}

.dropdown-item-3 {
  width: auto;
  height: 200px;
  max-width: none;
  min-width: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px rgba(255, 255, 255, .3);
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item-3:hover {
  background-color: rgba(0, 0, 0, 0);
}

.link-12 {
  color: #555;
  text-align: left;
  margin-bottom: 20px;
  font-size: 1.3em;
  line-height: 1.1;
  text-decoration: none;
}

.link-sub {
  color: #555;
  text-align: left;
  margin-bottom: 10px;
  font-size: .9em;
  line-height: 1.1;
  text-decoration: none;
}

.image-55 {
  max-height: 200px;
}

.div-block-463 {
  width: 100%;
  border-bottom: 1px #ececec;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.text-block-212 {
  color: #ce163a;
  font-size: 1.4em;
}

.div-block-464 {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.div-block-465 {
  width: 70%;
  padding-left: 40px;
}

.text-group {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 20px 0;
  display: flex;
}

.text-sticky-picture {
  width: 40%;
  max-width: none;
  border-radius: 10px;
  margin-left: 0;
  margin-right: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

._33row {
  width: 33%;
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative;
}

._33row.last {
  margin-right: 0;
}

.text-block-213 {
  margin-top: 5px;
  font-size: .7em;
}

.sliderbgimage {
  width: auto;
  height: 100%;
  max-width: none;
}

.div-block-466 {
  z-index: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-467 {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.headmenu {
  width: 100%;
  height: auto;
  color: #fff;
  cursor: pointer;
  border: 1px #000;
  border-bottom-color: rgba(255, 255, 255, .29);
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 0% 10px 0;
  font-size: 1em;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  position: relative;
}

.headmenu:hover {
  color: #fff;
}

.div-block-469 {
  width: 100%;
  min-height: 600px;
  background-color: #555;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-4 {
  width: 275px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  transition: all .2ms cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: visible;
}

.dropdown-4:hover {
  flex: none;
}

.dropdown-link-3 {
  width: auto;
  color: #555;
  text-align: left;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: .9em;
  font-weight: 400;
}

.dropdownmenu {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  display: flex;
  position: relative;
}

.dropdown-mega-item {
  z-index: 600;
  width: 275px;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .5px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown-mega-item:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .5px #000;
  font-weight: 400;
  text-decoration: none;
}

.mobiledropmenulist {
  min-width: 140px;
}

.mobiledropmenulist.w--open {
  max-height: 100vh;
  min-width: 580px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -4px;
  padding-top: 30px;
  left: -100px;
}

.mobiledropmenulist.shortstyle {
  right: -30px;
}

.mobiledropmenulist.shortstyle.w--open {
  min-width: 600px;
  margin-top: -33px;
  padding-top: 40px;
  left: 10px;
  right: 0;
}

.fslinktypeone {
  width: auto;
  color: #555;
  text-align: left;
  text-transform: none;
  margin-left: -6px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: .9em;
  font-weight: 400;
}

.mobiledropmenusecarrow {
  margin-right: 5px;
  font-size: 11px;
  display: flex;
}

.headerright {
  width: 50%;
  align-items: center;
  padding-left: 20%;
  padding-right: 0%;
  display: flex;
}

.opennewaccount {
  width: 50%;
  max-width: 400px;
  min-height: 46px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .5px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: .9em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.opennewaccount:hover {
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-color: rgba(255, 255, 255, .5);
}

.headerlangmobile {
  width: auto;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
  display: none;
}

.newnavigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.mobiledropmenuseclinks {
  z-index: 20;
  width: 100%;
  color: #fff;
  cursor: pointer;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.mobiledropmenuseclinks:hover {
  opacity: .48;
  color: #fff;
  text-decoration: none;
}

.mobilesearcharea {
  width: 46px;
  height: 46px;
  min-height: 46px;
  min-width: 46px;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  display: none;
}

.firstseclinkitem {
  width: 100%;
  height: 100%;
  color: #555;
  border-radius: 5px;
  align-items: center;
  padding: 5px 20px;
  font-size: .9em;
  font-weight: 400;
  display: flex;
}

.firstseclinkitem:hover {
  font-weight: 400;
}

.fsecdropcorner {
  width: 20px;
  position: absolute;
  top: 23.2px;
  bottom: auto;
  left: 265px;
  right: auto;
}

.fsdropdownlink {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.fsdropdownlink:hover {
  font-weight: 400;
}

.headerlanglist {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px rgba(17, 23, 156, .07);
}

.headerlangdropdownfirst {
  width: 100%;
  color: #555;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 7px 10px;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .1s;
}

.headerlangdropdownfirst:hover {
  color: #555;
  background-color: #e5e5e5;
}

.fsdropbg {
  z-index: -1;
  width: 270px;
  background-color: #fff;
  border: .5px solid #ececec;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 275px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.firssecicon {
  margin-right: 10px;
  font-size: .6em;
}

.headerlangtoggle {
  z-index: 1;
  width: 60px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  padding: 10px 19px 10px 10px;
}

.headerlangtoggle:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.headerlangtoggle.w--open {
  width: 60px;
}

.headermenuwrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.headerformwrapper {
  position: relative;
}

.internetbanking {
  width: 50%;
  max-width: 400px;
  min-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #c82680;
  background-image: linear-gradient(58deg, #ce163a, #c82680);
  border: 1px solid #ce163a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: .9em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.internetbanking:hover {
  background-color: #ce163a;
  background-image: none;
}

.mobiledropmenusectext {
  width: 100%;
  height: 75px;
  color: #555;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 3px #ececec;
  align-items: center;
  padding: 20px 50px 20px 31px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.mobiledropmenusectext:hover {
  background-color: rgba(0, 0, 0, 0);
}

.mobiledropmenusectext:focus {
  background-color: #fff;
}

.mobiledropmenusectext.w--open {
  border: 1px #000;
  border-bottom-color: #fff;
}

.headerlangselecttext {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headerleftbuttoncta-2 {
  z-index: 2;
  width: 30%;
  max-width: 30%;
  min-width: 30%;
  align-items: center;
  margin-left: auto;
  padding-right: 1%;
  display: flex;
}

.headerleftbuttoncta-2.mobilestyle {
  display: none;
}

.searchsubmit-2 {
  width: 41px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.searchsubmit-2:hover {
  opacity: .43;
}

.menufirstsec {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
  font-weight: 600;
  display: flex;
  position: relative;
}

.headersearchform {
  width: 100%;
  margin-bottom: 0;
  margin-left: 20px;
}

.firstseclinkgroup {
  z-index: 600;
  width: 275px;
  height: auto;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .5px #000;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.firstseclinkgroup:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: .5px #000;
  font-weight: 400;
  text-decoration: none;
}

.firstseccontent {
  width: 275px;
  max-width: none;
  background-color: #ececec;
  border: 1px #000;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.headerbrand {
  width: 250px;
  align-items: center;
  margin-right: auto;
  padding-left: 2%;
  display: flex;
}

.headerbrand.w--current {
  cursor: pointer;
}

.firstsectoggle {
  width: 100%;
  color: #fff;
  text-transform: none;
  padding-left: 0;
  padding-right: 27px;
  font-size: .9em;
  font-weight: 400;
}

.fsdropdowntitle {
  text-align: left;
  text-transform: none;
  margin: 0;
  padding-right: 0;
}

.fsdropdowntitle:hover {
  font-weight: 400;
}

.mobiledropmenusecfour {
  z-index: auto;
  width: 100%;
  max-width: 1040px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  margin: 10px auto 0;
  display: block;
  overflow: hidden;
}

.mobiledropmenusecbody {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.mobiledropmenusecbody.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.firstsecdropdownlists {
  width: 350px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.firstsecdropdownlists.w--open {
  width: 700px;
  height: auto;
  max-width: 400px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #cd163c;
  border-radius: 0 5px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 300px;
  display: flex;
}

.firstsecbg {
  width: 281px;
  height: 35px;
  background-color: #fff;
  border-left: 2px solid #cd1843;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0;
  right: auto;
}

.firstsecbg.novisible {
  z-index: -1;
  width: 275px;
  display: none;
}

.headerformfield {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/search.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: .5px solid rgba(255, 255, 255, .51);
  border-radius: 100px;
  margin-bottom: 0;
}

.headerformfield:hover {
  border-color: #fff;
}

.headerformfield:focus {
  background-image: url('../images/search.svg');
  background-size: 15px;
}

.headerformfield::-ms-input-placeholder {
  color: rgba(255, 255, 255, .53);
  font-size: .9em;
  font-weight: 400;
}

.headerformfield::placeholder {
  color: rgba(255, 255, 255, .53);
  font-size: .9em;
  font-weight: 400;
}

.dropdownwrapper-2 {
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1em;
  position: relative;
}

.dropdownwrapper-2.mobilestyle {
  display: none;
}

.headertoplinks {
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  font-size: .8em;
  text-decoration: none;
  transition: all .2s;
}

.headertoplinks:hover {
  color: rgba(255, 255, 255, .65);
  text-decoration: underline;
}

.langflagico {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.langflagico.worldtype {
  width: 100%;
  height: auto;
}

.mobiledropmenusecone {
  color: #fff;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 1em;
}

.fsdropdownicon {
  width: 10px;
  height: auto;
  min-width: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(85, 85, 85, .16);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: .8em;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.firstseclist {
  width: auto;
  max-width: 600px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 63px;
  left: 0;
  right: 0%;
}

.firstseclist.w--open {
  width: auto;
  max-width: none;
  min-width: 275px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
  overflow: visible;
}

.mobiledropmenuseccontent {
  color: #004397;
  background-color: #f5f5f5;
  border-top: 1px rgba(255, 255, 255, .12);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.headernavmenuwrapper {
  width: 100%;
  height: 117%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 32%;
  display: flex;
  position: absolute;
  top: -5px;
  bottom: auto;
}

.headernavmenuwrapper.mobile {
  display: none;
}

.headerbottomcontent {
  width: 100%;
  height: auto;
  max-width: 1100px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(1, 132, 212, .8);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.headerleft {
  width: 50%;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1%;
  display: flex;
}

.headerchevron {
  margin-left: 20px;
  margin-right: 5px;
  font-size: 11px;
  display: flex;
}

.headerchevron.smallsize {
  color: rgba(255, 255, 255, .68);
  margin-left: 0;
  margin-right: 6px;
  font-size: 8px;
  position: absolute;
}

.fsdroplink {
  z-index: 20;
  height: auto;
  color: #555;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fsdroplink:hover {
  opacity: 1;
  color: #555;
  font-weight: 400;
  text-decoration: none;
}

.fsdroplink.w--open {
  z-index: 600;
}

.fsdropdownlinkother {
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fsdropdownlinkother:hover {
  font-weight: 400;
}

.navigationwrapper-2 {
  width: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.firstsecdropdowngroup {
  width: 275px;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: .9em;
  font-weight: 400;
  transition: all .2ms cubic-bezier(.645, .045, .355, 1);
  position: relative;
  overflow: visible;
}

.firstsecdropdowngroup:hover {
  flex: none;
}

.mobiledropmenusecthree {
  width: 100%;
  min-height: 150px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: rgba(206, 22, 58, 0);
  background-image: linear-gradient(60deg, rgba(206, 22, 58, .85), rgba(200, 38, 128, .85));
  border: 2px #000;
  border-radius: 0 0 6px 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 24px 25px 30px;
  display: flex;
}

.mobiledropmenusectwo {
  max-width: 300px;
  min-width: 300px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  display: flex;
  overflow: visible;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, .1);
}

.mobiledropmenusectwo.w--open {
  max-height: 100vh;
  min-width: 300px;
  background-color: #fff;
  border-radius: 15px;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.headerlangflag {
  width: 16px;
  height: 12px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.headertopwrapper {
  z-index: 300;
  width: 100%;
  height: auto;
  max-width: 1100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.mobiledropmenulinksec {
  min-height: 55px;
  color: #fff;
  align-items: center;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 10px;
  font-size: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.mobiledropmenulinksec:hover {
  color: rgba(255, 255, 255, .53);
}

.mobiledropmenulinksec.mobile {
  display: none;
}

.logocontent {
  margin-left: 0;
}

.headerlangdropdown {
  width: auto;
  text-transform: uppercase;
  cursor: pointer;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  flex-direction: column;
  align-items: stretch;
  font-weight: 700;
}

.cookiesection {
  z-index: auto;
  width: 300px;
  height: auto;
  max-width: 1050px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #0184d4;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1%;
  margin-left: 1%;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookietext {
  padding-right: 20px;
  font-size: .7em;
}

.cookieleftwrapper {
  width: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.cookielink {
  color: #fff;
  margin-right: 0;
  text-decoration: underline;
}

.cookieleftbottom {
  border-top: 1px rgba(255, 255, 255, .2);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .8em;
  line-height: 1.6;
  display: flex;
}

.cookiehead {
  margin-bottom: 10px;
  font-weight: 600;
}

.cookierightwrapper {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  font-size: .8em;
  display: flex;
}

.cookiesettings {
  color: #fff;
  white-space: nowrap;
  margin-top: 0;
  margin-right: 0;
  font-size: 1em;
  text-decoration: underline;
}

.cookiesettingswrapper {
  z-index: 9998;
  background-color: rgba(85, 85, 85, .92);
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookiesettingswrapper.disable {
  display: none;
}

.cookieselectarea {
  width: 90%;
  max-height: none;
  max-width: 600px;
  min-height: auto;
  color: #fff;
  background-color: #0184d4;
  border-radius: 10px;
  padding: 20px 40px;
  font-weight: 400;
  position: relative;
  overflow: visible;
}

.cookiesettings3 {
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}

.rswitchwrapper {
  height: auto;
  min-height: 60px;
  border-bottom: .5px solid #d6d6d6;
  align-items: center;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .9em;
  display: flex;
}

.switchtext {
  color: #555;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  font-weight: 500;
}

.switchtext.head {
  color: #0184d4;
  margin-left: 0;
  font-weight: 600;
}

.switchbutton {
  width: 35px;
  min-height: 18px;
  min-width: 35px;
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: .5px solid #cacaca;
  border-radius: 100px;
  align-items: center;
  padding: 2px;
  font-size: 10px;
  font-weight: 400;
  display: flex;
}

.switchbutton.aktive {
  min-width: 35px;
  background-color: #1874ca;
  border-color: #1874ca;
  justify-content: flex-end;
  padding-top: 0;
}

.switchbutton.big {
  width: 50px;
  height: 26px;
  min-height: auto;
  min-width: 50px;
  color: #555;
  background-color: #fff;
  border-style: solid;
  border-color: #d6d6d6;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
}

.switchbutton.big.active {
  width: 50px;
  min-width: 50px;
  background-color: #0184d4;
  border-style: solid;
  border-color: #0184d4;
  justify-content: flex-end;
}

.switchtouch {
  width: 12px;
  height: 12px;
  background-color: #1874ca;
  border-radius: 100px;
}

.switchtouch.active {
  background-color: #fff;
}

.switchtouch.big {
  width: 19px;
  height: 19px;
}

.cookiesettings9 {
  padding: 20px;
  font-size: .9em;
}

.info {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-right: 0;
  display: flex;
  position: relative;
}

.info.checkbox {
  margin-left: 10px;
  margin-right: 0;
}

.infotextcontent {
  width: 200px;
  color: #fff;
  text-align: center;
  background-color: #555;
  border: 1px #b9b9b9;
  border-radius: 3px;
  flex-direction: column;
  margin-bottom: 27px;
  padding: 10px;
  font-size: 11px;
  line-height: 13px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 5px 17px 1px rgba(0, 0, 0, .19);
}

.bottomarrow {
  width: 15px;
  height: 15px;
  background-color: #555;
  border-bottom: 1px #b9b9b9;
  border-left: 1px #000;
  border-right: 1px #b9b9b9;
  border-radius: 3px;
  margin-bottom: -6px;
  margin-right: 12px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.infoicon {
  width: 20px;
}

.cookiesettings5 {
  color: #555;
  background-color: #fff;
  border: .5px #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}

.cookiesettings7 {
  width: 49.7%;
  min-height: 50px;
  color: #0184d4;
  text-align: center;
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: .5px solid #0184d4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.cookiesettings7.w--current {
  width: 49.7%;
  min-height: 50px;
  color: #0184d4;
  text-align: left;
  background-color: #fff;
  border-bottom: .5px #0184d4;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

.cookiesettings10 {
  margin-right: 20px;
  padding-left: 20px;
}

.cookiesettings11 {
  font-size: .7em;
  line-height: 1.2;
}

.cookiesettings6 {
  min-height: 50px;
  background-color: #0184d4;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookiesettings4 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.cookiesettings2 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 600;
}

.cookiesettings1 {
  width: 50px;
  height: 50px;
  background-image: url('../images/ei_close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border: .5px solid rgba(255, 255, 255, 0);
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cookiesettings1:hover {
  border-color: #fff;
}

.cookiesettings14 {
  width: 50%;
  height: 40px;
  background-color: #fff;
  border-bottom: .5px #e5e5e5;
  border-top-right-radius: 4px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cookiesettings14.w--current {
  width: 50%;
  height: 40px;
  color: #555;
  background-color: #f5f5f5;
  border-top: 1px #ce163a;
  border-bottom: 1px #000;
  border-top-left-radius: 4px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cookiesettings12 {
  background-color: rgba(0, 0, 0, 0);
  border: .5px #d6d6d6;
  border-radius: 4px;
}

.cookiesettings15 {
  background-color: rgba(0, 0, 0, 0);
}

.cookiesectionone {
  z-index: auto;
  width: 100%;
  max-width: 1040px;
  background-color: #f5f5f5;
  border: .5px solid #969696;
  border-radius: 6px;
  margin: 5px auto 0;
  display: block;
  overflow: hidden;
}

.cookiesectiontwo {
  width: 100%;
  height: auto;
  color: #555;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: .5px solid #969696;
  align-items: center;
  padding: 5px 50px 5px 20px;
  font-size: 1em;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.cookiesectiontwo:hover {
  background-color: rgba(0, 0, 0, 0);
}

.cookiesectiontwo:focus {
  background-color: #fff;
}

.cookiesectiontwo.w--open {
  border: 1px #000;
  border-bottom-color: #fff;
}

.cookiesectionbody {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.cookiesectionbody.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.cookiesectionbodycontent {
  color: #555;
  background-color: #fff;
  border-top: .5px solid rgba(255, 255, 255, .12);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
  font-size: .9em;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

.cookiesettings16 {
  max-height: 300px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px 20px;
  font-size: .8em;
  overflow: auto;
}

.cookiesettings13 {
  height: 40px;
  font-size: .9em;
  display: flex;
}

.cookiecheckbox {
  height: 30px;
  color: #555;
  flex-direction: row;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.cookiecheckbox.absolute {
  width: auto;
  color: #555;
  background-color: #f5f5f5;
  margin-top: -26px;
  margin-bottom: 0;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 1.1em;
  position: relative;
}

.cookiecheckbox.full {
  width: 100%;
  height: auto;
  color: #0184d4;
  position: relative;
}

.cookiechecklabel {
  margin-bottom: 0;
  margin-left: 10px;
}

.cookiechecklabel.detail {
  font-size: 1.3em;
  font-weight: 700;
}

.cookiecheckfield {
  border: 1px solid #969696;
  margin-top: 0;
}

.cookiecheckfield:hover {
  border-color: #ce163a;
}

.cookiecheckfield.w--redirected-checked {
  background-color: #ce163a;
  border-color: #ce163a;
}

.cookiecheckfield.w--redirected-focus {
  box-shadow: none;
  border-color: #0184d4;
}

.cookiesettings17 {
  border: .5px solid #969696;
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.faq-p-4 {
  z-index: auto;
  width: 100%;
  max-width: 1040px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  margin: 10px auto 0;
  display: block;
  overflow: hidden;
}

.cookiesettings18 {
  width: 100%;
  margin-bottom: 10px;
}

.cookiesettings19 {
  height: auto;
  border-bottom: .5px solid #969696;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookiesettings19.last {
  border-bottom-style: none;
  line-height: 1.1;
}

.cookiesettings19.history {
  height: auto;
  border-bottom-style: none;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
}

.cookiesettings20 {
  width: 40%;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cookiesettings20.right {
  color: #0184d4;
  justify-content: flex-end;
  font-weight: 400;
}

.cookiesettings20.rightgray {
  width: 10%;
  color: #555;
  text-align: right;
  justify-content: flex-end;
  font-weight: 400;
}

.cookiesettings22 {
  font-size: .7em;
}

.cookiesettings23 {
  width: 11px;
  margin-right: 20px;
}

.cookiesettings27 {
  z-index: 2;
  width: 10px;
  position: relative;
}

.cookiesettings26 {
  width: 30px;
  height: auto;
  align-items: center;
  display: flex;
  position: relative;
}

.cookiesettings28 {
  z-index: 1;
  width: .5px;
  height: 50%;
  background-color: #969696;
  margin-top: auto;
  margin-left: 5px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookiesettings28.full {
  height: 100%;
  margin-top: 0;
}

.cookieinfo1 {
  z-index: 9999;
  background-color: rgba(85, 85, 85, .92);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookieinfo1.disable {
  display: none;
}

.cookieinfo2 {
  width: 90%;
  height: 75vh;
  max-width: 900px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.cookieinfo3 {
  height: auto;
  background-color: #e5e5e5;
  border-bottom: .5px solid #e5e5e5;
  padding: 20px 20px 10px 40px;
  font-size: .9em;
  display: flex;
  position: static;
}

.cookieinfo7 {
  height: 65.8vh;
  margin-top: 0;
  display: flex;
  overflow: visible;
}

.cookieinfo8 {
  width: 250px;
  height: 100%;
  min-width: 250px;
  color: #fff;
  background-color: #0184d4;
  flex-direction: column;
  justify-content: flex-start;
  padding: 40px 20px 20px;
  font-size: .9em;
  line-height: 1.7;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cookieinfo11 {
  color: #fff;
  font-size: .8em;
  text-decoration: underline;
}

.cookieinfo9 {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.cookieinfo12 {
  width: 100%;
  max-height: 64vh;
  padding: 40px;
  overflow: auto;
}

.cookieinfo13 {
  color: #555;
  font-size: .8em;
}

.cookieinfo14 {
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
}

.cookieinfo15 {
  margin-bottom: 20px;
}

.cookieinfo19 {
  color: #555;
  font-size: 1em;
  line-height: 1.3;
}

.cookieinfo22 {
  width: 15px;
}

.cookieinfo23 {
  width: auto;
  margin-left: 10px;
}

.cookieinfo20 {
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: .8em;
  display: flex;
}

.cookieinfo21 {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}

.cookieinfo24 {
  width: auto;
  margin-left: auto;
}

.cookieinfo16 {
  margin-bottom: 40px;
}

.checkbox-field-3 {
  height: 30px;
  color: #555;
  flex-direction: row;
  align-items: center;
  font-size: 1.1em;
  display: flex;
}

.checkbox-field-3.full {
  width: 100%;
  color: #0184d4;
  position: relative;
}

.checkbox-3 {
  border: 1px solid #969696;
  margin-top: 0;
}

.checkbox-3:hover {
  border-color: #ce163a;
}

.checkbox-3.w--redirected-checked {
  background-color: #ce163a;
  border-color: #ce163a;
}

.checkbox-3.w--redirected-focus {
  box-shadow: none;
  border-color: #0184d4;
}

.rich-text-block-2 {
  color: #555;
  font-size: 1em;
  line-height: 1.3;
}

.div-block-486 {
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: .8em;
  display: flex;
}

.cookieinfo10 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.submit-button {
  width: 41px;
  height: 41px;
  opacity: .8;
  background-color: #fff;
  background-image: url('../images/SearchCookie.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100px;
  margin-top: 2px;
  margin-right: 2px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.submit-button:hover {
  opacity: 1;
}

.cookieinfo5 {
  height: 45px;
  border: .5px #d6d6d6;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.cookieinfo6 {
  height: 45px;
  color: #555;
  border: 1px #000;
  margin-bottom: 0;
}

.cookieinfo6:hover, .cookieinfo6:focus {
  color: #555;
}

.cookieinfo6::-ms-input-placeholder {
  color: #969696;
}

.cookieinfo6::placeholder {
  color: #969696;
}

.cookieinfoclose {
  width: 50px;
  height: 50px;
  opacity: .8;
  background-image: url('../images/CloseCookie.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-left: 10px;
}

.cookieinfoclose:hover {
  opacity: 1;
}

.cookieinfo4 {
  width: 100%;
  margin-bottom: 0;
}

.cookiesettings3-1 {
  width: 80%;
  margin-bottom: 10px;
  padding-right: 0;
}

.cookieoverlay {
  z-index: 9997;
  background-color: rgba(85, 85, 85, .8);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ctafixed {
  z-index: 9995;
  width: 100%;
  max-width: 1050px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(245, 245, 245, .76);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 8%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-weight: 300;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ctafixedbutton {
  width: auto;
  max-width: 400px;
  min-height: 48px;
  min-width: 250px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(58deg, #ce163a, #c82680);
  border: .5px solid #ce163a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}

.ctafixedbutton:hover {
  color: #ce163a;
  background-image: linear-gradient(#fff, #fff), linear-gradient(58deg, #ce163a, #c82680);
  border-width: .5px;
  border-color: #ce163a;
}

.div-block-487 {
  align-items: center;
  display: flex;
}

.div-block-488 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 300;
  display: flex;
}

.switchtext01 {
  color: #0184d4;
  margin-left: 0;
  font-size: .8em;
}

.switchtext01.disable {
  color: #555;
}

.fullwiretransferfield {
  width: 100%;
  flex-direction: column;
  margin-bottom: 15px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.wiretransfercombobox {
  width: 100%;
  min-height: 46px;
  color: #555;
  background-color: #fff;
  border: .5px solid #d6d6d6;
  border-radius: 3px;
  font-size: .9em;
  font-weight: 400;
  transition: all .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.wiretransfercombobox:hover {
  color: #0184d4;
  background-color: #fff;
  border-color: #0184d4;
}

.wiretransfercombobox:active {
  color: #ce163a;
  background-color: #fff;
  border-color: #ce163a;
}

.wiretransfercombobox:focus {
  background-color: #fff;
  border-color: #ce163a;
}

.wiretransfercombobox:focus-visible {
  color: #ce163a;
  border-color: #ce163a;
}

.wiretransfercombobox[data-wf-focus-visible] {
  color: #ce163a;
  border-color: #ce163a;
}

.wiretransfercombobox.disable {
  opacity: .48;
  color: #d6d6d6;
  cursor: not-allowed;
  background-color: #d6d6d6;
}

.div-block-489 {
  width: 4%;
  height: .5px;
  background-color: #969696;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-span-17 {
  font-weight: 400;
}

.div-block-490 {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.div-block-491 {
  width: 48%;
}

.text-block-221 {
  color: #969696;
  margin-top: 40px;
  margin-right: 19px;
  font-size: 1.2em;
  font-weight: 300;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bottominfo {
  margin-top: 20px;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.2;
}

.wiredesc {
  font-weight: 400;
}

.wireform {
  width: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.opennewaccbtn {
  width: 100%;
  min-height: 50px;
  border-width: .5px;
  margin-left: auto;
  font-size: 1em;
  font-weight: 600;
}

.sendinginfo {
  color: #555;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: .9em;
  font-weight: 300;
  display: flex;
}

.sendinginfo.disable {
  opacity: .48;
  color: #d6d6d6;
  background-color: #d6d6d6;
  border-radius: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.contentdisablearea {
  width: 100%;
}

.contentdisablearea.active {
  opacity: 1;
  background-color: #ececec;
}

.textdisablearea {
  margin-left: auto;
  margin-right: 5px;
}

.textdisablearea.active {
  min-width: 70px;
  color: #d6d6d6;
  background-color: #d6d6d6;
  border-radius: 100px;
}

.homepagepop {
  z-index: 10000;
  background-color: rgba(85, 85, 85, .8);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.homepagepop.disable {
  display: none;
}

.homepagepop1 {
  width: 90%;
  max-width: 600px;
  min-height: auto;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.homepagepop3 {
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.homepagepop4 {
  text-align: center;
  font-size: 1.2em;
}

.homepagepop5 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
}

.popclose {
  width: 50px;
  height: 50px;
  background-color: #555;
  background-image: url('../images/ei_close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.popclose:hover {
  background-color: #0184d4;
}

.locationdetail {
  color: #004397;
  background-color: #f5f5f5;
  border-top: 1px rgba(255, 255, 255, .12);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  display: flex;
}

._404_resuts {
  width: 100%;
  max-width: 1050px;
  color: #555;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .2s;
  display: flex;
  position: relative;
}

._404_resuts:hover {
  background-color: #f5f5f5;
}

._404pageimage {
  width: 140px;
  margin-left: 40px;
  margin-right: 40px;
}

._404textspan {
  color: #ce163a;
  font-size: 1.3em;
  font-weight: 600;
}

._404textwrapper {
  margin-bottom: 20px;
  font-weight: 300;
}

._404textcontent {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.accessibilitywrapper {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-image: url('../images/accessibility.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100px;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.accessibilitywrapper:hover, .accessibilitywrapper.on {
  background-color: #0184d4;
}

.accessibilitywrapper.on:hover {
  background-color: rgba(0, 0, 0, 0);
}

.accessibilitywrapper.mobile {
  display: none;
}

.accessibility02 {
  width: 100px;
  height: 30px;
  color: #555;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .6em;
  line-height: 1.1;
  display: none;
  position: absolute;
}

.accessibility01 {
  z-index: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 2px;
  margin-top: -28px;
  position: absolute;
  transform: rotate(45deg);
}

.accessibility03 {
  z-index: 1;
  position: relative;
}

.ctatextcenter {
  margin-bottom: 20px;
}

.droplink {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.comboarea {
  width: 100%;
  max-width: 1050px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}

.linkedin {
  width: 40px;
  height: 40px;
  min-height: 40px;
  min-width: 40px;
  opacity: 1;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  display: none;
}

.linkedin:hover {
  opacity: 1;
}

.linkedin.left {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
}

.div-block-492 {
  background-image: url('../images/linkedin.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  display: none;
}

.footerlinkswrap {
  align-items: center;
  display: flex;
}

.sociallinkedin {
  opacity: 1;
  color: #222;
  background-image: url('../images/linkedin-blue.svg');
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  align-items: center;
  margin-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 26px;
  font-size: .8em;
  text-decoration: none;
  display: flex;
}

.overlayresponsive {
  display: none;
}

.wrappergroup {
  width: 100%;
  background-color: #0184d4;
  flex-direction: row;
  display: flex;
}

.appareawrapper, .mobile-link {
  display: none;
}

.text-field-left-icon {
  width: 100%;
  min-height: 48px;
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.text-field-left-icon:hover {
  border-color: #ccd5e0;
}

.text-field-left-icon:focus {
  border-color: #642eff;
}

.text-field-left-icon::-ms-input-placeholder {
  color: #a0a6b0;
}

.text-field-left-icon::placeholder {
  color: #a0a6b0;
}

.map-overlay-div {
  z-index: 1;
  background-color: #fff;
  border: 1px #ddd;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 10%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-text.form {
  margin-bottom: 1rem;
}

.div-block-493 {
  width: 100%;
  min-height: 800px;
  background-color: #f5f5f5;
  border: .5px #d6d6d6;
  border-radius: 6px;
  flex-direction: column;
  padding: 100px;
  display: flex;
  position: relative;
}

.text-block-222 {
  width: 100%;
  max-width: 1050px;
  margin-bottom: 0;
}

.text-block-223, .text-block-224 {
  margin-bottom: 1rem;
}

.hrhead {
  color: #004c91;
  margin-bottom: 1rem;
  font-size: 1.4em;
  font-weight: 700;
}

.hrhead-2 {
  color: #555;
  border-top: .5px dashed #969696;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 2rem;
  font-size: 1.1em;
  font-weight: 700;
}

.bottom-1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-span-19 {
  color: #004c91;
  font-weight: 700;
}

.hr-mail {
  color: #004c91;
  font-weight: 700;
  text-decoration: none;
}

.text-block-225 {
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 140px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hr-mail-1 {
  color: #004c91;
  margin-left: 40px;
  font-weight: 700;
  text-decoration: none;
}

.link-13 {
  text-decoration: none;
}

.jobwrapper {
  width: 32%;
  color: #555;
  background-color: #f5f5f5;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: .5% 1% .5% 0;
  padding: 2rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.jobwrapper:hover {
  background-color: #e6e6e6;
}

.jobtitle {
  width: 100%;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4;
}

.jobtitle.big {
  color: #ce163a;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1;
}

.jobtag {
  background-color: #fff;
  border-radius: 100px;
  margin: 0;
  padding: .25rem .5rem;
  font-size: .8em;
}

.jobtag._02 {
  background-color: #f5f5f5;
  border: .5px #f5f5f5;
}

.jobtag._01 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ico-1_2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 1.5rem;
}

.jobtag._02 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ico-3_3.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 1.5rem;
}

.jobtag._03 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ico-2_2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 1.5rem;
}

.jobtag._04 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ico-3_3.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 1.5rem;
}

.jobdate {
  margin-bottom: .5rem;
  font-size: .8em;
}

.jobtagwrapper {
  width: 100%;
  height: 80px;
  flex-flow: wrap;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jobtagwrapper.inner {
  height: auto;
  font-size: 1.1em;
}

.jobprice {
  flex-direction: row;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: .25rem;
  font-size: 1.1em;
  font-weight: 700;
  display: flex;
}

.jobprice.big {
  font-size: 1.4em;
}

.joblocation {
  color: #0184d4;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0 0 .8rem;
  padding: 0;
  font-size: .8em;
}

.joblocation.big {
  font-size: 1em;
}

.joblocation._w-ico {
  min-height: 22px;
  background-image: url('../images/ico-1_2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  align-items: center;
  padding-left: 1.6rem;
  display: flex;
}

.joblist {
  width: 100%;
  max-width: 1050px;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
}

.div-block-494 {
  width: 100%;
  height: auto;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.jobpicturewrapper {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: #0184d4;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.joblogo {
  width: 30px;
}

.text-block-226 {
  color: #0184d4;
  background-color: #fff;
  border: 2px solid #0184d4;
  border-radius: 100px;
  margin-top: 1rem;
  padding: .5rem 1rem;
  font-size: .9em;
  font-weight: 500;
}

.pricewrapper {
  width: 100%;
  height: 85px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricewrapper.big {
  height: auto;
  margin-top: 2rem;
  margin-bottom: 0;
}

.text-span-20 {
  margin-left: .5rem;
  font-size: .6em;
  font-weight: 400;
}

.jobwrapper2 {
  width: 100%;
  color: #555;
  background-color: rgba(0, 0, 0, 0);
  border-top: .5px #969696;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem 0;
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.jobwrapper2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-495 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
}

.text-block-227 {
  font-size: 1em;
  font-weight: 400;
}

.text-span-21 {
  font-size: .8em;
  font-weight: 500;
}

.text-block-228 {
  font-weight: 700;
}

.text-span-22 {
  font-size: .7em;
}

.div-block-496 {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.rich-text-block-3 {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1280px) {
  .sectiontwo {
    padding-left: 0%;
    padding-right: 0%;
  }

  .headertop, .headerbottom {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .stickynavhelp {
    display: flex;
  }

  .heroslidercontent {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .slide-nav {
    max-width: 1100px;
  }

  .slidehead {
    max-width: 955px;
  }

  .slidercontent {
    max-width: 1100px;
    background-image: linear-gradient(to right, #fff, #ececec 50%, #fff);
  }

  .mask {
    max-width: none;
  }

  .slider-2 {
    max-width: 980px;
    margin-right: 0;
  }

  .slideoffer {
    width: 33.5%;
    margin-right: 0%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .offercontent {
    box-shadow: 0 3px 20px -5px rgba(0, 0, 0, .13);
  }

  .offfertextwrapper {
    margin-left: -1px;
  }

  .sectiontwowrapper {
    max-width: 980px;
  }

  .left-arrow-2 {
    margin-left: -50px;
  }

  .right-arrow-2 {
    margin-right: -50px;
  }

  .footerrow.mobile {
    justify-content: space-between;
  }

  .enbdlogo {
    margin-left: 1px;
  }

  .footerwrapper {
    max-width: 980px;
  }

  .headerhead, .textcontent, .sub-head.margin, .sub-head.margins {
    max-width: 1100px;
  }

  .footerbottomwrapper {
    max-width: 980px;
  }

  .innernawarea, .head-1, .textall, .bullets, .notes, .faq-p-2 {
    max-width: 1100px;
  }

  .dropdown-item-wrapper {
    color: #c82680;
  }

  .dropdown-list.w--open {
    max-width: none;
  }

  .dropdown-grid {
    grid-template-columns: 200px 516px 300px;
  }

  .container-2 {
    padding-left: 2%;
    padding-right: 2%;
  }

  .dropdown-footer-link:hover {
    color: #c82680;
  }

  .text-block-162, .link-6 {
    text-decoration: none;
  }

  .calculatorwrapper {
    width: 100%;
    max-width: 1100px;
  }

  .tablestyle, .boardgroups, .head-group, .subhead, .subhead.faqhead, .reportlist {
    max-width: 1100px;
  }

  .subject.press {
    width: 57%;
  }

  .file-list-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-409 {
    border-right-style: none;
    align-items: flex-start;
  }

  .listcontent.press {
    max-width: 1100px;
  }

  .presslist {
    width: 100%;
    max-width: 1100px;
    justify-content: flex-start;
  }

  .dropdownwrapper {
    max-width: 1100px;
  }

  .date, .back {
    border-right-style: none;
    align-items: flex-start;
  }

  .articlelink {
    width: 49%;
  }

  .productcard {
    width: 24%;
  }

  .diffrentblockcontent, .cta-1, .documentlist, .formcontent {
    max-width: 1100px;
  }

  .form-subhead {
    margin-bottom: 0;
  }

  .menu-list.short.w--open {
    min-width: 300px;
  }

  .dropdown-menu-content {
    background-image: linear-gradient(60deg, rgba(206, 22, 58, .8), rgba(200, 38, 128, .8));
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .head-2, .cta-3 {
    max-width: 1100px;
  }

  .branchfinder {
    max-width: 1100px;
    margin-top: 20px;
  }

  .toplink {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    color: #969696;
    text-align: center;
    background-image: url('../images/TopArrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 2px solid #d6d6d6;
    border-radius: 100px;
    padding-top: 7px;
    padding-bottom: 0;
    padding-right: 0;
    font-size: .5em;
    text-decoration: none;
  }

  .toplink:hover {
    border-color: #969696;
  }

  .contentcenterelement, .linksblock {
    max-width: 1100px;
  }

  .top {
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .searct-top-keywords, .search-results {
    max-width: 1100px;
  }

  .campaign {
    width: 24%;
  }

  .dropdown-2 {
    width: 300px;
  }

  .mobiledropmenulist.shortstyle.w--open {
    min-width: 300px;
  }

  .mobiledropmenuseclinks {
    width: 100%;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }

  .firstseclinkitem {
    font-size: 1em;
  }

  .headerleftbuttoncta-2 {
    z-index: 2;
    position: relative;
  }

  .firstsectoggle {
    padding-left: 10px;
    font-size: 1em;
  }

  .mobiledropmenusecfour {
    max-width: 1100px;
  }

  .firstseclist {
    max-width: 1240px;
  }

  .headerbottomcontent {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigationwrapper-2 {
    width: 100%;
    margin-left: 250px;
  }

  .firstsecdropdowngroup {
    font-size: 1em;
  }

  .mobiledropmenusecthree {
    background-image: linear-gradient(60deg, rgba(206, 22, 58, .8), rgba(200, 38, 128, .8));
    padding-left: 0;
    padding-right: 0;
  }

  .headertopwrapper {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookiesection, .cookiesectionone, .faq-p-4, .ctafixed, ._404_resuts, .comboarea {
    max-width: 1100px;
  }

  .sociallinkedin {
    text-decoration: none;
  }

  .jobwrapper {
    width: 32%;
  }

  .joblist {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    width: 100%;
    max-width: none;
    flex-direction: column;
    display: flex;
    left: auto;
    right: auto;
  }

  .hero {
    width: 100%;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionone, .sectiontwo {
    width: 100%;
  }

  .footer {
    width: 100%;
    justify-content: center;
    position: relative;
  }

  .sectionthree {
    width: 100%;
  }

  .slider {
    right: auto;
  }

  .headertop, .headerbottom {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .right {
    padding-left: 25%;
  }

  .body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar {
    min-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-menu {
    border: 1px #000;
    padding-left: 0;
  }

  .headerleftbuttoncta {
    width: auto;
  }

  .onabutton {
    width: 50%;
  }

  .brand {
    z-index: 100;
  }

  .obbutton {
    width: 50%;
  }

  .stickynavhelp {
    width: 80px;
  }

  .heroslidercontent {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide-nav {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    display: flex;
    top: auto;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .stickynavlinks {
    z-index: 997;
    width: 80px;
    right: 1%;
  }

  .sticky-ico, .sticky-ico._02, .sticky-ico._03, .sticky-ico._04 {
    width: 30px;
  }

  .slidehead {
    max-width: 1175px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slidercontent {
    max-width: 1300px;
  }

  .mask {
    max-width: none;
  }

  .slider-2 {
    height: 350px;
    max-width: 1200px;
  }

  .slideoffer {
    width: 25%;
  }

  .sectiontwowrapper {
    max-width: 1200px;
  }

  .footerrow.mobile {
    background-color: #fff;
  }

  .enbdlogo {
    margin-left: 2%;
  }

  .footerbottom {
    width: 100%;
  }

  .copyright {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .footerwrapper {
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .headerrightmenu, .innerheaderwrapper {
    width: 100%;
  }

  .innercontentwrapper {
    min-height: auto;
  }

  .headbgimage {
    z-index: 0;
    width: 100%;
    display: block;
    top: auto;
  }

  .headerhead, .textcontent {
    max-width: 1300px;
  }

  .productscontent {
    height: auto;
  }

  .sub-head.margin, .sub-head.margins {
    max-width: 1300px;
  }

  .productstextbg {
    width: 100%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .productimage {
    width: 100%;
    max-width: none;
  }

  .headsubmenu {
    z-index: 998;
    position: relative;
  }

  .footerbottomwrapper {
    max-width: 1200px;
  }

  .stickyinnermenu {
    position: -webkit-sticky;
    position: sticky;
  }

  .innernawarea, .head-1 {
    max-width: 1300px;
  }

  .textall {
    max-width: 1300px;
    margin-bottom: 20px;
  }

  .textall.space {
    max-width: 1300px;
  }

  .twowrapper {
    height: auto;
    align-items: center;
  }

  .bullets, .notes, .faq-p-2 {
    max-width: 1300px;
  }

  .dropdown-item-wrapper {
    width: 100%;
  }

  .dropdown-list {
    max-width: none;
  }

  .calculatorwrapper {
    max-width: 1300px;
  }

  .tooltip-content {
    margin-top: -17px;
  }

  .tablestyle {
    max-width: 1300px;
  }

  .tablecolumn.head.white {
    min-height: 50px;
  }

  .tablerow {
    width: 100%;
  }

  .tablerow.right {
    width: 100%;
    min-width: 150px;
  }

  .boardlist {
    width: 100%;
  }

  .boardgroups {
    width: 100%;
    max-width: 1300px;
  }

  .head-group, .subhead, .subhead.faqhead, .reportlist {
    max-width: 1300px;
  }

  .link-block-5:hover {
    background-color: #892c87;
  }

  .link-block-5:active {
    background-color: #fff;
  }

  .subject.press {
    width: 64%;
  }

  .file-list-2 {
    width: 100%;
  }

  .div-block-409 {
    border-right-style: solid;
    align-items: flex-end;
  }

  .listcontent.press {
    max-width: 1300px;
  }

  .presslist {
    width: 100%;
    max-width: 1300px;
    justify-content: flex-start;
  }

  .dropdownwrapper {
    max-width: 1300px;
  }

  .date, .back {
    border-right-style: solid;
    align-items: flex-end;
  }

  .articlelink {
    width: 32%;
  }

  .productcard {
    width: 24%;
  }

  .row-white.right {
    padding-left: 0%;
  }

  .diffrentblockcontent {
    width: 100%;
    max-width: 1300px;
  }

  .tablerw.big.head.right, .tablerw.big.right {
    padding-left: 0%;
  }

  .cta-1 {
    max-width: 1300px;
    margin-bottom: 20px;
  }

  .documentlist, .formcontent {
    max-width: 1300px;
  }

  .form-subhead {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-subhead.closed {
    margin-bottom: 0;
  }

  .loginbtn {
    width: auto;
  }

  .formheadtext {
    margin-bottom: 20px;
  }

  .form-head-inside {
    margin-bottom: 0;
  }

  .dropdown-wrp {
    right: 0;
  }

  .head-2, .cta-3 {
    max-width: 1300px;
  }

  .cta-btn {
    width: 50%;
  }

  .branchfinder {
    max-width: 1300px;
  }

  .locationwrapper {
    max-height: none;
  }

  .toplink {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100px;
    margin-bottom: 13px;
    margin-right: 6%;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .contentcenterelement, .linksblock {
    max-width: 1300px;
  }

  .actionbtn {
    width: auto;
  }

  .searct-top-keywords, .search-results {
    max-width: 1300px;
  }

  .campaign {
    width: 24%;
  }

  .denizmobile-picture, .text-sticky-picture {
    max-width: none;
  }

  .headerright {
    padding-left: 25%;
  }

  .opennewaccount {
    width: 50%;
  }

  .newnavigation {
    min-width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .headermenuwrapper {
    width: 100%;
  }

  .internetbanking {
    width: 50%;
  }

  .headerleftbuttoncta-2 {
    width: auto;
  }

  .headerbrand {
    z-index: 100;
  }

  .firstsectoggle {
    font-size: 1em;
  }

  .mobiledropmenusecfour {
    max-width: 1300px;
  }

  .dropdownwrapper-2 {
    right: 0;
  }

  .firstseclist {
    max-width: 1500px;
  }

  .headernavmenuwrapper {
    border: 1px #000;
    padding-left: 0;
  }

  .headerbottomcontent {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .navigationwrapper-2 {
    margin-left: 300px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .headertopwrapper {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cookiesection, .cookiesectionone, .faq-p-4, .ctafixed {
    max-width: 1300px;
  }

  .ctafixedbutton {
    width: 50%;
  }

  ._404_resuts, .comboarea {
    max-width: 1300px;
  }

  .jobwrapper {
    width: 24%;
  }

  .joblist {
    max-width: 1300px;
  }

  .jobwrapper2 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .innerheaderwrapper {
    min-height: 600px;
  }

  .form-subhead {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigationwrapper-2 {
    margin-left: 350px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 9999;
    width: 100%;
    max-width: none;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero {
    height: 630px;
    background-color: #d6d6d6;
  }

  .sectionone {
    background-color: #ececec;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectiontwo {
    padding: 40px 10%;
  }

  .footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectionthree {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider {
    background-color: #ececec;
  }

  .slide {
    height: 525px;
    background-image: url('../images/slider1.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
  }

  .headertop {
    display: none;
  }

  .headerbottom {
    width: 100%;
    height: auto;
    background-color: #0184d4;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .body {
    padding-bottom: 100px;
  }

  .navbar {
    z-index: 2;
    height: 60px;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .nav-menu {
    z-index: auto;
    width: 100%;
    height: auto;
    max-height: 600px;
    background-color: #fff;
    border: 1px #d9efff;
    border-radius: 0 0 10px 10px;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    top: 0;
    overflow: auto;
  }

  .headerleftbuttoncta {
    z-index: 1;
    width: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .headerleftbuttoncta.mobile {
    z-index: 300;
    background-color: #0184d4;
    border-top: 1px solid #01a1d4;
    padding: 20px 10%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .onabutton {
    margin-right: 10px;
  }

  .onabutton:hover {
    color: #0184d4;
    background-color: rgba(0, 0, 0, 0);
  }

  .brand {
    width: 30%;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0%;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .obbutton {
    margin-left: 10px;
    margin-right: 0;
  }

  .stickynavhelp {
    z-index: 1000;
    width: 18%;
    height: 90px;
    background-color: #f5f5f5;
    border-top: .5px solid #d6d6d6;
    border-bottom: 1px #000;
    border-left: 1px #000;
    border-right: .5px solid #d6d6d6;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: center;
    margin-bottom: 0%;
    margin-right: 0%;
    bottom: 0;
    right: 5%;
  }

  .chevron {
    color: #555;
    margin-right: 30px;
    display: flex;
  }

  .menu-mask {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-text-2._1 {
    color: #fff;
  }

  .denizbankaglogo {
    margin-left: 2px;
  }

  .heroslidercontent {
    width: 80%;
    height: 280px;
    background-color: #fff;
    border-radius: 6px;
    justify-content: flex-end;
    padding-bottom: 3rem;
    padding-left: 5%;
    padding-right: 5%;
    top: auto;
    bottom: -102px;
    left: 0%;
    right: 0%;
  }

  .sliderheading {
    width: 100%;
    color: #555;
    text-align: center;
    margin-top: 1rem;
    font-size: 1.6em;
  }

  .sliderdesc {
    width: 100%;
    color: #555;
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    display: flex;
  }

  .slidebtnarea {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-nav {
    text-align: center;
    justify-content: center;
    padding-left: 0%;
    display: flex;
    bottom: 0;
  }

  .stickynavlinks {
    width: 90%;
    height: 90px;
    background-color: #fff;
    border: .5px solid #d6d6d6;
    border-radius: 6px 6px 0 0;
    justify-content: flex-start;
    margin: auto 10% 0 5%;
    padding: 0;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 30px 50px rgba(0, 0, 0, .34);
  }

  .link-block {
    width: 20%;
    border-right: .5px solid #d6d6d6;
    justify-content: center;
    margin-bottom: 0;
  }

  .sticky-ico {
    width: 46px;
    height: 46px;
    min-height: 46px;
    min-width: 46px;
    background-color: #0184d4;
    background-image: url('../images/ico-1w.svg');
  }

  .sticky-ico:hover {
    width: 46px;
    height: 46px;
    min-height: 46px;
    min-width: 46px;
  }

  .sticky-ico._01 {
    width: 46px;
    height: 46px;
    min-height: 46px;
    min-width: 46px;
    background-color: #0184d4;
  }

  .sticky-ico._01:hover {
    width: 46px;
    height: 46px;
    min-height: 46px;
    min-width: 46px;
    transform: none;
  }

  .sticky-ico._01.help {
    background-color: #fff;
    background-image: url('../images/ico-1.svg');
  }

  .sticky-ico._02 {
    background-image: url('../images/ico-2-w.svg');
  }

  .sticky-ico._02:hover {
    transform: none;
  }

  .sticky-ico._02.help {
    background-color: #fff;
    background-image: url('../images/ico-2.svg');
  }

  .sticky-ico._03 {
    background-image: url('../images/ico-3-w.svg');
  }

  .sticky-ico._03:hover {
    transform: none;
  }

  .sticky-ico._03.help {
    background-color: #fff;
    background-image: url('../images/ico-3.svg');
  }

  .sticky-ico._04 {
    background-image: url('../images/ico-4-w.svg');
  }

  .sticky-ico._04:hover {
    transform: none;
  }

  .sticky-ico._04.help {
    background-color: #fff;
    background-image: url('../images/ico-4.svg');
  }

  .sticky-text {
    color: #555;
    margin-top: 5px;
    font-size: .7em;
  }

  .slidehead {
    display: none;
  }

  .slidercontent {
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.redline {
    color: #fff;
    background-color: #ce163a;
  }

  .button.redline:hover {
    background-color: #aa0727;
    border-color: #aa0727;
  }

  .button.redline.page-btn {
    width: auto;
    min-width: auto;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
  }

  .button.bluecolor {
    display: flex;
  }

  .button.bluecolor:hover {
    background-color: #006fb3;
    background-image: none;
    border-color: #006fb3;
  }

  .button.whiteline.space {
    background-color: #ce163a;
    border-color: #ce163a;
    margin-bottom: 6px;
    margin-right: 0;
  }

  .button.whiteline.space:hover {
    color: #fff;
    background-color: #b80528;
  }

  .button.darkline {
    display: none;
  }

  .button.cookie {
    display: flex;
  }

  .mask {
    text-align: center;
  }

  .slider-2 {
    width: 90%;
    height: auto;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .slideoffer {
    width: 49.9%;
    padding: 0 5px;
  }

  .offerimage {
    margin-bottom: 0;
  }

  .offfertextwrapper {
    background-color: #fff;
    background-image: none;
    justify-content: flex-end;
    padding-bottom: 1rem;
    position: static;
  }

  .text-block-4 {
    color: #555;
    font-weight: 500;
  }

  .sectiontwowrapper {
    flex-direction: column;
  }

  .sectiontwocontent1 {
    width: 100%;
    border-color: #0184d4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .left-arrow-2 {
    margin-left: -6%;
  }

  .right-arrow-2 {
    margin-right: -6%;
  }

  .ths13-hero-slider-2 {
    height: auto;
  }

  .ths13-heading-h1-2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 1.3em;
  }

  .ths13-hero-slide-content-2 {
    justify-content: center;
  }

  .ths13-hero-slider-nav-2 {
    justify-content: center;
    margin-bottom: 0;
  }

  .sectiontwocontent2 {
    width: 100%;
    border-color: #ce163a;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .image-21 {
    margin-top: 2rem;
    position: static;
  }

  .sectiontwotext2 {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 1.4em;
  }

  .footerrow {
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
    display: none;
  }

  .footerrow.mobile {
    margin-bottom: 0;
    display: flex;
  }

  .footerlink {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .lang-dd-1-togle {
    min-width: 60px;
    display: block;
  }

  .lang-dd-1-togle.w--open, .lang-selector-text-wrapper {
    width: auto;
  }

  .lang-dropdown-1-link {
    width: 100%;
  }

  .lang-dd-1-list.lang-dropdown-link-flag {
    width: auto;
    max-width: 100px;
    position: absolute;
    overflow: hidden;
  }

  .lang-dd-1-list.lang-dropdown-link-flag.w--open {
    width: auto;
    max-width: none;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
    left: auto;
    right: auto;
  }

  .footerwrapper {
    flex-direction: column;
    align-items: center;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 10px;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .lang-dropdown-mobile {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .search-mobile {
    display: flex;
  }

  .headerrightmenu {
    z-index: 2;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 1%;
    position: relative;
  }

  .menu-button-line {
    width: 16px;
    height: 2px;
    background-color: #b7bfc6;
    border-radius: 1px;
    margin-bottom: 4px;
  }

  .menu-button-line.top {
    width: 22px;
    height: 1px;
    max-height: 1px;
    min-width: 22px;
    background-color: #fff;
    border: 1px #000;
    border-radius: 0;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-weight: 100;
    position: relative;
    left: 8px;
  }

  .menu-button-line.middle {
    width: 30px;
    height: 1px;
    max-height: 1px;
    background-color: #fff;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-line.last {
    width: 30px;
    height: 1px;
    max-height: 1px;
    background-color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .innerheaderwrapper {
    background-position: 50% 0;
  }

  .innercontentwrapper {
    padding: 40px 5%;
  }

  .innercontentwrapper.diffrent {
    padding-left: 0%;
    padding-right: 0%;
  }

  .innercontentwrapper.none {
    padding-top: 0;
    padding-bottom: 0;
  }

  .headbgimage {
    width: auto;
    height: 125%;
    max-width: none;
    left: auto;
    right: 0;
  }

  .headerhead {
    width: 90%;
    margin-bottom: 40px;
  }

  .heading {
    width: 100%;
    text-align: left;
    font-size: 2.7em;
    line-height: 1.2;
  }

  .text-block-158 {
    width: 100%;
    text-align: left;
  }

  .textcontent {
    width: 100%;
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .textcontent.sec {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .productscontent {
    width: 48%;
  }

  .sub-head {
    width: 100%;
  }

  .sub-head.margin {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sub-head.margins {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .stickyinnermenu {
    border-bottom-color: #d6d6d6;
    top: 60px;
  }

  .innernawgroup {
    z-index: 998;
    align-items: flex-start;
  }

  .nav-link {
    color: #555;
    background-image: url('../images/1.svg');
  }

  .nav-link.w--current {
    color: #ce163a;
    background-image: none;
    padding-left: 0;
    font-weight: 600;
  }

  .nav-link.activepage {
    color: #ce163a;
  }

  .nav-link.activepage.w--current {
    color: #ce163a;
    font-weight: 700;
  }

  .innernavs {
    width: 100%;
    max-height: none;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 40px 30px;
    display: flex;
    overflow: auto;
  }

  .lines {
    width: 100%;
    height: 1px;
    min-width: auto;
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .lines.full {
    height: 1px;
    opacity: 1;
    background-color: #ce163a;
  }

  .line-1 {
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 20px auto 5px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .line-1.black {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 5px 0 0;
  }

  .menu-button-3 {
    width: 60px;
    height: 60px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-3.circ {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #cbd6e4;
    border-radius: 0;
    flex-flow: column;
    align-items: center;
    margin-left: 5%;
    margin-right: 0;
    display: flex;
  }

  .menu-button-3.circ.w--open {
    width: 60px;
    margin-left: 5%;
  }

  .line-2 {
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 5px auto;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .line-2.black {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 5px 0 0;
  }

  .mobilemenustyle {
    width: 60px;
    height: 17px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, .29);
    border-radius: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .line-3 {
    width: 40px;
    height: 1px;
    background-color: #fff;
    margin: 5px auto 20px;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .line-3.black {
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0;
  }

  .hed-txt {
    display: none;
  }

  .hed-txt.menu {
    height: 31px;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
    font-size: .6em;
    display: flex;
    position: static;
  }

  .head-1 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .head-1.nospace.topscroll {
    margin-left: 5%;
    padding-left: 0;
  }

  .head-1.news {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .textall {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .textall.head.news {
    width: 100%;
  }

  .textall.nospaces {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .textall.inline {
    margin-left: 0%;
    margin-right: 0%;
  }

  .sectiontext {
    width: 100%;
  }

  .twowrapper {
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .bullets, .notes {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .spacer {
    width: auto;
  }

  .faq-p-2 {
    width: 90%;
    margin-left: 5%;
  }

  .faq-body-cont {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-point-wrapper {
    width: 100%;
    height: auto;
    min-height: auto;
    color: #fff;
    border: 1px #e7eaee;
    border-bottom-color: #e5e5e5;
    align-items: center;
    display: none;
  }

  .nav-point-wrapper:hover {
    border: 1px #000;
  }

  .nav-point-wrapper.dropdown {
    width: 100%;
    height: auto;
    color: #555;
    border-style: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 20px;
  }

  .nav-point-wrapper.dropdown:hover {
    border-style: none;
  }

  .all-links {
    width: 90%;
    height: auto;
    max-width: none;
    min-width: auto;
    justify-content: flex-start;
    margin-left: 5%;
  }

  .dropdown-item-wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .dropdown-item-wrapper.big {
    height: auto;
    background-color: #0184d4;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, .19);
    padding: 20px 3% 20px 2%;
  }

  .dropdown-list {
    height: auto;
  }

  .dropdown-list.w--open {
    height: auto;
    max-height: 500px;
    margin-top: 55px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .dropdown-toggle {
    width: 100%;
    min-height: 55px;
  }

  .dropdown-toggle.w--open {
    min-height: 55px;
  }

  .nav-link-2 {
    color: #555;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-item {
    width: 90%;
    height: auto;
    max-width: none;
    min-width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-right-style: none;
    flex-flow: wrap;
    margin-left: 5%;
  }

  .dropdown-card-bg, .dropdown-card-bg.blue {
    display: none;
  }

  .dropdown-grid {
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .dropdown-card-title {
    font-size: .9em;
  }

  .dropdown-card {
    margin-bottom: 28px;
  }

  .dropdown-card.has-icon {
    width: 100%;
    min-height: 50px;
    background-image: url('../images/3.svg');
    background-position: 22px 17px;
    background-repeat: no-repeat;
    background-size: 9px;
    border-bottom: 1px #e5e5e5;
    align-items: center;
    margin-bottom: 0;
    padding-left: 40px;
  }

  .dropdown-column {
    margin-bottom: 64px;
  }

  .dropdown-column.second {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .dropdown-card-text, .container-2 {
    display: none;
  }

  .dropdown-footer-link {
    width: 50%;
    text-align: center;
    font-size: 14px;
  }

  .div-block-386 {
    width: 100%;
  }

  .navlinks {
    width: 100%;
    color: #004c91;
    background-image: url('../images/minus.svg');
    background-position: 21px 23px;
    background-repeat: no-repeat;
    background-size: 9px;
    border-bottom: 1px solid rgba(229, 229, 229, .73);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
  }

  .navlinks:hover {
    color: #00c1ff;
  }

  .navlinks.w--open {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navlinks.mobile {
    background-image: url('../images/minus.svg');
    background-position: 21px 22px;
    background-size: 9px;
    border-bottom-color: rgba(229, 229, 229, .73);
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    display: flex;
  }

  .navlinks.mobile.last {
    border-bottom-style: none;
  }

  .calculatorwrapper {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .calculatorswrap-1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .calculatorswrap-1.color {
    width: 100%;
    margin-bottom: 0;
    font-size: .9em;
  }

  .calculatorswrapper {
    flex-wrap: wrap;
  }

  .fieldgroup.third {
    justify-content: space-between;
  }

  .wrapperhead {
    top: -41px;
  }

  .tooltip-content {
    justify-content: flex-end;
    margin-top: 0;
  }

  .tooltip {
    align-items: flex-end;
    margin-right: 0;
    bottom: 30px;
  }

  .tooltip-text {
    width: auto;
  }

  .tooltip-arrow {
    margin-top: -6px;
    margin-right: 3px;
  }

  .tabmenu {
    height: 80px;
    min-height: 80px;
    min-width: 200px;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .7em;
  }

  .tabmenu.w--current {
    height: 80px;
    min-height: 80px;
    min-width: 200px;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8em;
  }

  .tablestyle {
    width: 90%;
  }

  .tablestyle.white {
    width: 90%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tablecolumn, .tablecolumn.head.white {
    min-width: 800px;
  }

  .tablerow.white {
    width: 100%;
  }

  .bgoverlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 53%, #222);
  }

  .img-outer-wrapper {
    width: 250px;
    height: 400px;
    min-height: 400px;
    min-width: 250px;
    margin-bottom: 50px;
  }

  .faq-p-3 {
    margin-top: 0;
  }

  .text {
    flex-direction: column;
  }

  .boardgroups {
    width: 90%;
  }

  .links {
    flex-direction: row;
    margin-left: 0;
    padding-left: 100px;
  }

  .links:hover {
    padding-left: 100px;
  }

  .head-group, .subhead {
    width: 90%;
  }

  .subhead.faqhead {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .reportlist {
    width: 90%;
  }

  .subject.press {
    width: 65%;
    font-size: 1.3em;
  }

  .file-list-2 {
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 0%;
    font-size: .9em;
  }

  .div-block-409 {
    margin-right: 0;
  }

  .listcontent.press {
    width: 90%;
  }

  .presslist {
    width: 90%;
    font-size: .9em;
  }

  .dropdownwrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropwrapper {
    width: 100%;
  }

  .pressleftsec {
    height: 400px;
    top: 180px;
  }

  .link-block-6 {
    height: 320px;
    min-height: auto;
  }

  .date {
    width: 100%;
    align-items: flex-start;
    padding-left: 7%;
  }

  .back {
    width: 100%;
    margin-right: 0;
  }

  .articlelink {
    font-size: .9em;
  }

  .articlelink.cmpgn {
    width: 50%;
  }

  .productcard {
    width: 49%;
    font-size: .9em;
  }

  .row-white {
    width: 100%;
  }

  .diffrentblockcontent {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .diffrentblockcontent.block {
    width: 90%;
    border-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .accountinfowrapper {
    flex-wrap: wrap;
  }

  .forminfotext.disable {
    font-size: .9em;
  }

  .adv-wrapper {
    flex-wrap: wrap;
  }

  .tablewrapper {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    overflow: auto;
  }

  .tablescroll {
    min-width: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
  }

  .tablescroll.full, .tablescroll.wraping {
    flex-flow: row;
  }

  .tablehead {
    width: 100%;
  }

  .tablehead.wrap {
    flex-wrap: wrap;
  }

  .tablehead.vertical {
    flex-direction: column;
  }

  .tablerw.big.head.center {
    min-width: auto;
  }

  .tablerw.small {
    height: 100%;
    min-height: auto;
    min-width: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 1px;
  }

  .tablerw.small.head, .tablerw.small-light {
    min-width: 300px;
  }

  .tablerw.small-light._100 {
    min-width: auto;
    justify-content: flex-start;
    margin-bottom: 1px;
  }

  .tablerw.oneline {
    min-width: auto;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 1px;
  }

  .tablerw.oneline.head {
    min-width: 300px;
  }

  .tableline {
    width: 49.9%;
    flex-flow: column;
    align-items: flex-start;
  }

  .tableline.nowrap {
    flex-direction: row;
  }

  .tableline.full {
    width: 100%;
    flex-direction: column;
  }

  .tableline.vertical {
    justify-content: space-between;
    align-items: stretch;
  }

  .cta-1 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .link-block-13 {
    width: 31.5%;
  }

  .documentlist {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .linkswrapper, .linkswrapper.top {
    font-size: .9em;
  }

  .text-block-196 {
    padding-right: 20px;
  }

  .fullrow._49 {
    width: 48%;
    justify-content: space-between;
    margin-right: 0;
  }

  .fullrow._49.nospace {
    justify-content: space-between;
    margin-left: 0;
  }

  .fullrow._49.nospace.selectedlist {
    margin-left: 0;
  }

  .fullrow._49.leftspace {
    margin-right: 10px;
  }

  .fullrow._100 {
    width: 99%;
    width: 100%;
    margin-right: 0;
  }

  .formcontent {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .formcontent.questions {
    width: 90%;
    flex-direction: column;
  }

  .formcontent.sectininfo {
    width: 90%;
    font-size: .9em;
  }

  .form-subhead {
    width: auto;
    flex-flow: row;
    justify-content: flex-start;
    font-size: 1.2em;
    line-height: 1.3;
    display: flex;
  }

  .form-subhead.closed {
    width: auto;
  }

  .formsection.finish {
    align-items: center;
    font-size: .9em;
  }

  .text-span-13 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: .5em;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .buttonblock {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .textformdesc {
    font-size: .9em;
  }

  .loginbtn {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-447 {
    flex-direction: column;
  }

  .inlinebtn {
    font-size: .9em;
  }

  .formheadtext {
    width: auto;
    padding-left: 10px;
    font-size: .9em;
  }

  .complate.close {
    margin-top: 0;
  }

  .form-head-inside.top {
    align-items: flex-start;
    margin-top: 0;
  }

  .bold-text-2 {
    font-size: .9em;
  }

  .dropdown-wrp {
    z-index: auto;
    width: 100%;
    max-height: none;
    min-height: auto;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .dropdown-wrp.mobile {
    flex-direction: column;
    display: flex;
  }

  .menu-links {
    display: none;
  }

  .menu-list.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .menu-list.short.w--open {
    margin-top: 0;
    padding-top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-menu-content {
    width: 100%;
    min-height: auto;
    background-color: #d9efff;
    background-image: none;
    border-radius: 0;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .chevron-2 {
    margin-right: 30px;
    display: flex;
  }

  .dropdown-wrapper {
    box-shadow: none;
  }

  .menu-text-3 {
    color: #004c91;
  }

  .menu-link {
    width: 100%;
    height: 40px;
    color: #004c91;
    background-image: url('../images/Arrow-b.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-bottom: 0;
    padding-left: 17px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .menu-link:hover {
    color: #0184d4;
  }

  .dropdown-menu {
    width: 100%;
    max-height: none;
    min-height: 55px;
    color: #004c91;
    background-image: url('../images/minus.svg');
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 9px;
    border-bottom: 1px solid rgba(229, 229, 229, .73);
    align-items: center;
    padding: 0 40px 0 41px;
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    display: flex;
  }

  .dropdown-menu.w--open {
    width: 100%;
    padding-left: 41px;
    padding-right: 30px;
  }

  .head-2 {
    width: 90%;
    font-size: 1.2em;
  }

  .cta-3 {
    width: 90%;
  }

  .cta-btn {
    margin-left: 0;
    margin-right: 20px;
  }

  .branchfinder {
    width: 90%;
    height: 400px;
    min-height: 400px;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .locationtoolwrapper {
    width: 50%;
    min-height: 300px;
  }

  .mapwrapper {
    width: 50%;
  }

  .locationlinkwrapper {
    padding-right: 20px;
  }

  .locationdetailwrapper {
    width: 350px;
    height: 400px;
    padding-right: 20px;
  }

  .locationlistwrapper {
    height: 276px;
    overflow: auto;
  }

  .div-block-453-copy {
    width: 350px;
    height: 400px;
    padding-right: 20px;
  }

  .toplink {
    min-height: 50px;
    min-width: 50px;
    margin-top: 20px;
    margin-right: 0%;
    position: static;
  }

  .contentcenterelement.center {
    width: 90%;
    flex-wrap: wrap;
  }

  .linksblock {
    width: 90%;
    align-items: flex-start;
  }

  .actionbtn {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-203 {
    width: 100%;
  }

  .campaigncta {
    width: 100%;
    color: #555;
    text-align: center;
    background-color: #fff;
    border-color: #555;
    border-radius: 4px;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .9em;
    font-weight: 500;
  }

  .helpwrapper {
    bottom: 0%;
    right: 0%;
  }

  .helpiconwrapper {
    right: 0%;
  }

  .helpcontent {
    display: none;
    bottom: 73px;
    right: -89%;
  }

  .searct-top-keywords {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .search-results {
    width: 90%;
    font-size: .9em;
  }

  .campaign {
    width: 49%;
    font-size: .9em;
  }

  .cappaign-navigate {
    height: 200px;
    min-height: auto;
  }

  .denizmobile-picture {
    height: 400px;
  }

  .circle {
    width: 250px;
    height: 250px;
  }

  .div-block-454 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-458 {
    width: 100%;
    border-left-style: none;
    justify-content: flex-start;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block-459 {
    width: 100%;
    border-left-style: none;
    flex-direction: column;
    margin-top: 20px;
    padding-left: 0;
  }

  .div-block-460 {
    flex-direction: column;
  }

  .div-block-462 {
    width: 100%;
  }

  .nav-point-wrapper-2 {
    height: auto;
    border: 1px #e7eaee;
    align-items: center;
    display: flex;
  }

  .nav-point-wrapper-2:hover {
    border: 1px #000;
  }

  .nav-point-wrapper-2.dropdown {
    width: 100%;
    height: auto;
    border-style: none;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-point-wrapper-2.dropdown:hover {
    border-style: none;
  }

  .nav-point-wrapper-2.dropdown {
    width: 100%;
    height: auto;
    border-style: none;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-point-wrapper-2.dropdown:hover {
    border-style: none;
  }

  .dropdown-item-2 {
    width: 90%;
    height: auto;
    max-width: none;
    min-width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-right-style: none;
    flex-flow: wrap;
    margin-left: 5%;
  }

  .nav-main {
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .search-form.mobile {
    background-color: #fff;
    border-style: none;
    border-color: rgba(0, 0, 0, .69);
    right: auto;
  }

  .menu-seperate-line {
    width: 100%;
    height: 1px;
    min-height: 1px;
    background-color: #cbd6e4;
    margin-left: 0;
    margin-right: 0;
  }

  .mobil-login {
    height: auto;
    border-top: 1px solid #cbd6e4;
    justify-content: center;
    padding: 10px 40px;
    display: none;
  }

  .login-link.mobile {
    width: 150px;
    color: #000;
    border: 1px solid #000;
    justify-content: center;
    margin-left: 0;
    font-weight: 500;
  }

  .login-link.mobile:hover {
    background-color: #e7eaee;
  }

  .nav-link-3 {
    height: 50px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1em;
  }

  .nav-link-3:hover {
    color: rgba(0, 0, 0, .52);
  }

  .nav-link-3.w--current {
    padding-bottom: 2px;
  }

  .nav-link-3._02 {
    width: 100%;
    height: 50px;
    color: #000;
    margin-left: 0;
    padding-left: 40px;
    font-size: .9em;
  }

  .search-button-2.mobile {
    background-image: url('../images/magnifying-glass.svg');
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .logo-wrapper.page-transition.w--current {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu {
    height: auto;
    max-height: 600px;
    max-width: 100%;
    min-width: 100%;
    background-color: #e8eaee;
    overflow: auto;
  }

  .megamenu.w--open {
    height: auto;
    max-height: 600px;
    max-width: 100%;
    min-height: auto;
    min-width: 100%;
    background-color: #e8eaee;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 220px;
    overflow: auto;
  }

  .search-form-wrapper {
    display: none;
  }

  .search-form-wrapper.mobile {
    width: 100%;
    min-width: auto;
    display: flex;
  }

  .logo {
    width: 150px;
    margin-top: 0;
  }

  .search-input-3.mobile {
    color: #000;
  }

  .search-input-3.mobile::-ms-input-placeholder {
    color: #000;
  }

  .search-input-3.mobile::placeholder {
    color: #000;
  }

  .search-mobil {
    height: auto;
    border-bottom: 1px solid #cbd6e4;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .create-account-link.mobile {
    width: 150px;
    height: 40px;
    color: #000;
    border: 1px solid #000;
    justify-content: center;
    font-weight: 500;
  }

  .create-account-link.mobile:hover {
    background-color: #e7eaee;
  }

  .dropdown-item-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dropdown-list-3, .dropdown-list-3.w--open {
    height: auto;
  }

  .dropdown-toggle-3 {
    width: 100%;
  }

  .nav-link-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chevron-4 {
    color: #000;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 40px;
    font-size: 11px;
  }

  .dropdown-item-3 {
    width: 90%;
    height: auto;
    max-width: none;
    min-width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    border-right-style: none;
    flex-flow: wrap;
    margin-left: 5%;
  }

  .text-group {
    width: 100%;
  }

  .div-block-466 {
    justify-content: flex-end;
  }

  .headmenu {
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .dropdown-4 {
    height: auto;
    color: #cd1841;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
  }

  .dropdown-link-3 {
    height: 55px;
    align-items: center;
    padding-left: 40px;
    display: flex;
  }

  .dropdownmenu {
    width: 100%;
    min-height: 55px;
  }

  .dropdown-mega-item {
    width: 100%;
    height: auto;
    min-height: 55px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .mobiledropmenulist.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .mobiledropmenulist.shortstyle.w--open {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    left: 0;
    right: 0;
  }

  .fslinktypeone {
    height: 55px;
    align-items: center;
    padding-left: 40px;
    display: flex;
  }

  .mobiledropmenusecarrow {
    z-index: 1;
    width: 15px;
    color: #cf183f;
    margin-right: 0;
    font-size: 13px;
    display: flex;
  }

  .mobiledropmenusecarrow.minus {
    width: 12px;
    display: block;
  }

  .mobiledropmenusecarrow.plus {
    width: 12px;
  }

  .menubuttonline {
    width: 16px;
    height: 2px;
    background-color: #b7bfc6;
    border-radius: 1px;
    margin-bottom: 4px;
  }

  .menubuttonline.top {
    width: 22px;
    height: 1px;
    max-height: 1px;
    min-width: 22px;
    background-color: #fff;
    border: 1px #000;
    border-radius: 0;
    margin-left: auto;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-weight: 100;
    position: relative;
    left: 8px;
  }

  .menubuttonline.middle {
    width: 30px;
    height: 1px;
    max-height: 1px;
    background-color: #fff;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menubuttonline.last {
    width: 30px;
    height: 1px;
    max-height: 1px;
    background-color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .opennewaccount {
    color: #fff;
    margin-right: 10px;
  }

  .opennewaccount:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .headerlangmobile {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 60px;
    display: flex;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .newnavigation {
    z-index: 2;
    height: 60px;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .mobiledropmenuseclinks {
    width: 95%;
    height: 40px;
    min-width: 723px;
    color: #555;
    border-bottom: .5px solid rgba(202, 202, 202, .73);
    border-left: 0 rgba(207, 24, 63, 0);
    border-radius: 0;
    margin: 4px auto;
    padding: 0 40px 0 20px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .mobiledropmenuseclinks:hover {
    opacity: 1;
    color: #333;
    border-left-color: #cf183f;
  }

  .mobiledropmenuseclinks.w--current {
    color: #333;
    border-bottom: .5px solid rgba(202, 202, 202, .73);
    border-left: 3px solid #cf183f;
    border-radius: 5px;
  }

  .mobiledropmenuseclinks.sub {
    width: 100%;
    height: 32px;
    min-width: auto;
    background-image: url('../images/drop-arrow-1.svg');
    background-position: 8px;
    background-repeat: no-repeat;
    background-size: 6px;
    border-bottom-style: none;
    border-left-style: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    padding-left: 20px;
    font-size: .9em;
  }

  .mobilesearcharea {
    margin-top: 7px;
    margin-right: 60px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .firstseclinkitem {
    height: 55px;
    padding-left: 40px;
    display: flex;
  }

  .fsdropdownlink {
    width: 100%;
    align-items: center;
  }

  .headerlanglist.langflagtypes {
    width: auto;
    max-width: 100px;
    position: absolute;
    overflow: hidden;
  }

  .headerlanglist.langflagtypes.w--open {
    width: auto;
    max-width: none;
    box-shadow: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
    left: auto;
    right: auto;
  }

  .headerlangdropdownfirst {
    width: 100%;
  }

  .firssecicon {
    color: #555;
    margin-right: 40px;
    font-size: .7em;
  }

  .headerlangtoggle {
    min-width: 60px;
    display: block;
  }

  .headerlangtoggle.w--open {
    width: auto;
  }

  .mobilehamburgermenu {
    width: 50px;
    height: 50px;
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 10px;
    display: flex;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .mobilehamburgermenu.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .headermenuwrapper {
    z-index: 2;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-left: 2%;
    padding-right: 1%;
    position: relative;
  }

  .internetbanking {
    color: #fff;
    margin-left: 10px;
    margin-right: 0;
  }

  .mobiledropmenusectext {
    height: 40px;
    color: #555;
    border-bottom: .5px rgba(202, 202, 202, .73);
    justify-content: space-between;
    padding: 0 18px 0 20px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
  }

  .headerlangselecttext {
    width: auto;
  }

  .headerleftbuttoncta-2 {
    z-index: 1;
    width: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
    display: none;
    position: relative;
    top: auto;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .headerleftbuttoncta-2.mobilestyle {
    z-index: 300;
    background-color: #0184d4;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 0;
    padding: 20px 10%;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .mobiledropmenuseclink {
    width: 90%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menufirstsec {
    width: 100%;
    min-height: 55px;
  }

  .mobiledropmenusecline {
    z-index: 1;
    width: 100%;
    height: .5px;
    border: 1px solid rgba(202, 202, 202, .45);
    border-bottom-width: .5px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 39px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .headersearchform {
    width: 90%;
    margin-left: 0;
  }

  .firstseclinkgroup {
    width: 100%;
    height: auto;
    min-height: 55px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .firstseccontent {
    flex-direction: column;
  }

  .headerbrand {
    width: 30%;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0%;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .firstsectoggle {
    min-height: 55px;
    color: #004c91;
    background-image: url('../images/minus.svg');
    background-position: 3%;
    background-repeat: no-repeat;
    background-size: 9px;
    border-bottom: 1px solid rgba(229, 229, 229, .73);
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    font-size: 1.1em;
    display: flex;
  }

  .firstsectoggle.w--open {
    color: #555;
    font-weight: 300;
  }

  .fsdropdowntitle {
    width: 100%;
    height: 55px;
    color: #555;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1em;
    font-weight: 300;
    display: flex;
  }

  .fsdropdowntitle:hover {
    font-weight: 400;
  }

  .mobiledropmenusecfour {
    z-index: 10;
    width: 95%;
    max-width: none;
    min-width: 95%;
    border: .5px rgba(0, 0, 0, 0);
    border-bottom-color: rgba(202, 202, 202, .73);
    border-radius: 6px;
    margin: 4px 0;
    position: relative;
    left: 0;
    right: auto;
  }

  .mobiledropmenusecbody {
    width: 100%;
  }

  .firstsecdropdownlists {
    background-color: #fff;
  }

  .firstsecdropdownlists.w--open {
    width: 100%;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    right: 0%;
  }

  .firstsectext {
    color: #555;
    font-weight: 300;
  }

  .headerformfield {
    color: #080808;
    background-color: #fff;
    background-image: url('../images/SearchCookie.svg');
    background-position: 97%;
    border-style: none;
    border-color: rgba(70, 70, 70, .51);
  }

  .headerformfield:hover {
    border-color: #555;
  }

  .headerformfield:focus {
    background-image: url('../images/SearchCookie.svg');
  }

  .headerformfield::-ms-input-placeholder {
    color: #555;
  }

  .headerformfield::placeholder {
    color: #555;
  }

  .dropdownwrapper-2 {
    z-index: auto;
    width: 100%;
    max-height: none;
    min-height: auto;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .dropdownwrapper-2.mobilestyle {
    background-color: #ececec;
    border-bottom: .5px solid rgba(202, 202, 202, .73);
    flex-direction: column;
    font-size: 1em;
    display: flex;
  }

  .mobiledropmenusecone {
    width: 100%;
    max-height: none;
    min-height: 55px;
    color: #555;
    background-image: url('../images/ArrowLeaftIcoM.svg');
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 6px;
    border-bottom: 1px solid rgba(229, 229, 229, .73);
    align-items: center;
    padding: 0 40px;
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    display: flex;
    position: relative;
  }

  .mobiledropmenusecone.w--open {
    width: 100%;
    color: #cf183f;
    background-color: #fff;
    background-image: url('../images/ArrowDownIcoM.svg');
    background-position: 95%;
    background-size: 12px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
  }

  .fsdropdownicon {
    width: 12px;
    margin-bottom: 0;
    margin-right: 41px;
  }

  .firstseclist.w--open {
    border-bottom: 1px solid rgba(229, 229, 229, .73);
    justify-content: flex-start;
  }

  .headersearcareamobile {
    border-bottom: .5px solid #d3d3d3;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .mobiledropmenuseccontent {
    width: 100%;
    background-color: #ececec;
    border-top-style: solid;
    border-top-color: #ececec;
    border-radius: 0;
    flex-direction: column;
    margin-left: 0;
    padding: 20px 0;
  }

  .headernavmenuwrapper {
    z-index: auto;
    width: 100%;
    height: auto;
    max-height: 600px;
    background-color: #fff;
    border: 1px #d9efff;
    border-radius: 0 0 10px 10px;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    top: 0;
    overflow: auto;
  }

  .headernavmenuwrapper.web {
    display: none;
  }

  .headernavmenuwrapper.mobile {
    height: 100vh;
    max-height: none;
    background-color: #ececec;
    display: flex;
    top: 0;
    overflow: scroll;
  }

  .headerbottomcontent {
    z-index: auto;
    width: 100%;
    height: auto;
    background-color: #0184d4;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .headerchevron {
    color: #555;
    margin-right: 30px;
    display: flex;
  }

  .fsdroplink {
    width: 100%;
    height: auto;
    color: #004c91;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 0;
    padding-left: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
  }

  .fsdroplink:hover {
    color: #0184d4;
  }

  .navigationwrapper-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .navigationwrapper-2.web {
    display: none;
  }

  .firstsecdropdowngroup {
    height: auto;
    color: #cd1841;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1em;
  }

  .mobiledropmenusecthree {
    width: 100%;
    min-height: auto;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
  }

  .mobiledropmenusectwo {
    max-width: none;
    min-width: auto;
    box-shadow: none;
  }

  .headertopwrapper {
    border-radius: 0;
    display: none;
  }

  .mobiledropmenulinksec {
    width: 100%;
    color: #004c91;
    background-image: url('../images/minus.svg');
    background-position: 21px 23px;
    background-repeat: no-repeat;
    background-size: 9px;
    border-bottom: 1px solid rgba(229, 229, 229, .73);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
  }

  .mobiledropmenulinksec:hover {
    color: #00c1ff;
  }

  .mobiledropmenulinksec.w--open {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobiledropmenulinksec.mobile {
    color: #555;
    background-image: none;
    border-bottom-width: .5px;
    border-bottom-color: rgba(202, 202, 202, .73);
    font-family: Open Sans, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    display: flex;
  }

  .mobiledropmenulinksec.mobile.w--current {
    color: #cf183f;
    font-weight: 600;
  }

  .logocontent {
    margin-left: 2px;
  }

  .cookiesection {
    width: 300px;
  }

  .cookiesectionone {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }

  .cookiesectionbodycontent {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-p-4 {
    width: 90%;
    margin-left: 5%;
  }

  .cookieinfo8 {
    display: none;
  }

  .ctafixed {
    width: 90%;
  }

  .ctafixedbutton {
    margin-left: 0;
    margin-right: 20px;
  }

  .sendinginfo {
    font-size: .7em;
  }

  .locationdetail {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._404_resuts {
    width: 90%;
    font-size: .9em;
  }

  .accessibilitywrapper.mobile {
    display: flex;
  }

  .accessibilitywrapper.mobile:hover, .accessibilitywrapper.mobile.on {
    background-color: #555;
  }

  .droplink {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .comboarea {
    width: 90%;
  }

  .footerlinkswrap {
    flex-direction: row;
  }

  .overlayresponsive {
    z-index: 1;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .47), rgba(255, 255, 255, 0) 41%);
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .wrappergroup {
    height: auto;
  }

  .mobile-link {
    z-index: 10;
    width: 55px;
    height: 55px;
    background-image: url('../images/out-0.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-493 {
    background-size: 70px, 100px;
    padding: 60px;
  }

  .text-block-225 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .jobwrapper {
    width: 47.6%;
  }

  .joblist {
    width: 90%;
  }

  .jobwrapper2 {
    width: 47.6%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 550px;
  }

  .slide {
    height: 440px;
  }

  .headerbottom {
    height: 60px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    height: 60px;
  }

  .nav-menu {
    z-index: auto;
    max-height: 600px;
    margin-top: 0;
    overflow: auto;
  }

  .headerleftbuttoncta.mobile {
    z-index: 300;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .brand {
    width: 40%;
  }

  .stickynavhelp {
    z-index: 1000;
  }

  .heroslidercontent {
    bottom: -107px;
  }

  .sliderheading {
    font-size: 1.5em;
  }

  .sliderdesc {
    width: 100%;
    justify-content: center;
    font-size: .9em;
    display: flex;
  }

  .slidercontent {
    width: 91%;
  }

  .text-block-3 {
    font-size: 1.3em;
  }

  .slider-2 {
    width: 90%;
    height: auto;
  }

  .slideoffer {
    width: 49.9%;
    margin-right: 0%;
    padding: 0 5px;
  }

  .offercontent {
    min-height: 320px;
  }

  .offfertextwrapper {
    height: auto;
    min-height: 175px;
  }

  .text-block-4 {
    font-size: 1.1em;
  }

  .left-arrow-2 {
    margin-left: -8%;
  }

  .right-arrow-2 {
    margin-right: -8%;
  }

  .ths13-hero-slider-2 {
    height: auto;
    padding-bottom: 20px;
  }

  .mask-3 {
    padding-bottom: 20px;
  }

  .ths13-heading-h1-2 {
    font-size: 1.3em;
  }

  .ths13-hero-slider-nav-2 {
    margin-bottom: -10px;
  }

  .sectiontwotext2 {
    width: 100%;
    font-size: 1.4em;
  }

  .div-block-9 {
    width: 80%;
    max-width: none;
  }

  .div-block-10 {
    width: 100%;
    flex-direction: column;
  }

  .checkbox-field {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .checkbox {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .checkbox-label {
    width: 60%;
    text-align: center;
    line-height: 1.4;
  }

  .footerlink.dp {
    border-left-style: none;
    margin-bottom: 10px;
    padding-left: 0;
  }

  .footerbottom {
    flex-direction: column;
  }

  .copyright {
    margin-bottom: 20px;
  }

  .headerrightmenu {
    padding-top: 0;
  }

  .innerheaderwrapper {
    min-height: 500px;
  }

  .innercontentwrapper.diffrent {
    padding-top: 20px;
  }

  .headerhead {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 2.5em;
  }

  .text-block-158 {
    text-align: center;
  }

  .textcontent.sec {
    flex-direction: column;
  }

  .sub-head {
    width: 100%;
    text-align: center;
  }

  .sub-head.bottom-margin, .sub-head.margins {
    text-align: center;
  }

  .footerbottomwrapper {
    flex-direction: column;
    align-items: center;
  }

  .stickyinnermenu {
    top: 60px;
  }

  .nav-link {
    justify-content: center;
  }

  .nav-link.w--current {
    font-weight: 600;
  }

  .innernavs {
    justify-content: center;
  }

  .lines.full {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-3 {
    margin-left: 20px;
  }

  .menu-button-3.circ {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-3.circ.w--open {
    width: 100%;
    margin-left: 0%;
  }

  .hed-txt.menu {
    height: 32px;
    font-size: .6em;
    position: static;
    top: -11%;
  }

  .head-1 {
    text-align: center;
    justify-content: center;
    font-size: 1.2em;
    line-height: 1.4;
  }

  .head-1.nospace.topscroll {
    margin-top: -36px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .textall {
    text-align: center;
  }

  .sectiontext {
    width: 80%;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .twowrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-4 {
    text-align: center;
  }

  .bullets {
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }

  .bullets.top-margin {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    font-size: .8em;
  }

  .bullets.sub-bulets {
    margin-left: 0;
  }

  .div-block-379 {
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .lissection {
    flex-direction: column;
    align-items: center;
  }

  .text-block-161, .notes {
    text-align: center;
  }

  .faq {
    justify-content: flex-start;
  }

  .toggle-text {
    text-align: center;
    font-size: 17px;
  }

  .toggle-text.list {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1em;
    display: block;
  }

  .faq-body-cont {
    padding-left: 31px;
    padding-right: 31px;
  }

  .dropdown-card-title {
    font-size: .9em;
  }

  .calculatorswrap-1.color {
    width: 100%;
  }

  .calculatorswrap-1.color.small {
    margin-top: 0;
  }

  .calculatorswrapper.wrap {
    flex-direction: column;
  }

  .fieldgroup._50 {
    width: 100%;
    margin-bottom: 10px;
  }

  .fieldgroup.third {
    justify-content: space-between;
  }

  .tooltip-content {
    margin-top: 2px;
    position: relative;
  }

  .tooltip {
    min-width: 200px;
  }

  .tabmenu {
    align-items: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabmenu.w--current {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8em;
    line-height: 1;
  }

  .tablecolumn, .tablecolumn.head.white {
    min-width: 800px;
  }

  .img-outer-wrapper {
    width: 175px;
    height: 270px;
    min-height: 270px;
    min-width: 175px;
  }

  .text {
    text-align: left;
    flex-direction: column;
    line-height: 1.5;
  }

  .links {
    margin-left: auto;
    font-size: .9em;
  }

  .accordionicon {
    margin-right: 0;
  }

  .head-group {
    flex-direction: column;
  }

  .subhead {
    text-align: center;
  }

  .subject.press {
    width: 60%;
    font-size: 1.2em;
  }

  .file-list-2 {
    width: 99%;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .div-block-409 {
    align-items: flex-start;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .presslist {
    width: 90%;
    padding: 5%;
  }

  .pressleftsec {
    width: 100%;
    height: 80px;
    display: flex;
    top: 140px;
  }

  .pressrightsec {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }

  .link-block-6 {
    height: 80px;
  }

  .date {
    width: 25%;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-right: 1px;
    padding: 0 0 0 0%;
  }

  .back {
    width: 50%;
    text-align: center;
    align-items: center;
    margin-right: 1px;
    padding: 0 0 0 0%;
  }

  .text-block-184 {
    text-align: center;
  }

  .articlelink {
    width: 24.5%;
    justify-content: center;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 1px;
  }

  .articlelink.cmpgn {
    width: 24.7%;
  }

  .text-block-185, .text-block-186 {
    display: none;
  }

  .productcard {
    width: 49%;
  }

  .diffrentblockcontent {
    align-items: center;
    margin-top: 20px;
  }

  .accountinfowrapper {
    justify-content: center;
  }

  .s-ubmenu {
    text-align: center;
    line-height: 1.4;
  }

  .halfrow {
    z-index: 4;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .fieldlabeldark, .sub-head-accordion, .cta-1 {
    text-align: center;
  }

  .link-block-13 {
    width: 48%;
  }

  .linkswrapper.top {
    font-size: .9em;
  }

  .text-block-196 {
    padding-right: 20px;
  }

  .forminlinearea {
    padding-top: 5%;
  }

  .fullrow {
    z-index: 4;
    width: 100%;
    margin-bottom: 20px;
  }

  .fullrow._49 {
    width: 48%;
  }

  .image-45 {
    width: 60px;
  }

  .formcontent {
    padding: 60px 5%;
  }

  .form-subhead {
    width: 100%;
    text-align: left;
    justify-content: center;
    margin-left: 0;
  }

  .form-subhead.closed {
    align-items: center;
  }

  .text-span-13 {
    align-items: flex-start;
  }

  .textblock {
    text-align: center;
    justify-content: center;
  }

  .buttonblock {
    justify-content: center;
  }

  .div-block-447 {
    flex-direction: column;
  }

  .text-block-199 {
    text-align: center;
  }

  .formheadtext {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    font-size: .8em;
    line-height: 1.2;
    display: flex;
  }

  .form-head-inside, .form-head-inside.top {
    align-items: center;
  }

  .dropdown-wrp {
    z-index: auto;
  }

  .dropdown-menu {
    font-size: 1.1em;
  }

  .head-2 {
    text-align: center;
    justify-content: center;
    font-size: 1.1em;
    line-height: 1.4;
  }

  .cta-3 {
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
    padding-right: 20px;
  }

  .cta-btn {
    margin-right: 0;
  }

  .drparea {
    width: 100%;
  }

  .branchfinder {
    height: 493px;
    min-height: 494px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 0%;
  }

  .locationtoolwrapper {
    width: 100%;
    min-height: 100px;
    justify-content: flex-start;
  }

  .mapwrapper {
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
  }

  .locationwrapper, .locationsearch {
    display: none;
  }

  .locationsearch.mobile {
    display: flex;
  }

  .image-50 {
    border-radius: 0;
    overflow: hidden;
  }

  .locationdetailwrapper {
    display: none;
  }

  .locationlistwrapper {
    width: 100%;
    height: auto;
    font-size: .9em;
  }

  .locationadress._02 {
    color: #555;
    font-size: 1em;
  }

  .locationinfo {
    color: #555;
  }

  .locationformsearch {
    align-items: center;
    display: flex;
  }

  .searchrow {
    z-index: 4;
    width: 100%;
    margin-bottom: 0;
  }

  .searchsubmit {
    z-index: 101;
    background-size: 16px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .lform {
    align-items: center;
    display: flex;
  }

  .branchlist {
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    background-color: #fff;
    border-bottom: 1px solid #d9efff;
    border-left: 1px solid #d9efff;
    border-right: 1px solid #d9efff;
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-453-copy {
    width: 100%;
    height: auto;
    box-shadow: none;
    color: #555;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    padding: 0;
    display: flex;
    position: static;
    transform: none;
  }

  .contentcenterelement {
    flex-direction: column;
    align-items: center;
  }

  .contentcenterelement._02 {
    flex-direction: column-reverse;
  }

  .linksblock {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .typetable.dark {
    color: #555;
    background-color: rgba(0, 0, 0, 0);
    border: .5px solid #969696;
  }

  .detailblock {
    background-image: url('../images/date_1.svg');
    background-size: 19px;
    border-bottom-width: .5px;
    border-bottom-color: #969696;
    font-size: 1em;
  }

  .detailblock.type {
    background-image: url('../images/date_1.svg');
    background-size: 19px;
  }

  .helpwrapper {
    bottom: 3.5%;
  }

  .helpcontent {
    max-height: 84vh;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 13px;
    display: none;
    bottom: 69px;
    right: -51%;
  }

  .searct-top-keywords {
    padding: 20px;
  }

  .campaign {
    width: 49%;
  }

  .cappaign-navigate {
    height: 80px;
  }

  .denizmobile-picture {
    width: auto;
  }

  .heading-4-2 {
    text-align: center;
  }

  .app-store-links {
    margin-bottom: 10px;
  }

  .nav-main {
    height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobil-login {
    display: flex;
  }

  .login-link {
    display: none;
  }

  .login-link.mobile {
    display: flex;
  }

  .nav-link-3 {
    font-size: 1em;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .create-account-link {
    display: none;
  }

  .create-account-link.mobile {
    display: flex;
  }

  .div-block-464 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-465 {
    width: 100%;
    padding-left: 0;
  }

  .text-group {
    width: 100%;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .text-sticky-picture {
    width: 50%;
    position: static;
  }

  ._33row {
    z-index: 4;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mobiledropmenulist.shortstyle.w--open {
    min-width: auto;
  }

  .newnavigation {
    height: 60px;
  }

  .mobiledropmenuseclinks {
    min-width: 400px;
  }

  .mobiledropmenuseclinks.sub {
    min-width: auto;
  }

  .headermenuwrapper {
    padding-top: 0;
  }

  .mobiledropmenusectext {
    justify-content: space-between;
  }

  .headerleftbuttoncta-2.mobilestyle {
    z-index: 300;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .mobiledropmenuseclink {
    justify-content: space-between;
    display: flex;
  }

  .headerbrand {
    width: 40%;
  }

  .mobiledropmenusecfour {
    min-width: 95%;
  }

  .dropdownwrapper-2 {
    z-index: auto;
  }

  .mobiledropmenusecone {
    font-size: 1.1em;
  }

  .mobiledropmenuseccontent {
    padding-left: 31px;
    padding-right: 31px;
  }

  .headernavmenuwrapper {
    z-index: auto;
    max-height: 600px;
    margin-top: 0;
    overflow: auto;
  }

  .headerbottomcontent {
    height: 60px;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cookiesection {
    flex-wrap: wrap;
    padding: 15px 20px 20px;
  }

  .cookietext {
    padding-right: 0;
  }

  .cookieleftwrapper {
    margin-bottom: 10px;
  }

  .cookierightwrapper {
    width: 100%;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .cookiesettings {
    margin-top: 0;
    margin-left: 0;
  }

  .cookieselectarea {
    padding: 10px 20px 0;
  }

  .cookiesectiontwo {
    justify-content: flex-start;
  }

  .cookiesectionbodycontent {
    padding-left: 31px;
    padding-right: 31px;
  }

  .cookiesettings16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookiesettings20 {
    width: 43%;
  }

  .cookiesettings20.rightgray {
    width: 10%;
  }

  .ctafixed {
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
    padding-right: 20px;
  }

  .ctafixedbutton {
    margin-right: 0;
  }

  .fullwiretransferfield {
    z-index: 4;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .div-block-489 {
    width: .5px;
    height: 40px;
    position: static;
  }

  .locationdetail {
    flex-direction: column;
    padding-left: 31px;
    padding-right: 31px;
  }

  ._404_resuts {
    flex-direction: column;
  }

  ._404pageimage {
    margin-bottom: 20px;
  }

  ._404textwrapper {
    text-align: center;
  }

  ._404textcontent {
    text-align: center;
    align-items: center;
  }

  .droplink {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footerlinkswrap {
    flex-direction: column;
    margin-top: 10px;
  }

  .sociallinkedin {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .appareawrapper {
    height: 80px;
    background-color: #fff;
    background-image: linear-gradient(#fff, #e5e5e5);
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex;
  }

  .appimage {
    height: 100%;
    max-width: none;
    border-radius: 10px;
    margin-left: 0;
  }

  .apptext {
    margin-left: 1rem;
    font-size: .7em;
    line-height: 1.2;
  }

  .text-span-18 {
    font-size: 1.4em;
    font-weight: 500;
  }

  .appbutton {
    height: auto;
    background-color: #ce163a;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8em;
    display: flex;
  }

  .appareaclose {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    background-image: url('../images/CloseCookie.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-493 {
    padding: 40px;
    font-size: .9em;
  }

  .text-block-225 {
    flex-direction: column;
    align-items: flex-end;
    padding-right: 80px;
  }

  .jobwrapper, .jobwrapper2 {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
  }

  .sectionone {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sectiontwo {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slide {
    background-position: 50%;
  }

  .slide._02 {
    overflow: hidden;
  }

  .headerbottom {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar {
    height: 60px;
    min-height: auto;
    padding-left: 0%;
  }

  .nav-menu {
    z-index: auto;
    max-height: 592px;
    margin-top: 0;
    padding-left: 0%;
    overflow: auto;
  }

  .headerleftbuttoncta {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 4%;
    padding-right: 3%;
  }

  .headerleftbuttoncta.mobile {
    z-index: 300;
    padding: 10px 3% 10px 4%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .onabutton {
    margin-right: 5px;
  }

  .brand {
    width: 51%;
    min-width: auto;
  }

  .obbutton {
    margin-left: 4px;
  }

  .stickynavhelp {
    width: 19%;
    height: 70px;
    padding-bottom: 0;
    right: 2.5%;
  }

  .menu-text-2._1 {
    font-size: .9em;
  }

  .denizbankaglogo {
    margin-left: 0;
  }

  .heroslidercontent {
    width: 90%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    bottom: -156px;
  }

  .sliderheading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .sliderdesc {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.2;
    display: flex;
  }

  .slidebtnarea {
    margin-top: 10px;
  }

  .stickynavlinks {
    width: 95%;
    height: 70px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    justify-content: center;
  }

  .sticky-ico._01, .sticky-ico._02, .sticky-ico._03, .sticky-ico._04 {
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .sticky-text {
    text-align: center;
    margin-top: 3px;
    font-size: .5em;
    display: flex;
  }

  .slidehead {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slidercontent {
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-style: none;
    border-color: #ececec;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ths13-hero-slide-2 {
    height: auto;
  }

  .text-block-3 {
    font-size: 1.2em;
  }

  .button.blueline {
    width: 100%;
  }

  .button.redline {
    width: 1009990%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .button.bluecolor {
    display: flex;
  }

  .button.accept {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .button.cookie {
    margin-bottom: 10px;
    display: flex;
  }

  .mask {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  .slideoffer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .offercontent {
    min-height: auto;
  }

  .offfertextwrapper {
    min-height: auto;
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    top: 0;
  }

  .slide-nav-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: -41px;
    font-size: .3em;
    display: flex;
    position: absolute;
  }

  .sectiontwocontent1 {
    min-height: auto;
    align-items: center;
    padding-top: 20px;
  }

  .left-arrow-2 {
    margin-left: 0;
    display: none;
  }

  .right-arrow-2 {
    margin-right: 0;
    display: none;
  }

  .image-4 {
    width: 40px;
    height: 40px;
  }

  .mask-3 {
    height: auto;
    padding-bottom: 20px;
  }

  .ths13-heading-h1-2 {
    text-align: center;
  }

  .news-content-inner {
    flex-direction: column;
  }

  .ths13-hero-slide-content-2 {
    height: auto;
  }

  .ths13-hero-slider-nav-2 {
    justify-content: center;
    margin-bottom: -10px;
    position: static;
  }

  .sectiontwotext1.blue {
    text-align: center;
  }

  .sectiontwocontent2 {
    min-height: auto;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0%;
  }

  .image-21 {
    margin-top: 20px;
    position: relative;
    top: 0;
    bottom: auto;
    right: 0%;
  }

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

  .text-block-157 {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.2;
  }

  .checkbox-label {
    width: 90%;
  }

  .lang-dd-1-togle {
    width: 40px;
    min-width: 40px;
    padding-left: 3px;
    padding-right: 10px;
  }

  .lang-dd-1-togle.w--open {
    padding-left: 3px;
    padding-right: 10px;
  }

  .lang-flag {
    display: none;
  }

  .lang-flag.world {
    height: 16px;
    min-width: 16px;
    display: flex;
  }

  .lang-flag-ico {
    display: none;
  }

  .lang-flag-ico.world {
    display: block;
  }

  .lang-selector-text-wrapper {
    width: auto;
  }

  .lang-dropdown-mobile {
    z-index: 9999;
    width: 40px;
  }

  .headerrightmenu {
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4%;
  }

  .menu-button-line.last {
    margin-bottom: 0;
  }

  .innerheaderwrapper {
    min-height: 450px;
  }

  .innercontentwrapper {
    padding-top: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .innercontentwrapper.diffrent {
    padding-top: 20px;
  }

  .headbgimage {
    left: auto;
    right: -30%;
  }

  .heading {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .text-block-158 {
    width: 100%;
    font-size: .9em;
    line-height: 1.3;
  }

  .productscontent {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .sub-head {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.3;
  }

  .sub-head.margins {
    font-size: 1em;
  }

  .headsubmenu {
    z-index: 9998;
  }

  .stickyinnermenu {
    z-index: 9999;
    top: 60px;
  }

  .innernawgroup {
    z-index: auto;
  }

  .nav-link {
    height: auto;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .innernavs {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#ececec 50%, rgba(255, 255, 255, 0));
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    display: flex;
  }

  .menu-button-3 {
    width: 40px;
    height: auto;
    min-width: 40px;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .menu-button-3.circ {
    align-items: flex-start;
  }

  .mobilemenustyle {
    margin-left: 1rem;
  }

  .hed-txt.menu {
    justify-content: flex-start;
    padding-left: 1.6rem;
  }

  .head-1 {
    flex-direction: column;
    justify-content: center;
    font-size: 1.1em;
  }

  .head-1.nospace.topscroll {
    margin-left: auto;
    margin-right: auto;
  }

  .sectiontext {
    width: 90%;
  }

  .heading-4 {
    text-align: center;
    font-size: 1.2em;
  }

  .bullets.top-margin {
    font-size: .5em;
  }

  .bullets.sub-bulets {
    margin-left: 0;
  }

  .div-block-379 {
    margin-right: 0;
  }

  .faq {
    height: auto;
    min-height: 75px;
    text-align: center;
    justify-content: flex-start;
    padding: 10px 29px 10px 20px;
  }

  .toggle-text {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
  }

  .faq-icon {
    width: 12px;
    margin-right: 14px;
  }

  .faq-body-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-156 {
    font-size: .9em;
    line-height: 1.3;
  }

  .ico-t-1 {
    display: none;
  }

  .nav-point-wrapper.dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    font-size: 1em;
  }

  .dropdown-card-title {
    font-size: .9em;
  }

  .navlinks {
    background-position: 15px 23px;
    padding-left: 30px;
    font-size: 1em;
  }

  .navlinks.w--current {
    padding-left: 35px;
  }

  .navlinks.mobile {
    background-position: 15px 22px;
    padding-left: 35px;
    font-size: 1em;
  }

  .calculatorwrapper {
    padding: 7%;
  }

  .calculatorswrap-1.color {
    margin-bottom: 0;
    padding: 8%;
  }

  .field.stroke {
    width: 100%;
  }

  .fieldgroup.third {
    flex-direction: column;
  }

  .tooltip-content {
    margin-top: 0;
    margin-right: 11px;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .tooltip {
    width: 150px;
    margin-top: -105px;
  }

  .tabmenu {
    width: 0%;
    display: flex;
  }

  .tabmenu.w--current {
    width: 100%;
  }

  .formtexttwo {
    text-align: center;
  }

  .formtexttwo.checked {
    text-align: left;
    padding-left: 10%;
  }

  .formtexttwo.unchecked {
    text-align: left;
    padding-left: 11%;
  }

  .inlinelink {
    padding-left: 0;
    padding-right: 0;
    font-size: .9em;
  }

  .tablecolumn {
    min-width: 400px;
  }

  .tablecolumn.head.white {
    min-width: 400px;
    overflow: visible;
  }

  .tablerow.white.left {
    min-width: 150px;
  }

  .img-outer-wrapper {
    width: 250px;
    height: 400px;
    min-height: 400px;
    min-width: 250px;
  }

  .text {
    text-align: center;
    align-items: center;
  }

  .title-text {
    width: 100%;
    text-align: left;
    margin-left: 0;
    font-size: .9em;
  }

  .title {
    text-align: left;
    align-items: flex-start;
  }

  .links {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
  }

  .subject {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .subject.press {
    width: 75%;
    font-size: 1.1em;
  }

  .file-list-2 {
    height: auto;
    background-position: 23px 29px, 97% 29px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
  }

  .file-list-2:hover {
    height: auto;
  }

  .text-span-4 {
    margin-left: 0;
  }

  .div-block-409 {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .date {
    border-bottom: 1px solid #fff;
    border-right-style: none;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .back {
    width: 49.5%;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .articlelink {
    width: 33%;
    max-height: 80px;
  }

  .productcard {
    width: 99%;
  }

  .row-white.left {
    min-width: 150px;
  }

  .accountinfowrapper {
    justify-content: center;
    align-items: center;
  }

  .halfrow {
    margin-right: 7px;
  }

  .text-field-3 {
    height: 50px;
    min-height: 50px;
    font-size: 1.6em;
  }

  .formsgeneral {
    align-content: stretch;
  }

  .link-block-13 {
    width: 100%;
  }

  .linkswrapper, .linkswrapper.top {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block-196 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .forminlinearea {
    padding-top: 10%;
  }

  .field-small {
    height: 50px;
    min-height: 50px;
    font-size: .8em;
  }

  .field-small._32 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .field-small.selected {
    width: 74%;
  }

  .field-small._49 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-block-197 {
    text-align: center;
  }

  .fullrow._49 {
    margin-bottom: 10px;
  }

  .fullrow._49.nospace {
    margin-left: 0;
  }

  .fullrow._100 {
    margin-bottom: 10px;
  }

  .field-select {
    height: auto;
    min-height: 120px;
    font-size: .8em;
  }

  .image-45 {
    width: 50px;
  }

  .formcontent {
    padding: 40px 5%;
  }

  .form-subhead {
    height: auto;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1.2;
  }

  .form-subhead.closed {
    flex-direction: row;
    align-items: flex-start;
  }

  .formsection {
    align-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-13 {
    margin-top: 4px;
    margin-left: 0;
  }

  .textblock {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .buttonblock {
    flex-direction: column;
    align-items: center;
  }

  .textformdesc {
    text-align: center;
    padding-right: 0;
    font-size: .9em;
  }

  .loginbtn {
    margin-left: 4px;
  }

  .inlinebtn {
    border-radius: 6px;
  }

  .formheadtext {
    width: auto;
    flex-direction: row;
    margin-bottom: 0;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: .9em;
    line-height: 1.1;
    display: block;
  }

  .complate.close, .close {
    min-height: 30px;
    min-width: 30px;
  }

  .calculatebloack {
    flex-direction: column;
  }

  .dropdown-wrp {
    z-index: auto;
    width: 100%;
    min-height: 55px;
  }

  .dropdown-wrp.mobile {
    min-height: auto;
  }

  .dropdown-menu {
    background-position: 15px;
    padding-left: 35px;
    padding-right: 0;
    font-size: 1em;
  }

  .dropdown-menu.w--open {
    padding-left: 35px;
  }

  .head-2 {
    justify-content: center;
  }

  .cta-3 {
    flex-direction: column;
  }

  .cta-btn {
    margin-left: 4px;
    font-size: .9em;
  }

  .branchfinder {
    height: 400px;
    min-height: auto;
    padding: 0 0%;
  }

  .image-50 {
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .searchfield {
    height: 50px;
    min-height: 50px;
    font-size: .8em;
  }

  .branchlist {
    padding: 10px;
  }

  .actionbtn {
    margin-left: 4px;
  }

  .text-block-204 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.4;
  }

  .helpwrapper {
    width: 35px;
    height: 35px;
    bottom: 2%;
    right: 4%;
  }

  .helpiconwrapper {
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
  }

  .helpanimation, .helpexit {
    width: 35px;
    height: 35px;
    min-height: 35px;
    min-width: 35px;
    transform: scale(.7);
  }

  .helpcontent {
    height: 400px;
    max-height: none;
    max-width: 300px;
    display: none;
    bottom: 55px;
    right: -48%;
  }

  .searct-top-keywords {
    padding: 20px;
  }

  .link-11 {
    white-space: normal;
    display: none;
  }

  .campaign {
    width: 99%;
  }

  .denizmobile-picture {
    width: auto;
    height: 300px;
  }

  .heading-4-2 {
    text-align: center;
    font-size: 1.2em;
  }

  .image-52 {
    width: 50px;
    height: 50px;
    margin-right: auto;
  }

  .div-block-454 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-455 {
    margin-top: 20px;
    margin-left: 0;
  }

  .app-store-links {
    width: 100%;
    height: 50px;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .div-block-458 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-210 {
    text-align: left;
    border-bottom: .5px solid #d6d6d6;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .heading-6 {
    text-align: left;
    margin-top: 0;
  }

  .heads {
    text-align: left;
    margin-bottom: 10px;
  }

  .text-block-211 {
    text-align: left;
  }

  .image-54 {
    width: 100%;
    background-color: #ececec;
    border-style: none;
    padding: 4rem;
  }

  .div-block-459 {
    align-items: center;
  }

  .div-block-462 {
    border-top: .5px solid #d6d6d6;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .nav-point-wrapper-2.dropdown {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-main {
    height: 80px;
  }

  .search-form {
    width: 300px;
  }

  .header-content-2 {
    height: 80px;
  }

  .mobil-login {
    padding-left: 20px;
    padding-right: 10px;
  }

  .login-link.mobile {
    margin-right: 5px;
    font-size: .8em;
  }

  .nav-link-3 {
    width: 100%;
    margin-right: 0;
    font-size: 7vw;
  }

  .nav-link-3._02 {
    padding-left: 20px;
  }

  .search-button-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-form-wrapper {
    min-width: 56px;
  }

  .logo {
    width: 100px;
  }

  .create-account-link.mobile {
    margin-left: 5px;
    margin-right: 5px;
    font-size: .8em;
  }

  .nav-link-5 {
    font-size: .9em;
  }

  .chevron-4 {
    margin-right: 20px;
  }

  .div-block-465 {
    width: 90%;
  }

  .text-group {
    width: 100%;
  }

  .text-sticky-picture {
    width: 90%;
  }

  ._33row {
    margin-right: 7px;
  }

  .div-block-466 {
    justify-content: flex-end;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .headmenu {
    font-size: 15px;
  }

  .mobiledropmenulist.shortstyle.w--open {
    min-width: auto;
    overflow: auto;
  }

  .menubuttonline.last {
    margin-bottom: 0;
  }

  .opennewaccount {
    margin-right: 5px;
  }

  .headerlangmobile {
    z-index: 9999;
    width: 40px;
    margin-right: 40px;
  }

  .newnavigation {
    height: 60px;
    min-height: auto;
    padding-left: 0%;
  }

  .mobiledropmenuseclinks {
    min-width: 280px;
    padding-left: 12px;
    font-size: .9em;
  }

  .mobiledropmenuseclinks.sub {
    height: 26px;
    font-size: .8em;
  }

  .mobilesearcharea {
    margin-right: 50px;
  }

  .headerlangtoggle {
    width: 40px;
    min-width: 40px;
    padding-left: 3px;
    padding-right: 10px;
  }

  .headerlangtoggle.w--open {
    padding-left: 3px;
    padding-right: 10px;
  }

  .headermenuwrapper {
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 4%;
  }

  .internetbanking {
    margin-left: 4px;
  }

  .mobiledropmenusectext {
    height: auto;
    min-height: auto;
    text-align: center;
    justify-content: space-between;
    padding: 10px 17px 10px 12px;
    font-size: 14px;
  }

  .headerlangselecttext {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .headerleftbuttoncta-2 {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 4%;
    padding-right: 3%;
  }

  .headerleftbuttoncta-2.mobilestyle {
    z-index: 300;
    padding: 10px 3% 10px 4%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .mobiledropmenuseclink {
    width: 80%;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .headerbrand {
    width: 51%;
    min-width: 150px;
  }

  .mobiledropmenusecfour {
    min-width: 95%;
  }

  .firstsectext {
    font-size: 1em;
  }

  .dropdownwrapper-2 {
    z-index: auto;
    width: 100%;
    min-height: 55px;
  }

  .dropdownwrapper-2.mobilestyle {
    min-height: auto;
  }

  .langflagico {
    display: none;
  }

  .langflagico.worldtype {
    display: block;
  }

  .mobiledropmenusecone {
    background-position: 92%;
    padding-left: 20px;
    padding-right: 0;
    font-size: 1em;
  }

  .mobiledropmenusecone.w--open {
    border-bottom-color: #cf183f;
    padding-left: 20px;
  }

  .mobiledropmenuseccontent {
    padding-left: 10px;
    padding-right: 10px;
  }

  .headernavmenuwrapper {
    z-index: auto;
    max-height: 592px;
    margin-top: 0;
    padding-left: 0%;
    overflow: auto;
  }

  .headerbottomcontent {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .headerchevron.smallsize {
    margin-right: 3px;
  }

  .headerlangflag {
    display: none;
  }

  .headerlangflag.world {
    height: 16px;
    min-width: 16px;
    display: flex;
  }

  .mobiledropmenulinksec {
    background-position: 15px 23px;
    padding-left: 30px;
    font-size: 1em;
  }

  .mobiledropmenulinksec.w--current {
    padding-left: 35px;
  }

  .mobiledropmenulinksec.mobile {
    background-image: none;
    padding-left: 20px;
    font-size: 1em;
  }

  .logocontent {
    margin-left: 0;
  }

  .cookiesection {
    align-content: stretch;
    margin-left: auto;
  }

  .cookietext {
    text-align: center;
    font-size: .7em;
    line-height: 1.4;
  }

  .cookieleftwrapper {
    align-items: center;
  }

  .cookielink {
    margin-left: 3px;
    margin-right: 3px;
  }

  .cookieleftbottom {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

  .cookierightwrapper {
    flex-direction: column;
    align-items: center;
  }

  .cookiesettings {
    margin-left: 3px;
    margin-right: 3px;
  }

  .cookiesettingswrapper {
    align-items: flex-start;
    padding-top: 40px;
    overflow: auto;
  }

  .cookiesettingswrapper.disable {
    display: none;
  }

  .cookieselectarea {
    font-size: .8em;
    line-height: 1.3;
  }

  .rswitchwrapper {
    min-height: auto;
    flex-wrap: wrap;
    position: relative;
  }

  .switchtext {
    font-size: 12px;
  }

  .cookiesettings9 {
    padding: 10px;
  }

  .info {
    margin-top: 4px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .info.checkbox {
    position: static;
  }

  .infotextcontent {
    margin-bottom: 16px;
  }

  .cookiesettings5 {
    margin-bottom: 10px;
  }

  .cookiesettings10 {
    margin-top: 5px;
    margin-right: 0;
    padding-left: 0;
  }

  .cookiesectiontwo {
    height: auto;
    min-height: auto;
    text-align: center;
    justify-content: flex-start;
    padding: 10px 29px 10px 20px;
  }

  .cookiesectionbodycontent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-p-4 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }

  .cookieinfo1.disable {
    display: none;
  }

  .cookieinfo3 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .cookieinfo12 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookieinfo4 {
    margin-bottom: 10px;
  }

  .cookieoverlay {
    display: none;
  }

  .ctafixed {
    flex-direction: column;
  }

  .ctafixedbutton {
    margin-left: 4px;
    font-size: .9em;
  }

  .fullwiretransferfield {
    margin-right: 7px;
  }

  .wiretransfercombobox {
    height: 50px;
    min-height: 50px;
    font-size: .7em;
  }

  .div-block-490 {
    margin-bottom: 10px;
  }

  .homepagepop3 {
    padding: 20px;
  }

  .homepagepop4 {
    font-size: 1.1em;
    line-height: 1.3;
  }

  .homepagepop5 {
    font-size: .9em;
  }

  .locationdetail {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._404_resuts {
    flex-direction: column;
  }

  ._404pageimage {
    width: 100px;
    margin-bottom: 20px;
  }

  ._404textwrapper {
    text-align: center;
  }

  ._404textcontent {
    align-items: center;
  }

  .appareawrapper {
    width: 100%;
    height: 80px;
    background-color: #fff;
    justify-content: space-around;
    align-items: center;
    padding: .5rem 1rem .5rem .5rem;
    font-size: .7em;
    line-height: 1.2;
    display: flex;
  }

  .appimage {
    width: auto;
    height: 70%;
    max-width: none;
    border-radius: 10px;
    margin-left: 0;
  }

  .apptext {
    margin-left: .5rem;
    margin-right: auto;
    font-size: .9em;
  }

  .text-span-18 {
    font-size: 1.2em;
    font-weight: 500;
  }

  .button-2 {
    margin-left: auto;
  }

  .appbutton {
    height: auto;
    background-color: #ce163a;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.1em;
  }

  .appareaclose {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    background-image: url('../images/CloseCookie.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-493 {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    padding: 30px;
  }

  .text-block-225 {
    padding-right: 60px;
  }
}


@font-face {
  font-family: 'OpensansInline';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpensansInline';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpensansInline';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpensansInline';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}