
            :root {
                --primaryColor: #153d95;
                --primaryContrastColor: #fff;
                --secondaryColor: #d9883c;
                --secondaryContrastColor: #000;
                --backgroundColor: #FFFFFF;
                --accentBackgroundColor: #F7F7F7;
                --accentBackgroundColorDark: #E5E5E5;
                --textHeadingColor: #000000;
                --textColor: #000000;
            }

            @media (min-width: 1200px) {
  .header__container {
    padding: 0 120px;
  }
  .header {
    padding: 0;
  }
}

.triangle-top{all:unset}
.triangle-footer{all:unset}
.circles-top > svg {height:0px; width:0px}
.circles-bottom > svg {height:0px; width:0px}

.header .logo {
  max-height: 60px;
  height: auto;
}

        