@charset 'UTF-8';

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Play, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

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

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  min-height: 100vh;
  background: #eaebed;
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

header {
  color: #4d4d4d;
}

main {
  color: #4e4e4e;
}

footer {
  color: #fff;
}

a {
  color: #008dd2;
}

label{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

[type="text"],
  [type="email"],
  [type="url"],
  [type="password"],
  [type="number"],
  [type="date"],
  [type="datetime-local"],
  [type="month"],
  [type="search"],
  [type="tel"],
  [type="time"],
  [type="week"],
  [multiple],
  textarea,
  select{
  width: 100%;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

[type="text"]:focus,
  [type="email"]:focus,
  [type="url"]:focus,
  [type="password"]:focus,
  [type="number"]:focus,
  [type="date"]:focus,
  [type="datetime-local"]:focus,
  [type="month"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="time"]:focus,
  [type="week"]:focus,
  [multiple]:focus,
  textarea:focus,
  select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

input:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[type="checkbox"],
  [type="radio"]{
  margin-right: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

[type="checkbox"]:focus,
  [type="radio"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

h1{
  margin-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
  line-height: 35px;
}

h3{
  margin: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

h4{
  margin: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1900px){
  .container{
    max-width: 1900px;
  }
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
    100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }

  100%,
    0% {
    transform: scale(1);
  }
}

.collapse{
  visibility: collapse;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.float-right{
  float: right;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.w-1\/3{
  width: 33.333333%;
}

.w-24{
  width: 6rem;
}

.w-3\/4{
  width: 75%;
}

.w-48{
  width: 12rem;
}

.w-64{
  width: 16rem;
}

.flex-initial{
  flex: 0 1 auto;
}

.flex-none{
  flex: none;
}

.table-fixed{
  table-layout: fixed;
}

.border-collapse{
  border-collapse: collapse;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}

.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pl-4{
  padding-left: 1rem;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold{
  font-weight: 700;
}

.capitalize{
  text-transform: capitalize;
}

.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-slate-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 40px;
}

.wrapper-pages {
  display: block;
}

.pages-content {
  padding: 32px;
  background: #ffffff;
  box-shadow: 0px 90px 200px rgba(82, 82, 82, 0.07),
    0px 37.5998px 83.5552px rgba(82, 82, 82, 0.0477769),
    0px 20.1027px 44.6726px rgba(82, 82, 82, 0.0417281),
    0px 11.2694px 25.0431px rgba(82, 82, 82, 0.0437567),
    0px 5.98509px 13.3002px rgba(82, 82, 82, 0.0485621),
    0px 2.49053px 5.53451px rgba(82, 82, 82, 0.0492416);
  border-radius: 8px;
}

.page-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  display: flex;
  align-items: center;
  letter-spacing: -0.59px;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.bread-crumbs {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.26px;
}

.bread-crumbsRoot {
  color: #008dd2;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.26px;
  cursor: pointer;
}

.bread-crumbsRoot:after {
  content: "";
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  background: url(https://dog-show.by/assets/icons/bread-crumbs-0cb0948c4aa24df3dbd6858027d77d17afde46d583b62738b87d436d848a2512.svg) center center no-repeat;
}

.bread-crumbsCurrent {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.26px;
}

.document {
  padding: .15rem 0.5rem;
  border: 1px solid #9f9f9f;
  border-radius: .5rem;
  display: flex;
  align-items: center;
}

.align-center {
  text-align: center;
}

@media (max-width: 1440px) {
  .wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 1280px) {
  .wrapper {
    width: 100%;
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    padding: 0 16px;
  }
}

@media (max-width: 480px) {
  .wrapper {
    padding: 0 8px;
  }

  .bread-crumbs {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header {
  padding: 40px 0 0 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  margin: 0 auto 40px;
  z-index: 1;
}

.headerRelative {
  padding: 40px 0;
  position: relative;
}

.wrapper {
  flex-wrap: wrap;
  padding: 0 40px;
}

.user-nav {
  font-size: 1rem;
  display: flex;
  gap: .5rem;
  font-weight: 500;
  background: #fefefe;
  padding: 0.5rem 0.5rem;
  justify-content: space-between;
  border-radius: 0.5rem;
}

.user-nav > * {
  flex-shrink: 0;
}

.user-nav a, .user-nav button {
  text-decoration: none;
  background-color: #fefefe;
  padding: .25rem 0.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  border-radius: 0.5rem;
}

.user-nav .user-name {
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 4.5rem;
}

.user-nav .logout button {
  color: #f81347;
  border: 0;
}

.user-nav .registration-btn,
.user-nav .login-btn {
  padding: 13px 20px;
  justify-content: center;
}

header .user-nav {
  gap: 1rem;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.logout button {
  color: #f81347;
}

.user-nav-signedIn {
  background: #ffffff;
  border-radius: 8px;
  padding: 14px 20px;
  gap: 10px;
}

.login-btn {
  background: #ffffff;
  border-radius: 8px;
}

.registration-btn a {
  color: #ffffff;
  display: block;
}

.header-logo {
  gap: 16px;
  display: flex;
  align-items: center;
  max-width: 334px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.09px;
  text-transform: uppercase;
  color: #ffffff;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 10px;
  left: 0;
}

header nav a {
  white-space: nowrap;
}

header nav ul {
  flex: 1 1 270px;
  display: flex;
  font-size: 18px;
  line-height: 22px;
  gap: 24px;
  justify-content: space-between;
  background: hsla(0, 0%, 60%, 0.4);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

header nav ul li a,
header nav ul li label {
  display: inline-block;
  padding: 16px 16px;
  position: relative;
}

header nav ul li a::before,
header nav ul li label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 5px;
  left: 0;
  background-color: #fff;
  border-radius: 3px;
  transform: scale(0, 1);
  transition: transform 150ms ease-in-out;
}

header nav ul li a:hover::before,
header nav ul li a:focus::before,
header nav ul li label:focus::before,
header nav ul li label:hover::before {
  transform: scale(1, 1);
}

header nav a,
header nav label {
  color: #fff;
}

header nav a.current {
  color: #b7e46d;
}

.top-navMenu .active {
  text-decoration-line: underline;
}

header nav ul.sub-nav {
  position: absolute;
  max-height: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  top: 60px;
  left: 0;
  right: 0;
  background: linear-gradient(hsla(0, 0%, 40%, 0.7), hsla(0, 0%, 20%, 1));
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 300ms ease-in-out;
}

header nav ul.sub-nav li {
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

header nav input.sub-nav-more:checked ~ ul.sub-nav {
  transform: scale(1, 1);
}

header nav input.sub-nav-more:checked ~ ul.sub-nav li {
  opacity: 1;
  transition: opacity 150ms ease-in-out 150ms;
}

header nav ul label.sub-nav-more {
  display: flex;
  align-items: center;
}

header nav ul label.sub-nav-more::after {
  content: "";
  margin: 5px 0 0 10px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top-color: white;
  transition: transform 150ms;
}

header nav input.sub-nav-more:checked ~ label.sub-nav-more::after {
  transform: rotate(0.5turn);
  transform-origin: 50% 30%;
}

header nav input.sub-nav-more {
  display: none;
}

@media (max-width: 1380px) {
  .header .wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-logoImg {
    max-width: 130px;
  }

  .header-logo p {
    max-width: 128px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .header-logoImg {
    max-width: 100px;
  }

  .headerRelative .wrapper {
    padding: 0 16px;
  }

  header .user-nav {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
  }

  header nav ul {
    gap: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  header nav ul.sub-nav {
    top: 55px;
  }

  .user-nav .registration-btn,
  .user-nav .login-btn {
    width: 100%;
    text-align: center;
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 530px) {
  header nav {
    width: 100%;
  }

  header nav ul {
    font-size: 16px;
    line-height: 18px;
  }
}

.intro {
  background-color: #03033700;
  padding: 160px 0 80px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(https://dog-show.by/assets/top-main-7c5148216aad098ee5b7886a66ab51f24fe37373e4cce50bc75f347980334997.png);
}

.headerRelative {
  background-image: url(https://dog-show.by/assets/top-main-narrow-a64828b4ca6bc7bc6565220193526ae508b92a6c04d884443ba95bac1315068a.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-wrap {
  flex-wrap: wrap;
}

.intro .intro-header {
  font-weight: 700;
  font-size: 56px;
  line-height: 72px;
  display: flex;
  align-items: center;
  letter-spacing: -0.89px;
  color: #ffffff;
  max-width: 934px;
  margin-bottom: 30px;
}

.sign-in,
.password-reset,
.registration {
  background: #ffffff;
  padding: 32px;
  border-radius: 8px;
}

.sign-in input,
.password-reset input,
.registration input [type="text"],
.registration input [type="email"],
.registration input [type="password"] {
  border: 1px solid #cccccc;
  border-radius: 4px !important;
  padding: 12px 20px !important;
}

.sign-in form.compact,
.password-reset form.compact {
  gap: 22px;
}

.sign-in .sign-inCheckbox {
  padding: 0 !important;
}

.sign-in label,
.password-reset label,
.registration label {
  display: inline-flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #4d4d4d;
  margin-bottom: 5px;
}

.sign-inField input [type="text"],
.sign-inField input [type="email"],
.sign-inField input [type="password"]{
  padding: 12px 20px !important;
  background-color: #ffffff !important;
}

.sign-inField input [type="text"]:focus,
.sign-inField input [type="email"]:focus,
.sign-inField input [type="password"]:focus {
  box-shadow: none;
  border: 1px solid #008dd2;
}

.registration .button {
  width: 100%;
}

.registration-page form.compact {
  gap: 22px;
}

.registration-page .registration .compact input[type="text"],
.registration-page .registration .compact input[type="email"],
.registration-page .registration .compact input[type="password"] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 12px 20px;
}

.registration-page .registration .compact .button {
  border-radius: 8px;
  margin-top: 16px;
}

.registration .title {
  margin-bottom: 32px;
}

.registration .for-bots {
  position: absolute;
  top: -100px;
  left: -100px;
}

.registration {
  max-width: 440px;
  width: 100%;
  padding: 32px;
  background: #ffffff;
  border: none;
}

.registration label {
  display: inline-flex;
  margin-bottom: 5px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px !important;
  letter-spacing: -0.09px;
  color: #4d4d4d;
}

.sign-in .title,
.password-reset .title,
.registration .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 32px;
  letter-spacing: -0.59px;
  color: #1a1a1a;
}

.sign-in .sign-in-footer{
  display: flex;
  flex-direction: column;
  background-color: rgb(255 255 255 / 0.6);
  padding: 0.5rem;
}

form.compact{
  display: grid;
  gap: 0.5rem;
  background-color: rgb(255 255 255 / 0.3);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px){
  form.compact{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

form.compact label{
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

form.compact [type="text"],
form.compact [type="email"],
form.compact [type="tel"],
form.compact [type="password"]{
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

form.compact [type="checkbox"] {
  /* background: #ffffff; */
  border: 1px solid #cccccc;
  border-radius: 4px;
}

form.compact [type="submit"]{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sign-in-page,
.password-reset-page,
.registration-page{
  display: grid;
  place-items: center;
}

.sign-in-page,
.password-reset-page,
.registration-page form {
  gap: 22px;
}

.badge{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.badge.badge-rounded{
  border-radius: 9999px;
}

.badge a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.current-user-info{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.current-user-info .user-nav{
  display: flex;
  gap: 1rem;
}

.current-user-info .user-nav button{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.dashboardAdmin {
  background: #fff;
  box-shadow: rgba(82, 82, 82, 0.07) 0px 90px 200px,
    rgba(82, 82, 82, 0.047) 0px 37.5998px 83.5552px,
    rgba(82, 82, 82, 0.043) 0px 20.1027px 44.6726px,
    rgba(82, 82, 82, 0.043) 0px 11.2694px 25.0431px,
    rgba(82, 82, 82, 0.047) 0px 5.98509px 13.3002px,
    rgba(82, 82, 82, 0.05) 0px 2.49053px 5.53451px;
}

.dashboardAdmin:hover {
  background: #d6f2ff;
}

@media only screen and (max-width: 1440px) {
  .intro {
    background-image: url(https://dog-show.by/assets/top-main-md-fc278496217e720493fb3d52e880717d17bc6bc5eedcf9df27af055d694e752a.png);
  }

  .intro .intro-header {
    margin-bottom: 30px;
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  .intro {
    padding-top: 200px;
  }

  .headerRelative {
    background-image: url(https://dog-show.by/assets/top-main-narrow-tablet-7c892cd9dbdbbb82d6ef531a0decb1343dbb40c8d4173fc131353734e66a786e.png);
  }
}

@media only screen and (max-width: 1150px) {
  .intro {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .intro {
    padding-bottom: 112px;
    background-image: url(https://dog-show.by/assets/top-main-7c5148216aad098ee5b7886a66ab51f24fe37373e4cce50bc75f347980334997.png);
  }

  .intro .intro-header {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 24px;
  }

  .intro:after {
    position: static;
    width: 320px;
    height: 400px;
    display: block;
  }
}

@media only screen and (max-width: 611px) {
  .intro {
    padding-top: 230px;
  }
}

@media only screen and (max-width: 480px) {
  .intro {
    padding-top: 300px;
    background-image: url(https://dog-show.by/assets/top-main-mobile-4e467bf5cc80dc0e623a2584bd056bddad6d5a256e36f581bd15414ae3b3be1a.png);
  }

  .intro .intro-header {
    margin-top: 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .headerRelative {
    background-image: url(https://dog-show.by/assets/top-main-narrow-mobile-4e467bf5cc80dc0e623a2584bd056bddad6d5a256e36f581bd15414ae3b3be1a.png);
  }
}

footer{
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 64px auto 0;
}

footer .wrapper {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  -moz-column-gap: 40px;
  column-gap: 40px;
  align-items: flex-start;
  padding-bottom: 47px;
}

.footer-contacts {
  max-width: 292px;
}

.footer-sections a:hover {
  text-decoration: underline;
}

.footer-sections {
  min-width: 170px;
  order: 0;
}

.footer-sections li {
  margin: 10px 0;
  color: #666666;
}

.footer-logoTop a{
  display: flex;
  max-width: 250px;
}

footer h3 {
  margin: 0 0 24px 0;
  color: #262B3B;
}

footer a {
  display: flex;
  color: #666666;
}

footer .footer-logoImg {
  margin-right: 16px;
  max-width: 120px;
}

footer .footer-logo {
  display: flex;
  flex-direction: column;
  max-width: 326px;
  width: 100%;
  position: relative;
}

@media (min-width: 1024px){
  footer .footer-logo{
    display: block;
  }
}

footer .footer-logo .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.09px;
  color: #666666;
  margin-top: 100px;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding-top: 64px;
    margin-top: 0;
  }

  footer .wrapper {
    flex-wrap: wrap;
    flex: 1;
    justify-content: flex-start;
  }

  .footer-logo {
    margin-top: 24px;
    order: 2;
  }

  footer h3 {
    margin-top: 24px;
  }

  footer .footer-logo .copyright {
    margin-top: 44px;
  }

  .footer-sections{
    min-width: 47%;
  }
}

@media only screen and (max-width: 768px) {
  footer .wrapper {
    flex-direction: column;
    padding: 0 16px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  footer p {
    font-size: 14px;
    line-height: 20px;
  }
}

.dropdown{
  position: relative;
}

.dropdown-menu{
  position: absolute;
  top: 100%;
  display: none;
  max-height: 20rem;
  width: 100%;
  overflow: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dropdown-menu.open{
  z-index: 10;
  display: grid;
  gap: 0.25rem;
}

.dropdown-item{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.dropdown-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.dropdown-item:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.button {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  padding: 13px 20px;
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
}

.large-btn {
  padding: 13px 20px;
  letter-spacing: -0.18px;
}

.medium-btn {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.09px;
}

.small-btn {
  font-size: 14px;
  line-height: 17px;
  padding: 6px 12px;
  letter-spacing: 0.01px;
}

.add-btn{
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.add-btn:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(https://dog-show.by/assets/icons/add-7e50c072fee812bb1cf0a9126c8af7a72e060e8d1cd55eb878820efdfd552d7a.svg);
  align-items: center;
}

.button.primary-btn {
  background: #008DD2;
  color: #ffffff;
}

.button.primary-btn:not(:disabled):hover {
  background: #007BB8;
}

.button.primary-btn:not(:disabled):active {
  background: #006394;
}

.button.primary-btn:disabled {
  background: #999;
}

.button.tertiary-btn {
  color: #008DD2;
  background: #FFFFFF;
  border: 1px solid transparent;
}

.button.tertiary-btn:not(:disabled):hover {
  background: #D6F2FF;
  border-color: #D6F2FF;
}

.button.tertiary-btn:not(:disabled):active {
  background: #B3E6FF;
  border-color: #B3E6FF;
}

button.tertiary-btn:disabled {
  color: #666;
  background-color: transparent;
}

.button.outline-btn {
  background: #FFFFFF;
  border: 1px solid #008DD2;
  color: #007BB8;
}

.button.outline-btn:not(:disabled):hover {
  background: #D6F2FF;
  border-color: #D6F2FF;
}

.button.outline-btn:active {
  background: #B3E6FF;
  border-color: #B3E6FF;
}

.button.outline-btn:disabled {
  background: transparent;
  cursor: default;
  color: #444;
  border-color: #444;
}

.button.secondary-btn {
  background: #D6F2FF;
  border: 1px solid #D6F2FF;
}

.button.secondary-btn:hover {
  background: #B3E6FF;
  border-color: #B3E6FF;
}

.button.secondary-btn:active {
  background: #8AD8FF;
  border-color: #8AD8FF;
}

.button.outline-space-btn {
  background: #FFFFFF;
  border: 1px solid #32394E;
}

.button.outline-space-btn:hover {
  background: #DDE0E9;
  border-color: #DDE0E9;
}

.button.outline-space-btn:active {
  background: #D0D5E1;
  border-color: #D0D5E1;
}

/*green-btn start*/

.button.green-btn {
  color: #ffffff;
  background: #0CCF8E;
  border: 1px solid #0CCF8E;
}

.button.green-btn:hover {
  background: #0AAE77;
  border-color: #0AAE77;
}

.button.green-btn:active {
  background: #099567;
  border-color: #099567;
}

/*green-btn end*/

/*red-btn start*/

.button.red-btn {
  color: #ffffff;
  background: #F81347;
  border: 1px solid #F81347;
}

.button.red-btn:disabled {
  background: #666;
  border-color: #666;
  cursor: not-allowed;
}

.button.red-btn:not(:disabled):hover {
  background: #E9073A;
  border-color: #E9073A;
}

.button.red-btn:not(:disabled):active {
  background: #D00634;
  border-color: #D00634;
}

/*dark-btn start*/

.button.dark-btn {
  color: #ffffff;
  background: #F81347;
  border: 1px solid #F81347;
}

.button.dark-btn:hover {
  background: #E9073A;
  border-color: #E9073A;
}

.button.dark-btn:active {
  background: #D00634;
  border-color: #D00634;
}

/*dark-btn end*/

/*btn-accent start*/

.button.btn-accent {
  color: #ffffff;
  background: #7F57F0;
  border: 1px solid #7F57F0;
}

.button.btn-accent:hover {
  background: #7F57F0;
  border-color: #7F57F0;
}

.button.btn-accent:active {
  background: #7F57F0;
  border-color: #7F57F0;
}

/*btn-accent end*/

.flash{
  position: absolute;
  left: 7rem;
  right: 7rem;
  top: 7rem;
  z-index: 50;
  margin: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.flash,
.message{
  border-radius: 0.375rem;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.message-info{
  background-color: rgb(220 252 231 / 0.9);
  font-style: italic;
}

.message-notice{
  background-color: rgb(187 247 208 / 0.9);
}

.message-warning{
  background-color: rgb(254 240 138 / 0.9);
}

.message-errors{
  background-color: rgb(254 202 202 / 0.9);
}

.pagination-info{
  margin-top: 1rem;
  margin-bottom: 1rem;
  flex: 1 1 auto;
}

nav.pagination {
  max-width: 1920px;
  padding: 0 40px;
  margin-top: 0.75rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem;
}

nav.pagination .page,
nav.pagination .first,
nav.pagination .prev,
nav.pagination .next,
nav.pagination .last{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

nav.pagination .current{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

nav.pagination a{
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

@media only screen and (max-width: 1024px) {
  nav.pagination {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 768px) {
  nav.pagination {
    padding: 0 16px;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding: 0 0 36px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-track {
  align-items: stretch;
  display: flex;
}

.slick-slide div {
  height: 100%;
  padding: 0 10px;
}

.slick-slide {
  align-items: stretch;
  height: inherit !important;
}

.slick-track {
  display: flex !important;
}

.slick-slide{
  margin: 0;
}

.slick-slide:last-child {
  margin-right: 0;
}

/* the parent */

.slick-list {
  margin: 0 -10px;
}

/* Slider */

/* Icons */

@font-face {
  font-family: 'slick';

  font-weight: normal;

  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 0;
  line-height: 0;
  opacity: .75;
  color: white;
  content: " ";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.slick-next {
  right: 5px;
  border-radius: 50%;
  top: 92%;
  left: inherit !important;
}

.slick-prev {
  right: 45px;
  border-radius: 50%;
  top: 92%;
  left: inherit !important;
}

.slick-next:before {
  display: inline-flex;
  background-size: contain;
  background: url(https://dog-show.by/assets/icons/arrow-right-6fc8794db0c707b8502164a2d6d0b6f4f70ec4bedc0cf0df8aa85eb47ac018d7.svg) #FFFFFF center center no-repeat;
  border-radius: 50%;
  color: transparent;
  font-size: 16px;
  line-height: 16px;
  width: 25px;
  height: 25px;
  padding: 6px;
  opacity: 1;
}

.slick-prev:before {
  display: inline-flex;
  background-size: contain;
  background: url(https://dog-show.by/assets/icons/arrow-back-cdf8e1ed76e141f3c1031d8e8e8429f81e9024c3923456645caa5952b5f854e2.svg) #FFFFFF center center no-repeat;
  border-radius: 50%;
  color: transparent;
  font-size: 16px;
  line-height: 16px;
  width: 25px;
  height: 25px;
  padding: 6px;
  opacity: 1;
}

.slick-list {
  padding: 0 20% 0 0 !important;
}

.news-carousel {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 38px 0;
}

.news-carousel:empty {
  height: 0;
}

.slick-list{
  padding: 0 10px;
}

.news-slide:hover {
  background: #00388C;
}

.news-slide {
  display: flex !important;
  min-height: 100%;
  flex-direction: column;
  color: #ffffff;
  padding: 24px;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background: linear-gradient(118.03deg, rgba(0, 141, 210, 0.73) -5.03%, #008dd2 166.74%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.news-slideItem{
  padding: 0 !important;
}

.news-slideDate {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-top: auto !important;
}

.news-slideTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-width: calc(100% - 50px);
}

.news-slide::before {
  content: "";
  width: 40px;
  height: 20px;
  display: inline-flex;
  background: url(https://dog-show.by/assets/icons/arrow-action-823a5a1bffee116f2404dce89f2059899acad7e8b08bc6c3ea4f082e6938b73e.svg) center center no-repeat;
  position: absolute;
  top: 23px;
  right: 30px;
}

.news-slideText {
  font-size: 16px;
  line-height: 21px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

.news-slideLink {
  margin-bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .news-slideText {
    max-height: 63px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  .news-slideTitle {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    max-height: 66px;
  }
}

@media only screen and (max-width: 1280px) {
  .news-carousel {
    padding: 0 24px 0;
  }
}

@media only screen and (max-width: 768px) {
  .news-carousel {
    padding: 0 16px;
  }
}

.wrapper.clubs {
  flex-direction: column;
  align-items: flex-start;
}

.search-container {
  width: 100%;
}

.search-form {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 24px;
}

.clubs-fieldWrap {
  display: flex;
  flex-direction: column;
  background: #FBFBFB;
  border: 1px solid #DDE0E9;
  border-radius: 16px;
  padding: 16px 20px;
  max-width: 608px;
  width: 100%;
  align-items: flex-start;
  gap: 4px;
  box-shadow: 0px 90px 200px rgba(82, 82, 82, 0.07), 0px 37.5998px 83.5552px rgba(82, 82, 82, 0.0477769), 0px 20.1027px 44.6726px rgba(82, 82, 82, 0.0417281), 0px 11.2694px 25.0431px rgba(82, 82, 82, 0.0437567), 0px 5.98509px 13.3002px rgba(82, 82, 82, 0.0485621), 0px 2.49053px 5.53451px rgba(82, 82, 82, 0.0492416);
}

.clubs-fieldWrap-label {
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #32394E;
}

.club-list .button.secondary-btn{
  padding: 10px 20px;
}

.club-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 24px;
}

.club-list .club-card .clubCard-address{
  background-size: 15px;
  background-position: 0 5px;
  padding-left: 20px;
  margin-bottom: 8px;
}

.club-list .club-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 240px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0px 90px 200px rgba(82, 82, 82, 0.07), 0px 37.5998px 83.5552px rgba(82, 82, 82, 0.0477769), 0px 20.1027px 44.6726px rgba(82, 82, 82, 0.0417281), 0px 11.2694px 25.0431px rgba(82, 82, 82, 0.0437567), 0px 5.98509px 13.3002px rgba(82, 82, 82, 0.0485621), 0px 2.49053px 5.53451px rgba(82, 82, 82, 0.0492416);
  overflow: hidden;
}

.club-img-head {
  height: 200px;
  width: 100%;
}

.club-card-title{
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.club-card-info {
  display: flex;
  flex-direction: column;
  padding: 10px 16px 16px;
  height: 100%;
}

.club-card-info .button {
  width: 100%;
  margin-top: auto;
  text-align: center;
}

.club-card-date{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.club-card-club{
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.clubCard-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.18px;
  color: #000000;
}

.club-director{
  display: inline-block;
  background: #EFF1F5;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 24px;
  width: auto;
}

.clubCard-item{
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.09px;
  color: #666666;
  display: flex;
  margin-bottom: 24px;
}

.clubCard-address{
  background: url(https://dog-show.by/assets/icons/location-dd9cd9255346f47d6f4881fab32c55ec5a9675d83f07da48c1e34097e33e1892.svg) 0 0 no-repeat;
  padding: 2px 2px 2px 32px;
}

.clubCard-nextShows{
  margin-top: 18px;
}

.clubCard-description{
  flex: 1 1 0%;
  margin-bottom: 23px;
}

.club-btn-more{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  flex: 0 1 auto;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.club-page {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 40px;
}

.club-name {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.59px;
  color: #1A1A1A;
  margin: 16px 0 32px;
}

.club-pageCard .clubCard-description * {
  word-break: break-all;
  white-space: pre-wrap;
}

.clubCard {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 90px 200px rgba(82, 82, 82, 0.07), 0px 37.5998px 83.5552px rgba(82, 82, 82, 0.0477769), 0px 20.1027px 44.6726px rgba(82, 82, 82, 0.0417281), 0px 11.2694px 25.0431px rgba(82, 82, 82, 0.0437567), 0px 5.98509px 13.3002px rgba(82, 82, 82, 0.0485621), 0px 2.49053px 5.53451px rgba(82, 82, 82, 0.0492416);
  border-radius: 8px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.clubCard-img{
  border-radius: 8px;
}

.club-pageCard h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.33px;
  color: #1A1A1A;
}

.clubCard-description {
  flex-direction: column;
}

@media (max-width: 768px) {
  .club-list {
    justify-content: center;
  }

  .search-form {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .club-list .club-card{
    max-width: 100%;
  }
}

.page-notFound {
  height: 100%;
  padding: 100px 0;
}

.page-notFound h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.wrapper.page-help {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  max-width: 1080px;
}

.help-block p {
  color: #000000;
}

.help-block {
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 100%;
  overflow: hidden;
}

.help-blockNav {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #dcfffd url(https://dog-show.by/assets/help-nav-bg_opt-84bc8bbdb609b1f0debd41d4a098ae88ed588d98b03a1b16342688090bd4ce5e.jpg) right bottom no-repeat;
  background-size: 20%;
}

.help-blockNav-mobile {
  display: none;
}

.help-blockNav h1 {
  font-weight: 500;
  font-size: 35px;
  line-height: 140%;
  color: #000000;
  max-width: 628px;
  width: 100%;
  margin-bottom: 30px;
}

.help-blockNav-content {
  padding: 70px 100px;
  display: flex;
  flex-direction: column;
}

.help-blockNav-menu {
  display: flex;
  justify-content: space-between;
  max-width: 670px;
}

.blockNav-menuBtn {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #7c7c7c;
  background: #ffffff;
  border-radius: 10px;
}

.blockNav-menuBtn:hover {
  background: #008dd2;
  color: #ffffff;
  transition: 0.3s;
  box-shadow: 0 90px 200px rgb(82 82 82 / 7%),
    0 37.5998px 83.5552px rgb(82 82 82 / 5%),
    0 20.1027px 44.6726px rgb(82 82 82 / 4%),
    0 11.2694px 25.0431px rgb(82 82 82 / 4%),
    0 5.98509px 13.3002px rgb(82 82 82 / 5%),
    0 2.49053px 5.53451px rgb(82 82 82 / 5%);
}

.registration {
  padding: 2rem;
}

.help-block-content {
  background: #ffffff;
  padding: 70px 100px 50px;
}

.page-help h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 125%;
  color: #000000;
  margin-bottom: 40px;
}

.help-block_list {
  display: flex;
  flex-direction: column;
}

.gray {
  color: #7c7c7c;
}

.mrt-20 {
  margin-top: 20px;
}

.help-block_list li {
  margin-bottom: 40px;
  display: flex;
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.help-block_list li:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  background-image: url(https://dog-show.by/assets/icons/help-list-icon-4d7220b32b632ec2b293bb7ae3d5cc2b9f9d9fdd30a8c38655d5292811dc7d4e.svg);
  background-size: cover;
  margin-right: 34px;
}

.help-block_listDash li:before {
  margin-left: 60px;
  content: "—";
  background-image: none;
}

.help-img-xs,
.help-img-sm {
  display: none;
}

.help-img-centered {
  margin: -20px auto 40px;
}

.help-user {
  background: #ffffff;
}

.help-user .help-img-xs {
  margin-top: 30px;
}

.help-user .help-block_list li:last-child {
  margin-bottom: 20px;
}

.help-block_listDash li {
  margin-bottom: 20px;
}

.help-block_listDash li:last-child {
  margin-bottom: 0;
}

.help-user .help-block-content {
  padding-bottom: 32px;
}

.help-footer .help-block_list li {
  margin-bottom: 5px;
}

.help-footer .help-block_list li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background-image: url(https://dog-show.by/assets/icons/help-footer-list-dcd8d30ba2f43b7f7bb8fbdc9998fbd8721bcb4a74e168a55afda3d8ad60bd60.svg);
  background-size: cover;
  margin-right: 40px;
}

.help-footer {
  background: #fff url(https://dog-show.by/assets/help-footer_opt-111c106a282c22dd1f0a140e5d66cbb0b5b05efe4269237e1fa2a0b1cccf4350.jpg) right bottom no-repeat;
  background-size: cover;
  padding-bottom: 97px;
}

.help-footer h2 {
  max-width: 592px;
}

.help-footer .help-block-content {
  padding-right: 0;
  padding-bottom: 0;
  background: transparent;
}

.help-footer ul {
  max-width: 700px;
}

.help-footer h3 {
  margin: 0 0 15px;
  max-width: 385px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin-top: 50px;
}

.help-footer h3 + p {
  max-width: 474px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

.help-info {
  background: #eafffe;
  border-radius: 10px;
}

.help-info .help-block-content {
  padding: 70px 100px 82px;
  background-color: #eafffe;
}

.help-info h2 {
  font-weight: 600;
  font-size: 25px;
  line-height: 125%;
  color: #008dd2;
  max-width: 560px;
  margin: 0 auto 20px;
}

.help-info h3 {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.help-info h2,
.help-info h3 {
  text-align: center;
}

.help-info p {
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  width: 99.8%;
}

.help-info p:first-of-type {
  max-width: 650px;
}

.help-info p:last-child {
  padding-bottom: 38px;
  border-bottom: 2px solid #008dd2;
}

.help-info h3 img {
  display: inline-block;
}

.help-info h3 {
  margin-bottom: 40px;
}

.help-info h3:before,
.help-info h3:after {
  background-color: #008dd2;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  border-radius: 10px;
  width: 50%;
}

.help-info h3:before {
  right: 0.5em;
  margin-left: -50%;
}

.help-info h3:after {
  left: 0.5em;
  margin-right: -50%;
}

.no-list-style:before {
  background-image: none !important;
}

.help-block.shows {
  background: #ffffff;
  border-radius: 10px;
}

@media (max-width: 1020px) {
  .registration .help-img-xs {
    margin-top: 50px;
  }

  .help-footer {
    background: #fff url(https://dog-show.by/assets/help-footer-tablet_opt-f21c3ed77850f64e146af5a36e3d8423cba2a8371af17c25d995fc3e67ef9a84.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 45%;
  }

  .help-footer h3 {
    max-width: 100%;
    color: #008dd2;
    margin-bottom: 20px;
  }

  .help-footer h3 + p {
    max-width: 100%;
    font-size: 16px;
    line-height: 140%;
  }

  .help-block-content {
    padding: 50px 40px 10px !important;
  }

  .help-footer .help-block-content,
  .help-info .help-block-content {
    padding: 50px 40px 50px !important;
  }

  .help-footer .help-block-content {
    padding-bottom: 0 !important;
  }

  .no-list-style {
    display: none !important;
  }

  .page-help h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
  }

  .help-block_listDash li:before {
    margin-left: 0;
  }

  .help-block_listDash {
    margin-top: 0;
  }

  .help-img-lg {
    display: none;
  }

  .help-img-sm {
    display: block;
  }

  .help-block_list {
    display: flex;
    flex-direction: column;
  }

  .help-block_list li {
    margin-bottom: 20px;
  }

  .help-block_list li:last-child {
    margin-bottom: 0;
  }

  .help-block_list li:before {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
  }

  .help-blockNav {
    padding-bottom: 50%;
    background-image: url(https://dog-show.by/assets/help-nav-bg-mobile_opt-5b0700a12d4b550d25c32094ac9938afdda40b16ea143738417707616767b40b.jpg);
    background-size: 100%;
    background-position: center bottom;
  }

  .help-blockNav-menu {
    flex-direction: column;
    gap: 10px;
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }

  .help-blockNav h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 140%;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .help-blockNav-content {
    padding: 60px 30px;
  }

  .help-img-centered {
    margin: 20px auto 0;
  }
}

@media (max-width: 640px) {
  .help-footer {
    background: #fff url(https://dog-show.by/assets/help-footer-mobile_opt-d019de4f2765f5ba37f5dfa0d771eb59ce562d79f5e42d1fdc740a83d4cdb061.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 100%;
    font-size: 1rem;
  }

  .help-footer .help-img-xs {
    margin-top: 50px;
  }

  .help-info {
    background: #fff url(https://dog-show.by/assets/help-info-mobile_opt-82b64bb58cc51ef8770a44d2b09a5e08965a16e00f518982fa25c4cd801a57c0.jpg) center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 100%;
  }

  .help-info .help-block-content {
    background: #ffffff;
  }

  .help-info .mobile-block {
    display: block;
    margin-top: 20px;
  }

  .help-info h2 {
    color: #000000;
    text-align: left;
    margin-bottom: 25px !important;
  }

  .help-info p {
    border-bottom: none;
    text-align: left;
    font-size: 1rem;
    padding-left: 35px;
    position: relative;
  }

  .help-info p:first-of-type::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 20px;
    background-image: url(https://dog-show.by/assets/icons/help-info-icon-f0661aebf2e56539833c6c361a0a8352ab3e4b3c07f43b19e19c8552e2a11f29.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }

  .help-info h3 {
    display: none;
  }

  .help-info p:last-child {
    padding-bottom: 0;
    border: 0;
  }

  .wrapper.page-help {
    padding: 0;
  }

  .help-block,
  .help-block.shows {
    border-radius: 0;
    margin-bottom: 0;
  }

  .help-blockNav h1 {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
  }

  .help-img-sm {
    display: none;
  }

  .help-img-xs {
    display: block;
  }

  .help-block_list li {
    font-size: 1rem;
  }

  .help-block_list li:before {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    margin-right: 17px;
  }

  .help-block .help-block-content {
    padding: 80px 20px 40px !important;
  }

  .help-blockNav-content {
    padding: 50px 20px;
  }

  .help-blockNav-menu {
    margin: 0;
    max-width: 100%;
  }

  .page-help h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    margin-bottom: 35px;
    max-width: 100%;
  }

  .help-footer .help-block_list li:before {
    margin-right: 15px;
  }

  .shows .help-img-xs {
    margin-top: 20px;
  }

  .shows .no-list-style {
    display: none;
  }

  .shows .help-block-content:last-child {
    padding-top: 0;
  }

  .help-block-content.no-pt-mobile {
    padding-top: 40px !important;
  }
}

.wrapper.posts {
  flex-direction: column;
  align-items: flex-start;
}

.posts-list {
  display: grid;
  gap: 2rem;
}

.post-card {
  padding: 1rem 2rem;
  background: #ffffff;
  box-shadow: 0px 90px 200px rgba(82, 82, 82, 0.07), 0px 37.5998px 83.5552px rgba(82, 82, 82, 0.0477769),
    0px 20.1027px 44.6726px rgba(82, 82, 82, 0.0417281), 0px 11.2694px 25.0431px rgba(82, 82, 82, 0.0437567),
    0px 5.98509px 13.3002px rgba(82, 82, 82, 0.0485621), 0px 2.49053px 5.53451px rgba(82, 82, 82, 0.0492416);
  border-radius: 8px;
}

.post-title {
  font-size: 1.2rem;
  font-weight: bolder;
  margin: 0.5rem auto 1rem;
  word-break: break-word;
}

.post-content {
  margin-bottom: 1rem;
  word-break: break-word;
}

.post-card-btn {
  display: flex;
}

.show-list {
  gap: 32px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
}

@media (min-width: 640px){
  .show-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .show-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .show-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .show-list{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){
  .show-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.show-list .show-card {
  max-width: 436px;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 90px 200px rgba(82, 82, 82, 0.07), 0px 37.5998px 83.5552px rgba(82, 82, 82, 0.0477769), 0px 20.1027px 44.6726px rgba(82, 82, 82, 0.0417281), 0px 11.2694px 25.0431px rgba(82, 82, 82, 0.0437567), 0px 5.98509px 13.3002px rgba(82, 82, 82, 0.0485621), 0px 2.49053px 5.53451px rgba(82, 82, 82, 0.0492416);
  border-radius: 8px;
}

.show-list .show-card:hover {
  background-color: #ebf9ff;
  box-shadow: 0px 0px 20px rgba(82, 82, 82, .5);
  transform: scale(1.1);
  transition: transform 500ms ease-in-out;
}

.show-card-img {
  width: 100%;
  position: relative;
}

.show-card-img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.show-card-img::after {
  content: '';
  display: block;
  position: absolute;
  inset: 10px 10px auto auto;
  width: 45px;
  height: 45px;
  background: url(https://dog-show.by/assets/icons/arrow-c74e768e6231cd7c9c877359d7d8784a692ac7cbad07ed87a54c4a7ccd2db48a.svg) center center no-repeat;
  background-size: cover;
  transition: 250ms ease-in-out;
  opacity: 0.8;
}

.show-card-img::before {
  content: '';
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  background-color: #000;
  opacity: 0;
}

.show-card:hover .show-card-img::after {
  /* inset: 27% 27% 27% 27%; */
  transform: scale(1.5) translate(-10px, 10px);
  opacity: 0.9;
  z-index: 2;
}

.show-card-date {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #666666;
}

.show-registration-open {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #099567;
}

.show-img-note {
  margin-top: auto;
  border-radius: 4px;
  padding: 8px 16px;
  position: relative;
  background: #DDFDF2;
  display: flex;
  justify-content: space-between;
}

.show-card-info {
  padding: 16px 32px 32px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.show-card-title, .show-card-place, .show-card-club, .show-card-dateInfo {
  padding-left: 24px;
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.09px;
  color: #666666;
}

.show-card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.18px;
  color: #1A1A1A;
  padding-left: 0;
  text-transform: uppercase;
}

.show-card-btn {
  margin-top: auto;
}

.show-card-btn a {
  padding: 13px 20px;
  gap: 10px;
  width: 100%;
  height: 48px;
  background: #D6F2FF;
  border-radius: 8px;
  color: #007BB8;
  text-align: center;
}

.show-card-dateInfo {
  background: url(https://dog-show.by/assets/icons/date-029febd6894acd478399be4ca46432387f94cd1a64d288d831109b1799e09f36.svg) top 3px left / 16px no-repeat;
}

.show-card-club {
  background: url(https://dog-show.by/assets/icons/club-9b22c978cbbefcdfce8db9f83285e402f762b84554ef9d06ffcca9c255fba7e2.svg) top 3px left 0 / 16px no-repeat;
  margin-bottom: 24px;
}

.show-card-place {
  background: url(https://dog-show.by/assets/icons/location-dd9cd9255346f47d6f4881fab32c55ec5a9675d83f07da48c1e34097e33e1892.svg) top 3px left / 16px no-repeat;
}

.show-btn-more{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  flex: 0 1 auto;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.show-payment_details {
  flex: 1 1 auto;
  overflow: auto;
  max-height: 250px;
  align-self: flex-start;
}

.show-description {
  flex: 1 1 100%;
  overflow: auto;
  max-height: 400px;
}

figure{
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

figure figcaption{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

@media only screen and (max-width: 768px) {
  .show-list .show-card {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .show-img-note {
    flex-direction: column;
  }
}

.shows-filter-wrap {
  background: #fefefe;
  box-shadow: 0px 90px 200px rgba(82, 82, 82, 0.07), 0px 37.5998px 83.5552px rgba(82, 82, 82, 0.0477769),
    0px 20.1027px 44.6726px rgba(82, 82, 82, 0.0417281), 0px 11.2694px 25.0431px rgba(82, 82, 82, 0.0437567),
    0px 5.98509px 13.3002px rgba(82, 82, 82, 0.0485621), 0px 2.49053px 5.53451px rgba(82, 82, 82, 0.0492416);
  border-radius: 8px;
  padding: 24px;
  position: relative;
  margin: -56px auto 0;
  width: 100%;
}

@keyframes swing {
  0% {
    transform: rotate(30deg);
  }

  100% {
    transform: rotate(-20deg);
  }
}

.shows-filter-wrap:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: -20px;
  top: -30px;
  background: url(https://dog-show.by/icons/gift.svg) center no-repeat;
  background-size: cover;
  transform: rotate(-35deg);
  animation: swing ease-in-out 4s infinite alternate;
}

.shows-filter-wrap:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  right: 30px;
  top: -5px;
  background: url(https://dog-show.by/icons/balls.svg) center no-repeat;
  background-size: cover;
}

.shows-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.showsFilter-radioWrap {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 10px 13px;
}

.showsFilter-field-wrap {
  display: inline-flex;
  flex-direction: column;
  /* min-width: 218px; */
}

.showsFilter-field-wrap input:focus {
  box-shadow: none;
  border: 1px solid #008dd2;
}

.showsFilter-field-wrap input {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  border-radius: 4px;
  border-color: #cccccc;
}

.showsFilter-label {
  display: inline-flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #32394e;
  letter-spacing: -0.26px;
  margin-bottom: 10px;
}

.showsFilter-autocomplete > input.with-suffix:focus {
  border: 1px solid #008dd2;
}

.showsFilter-autocomplete > input.with-suffix {
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.showsFilter-autocomplete .btn {
  display: none;
}

.showsFilter-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}

.showsFilter-radio-label {
  padding: 4px 12px;
  cursor: pointer;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
}

.showsFilter-radio:checked + .showsFilter-radio-label {
  background: #008dd2;
  border-radius: 8px;
  color: #ffffff;
}

.showsFilter-btns .tertiary-btn {
  font-weight: 500;
}

.showsFilter-btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 270px;
  width: 100%;
  margin-left: auto;
}

.showsFilter-btns .tertiary-btn {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.18px;
  margin-right: 32px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1429px) {
  .showsFilter-btns {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    gap: 24px;
  }

  .showsFilter-btns .tertiary-btn {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1100px) {
  .showsFilter-field-wrap {
    max-width: 49%;
    width: 100%;
  }

  .showsFilter-btns {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  .showsFilter-btns .tertiary-btn {
    margin-bottom: 0;
  }

  .shows-filter-form {
    gap: 12px;
  }

  .showsFilter-label {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 768px) {
  .shows-filter-form {
    gap: 16px;
  }

  .showsFilter-btns {
    gap: 16px;
    margin-top: 42px;
    flex-direction: column;
    align-items: center;
  }

  .shows-filter-wrap {
    padding-bottom: 44px;
    margin-top: -100px;
  }

  .showsFilter-field-wrap {
    min-width: 100%;
  }

  .showsFilter-btns {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .showsFilter-btns .tertiary-btn{
    margin-right: 0;
  }

  .showsFilter-btns {
    flex-direction: column;
    align-items: center;
  }
}

.showPage.wrapper {
  display: grid;
  margin: 0 16px 0 16px;
  max-width: 1220px;
  padding: 0;
  width: auto;
  justify-content: stretch;
}

.showPage article {
  margin-top: 60px;
  display: grid;
  gap: 20px;
  width: 100%;
}

.showPage h1 {
  --fsize: clamp(14px, 6vw, 42px);
  font-family: Inter;
  font-size: var(--fsize);
  font-weight: 600;
  line-height: calc(var(--fsize) * 1.2);
  text-align: center;
}

.showPage h1 div {
  color: #7C7C7C;
}

.showPage ul.main {
  margin: 0;
  display: grid;
  gap: 5px;
}

.showPage p {
  color: #000;
}

.showPage ul.main > li,
.showPage .card {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.showPage ul.main > li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
}

.showPage ul.main > li * {
  flex: 0 1 auto;
}

.showPage ul.main > li label,
.showPage .card > label {
  position: relative;
  padding: 0 32px;
}

.showPage ul.main > li label {
  flex: 0 0 200px;
}

.showPage ul.main > li label::before,
.showPage .card > label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(https://dog-show.by/assets/checkbox-3ccb00f6eb0ddb906da7ea52047a4e85e350543823b6fc2d95e2613d413b8cec.svg) center left no-repeat;
  width: 22px;
  height: 22px;
}

.showPage ul.main > li.showGroupLogo {
  align-content: center;
  align-items: center;
  justify-content: center;
}

.showPage ul.main > li.showGroupLogo img {
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1/1;
}

.showPage ul.main > li ul {
  list-style: none;
  color: #000;
}

.showPage ul.main > li ul li span {
  color: #7C7C7C;
}

.accordion > input.toggler {
  display: none;
}

.accordion > label {
  flex: 1 1 100%;
}

.accordion > label::after {
  content: '';
  display: block;
  position: absolute;
  inset: calc(50% - 5px) 0 auto auto;
  width: 10px;
  height: 10px;
  border: 2px solid #7F57F0;
  border-top-color: transparent;
  border-right-color: transparent;
  transform: rotate(-45deg);
  transition: transform 150ms ease-in-out;
}

.accordion > label:has(:checked)::after {
  transform: rotate(135deg);
}

.accordion > input.toggler + div {
  display: none;
  padding: 20px;
}

.accordion > input.toggler:checked + div {
  display: block;
}

.showPage .show-days {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.showPage .show-days .actions {
  flex: 1 1 500px;
}

.showPage .actions {
  padding: 30px 40px;
  gap: 18px;
  flex-direction: column;
  align-content: center;
}

.showPage .actions .two-parts {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  justify-content: center;
}

.showPage .actions h2 {
  --fsize: clamp(14px, 5.5vw, 30px);
  font-family: Inter;
  font-size: var(--fsize);
  font-weight: 700;
  line-height: calc(var(--fsize) * 1.2);
  text-align: center;
  color: #000;
  margin: 0 auto;
}

.showPage .links {
  display: grid;
  align-content: start;
  justify-content: stretch;
  gap: 10px;
}

.showPage .links > * {
  flex: 1 0 300px;
  text-align: center;
}

.showPage .links .in-row-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.showPage .links .in-row-links > * {
  flex-grow: 1;
}

.showPage .actions .two-parts .show-logo {
  flex: 0 1 480px;
  max-height: 480px;
  max-width: 480px;
}

.showPage .actions .two-parts .show-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.showPage .actions .two-parts .links {
  flex: 0 1 480px;
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: stretch;
  gap: 10px;
}

.showPage .actions .two-parts .links * {
  flex: 0 1 480px;
  text-align: center;
}

.showPage .links a {
  text-align: center;
}

.showPage .message-notice {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.18px;
  padding: 13px 20px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #008DD2;
}

.showPage .showRegStats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: flex-start;
}

@media screen and (min-width: 750px) {
  .showPage.wrapper {
    margin: 0 20px;
  }

  .showPage ul.main {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .showPage ul.main > li.showGroupLogo {
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
  }

  .showPage ul.main > li {
    gap: 10px 20px;
  }
}

@media screen and (min-width: 1240px) {
  .showPage.wrapper {
    margin: 0 auto;
  }

  .showPage ul.main {
    gap: 8px;
  }

  .showPage ul.main > li.showGroupLogo {
    grid-column: 2 / span 1;
    grid-row: 1 / -1;
  }

  .showPage ul.main > li {
    flex-wrap: nowrap;
  }
}

#topDog, #contest {
  width: 100%;
}

.cards-header {
  background-color: #CCC;
  padding: .5rem .5rem;
  margin: .25rem 0;
  color: #333;
  border-radius: .25rem;
  box-shadow: 0 2px 2px #999;
}

.best-dog-points {
  display: flex;
  padding: 3px;
  line-height: 2em;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
}

.best-dog-points.gold{
  background: linear-gradient(95.23deg, #FFB800 0%, #FFD600 100%);
}

.best-dog-points.silver{
  background: linear-gradient(95.23deg, #BDBFC4 0%, #C5CEE5 100%);
}

.group-separator {
  padding: 30px 0 10px;
}

.group-separator .separator-line {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.group-separator .separator-line:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #008DD2;
}

.group-separator .separator-label {
  color: #008DD2;
  font-family: Inter;
  font-size: 25px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0px;
  text-align: center;
  flex-wrap: wrap;
}

@media (min-width: 1536px){
  .\32xl\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 1900px){
    .\32xl\:container{
      max-width: 1900px;
    }
  }
}
