<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  src: url(../fonts/Squad-Heavy.otf);
  font-family: 'Squad-Heavy';
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #1b1f27;
  background-color: #fff;
  min-height: 100vh;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -ms-font-feature-settings: 'kern', 'liga', 'clig', 'calt';
  font-feature-settings: 'kern', 'liga', 'clig', 'calt';
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

header {
  background-color: #fff;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}
@media (max-width: 375px) {
  header .header-wrapper {
    flex-direction: column;
  }
  header .header-wrapper .registration {
    margin-top: 10px;
  }
}
header .header-wrapper .logo-wrapper {
  max-width: 200px;
  width: 100%;
}
header .header-wrapper .logo-wrapper img {
  max-width: 100%;
  height: auto;
}
header .header-wrapper .registration {
  display: flex;
  align-items: center;
}
header .header-wrapper .registration a {
  color: #1b1f27;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  margin-right: 20px;
}
header .hero {
position: relative;
width: 100%;
height: 70vh;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}


  /* Logocrop */

  header .hero .hero-visual img {
    position: absolute;
    width: 650px;
    height: 650px;
    top: 250px;
    left: 18px;
  }

  /* extra large screen*/
  @media only screen and (min-width: 1600px) {
    header .hero .hero-visual img {
      position: absolute;
      width: 810px;
      height: 810px;
      top: 316px;
      left: 35px;
  }

  /* naslov, podnaslov i bullet lista za extra large */
  header .hero .hero-title &gt; h1 {
    transform: translate(75%, 0%) !important;
  }
  header .hero .hero-title p {
    transform: translate(75%, -12%) !important;
  }
  header .hero .hero-title ul {
    transform: translate(72%, -20%) !important;
  }
}

header .hero .hero-slide-img {
  width: 100%;
  height: auto;
}
.hero-container-img::after {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
background: linear-gradient(to left, rgba(0, 0, 0, 0) 18.61%, rgba(0, 0, 0, 0.7) 76.04%);
}
header .hero .hero-title {
  position: absolute;
  width: 100%;
}
header .hero .hero-title &gt; h1 {
  font-family: 'Squad-Heavy';
  position: relative;
  max-width: 510px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 3.4rem;
  /*line-height: 1.2;*/
  transform: translate(40%, 0%);
  z-index: 1;
}

header .hero .hero-title p {
  font-family: 'Source Sans Pro';
  position: relative;
  max-width: 510px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  transform: translate(40%, -12%);
  z-index: 1;
}

header .hero .hero-title ul {
  font-family: 'Source Sans Pro';
  position: relative;
  max-width: 510px;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  transform: translate(36%, -20%);
  z-index: 1;
}


@media (max-width: 575.98px) {
  header .hero &gt; h1 {
    transform: translateY(-60%);
  }
}

/* Info before calculator */
.info-before-calculator {
  padding-bottom: 30px;
}

.info-before-calculator button {
  margin: 20px 0;
  width: 240px;
  height: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 3.5rem;
}

.info-before-calculator p a {
  color: #52ae30;
}

/* Bottom content */
.below-summary-h3 ul li a {
  color: #52ae30;
}
.below-summary-h3 ul li a:hover {
  text-decoration: underline;
}
.content-bottom-calculator .content-calculator {
  padding: 30px 0 30px 0;
}
.content-bottom-calculator .content-calculator a {
  color: #52ae30;
}
.below-summary-h3 .home-page-bottom a {
  color: #52ae30;
}
.home-page-bottom {
  padding-top: 20px;
}

/* Modal */
.modal-footer {
  justify-content: flex-start;
}
.modal-footer .btn-otp-orange {
  background-color: #ff8533;
  color: #fff;
  margin: 20px 0;
  width: 120px;
  height: 3.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 3.5rem;
}

/* Modal media rule */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
  }
  .calculator-section .info-wrapper {
    max-width: 630px !important;
  }
}



/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  header .hero {
    height: 92vh;
  }
  header .hero &gt; h1 {
    transform: translate(0);
    text-align: center;
  }
  header .hero .hero-title &gt; h1 {
    transform: translate(12%, 32%);
    max-width: 440px;
    font-size: 2.5rem;
  }
  header .hero .hero-title p {
    transform: translate(10%, 76%);
    font-size: 1.5rem;
  }
  .otpetica-section .otpetica-logo img {
    max-width: 80% !important;
  }
  header .hero .hero-title ul {
    font-size: 1rem;
    transform: translate(6%, 30%);
  }
}

/* Tablet */
@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 
  header .hero .hero-visual img {
    display: none;
  }
  .calculator-section .container {
    height: 1680px;
  }
}


/*Mobilna*/
@media (max-width: 575.98px) {
  h2 {
    font-size: 34px !important;
  }
  header .header-wrapper .logo-wrapper img {
    max-width: 90%;
  }
  header .header-wrapper .registration a {
    margin-right: 8px;
  }
  header .hero {
    height: 456px;
    width: 100%;
  }
  .hero-container-img::after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 9.61%, rgba(0, 0, 0, 0.7) 54.04%);
  }
  header .hero .hero-slide-img {
    height: 456px;
    object-fit: cover;
  }
  header .hero-visual {
    display: none;
  }
  header .hero .hero-title &gt; h1 {
    font-size: 2.24rem;
    line-height: 1.25;
    padding-bottom: 5px;
    max-width: 330px;
    transform: translate(12%, 54%);
  }
  header .hero .hero-title p {
    font-family: 'Squad';
    font-size: 1.4rem;
    transform: translate(10%, 134%);
  }
  header .hero .hero-title ul {
    font-family: 'Squad';
    font-size: 1rem;
    transform: translate(4%, 50%);
  }
  header .hero .hero-title ul li {
    padding-bottom: 1px;
  }
  .calculator-section {
    padding: 0px !important;
  }
  .calculator-section .container {
    height: 1770px;
}
  .otpetica-section .otpetica-logo {
    text-align: center;
  }
  .otpetica-section .otpetica-logo img {
    max-width: 60% !important;
  }
}

.faq-section h2,
.otpetica-section .otpetica-content &gt; h2,
.credit-section h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

.calculator-section {
  background: #f7f9ff;
  padding: 40px 0 0 0;
}
.calculator-section .description {
  max-width: 478px;
  margin-bottom: 80px;
}
.calculator-section .info-wrapper {
  display: flex;
  align-items: center;
  margin: 30px 0 10px 0;
  max-width: 478px;
}
.calculator-section .info-wrapper .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #52ae30;
  margin-bottom: 15px;
  margin-right: 26px;
}
.calculator-section .info-wrapper .info-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
}
.calculator-section .info-wrapper p {
  opacity: 0.7;
}
.calculator-section .calculator {
  position: relative;
}
.calculator-section .calculator .calculator-placeholder {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 640px;
  max-width: 544px;
  width: 100%;
  transform: translateY(-217px);
  box-shadow: 0px 16px 48px rgba(73, 92, 136, 0.15);
  border-radius: 24px;
  overflow: hidden;
}

.calculator-section h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
}

.calculator-section .calculator .calculator-placeholder iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 991.98px) {
  .calculator-section .calculator .calculator-placeholder {
    position: relative;
    transform: translateY(40px);
  }
}
.additional-info {
  width: 100%;
  padding: 80px 0 0 0;
  background: #fff;
}
@media (max-width: 991.98px) {
.additional-info {
    padding-top: 75px;
  }
}
.additional-info .simple-warning {
  display: flex;
  align-items: center;
  /*max-width: 480px;*/
  background: #fff8db;
  border-radius: 24px;
  padding: 26px 24px;
  margin-bottom: 48px;
}

@media (max-width: 767.98px) {
 .additional-info .simple-warning {
    margin: 0 auto 48px auto;
  }
}
.additional-info .simple-warning span {
  color: #52ae30;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #52ae30;
  margin-right: 30px;
}
.additional-info .simple-warning a {
  color: #52ae30;
}
.additional-info p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  max-width: 480px;
}

.additional-info p.glowinfo {
	font-size:11px;
	max-width:100%;
}

@media (max-width: 767.98px) {
  .additional-info p {
    text-align: center;
    margin: 0 auto;
  }
}
.additional-info p &gt; a {
  color: #52ae30;
}

.credit-section {
  background: #fff;
  padding: 100px 0 80px 0;
}

@media screen and (min-device-width: 768px) and (max-device-width: 992px) { 
    .credit-section {
      padding: 100px 0 35px 0;
  }
}

.credit-section .steps-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .credit-section .steps-wrapper {
    justify-content: center;
  }
}
.credit-section h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .credit-section h2 {
    margin-bottom: 100px;
  }
}
.credit-section .credit-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  width: 100%;
}
.credit-section .credit-step &gt; span {
  color: #1b1f27;
  font-size: 16px;
  line-height: 24px;
  margin-top: 46px;
  margin-bottom: 46px;
  text-align: center;
}

.otpetica-section {
  background-color: #f7f9ff;
  padding: 110px 0 110px 0;
}
@media (max-width: 767.98px) {
  .otpetica-section {
    padding: 100px 0 90px 0;
  }
}
.otpetica-section .otpetica-logo {
  max-width: 256px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .otpetica-section .otpetica-logo {
    margin-bottom: 30px;
  }
}
.otpetica-section .otpetica-logo img {
  max-width: 100%;
  height: auto;
}
.otpetica-section .otpetica-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .otpetica-section .otpetica-content {
    text-align: center;
  }
}
.otpetica-section .otpetica-content &gt; h2 {
  margin-bottom: 24px;
}

.otpetica-section .otpetica-content &gt; p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.otpetica-section .otpetica-content &gt; span {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  opacity: 0.7;
}

.faq-section {
  padding: 100px 0 50px 0;
}
@media (max-width: 767.98px) {
  .faq-section {
    padding: 100px 0 30px 0;
  }
}
.faq-section h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .faq-section h2 {
    margin-bottom: 70px;
  }
}
.faq-section .dropdown {
  margin-bottom: 36px;
}
.faq-section .dropdown .content {
  display: none;
  border-radius: 24px;
  padding: 55px 32px 16px 32px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transform: translateY(-40px);
}
.faq-section .dropdown .content.active {
  display: block;
  background: #eff2f9;
}
.faq-section .dropdown .trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #eff2f9;
  padding: 16px 32px;
  border-radius: 24px;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-section .dropdown .trigger &gt; span {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.faq-section .dropdown .trigger svg {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.faq-section .dropdown .trigger:hover {
  background: #e2e6f0;
}
.faq-section .dropdown .trigger.active {
  background: #e2e6f0;
  box-shadow: unset;
}
.faq-section .dropdown .trigger.active svg {
  transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: rotate(-180deg);
  transform-origin: center;
}

footer {
  display: block;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #52ae30;
  height: 120px;
  padding: 0 50px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

@media (max-width: 991.98px) {
  footer .footer-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  footer .footer-wrapper .container-footer-logo-copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .footer-wrapper .container-footer-logo-copyright svg {
    margin-bottom: 4px;
  }
  footer .footer-wrapper .copyright {
    margin-left: 0px !important;
  }
}

footer .footer-wrapper .copyright {
  color: #fff;
  margin-left: 32px;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  footer .footer-wrapper .copyright {
    margin-left: 0;
  }
}
footer .footer-wrapper .cookies-link {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
footer .footer-wrapper .cookies-link:hover {
  text-decoration: underline;
}

/* cookie */

.btn {
  border-radius: 32px;
  border: 0;
  color: #fff;
  font-size: 1rem;
  box-sizing: border-box; }
  .btn--primary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #28a745;
    font-weight: 700;
    line-height: 1.5rem; }
    .btn--primary:hover {
      background-color: #74BE59;
      color: #fff; }
    .btn--primary:active {
      background-color: #428B26;
      color: #fff; }
    .btn--primary:focus {
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 174, 48, 0.5); }
  .btn--secondary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 700;
    color: #52AE30;
    background-color: #fff;
    border: 1px solid #52AE30; }
    .btn--secondary:hover {
      padding: 10px calc(2rem - 1px);
      color: #428B26;
      background-color: #fff;
      border: 2px solid #52AE30; }
    .btn--secondary:active {
      color: #428B26;
      background-color: #fff;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 174, 48, 0.5); }
    .btn--secondary:focus {
      color: #428B26;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 174, 48, 0.5); }
  .btn--tertiary {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0;
    background-color: #fff;
    font-weight: 600;
    color: #52AE30; }
    .btn--tertiary:hover {
      color: #428B26; }
    .btn--tertiary:active {
      color: #428B26;
      background-color: #fff;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 174, 48, 0.5); }
    .btn--tertiary:focus {
      color: #428B26;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 174, 48, 0.5); }

.groupama-logo {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}</pre></body></html>