*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-color: currentColor;
}

html {
  box-sizing: border-box;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
}

abbr:where([title]) {
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

*:-moz-focusring {
  outline: auto;
}

*:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: currentColor;
}

button,
[role=button] {
  cursor: pointer;
}

*:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

/* rajdhani-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/rajdhani-v17-latin-300.woff2") format("woff2"), url("../fonts/rajdhani-v17-latin-300.ttf") format("truetype");
}
/* rajdhani-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rajdhani-v17-latin-regular.woff2") format("woff2"), url("../fonts/rajdhani-v17-latin-regular.ttf") format("truetype");
}
/* rajdhani-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/rajdhani-v17-latin-500.woff2") format("woff2"), url("../fonts/rajdhani-v17-latin-500.ttf") format("truetype");
}
/* rajdhani-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rajdhani-v17-latin-600.woff2") format("woff2"), url("../fonts/rajdhani-v17-latin-600.ttf") format("truetype");
}
/* rajdhani-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rajdhani-v17-latin-700.woff2") format("woff2"), url("../fonts/rajdhani-v17-latin-700.ttf") format("truetype");
}
html, body {
  height: 100dvh;
  background: white;
}

body {
  display: grid;
  grid-template: 0.5rem 1fr 0.5rem/0.5rem 1fr 0.5rem;
  background: #c01454;
  font-family: Rajdhani;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  transition: grid-template .1s ease;
}
@media screen and (max-width: 580px) {
  body {
    grid-template: 0 1fr 0/0 1fr 0;
    font-size: 1.125rem;
  }
}

.wrapper {
  grid-row: 2/3;
  grid-column: 2/3;
  display: grid;
  grid-template: 12rem 1fr 12rem 8rem/1fr min(48rem, 92%) 1fr;
  border-radius: 4px;
  background-color: white;
  transition: grid-template .1s ease;
}
@media screen and (max-width: 580px) {
  .wrapper {
    grid-template: 8rem 1fr 8rem 8rem/1fr min(48rem, 92%) 1fr;
    border-radius: 0;
  }
}

.swing {
  grid-row: 2/-1;
  grid-column: 1/-1;
  background-image: url("/svg/swing.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  pointer-events: none;
}

.navbar {
  grid-row: 1/2;
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f4f5;
  border: 1px solid white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
@media screen and (max-width: 580px) {
  .navbar {
    border-radius: 0;
  }
}

.logo {
  max-height: 60%;
  margin-bottom: 1rem;
}

main {
  grid-row: 2/4;
  grid-column: 2/3;
  padding: 2rem 0;
}

footer {
  grid-row: 3/4;
  grid-column: 2/3;
}

h2 {
  font-size: 2rem;
  border-bottom: 2px solid #c01454;
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 0.75rem;
}
p:last-of-type {
  margin-bottom: 1.5rem;
}

.bold {
  font-weight: 600;
}

iframe {
  outline: none;
  width: 100%;
  background: transparent;
}

a {
  text-decoration: underline #d35079 2px;
  text-underline-offset: 2px;
  padding: 0 5px;
  border-radius: 4px;
  transition: all .1s ease;
}
a:hover {
  background: #f7e2e8;
  text-underline-offset: 7px;
}
a:focus {
  box-shadow: 0 0 0 2px #d35079;
  background: #f7e2e8;
  outline: 0;
  border-radius: 4px;
  text-underline-offset: 7px;
  text-decoration-color: transparent;
}
@media screen and (max-width: 580px) {
  a {
    padding: 0;
  }
}

.contactbox {
  margin-bottom: 3rem;
}

.flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.flex.horizontal {
  flex-direction: row;
}
@media screen and (max-width: 580px) {
  .flex:not(.horizontal) {
    gap: 0;
    flex-direction: column;
    align-items: start;
  }
  .flex:not(.horizontal):not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}

.text-largest {
  font-size: 120%;
}

.icon-text {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.type {
  min-width: 7ch;
}

.address {
  display: flex;
  flex-direction: column;
}