/*
MIT License

Copyright (c) 2022 Se-Gl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
    */
.border-solid {
  border-style: solid;
}

.active\:border-solid:active {
  border-style: solid;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.active\:border-dashed:active {
  border-style: dashed;
}

.hover\:border-dashed:hover {
  border-style: dashed;
}

.focus\:border-dashed:focus {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.active\:border-dotted:active {
  border-style: dotted;
}

.hover\:border-dotted:hover {
  border-style: dotted;
}

.focus\:border-dotted:focus {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.active\:border-double:active {
  border-style: double;
}

.hover\:border-double:hover {
  border-style: double;
}

.focus\:border-double:focus {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.active\:border-hidden:active {
  border-style: hidden;
}

.hover\:border-hidden:hover {
  border-style: hidden;
}

.focus\:border-hidden:focus {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

.active\:border-none:active {
  border-style: none;
}

.hover\:border-none:hover {
  border-style: none;
}

.focus\:border-none:focus {
  border-style: none;
}

.outline-none {
  outline-style: none;
}

.active\:outline-none:active {
  outline-style: none;
}

.hover\:outline-none:hover {
  outline-style: none;
}

.focus\:outline-none:focus {
  outline-style: none;
}

.outline-solid {
  outline-style: solid;
}

.active\:outline-solid:active {
  outline-style: solid;
}

.hover\:outline-solid:hover {
  outline-style: solid;
}

.focus\:outline-solid:focus {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.active\:outline-dashed:active {
  outline-style: dashed;
}

.hover\:outline-dashed:hover {
  outline-style: dashed;
}

.focus\:outline-dashed:focus {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.active\:outline-dotted:active {
  outline-style: dotted;
}

.hover\:outline-dotted:hover {
  outline-style: dotted;
}

.focus\:outline-dotted:focus {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.active\:outline-double:active {
  outline-style: double;
}

.hover\:outline-double:hover {
  outline-style: double;
}

.focus\:outline-double:focus {
  outline-style: double;
}

.outline-hidden {
  outline-style: hidden;
}

.active\:outline-hidden:active {
  outline-style: hidden;
}

.hover\:outline-hidden:hover {
  outline-style: hidden;
}

.focus\:outline-hidden:focus {
  outline-style: hidden;
}

.border-red {
  border-color: #f90606;
}

.hover\:border-red:hover {
  border-color: #f90606;
}

.border-red-1 {
  border-color: #fa1e1e;
}

.hover\:border-red-1:hover {
  border-color: #fa1e1e;
}

.border-red-2 {
  border-color: #fa3535;
}

.hover\:border-red-2:hover {
  border-color: #fa3535;
}

.border-red-3 {
  border-color: #fb4d4d;
}

.hover\:border-red-3:hover {
  border-color: #fb4d4d;
}

.border-red-4 {
  border-color: #fb6565;
}

.hover\:border-red-4:hover {
  border-color: #fb6565;
}

.border-red-5 {
  border-color: #fc7c7c;
}

.hover\:border-red-5:hover {
  border-color: #fc7c7c;
}

.border-red-6 {
  border-color: #fc9494;
}

.hover\:border-red-6:hover {
  border-color: #fc9494;
}

.border-red-7 {
  border-color: #fdacac;
}

.hover\:border-red-7:hover {
  border-color: #fdacac;
}

.border-red-8 {
  border-color: #fec3c3;
}

.hover\:border-red-8:hover {
  border-color: #fec3c3;
}

.border-red-9 {
  border-color: #fedbdb;
}

.hover\:border-red-9:hover {
  border-color: #fedbdb;
}

.border-red-10 {
  border-color: #fff3f3;
}

.hover\:border-red-10:hover {
  border-color: #fff3f3;
}

.border-orange {
  border-color: #f99106;
}

.hover\:border-orange:hover {
  border-color: #f99106;
}

.border-orange-1 {
  border-color: #fa9b1e;
}

.hover\:border-orange-1:hover {
  border-color: #fa9b1e;
}

.border-orange-2 {
  border-color: #faa635;
}

.hover\:border-orange-2:hover {
  border-color: #faa635;
}

.border-orange-3 {
  border-color: #fbb04d;
}

.hover\:border-orange-3:hover {
  border-color: #fbb04d;
}

.border-orange-4 {
  border-color: #fbbb65;
}

.hover\:border-orange-4:hover {
  border-color: #fbbb65;
}

.border-orange-5 {
  border-color: #fcc57c;
}

.hover\:border-orange-5:hover {
  border-color: #fcc57c;
}

.border-orange-6 {
  border-color: #fcd094;
}

.hover\:border-orange-6:hover {
  border-color: #fcd094;
}

.border-orange-7 {
  border-color: #fddaac;
}

.hover\:border-orange-7:hover {
  border-color: #fddaac;
}

.border-orange-8 {
  border-color: #fee5c3;
}

.hover\:border-orange-8:hover {
  border-color: #fee5c3;
}

.border-orange-9 {
  border-color: #feefdb;
}

.hover\:border-orange-9:hover {
  border-color: #feefdb;
}

.border-orange-10 {
  border-color: #fffaf3;
}

.hover\:border-orange-10:hover {
  border-color: #fffaf3;
}

.border-yellow {
  border-color: #f9cf06;
}

.hover\:border-yellow:hover {
  border-color: #f9cf06;
}

.border-yellow-1 {
  border-color: #fad41e;
}

.hover\:border-yellow-1:hover {
  border-color: #fad41e;
}

.border-yellow-2 {
  border-color: #fad835;
}

.hover\:border-yellow-2:hover {
  border-color: #fad835;
}

.border-yellow-3 {
  border-color: #fbdd4d;
}

.hover\:border-yellow-3:hover {
  border-color: #fbdd4d;
}

.border-yellow-4 {
  border-color: #fbe165;
}

.hover\:border-yellow-4:hover {
  border-color: #fbe165;
}

.border-yellow-5 {
  border-color: #fce67c;
}

.hover\:border-yellow-5:hover {
  border-color: #fce67c;
}

.border-yellow-6 {
  border-color: #fcea94;
}

.hover\:border-yellow-6:hover {
  border-color: #fcea94;
}

.border-yellow-7 {
  border-color: #fdefac;
}

.hover\:border-yellow-7:hover {
  border-color: #fdefac;
}

.border-yellow-8 {
  border-color: #fef3c3;
}

.hover\:border-yellow-8:hover {
  border-color: #fef3c3;
}

.border-yellow-9 {
  border-color: #fef8db;
}

.hover\:border-yellow-9:hover {
  border-color: #fef8db;
}

.border-yellow-10 {
  border-color: #fffdf3;
}

.hover\:border-yellow-10:hover {
  border-color: #fffdf3;
}

.border-green {
  border-color: #80f906;
}

.hover\:border-green:hover {
  border-color: #80f906;
}

.border-green-1 {
  border-color: #8cfa1e;
}

.hover\:border-green-1:hover {
  border-color: #8cfa1e;
}

.border-green-2 {
  border-color: #98fa35;
}

.hover\:border-green-2:hover {
  border-color: #98fa35;
}

.border-green-3 {
  border-color: #a4fb4d;
}

.hover\:border-green-3:hover {
  border-color: #a4fb4d;
}

.border-green-4 {
  border-color: #b0fb65;
}

.hover\:border-green-4:hover {
  border-color: #b0fb65;
}

.border-green-5 {
  border-color: #bcfc7c;
}

.hover\:border-green-5:hover {
  border-color: #bcfc7c;
}

.border-green-6 {
  border-color: #c8fc94;
}

.hover\:border-green-6:hover {
  border-color: #c8fc94;
}

.border-green-7 {
  border-color: #d4fdac;
}

.hover\:border-green-7:hover {
  border-color: #d4fdac;
}

.border-green-8 {
  border-color: #e1fec3;
}

.hover\:border-green-8:hover {
  border-color: #e1fec3;
}

.border-green-9 {
  border-color: #edfedb;
}

.hover\:border-green-9:hover {
  border-color: #edfedb;
}

.border-green-10 {
  border-color: #f9fff3;
}

.hover\:border-green-10:hover {
  border-color: #f9fff3;
}

.border-greencss {
  border-color: #3e7a02;
}

.hover\:border-greencss:hover {
  border-color: #3e7a02;
}

.border-greencss-1 {
  border-color: #4a9202;
}

.hover\:border-greencss-1:hover {
  border-color: #4a9202;
}

.border-greencss-2 {
  border-color: #56aa03;
}

.hover\:border-greencss-2:hover {
  border-color: #56aa03;
}

.border-greencss-3 {
  border-color: #62c203;
}

.hover\:border-greencss-3:hover {
  border-color: #62c203;
}

.border-greencss-4 {
  border-color: #6ed904;
}

.hover\:border-greencss-4:hover {
  border-color: #6ed904;
}

.border-greencss-5 {
  border-color: #7bf104;
}

.hover\:border-greencss-5:hover {
  border-color: #7bf104;
}

.border-greencss-6 {
  border-color: #87fb12;
}

.hover\:border-greencss-6:hover {
  border-color: #87fb12;
}

.border-greencss-7 {
  border-color: #93fc2a;
}

.hover\:border-greencss-7:hover {
  border-color: #93fc2a;
}

.border-greencss-8 {
  border-color: #9ffc42;
}

.hover\:border-greencss-8:hover {
  border-color: #9ffc42;
}

.border-greencss-9 {
  border-color: #abfc5a;
}

.hover\:border-greencss-9:hover {
  border-color: #abfc5a;
}

.border-greencss-10 {
  border-color: #b7fd72;
}

.hover\:border-greencss-10:hover {
  border-color: #b7fd72;
}

.border-blue {
  border-color: #066ef9;
}

.hover\:border-blue:hover {
  border-color: #066ef9;
}

.border-blue-1 {
  border-color: #1e7cfa;
}

.hover\:border-blue-1:hover {
  border-color: #1e7cfa;
}

.border-blue-2 {
  border-color: #358afa;
}

.hover\:border-blue-2:hover {
  border-color: #358afa;
}

.border-blue-3 {
  border-color: #4d97fb;
}

.hover\:border-blue-3:hover {
  border-color: #4d97fb;
}

.border-blue-4 {
  border-color: #65a5fb;
}

.hover\:border-blue-4:hover {
  border-color: #65a5fb;
}

.border-blue-5 {
  border-color: #7cb3fc;
}

.hover\:border-blue-5:hover {
  border-color: #7cb3fc;
}

.border-blue-6 {
  border-color: #94c1fc;
}

.hover\:border-blue-6:hover {
  border-color: #94c1fc;
}

.border-blue-7 {
  border-color: #accefd;
}

.hover\:border-blue-7:hover {
  border-color: #accefd;
}

.border-blue-8 {
  border-color: #c3dcfe;
}

.hover\:border-blue-8:hover {
  border-color: #c3dcfe;
}

.border-blue-9 {
  border-color: #dbeafe;
}

.hover\:border-blue-9:hover {
  border-color: #dbeafe;
}

.border-blue-10 {
  border-color: #f3f8ff;
}

.hover\:border-blue-10:hover {
  border-color: #f3f8ff;
}

.border-turquoise {
  border-color: #06f9f9;
}

.hover\:border-turquoise:hover {
  border-color: #06f9f9;
}

.border-turquoise-1 {
  border-color: #1efafa;
}

.hover\:border-turquoise-1:hover {
  border-color: #1efafa;
}

.border-turquoise-2 {
  border-color: #35fafa;
}

.hover\:border-turquoise-2:hover {
  border-color: #35fafa;
}

.border-turquoise-3 {
  border-color: #4dfbfb;
}

.hover\:border-turquoise-3:hover {
  border-color: #4dfbfb;
}

.border-turquoise-4 {
  border-color: #65fbfb;
}

.hover\:border-turquoise-4:hover {
  border-color: #65fbfb;
}

.border-turquoise-5 {
  border-color: #7cfcfc;
}

.hover\:border-turquoise-5:hover {
  border-color: #7cfcfc;
}

.border-turquoise-6 {
  border-color: #94fcfc;
}

.hover\:border-turquoise-6:hover {
  border-color: #94fcfc;
}

.border-turquoise-7 {
  border-color: #acfdfd;
}

.hover\:border-turquoise-7:hover {
  border-color: #acfdfd;
}

.border-turquoise-8 {
  border-color: #c3fefe;
}

.hover\:border-turquoise-8:hover {
  border-color: #c3fefe;
}

.border-turquoise-9 {
  border-color: #dbfefe;
}

.hover\:border-turquoise-9:hover {
  border-color: #dbfefe;
}

.border-turquoise-10 {
  border-color: #f3ffff;
}

.hover\:border-turquoise-10:hover {
  border-color: #f3ffff;
}

.border-purple {
  border-color: #8006f9;
}

.hover\:border-purple:hover {
  border-color: #8006f9;
}

.border-purple-1 {
  border-color: #8c1efa;
}

.hover\:border-purple-1:hover {
  border-color: #8c1efa;
}

.border-purple-2 {
  border-color: #9835fa;
}

.hover\:border-purple-2:hover {
  border-color: #9835fa;
}

.border-purple-3 {
  border-color: #a44dfb;
}

.hover\:border-purple-3:hover {
  border-color: #a44dfb;
}

.border-purple-4 {
  border-color: #b065fb;
}

.hover\:border-purple-4:hover {
  border-color: #b065fb;
}

.border-purple-5 {
  border-color: #bc7cfc;
}

.hover\:border-purple-5:hover {
  border-color: #bc7cfc;
}

.border-purple-6 {
  border-color: #c894fc;
}

.hover\:border-purple-6:hover {
  border-color: #c894fc;
}

.border-purple-7 {
  border-color: #d4acfd;
}

.hover\:border-purple-7:hover {
  border-color: #d4acfd;
}

.border-purple-8 {
  border-color: #e1c3fe;
}

.hover\:border-purple-8:hover {
  border-color: #e1c3fe;
}

.border-purple-9 {
  border-color: #eddbfe;
}

.hover\:border-purple-9:hover {
  border-color: #eddbfe;
}

.border-purple-10 {
  border-color: #f9f3ff;
}

.hover\:border-purple-10:hover {
  border-color: #f9f3ff;
}

.border-magenta {
  border-color: #f906e8;
}

.hover\:border-magenta:hover {
  border-color: #f906e8;
}

.border-magenta-1 {
  border-color: #fa1eea;
}

.hover\:border-magenta-1:hover {
  border-color: #fa1eea;
}

.border-magenta-2 {
  border-color: #fa35ec;
}

.hover\:border-magenta-2:hover {
  border-color: #fa35ec;
}

.border-magenta-3 {
  border-color: #fb4def;
}

.hover\:border-magenta-3:hover {
  border-color: #fb4def;
}

.border-magenta-4 {
  border-color: #fb65f1;
}

.hover\:border-magenta-4:hover {
  border-color: #fb65f1;
}

.border-magenta-5 {
  border-color: #fc7cf3;
}

.hover\:border-magenta-5:hover {
  border-color: #fc7cf3;
}

.border-magenta-6 {
  border-color: #fc94f5;
}

.hover\:border-magenta-6:hover {
  border-color: #fc94f5;
}

.border-magenta-7 {
  border-color: #fdacf7;
}

.hover\:border-magenta-7:hover {
  border-color: #fdacf7;
}

.border-magenta-8 {
  border-color: #fec3f9;
}

.hover\:border-magenta-8:hover {
  border-color: #fec3f9;
}

.border-magenta-9 {
  border-color: #fedbfc;
}

.hover\:border-magenta-9:hover {
  border-color: #fedbfc;
}

.border-magenta-10 {
  border-color: #fff3fe;
}

.hover\:border-magenta-10:hover {
  border-color: #fff3fe;
}

.border-black {
  border-color: #101010;
}

.hover\:border-black:hover {
  border-color: #101010;
}

.border-black-1 {
  border-color: #1c1c1c;
}

.hover\:border-black-1:hover {
  border-color: #1c1c1c;
}

.border-black-2 {
  border-color: #282828;
}

.hover\:border-black-2:hover {
  border-color: #282828;
}

.border-black-3 {
  border-color: #343434;
}

.hover\:border-black-3:hover {
  border-color: #343434;
}

.border-black-4 {
  border-color: #404040;
}

.hover\:border-black-4:hover {
  border-color: #404040;
}

.border-black-5 {
  border-color: #4d4d4d;
}

.hover\:border-black-5:hover {
  border-color: #4d4d4d;
}

.border-black-6 {
  border-color: #595959;
}

.hover\:border-black-6:hover {
  border-color: #595959;
}

.border-black-7 {
  border-color: #656565;
}

.hover\:border-black-7:hover {
  border-color: #656565;
}

.border-black-8 {
  border-color: #717171;
}

.hover\:border-black-8:hover {
  border-color: #717171;
}

.border-black-9 {
  border-color: #7d7d7d;
}

.hover\:border-black-9:hover {
  border-color: #7d7d7d;
}

.border-black-10 {
  border-color: #898989;
}

.hover\:border-black-10:hover {
  border-color: #898989;
}

.border-gray {
  border-color: #7d7d7d;
}

.hover\:border-gray:hover {
  border-color: #7d7d7d;
}

.border-gray-1 {
  border-color: #898989;
}

.hover\:border-gray-1:hover {
  border-color: #898989;
}

.border-gray-2 {
  border-color: #959595;
}

.hover\:border-gray-2:hover {
  border-color: #959595;
}

.border-gray-3 {
  border-color: #a1a1a1;
}

.hover\:border-gray-3:hover {
  border-color: #a1a1a1;
}

.border-gray-4 {
  border-color: #adadad;
}

.hover\:border-gray-4:hover {
  border-color: #adadad;
}

.border-gray-5 {
  border-color: #bababa;
}

.hover\:border-gray-5:hover {
  border-color: #bababa;
}

.border-gray-6 {
  border-color: #c6c6c6;
}

.hover\:border-gray-6:hover {
  border-color: #c6c6c6;
}

.border-gray-7 {
  border-color: #d2d2d2;
}

.hover\:border-gray-7:hover {
  border-color: #d2d2d2;
}

.border-gray-8 {
  border-color: #dedede;
}

.hover\:border-gray-8:hover {
  border-color: #dedede;
}

.border-gray-9 {
  border-color: #eaeaea;
}

.hover\:border-gray-9:hover {
  border-color: #eaeaea;
}

.border-gray-10 {
  border-color: #f6f6f6;
}

.hover\:border-gray-10:hover {
  border-color: #f6f6f6;
}

.border-white {
  border-color: #fdfdfd;
}

.hover\:border-white:hover {
  border-color: #fdfdfd;
}

.border-transparent {
  border-color: transparent;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.outline-red {
  outline-color: #f90606;
}

.hover\:outline-red:hover {
  outline-color: #f90606;
}

.outline-red-1 {
  outline-color: #fa1e1e;
}

.hover\:outline-red-1:hover {
  outline-color: #fa1e1e;
}

.outline-red-2 {
  outline-color: #fa3535;
}

.hover\:outline-red-2:hover {
  outline-color: #fa3535;
}

.outline-red-3 {
  outline-color: #fb4d4d;
}

.hover\:outline-red-3:hover {
  outline-color: #fb4d4d;
}

.outline-red-4 {
  outline-color: #fb6565;
}

.hover\:outline-red-4:hover {
  outline-color: #fb6565;
}

.outline-red-5 {
  outline-color: #fc7c7c;
}

.hover\:outline-red-5:hover {
  outline-color: #fc7c7c;
}

.outline-red-6 {
  outline-color: #fc9494;
}

.hover\:outline-red-6:hover {
  outline-color: #fc9494;
}

.outline-red-7 {
  outline-color: #fdacac;
}

.hover\:outline-red-7:hover {
  outline-color: #fdacac;
}

.outline-red-8 {
  outline-color: #fec3c3;
}

.hover\:outline-red-8:hover {
  outline-color: #fec3c3;
}

.outline-red-9 {
  outline-color: #fedbdb;
}

.hover\:outline-red-9:hover {
  outline-color: #fedbdb;
}

.outline-red-10 {
  outline-color: #fff3f3;
}

.hover\:outline-red-10:hover {
  outline-color: #fff3f3;
}

.outline-orange {
  outline-color: #f99106;
}

.hover\:outline-orange:hover {
  outline-color: #f99106;
}

.outline-orange-1 {
  outline-color: #fa9b1e;
}

.hover\:outline-orange-1:hover {
  outline-color: #fa9b1e;
}

.outline-orange-2 {
  outline-color: #faa635;
}

.hover\:outline-orange-2:hover {
  outline-color: #faa635;
}

.outline-orange-3 {
  outline-color: #fbb04d;
}

.hover\:outline-orange-3:hover {
  outline-color: #fbb04d;
}

.outline-orange-4 {
  outline-color: #fbbb65;
}

.hover\:outline-orange-4:hover {
  outline-color: #fbbb65;
}

.outline-orange-5 {
  outline-color: #fcc57c;
}

.hover\:outline-orange-5:hover {
  outline-color: #fcc57c;
}

.outline-orange-6 {
  outline-color: #fcd094;
}

.hover\:outline-orange-6:hover {
  outline-color: #fcd094;
}

.outline-orange-7 {
  outline-color: #fddaac;
}

.hover\:outline-orange-7:hover {
  outline-color: #fddaac;
}

.outline-orange-8 {
  outline-color: #fee5c3;
}

.hover\:outline-orange-8:hover {
  outline-color: #fee5c3;
}

.outline-orange-9 {
  outline-color: #feefdb;
}

.hover\:outline-orange-9:hover {
  outline-color: #feefdb;
}

.outline-orange-10 {
  outline-color: #fffaf3;
}

.hover\:outline-orange-10:hover {
  outline-color: #fffaf3;
}

.outline-yellow {
  outline-color: #f9cf06;
}

.hover\:outline-yellow:hover {
  outline-color: #f9cf06;
}

.outline-yellow-1 {
  outline-color: #fad41e;
}

.hover\:outline-yellow-1:hover {
  outline-color: #fad41e;
}

.outline-yellow-2 {
  outline-color: #fad835;
}

.hover\:outline-yellow-2:hover {
  outline-color: #fad835;
}

.outline-yellow-3 {
  outline-color: #fbdd4d;
}

.hover\:outline-yellow-3:hover {
  outline-color: #fbdd4d;
}

.outline-yellow-4 {
  outline-color: #fbe165;
}

.hover\:outline-yellow-4:hover {
  outline-color: #fbe165;
}

.outline-yellow-5 {
  outline-color: #fce67c;
}

.hover\:outline-yellow-5:hover {
  outline-color: #fce67c;
}

.outline-yellow-6 {
  outline-color: #fcea94;
}

.hover\:outline-yellow-6:hover {
  outline-color: #fcea94;
}

.outline-yellow-7 {
  outline-color: #fdefac;
}

.hover\:outline-yellow-7:hover {
  outline-color: #fdefac;
}

.outline-yellow-8 {
  outline-color: #fef3c3;
}

.hover\:outline-yellow-8:hover {
  outline-color: #fef3c3;
}

.outline-yellow-9 {
  outline-color: #fef8db;
}

.hover\:outline-yellow-9:hover {
  outline-color: #fef8db;
}

.outline-yellow-10 {
  outline-color: #fffdf3;
}

.hover\:outline-yellow-10:hover {
  outline-color: #fffdf3;
}

.outline-green {
  outline-color: #80f906;
}

.hover\:outline-green:hover {
  outline-color: #80f906;
}

.outline-green-1 {
  outline-color: #8cfa1e;
}

.hover\:outline-green-1:hover {
  outline-color: #8cfa1e;
}

.outline-green-2 {
  outline-color: #98fa35;
}

.hover\:outline-green-2:hover {
  outline-color: #98fa35;
}

.outline-green-3 {
  outline-color: #a4fb4d;
}

.hover\:outline-green-3:hover {
  outline-color: #a4fb4d;
}

.outline-green-4 {
  outline-color: #b0fb65;
}

.hover\:outline-green-4:hover {
  outline-color: #b0fb65;
}

.outline-green-5 {
  outline-color: #bcfc7c;
}

.hover\:outline-green-5:hover {
  outline-color: #bcfc7c;
}

.outline-green-6 {
  outline-color: #c8fc94;
}

.hover\:outline-green-6:hover {
  outline-color: #c8fc94;
}

.outline-green-7 {
  outline-color: #d4fdac;
}

.hover\:outline-green-7:hover {
  outline-color: #d4fdac;
}

.outline-green-8 {
  outline-color: #e1fec3;
}

.hover\:outline-green-8:hover {
  outline-color: #e1fec3;
}

.outline-green-9 {
  outline-color: #edfedb;
}

.hover\:outline-green-9:hover {
  outline-color: #edfedb;
}

.outline-green-10 {
  outline-color: #f9fff3;
}

.hover\:outline-green-10:hover {
  outline-color: #f9fff3;
}

.outline-greencss {
  outline-color: #3e7a02;
}

.hover\:outline-greencss:hover {
  outline-color: #3e7a02;
}

.outline-greencss-1 {
  outline-color: #4a9202;
}

.hover\:outline-greencss-1:hover {
  outline-color: #4a9202;
}

.outline-greencss-2 {
  outline-color: #56aa03;
}

.hover\:outline-greencss-2:hover {
  outline-color: #56aa03;
}

.outline-greencss-3 {
  outline-color: #62c203;
}

.hover\:outline-greencss-3:hover {
  outline-color: #62c203;
}

.outline-greencss-4 {
  outline-color: #6ed904;
}

.hover\:outline-greencss-4:hover {
  outline-color: #6ed904;
}

.outline-greencss-5 {
  outline-color: #7bf104;
}

.hover\:outline-greencss-5:hover {
  outline-color: #7bf104;
}

.outline-greencss-6 {
  outline-color: #87fb12;
}

.hover\:outline-greencss-6:hover {
  outline-color: #87fb12;
}

.outline-greencss-7 {
  outline-color: #93fc2a;
}

.hover\:outline-greencss-7:hover {
  outline-color: #93fc2a;
}

.outline-greencss-8 {
  outline-color: #9ffc42;
}

.hover\:outline-greencss-8:hover {
  outline-color: #9ffc42;
}

.outline-greencss-9 {
  outline-color: #abfc5a;
}

.hover\:outline-greencss-9:hover {
  outline-color: #abfc5a;
}

.outline-greencss-10 {
  outline-color: #b7fd72;
}

.hover\:outline-greencss-10:hover {
  outline-color: #b7fd72;
}

.outline-blue {
  outline-color: #066ef9;
}

.hover\:outline-blue:hover {
  outline-color: #066ef9;
}

.outline-blue-1 {
  outline-color: #1e7cfa;
}

.hover\:outline-blue-1:hover {
  outline-color: #1e7cfa;
}

.outline-blue-2 {
  outline-color: #358afa;
}

.hover\:outline-blue-2:hover {
  outline-color: #358afa;
}

.outline-blue-3 {
  outline-color: #4d97fb;
}

.hover\:outline-blue-3:hover {
  outline-color: #4d97fb;
}

.outline-blue-4 {
  outline-color: #65a5fb;
}

.hover\:outline-blue-4:hover {
  outline-color: #65a5fb;
}

.outline-blue-5 {
  outline-color: #7cb3fc;
}

.hover\:outline-blue-5:hover {
  outline-color: #7cb3fc;
}

.outline-blue-6 {
  outline-color: #94c1fc;
}

.hover\:outline-blue-6:hover {
  outline-color: #94c1fc;
}

.outline-blue-7 {
  outline-color: #accefd;
}

.hover\:outline-blue-7:hover {
  outline-color: #accefd;
}

.outline-blue-8 {
  outline-color: #c3dcfe;
}

.hover\:outline-blue-8:hover {
  outline-color: #c3dcfe;
}

.outline-blue-9 {
  outline-color: #dbeafe;
}

.hover\:outline-blue-9:hover {
  outline-color: #dbeafe;
}

.outline-blue-10 {
  outline-color: #f3f8ff;
}

.hover\:outline-blue-10:hover {
  outline-color: #f3f8ff;
}

.outline-turquoise {
  outline-color: #06f9f9;
}

.hover\:outline-turquoise:hover {
  outline-color: #06f9f9;
}

.outline-turquoise-1 {
  outline-color: #1efafa;
}

.hover\:outline-turquoise-1:hover {
  outline-color: #1efafa;
}

.outline-turquoise-2 {
  outline-color: #35fafa;
}

.hover\:outline-turquoise-2:hover {
  outline-color: #35fafa;
}

.outline-turquoise-3 {
  outline-color: #4dfbfb;
}

.hover\:outline-turquoise-3:hover {
  outline-color: #4dfbfb;
}

.outline-turquoise-4 {
  outline-color: #65fbfb;
}

.hover\:outline-turquoise-4:hover {
  outline-color: #65fbfb;
}

.outline-turquoise-5 {
  outline-color: #7cfcfc;
}

.hover\:outline-turquoise-5:hover {
  outline-color: #7cfcfc;
}

.outline-turquoise-6 {
  outline-color: #94fcfc;
}

.hover\:outline-turquoise-6:hover {
  outline-color: #94fcfc;
}

.outline-turquoise-7 {
  outline-color: #acfdfd;
}

.hover\:outline-turquoise-7:hover {
  outline-color: #acfdfd;
}

.outline-turquoise-8 {
  outline-color: #c3fefe;
}

.hover\:outline-turquoise-8:hover {
  outline-color: #c3fefe;
}

.outline-turquoise-9 {
  outline-color: #dbfefe;
}

.hover\:outline-turquoise-9:hover {
  outline-color: #dbfefe;
}

.outline-turquoise-10 {
  outline-color: #f3ffff;
}

.hover\:outline-turquoise-10:hover {
  outline-color: #f3ffff;
}

.outline-purple {
  outline-color: #8006f9;
}

.hover\:outline-purple:hover {
  outline-color: #8006f9;
}

.outline-purple-1 {
  outline-color: #8c1efa;
}

.hover\:outline-purple-1:hover {
  outline-color: #8c1efa;
}

.outline-purple-2 {
  outline-color: #9835fa;
}

.hover\:outline-purple-2:hover {
  outline-color: #9835fa;
}

.outline-purple-3 {
  outline-color: #a44dfb;
}

.hover\:outline-purple-3:hover {
  outline-color: #a44dfb;
}

.outline-purple-4 {
  outline-color: #b065fb;
}

.hover\:outline-purple-4:hover {
  outline-color: #b065fb;
}

.outline-purple-5 {
  outline-color: #bc7cfc;
}

.hover\:outline-purple-5:hover {
  outline-color: #bc7cfc;
}

.outline-purple-6 {
  outline-color: #c894fc;
}

.hover\:outline-purple-6:hover {
  outline-color: #c894fc;
}

.outline-purple-7 {
  outline-color: #d4acfd;
}

.hover\:outline-purple-7:hover {
  outline-color: #d4acfd;
}

.outline-purple-8 {
  outline-color: #e1c3fe;
}

.hover\:outline-purple-8:hover {
  outline-color: #e1c3fe;
}

.outline-purple-9 {
  outline-color: #eddbfe;
}

.hover\:outline-purple-9:hover {
  outline-color: #eddbfe;
}

.outline-purple-10 {
  outline-color: #f9f3ff;
}

.hover\:outline-purple-10:hover {
  outline-color: #f9f3ff;
}

.outline-magenta {
  outline-color: #f906e8;
}

.hover\:outline-magenta:hover {
  outline-color: #f906e8;
}

.outline-magenta-1 {
  outline-color: #fa1eea;
}

.hover\:outline-magenta-1:hover {
  outline-color: #fa1eea;
}

.outline-magenta-2 {
  outline-color: #fa35ec;
}

.hover\:outline-magenta-2:hover {
  outline-color: #fa35ec;
}

.outline-magenta-3 {
  outline-color: #fb4def;
}

.hover\:outline-magenta-3:hover {
  outline-color: #fb4def;
}

.outline-magenta-4 {
  outline-color: #fb65f1;
}

.hover\:outline-magenta-4:hover {
  outline-color: #fb65f1;
}

.outline-magenta-5 {
  outline-color: #fc7cf3;
}

.hover\:outline-magenta-5:hover {
  outline-color: #fc7cf3;
}

.outline-magenta-6 {
  outline-color: #fc94f5;
}

.hover\:outline-magenta-6:hover {
  outline-color: #fc94f5;
}

.outline-magenta-7 {
  outline-color: #fdacf7;
}

.hover\:outline-magenta-7:hover {
  outline-color: #fdacf7;
}

.outline-magenta-8 {
  outline-color: #fec3f9;
}

.hover\:outline-magenta-8:hover {
  outline-color: #fec3f9;
}

.outline-magenta-9 {
  outline-color: #fedbfc;
}

.hover\:outline-magenta-9:hover {
  outline-color: #fedbfc;
}

.outline-magenta-10 {
  outline-color: #fff3fe;
}

.hover\:outline-magenta-10:hover {
  outline-color: #fff3fe;
}

.outline-black {
  outline-color: #101010;
}

.hover\:outline-black:hover {
  outline-color: #101010;
}

.outline-black-1 {
  outline-color: #1c1c1c;
}

.hover\:outline-black-1:hover {
  outline-color: #1c1c1c;
}

.outline-black-2 {
  outline-color: #282828;
}

.hover\:outline-black-2:hover {
  outline-color: #282828;
}

.outline-black-3 {
  outline-color: #343434;
}

.hover\:outline-black-3:hover {
  outline-color: #343434;
}

.outline-black-4 {
  outline-color: #404040;
}

.hover\:outline-black-4:hover {
  outline-color: #404040;
}

.outline-black-5 {
  outline-color: #4d4d4d;
}

.hover\:outline-black-5:hover {
  outline-color: #4d4d4d;
}

.outline-black-6 {
  outline-color: #595959;
}

.hover\:outline-black-6:hover {
  outline-color: #595959;
}

.outline-black-7 {
  outline-color: #656565;
}

.hover\:outline-black-7:hover {
  outline-color: #656565;
}

.outline-black-8 {
  outline-color: #717171;
}

.hover\:outline-black-8:hover {
  outline-color: #717171;
}

.outline-black-9 {
  outline-color: #7d7d7d;
}

.hover\:outline-black-9:hover {
  outline-color: #7d7d7d;
}

.outline-black-10 {
  outline-color: #898989;
}

.hover\:outline-black-10:hover {
  outline-color: #898989;
}

.outline-gray {
  outline-color: #7d7d7d;
}

.hover\:outline-gray:hover {
  outline-color: #7d7d7d;
}

.outline-gray-1 {
  outline-color: #898989;
}

.hover\:outline-gray-1:hover {
  outline-color: #898989;
}

.outline-gray-2 {
  outline-color: #959595;
}

.hover\:outline-gray-2:hover {
  outline-color: #959595;
}

.outline-gray-3 {
  outline-color: #a1a1a1;
}

.hover\:outline-gray-3:hover {
  outline-color: #a1a1a1;
}

.outline-gray-4 {
  outline-color: #adadad;
}

.hover\:outline-gray-4:hover {
  outline-color: #adadad;
}

.outline-gray-5 {
  outline-color: #bababa;
}

.hover\:outline-gray-5:hover {
  outline-color: #bababa;
}

.outline-gray-6 {
  outline-color: #c6c6c6;
}

.hover\:outline-gray-6:hover {
  outline-color: #c6c6c6;
}

.outline-gray-7 {
  outline-color: #d2d2d2;
}

.hover\:outline-gray-7:hover {
  outline-color: #d2d2d2;
}

.outline-gray-8 {
  outline-color: #dedede;
}

.hover\:outline-gray-8:hover {
  outline-color: #dedede;
}

.outline-gray-9 {
  outline-color: #eaeaea;
}

.hover\:outline-gray-9:hover {
  outline-color: #eaeaea;
}

.outline-gray-10 {
  outline-color: #f6f6f6;
}

.hover\:outline-gray-10:hover {
  outline-color: #f6f6f6;
}

.outline-white {
  outline-color: #fdfdfd;
}

.hover\:outline-white:hover {
  outline-color: #fdfdfd;
}

.outline-transparent {
  outline-color: transparent;
}

.hover\:outline-transparent:hover {
  outline-color: transparent;
}

.rounded-0px {
  border-radius: 0px;
}

.hover\:rounded-0px:hover {
  border-radius: 0px;
}

.active\:rounded-0px:active {
  border-radius: 0px;
}

.focus\:rounded-0px:focus {
  border-radius: 0px;
}

.rounded-1px {
  border-radius: 1px;
}

.hover\:rounded-1px:hover {
  border-radius: 1px;
}

.active\:rounded-1px:active {
  border-radius: 1px;
}

.focus\:rounded-1px:focus {
  border-radius: 1px;
}

.rounded-2px {
  border-radius: 2px;
}

.hover\:rounded-2px:hover {
  border-radius: 2px;
}

.active\:rounded-2px:active {
  border-radius: 2px;
}

.focus\:rounded-2px:focus {
  border-radius: 2px;
}

.rounded-3px {
  border-radius: 3px;
}

.hover\:rounded-3px:hover {
  border-radius: 3px;
}

.active\:rounded-3px:active {
  border-radius: 3px;
}

.focus\:rounded-3px:focus {
  border-radius: 3px;
}

.rounded-4px {
  border-radius: 4px;
}

.hover\:rounded-4px:hover {
  border-radius: 4px;
}

.active\:rounded-4px:active {
  border-radius: 4px;
}

.focus\:rounded-4px:focus {
  border-radius: 4px;
}

.rounded-5px {
  border-radius: 5px;
}

.hover\:rounded-5px:hover {
  border-radius: 5px;
}

.active\:rounded-5px:active {
  border-radius: 5px;
}

.focus\:rounded-5px:focus {
  border-radius: 5px;
}

.rounded-6px {
  border-radius: 6px;
}

.hover\:rounded-6px:hover {
  border-radius: 6px;
}

.active\:rounded-6px:active {
  border-radius: 6px;
}

.focus\:rounded-6px:focus {
  border-radius: 6px;
}

.rounded-7px {
  border-radius: 7px;
}

.hover\:rounded-7px:hover {
  border-radius: 7px;
}

.active\:rounded-7px:active {
  border-radius: 7px;
}

.focus\:rounded-7px:focus {
  border-radius: 7px;
}

.rounded-8px {
  border-radius: 8px;
}

.hover\:rounded-8px:hover {
  border-radius: 8px;
}

.active\:rounded-8px:active {
  border-radius: 8px;
}

.focus\:rounded-8px:focus {
  border-radius: 8px;
}

.rounded-9px {
  border-radius: 9px;
}

.hover\:rounded-9px:hover {
  border-radius: 9px;
}

.active\:rounded-9px:active {
  border-radius: 9px;
}

.focus\:rounded-9px:focus {
  border-radius: 9px;
}

.rounded-10px {
  border-radius: 10px;
}

.hover\:rounded-10px:hover {
  border-radius: 10px;
}

.active\:rounded-10px:active {
  border-radius: 10px;
}

.focus\:rounded-10px:focus {
  border-radius: 10px;
}

.rounded-11px {
  border-radius: 11px;
}

.hover\:rounded-11px:hover {
  border-radius: 11px;
}

.active\:rounded-11px:active {
  border-radius: 11px;
}

.focus\:rounded-11px:focus {
  border-radius: 11px;
}

.rounded-12px {
  border-radius: 12px;
}

.hover\:rounded-12px:hover {
  border-radius: 12px;
}

.active\:rounded-12px:active {
  border-radius: 12px;
}

.focus\:rounded-12px:focus {
  border-radius: 12px;
}

.rounded-13px {
  border-radius: 13px;
}

.hover\:rounded-13px:hover {
  border-radius: 13px;
}

.active\:rounded-13px:active {
  border-radius: 13px;
}

.focus\:rounded-13px:focus {
  border-radius: 13px;
}

.rounded-14px {
  border-radius: 14px;
}

.hover\:rounded-14px:hover {
  border-radius: 14px;
}

.active\:rounded-14px:active {
  border-radius: 14px;
}

.focus\:rounded-14px:focus {
  border-radius: 14px;
}

.rounded-15px {
  border-radius: 15px;
}

.hover\:rounded-15px:hover {
  border-radius: 15px;
}

.active\:rounded-15px:active {
  border-radius: 15px;
}

.focus\:rounded-15px:focus {
  border-radius: 15px;
}

.rounded-16px {
  border-radius: 16px;
}

.hover\:rounded-16px:hover {
  border-radius: 16px;
}

.active\:rounded-16px:active {
  border-radius: 16px;
}

.focus\:rounded-16px:focus {
  border-radius: 16px;
}

.rounded-17px {
  border-radius: 17px;
}

.hover\:rounded-17px:hover {
  border-radius: 17px;
}

.active\:rounded-17px:active {
  border-radius: 17px;
}

.focus\:rounded-17px:focus {
  border-radius: 17px;
}

.rounded-18px {
  border-radius: 18px;
}

.hover\:rounded-18px:hover {
  border-radius: 18px;
}

.active\:rounded-18px:active {
  border-radius: 18px;
}

.focus\:rounded-18px:focus {
  border-radius: 18px;
}

.rounded-19px {
  border-radius: 19px;
}

.hover\:rounded-19px:hover {
  border-radius: 19px;
}

.active\:rounded-19px:active {
  border-radius: 19px;
}

.focus\:rounded-19px:focus {
  border-radius: 19px;
}

.rounded-20px {
  border-radius: 20px;
}

.hover\:rounded-20px:hover {
  border-radius: 20px;
}

.active\:rounded-20px:active {
  border-radius: 20px;
}

.focus\:rounded-20px:focus {
  border-radius: 20px;
}

.rounded-21px {
  border-radius: 21px;
}

.hover\:rounded-21px:hover {
  border-radius: 21px;
}

.active\:rounded-21px:active {
  border-radius: 21px;
}

.focus\:rounded-21px:focus {
  border-radius: 21px;
}

.rounded-22px {
  border-radius: 22px;
}

.hover\:rounded-22px:hover {
  border-radius: 22px;
}

.active\:rounded-22px:active {
  border-radius: 22px;
}

.focus\:rounded-22px:focus {
  border-radius: 22px;
}

.rounded-23px {
  border-radius: 23px;
}

.hover\:rounded-23px:hover {
  border-radius: 23px;
}

.active\:rounded-23px:active {
  border-radius: 23px;
}

.focus\:rounded-23px:focus {
  border-radius: 23px;
}

.rounded-24px {
  border-radius: 24px;
}

.hover\:rounded-24px:hover {
  border-radius: 24px;
}

.active\:rounded-24px:active {
  border-radius: 24px;
}

.focus\:rounded-24px:focus {
  border-radius: 24px;
}

.rounded-25px {
  border-radius: 25px;
}

.hover\:rounded-25px:hover {
  border-radius: 25px;
}

.active\:rounded-25px:active {
  border-radius: 25px;
}

.focus\:rounded-25px:focus {
  border-radius: 25px;
}

.rounded-26px {
  border-radius: 26px;
}

.hover\:rounded-26px:hover {
  border-radius: 26px;
}

.active\:rounded-26px:active {
  border-radius: 26px;
}

.focus\:rounded-26px:focus {
  border-radius: 26px;
}

.rounded-27px {
  border-radius: 27px;
}

.hover\:rounded-27px:hover {
  border-radius: 27px;
}

.active\:rounded-27px:active {
  border-radius: 27px;
}

.focus\:rounded-27px:focus {
  border-radius: 27px;
}

.rounded-28px {
  border-radius: 28px;
}

.hover\:rounded-28px:hover {
  border-radius: 28px;
}

.active\:rounded-28px:active {
  border-radius: 28px;
}

.focus\:rounded-28px:focus {
  border-radius: 28px;
}

.rounded-29px {
  border-radius: 29px;
}

.hover\:rounded-29px:hover {
  border-radius: 29px;
}

.active\:rounded-29px:active {
  border-radius: 29px;
}

.focus\:rounded-29px:focus {
  border-radius: 29px;
}

.rounded-30px {
  border-radius: 30px;
}

.hover\:rounded-30px:hover {
  border-radius: 30px;
}

.active\:rounded-30px:active {
  border-radius: 30px;
}

.focus\:rounded-30px:focus {
  border-radius: 30px;
}

.rounded-31px {
  border-radius: 31px;
}

.hover\:rounded-31px:hover {
  border-radius: 31px;
}

.active\:rounded-31px:active {
  border-radius: 31px;
}

.focus\:rounded-31px:focus {
  border-radius: 31px;
}

.rounded-32px {
  border-radius: 32px;
}

.hover\:rounded-32px:hover {
  border-radius: 32px;
}

.active\:rounded-32px:active {
  border-radius: 32px;
}

.focus\:rounded-32px:focus {
  border-radius: 32px;
}

.rounded-33px {
  border-radius: 33px;
}

.hover\:rounded-33px:hover {
  border-radius: 33px;
}

.active\:rounded-33px:active {
  border-radius: 33px;
}

.focus\:rounded-33px:focus {
  border-radius: 33px;
}

.rounded-34px {
  border-radius: 34px;
}

.hover\:rounded-34px:hover {
  border-radius: 34px;
}

.active\:rounded-34px:active {
  border-radius: 34px;
}

.focus\:rounded-34px:focus {
  border-radius: 34px;
}

.rounded-35px {
  border-radius: 35px;
}

.hover\:rounded-35px:hover {
  border-radius: 35px;
}

.active\:rounded-35px:active {
  border-radius: 35px;
}

.focus\:rounded-35px:focus {
  border-radius: 35px;
}

.rounded-36px {
  border-radius: 36px;
}

.hover\:rounded-36px:hover {
  border-radius: 36px;
}

.active\:rounded-36px:active {
  border-radius: 36px;
}

.focus\:rounded-36px:focus {
  border-radius: 36px;
}

.rounded-37px {
  border-radius: 37px;
}

.hover\:rounded-37px:hover {
  border-radius: 37px;
}

.active\:rounded-37px:active {
  border-radius: 37px;
}

.focus\:rounded-37px:focus {
  border-radius: 37px;
}

.rounded-38px {
  border-radius: 38px;
}

.hover\:rounded-38px:hover {
  border-radius: 38px;
}

.active\:rounded-38px:active {
  border-radius: 38px;
}

.focus\:rounded-38px:focus {
  border-radius: 38px;
}

.rounded-39px {
  border-radius: 39px;
}

.hover\:rounded-39px:hover {
  border-radius: 39px;
}

.active\:rounded-39px:active {
  border-radius: 39px;
}

.focus\:rounded-39px:focus {
  border-radius: 39px;
}

.rounded-40px {
  border-radius: 40px;
}

.hover\:rounded-40px:hover {
  border-radius: 40px;
}

.active\:rounded-40px:active {
  border-radius: 40px;
}

.focus\:rounded-40px:focus {
  border-radius: 40px;
}

.rounded-41px {
  border-radius: 41px;
}

.hover\:rounded-41px:hover {
  border-radius: 41px;
}

.active\:rounded-41px:active {
  border-radius: 41px;
}

.focus\:rounded-41px:focus {
  border-radius: 41px;
}

.rounded-42px {
  border-radius: 42px;
}

.hover\:rounded-42px:hover {
  border-radius: 42px;
}

.active\:rounded-42px:active {
  border-radius: 42px;
}

.focus\:rounded-42px:focus {
  border-radius: 42px;
}

.rounded-43px {
  border-radius: 43px;
}

.hover\:rounded-43px:hover {
  border-radius: 43px;
}

.active\:rounded-43px:active {
  border-radius: 43px;
}

.focus\:rounded-43px:focus {
  border-radius: 43px;
}

.rounded-44px {
  border-radius: 44px;
}

.hover\:rounded-44px:hover {
  border-radius: 44px;
}

.active\:rounded-44px:active {
  border-radius: 44px;
}

.focus\:rounded-44px:focus {
  border-radius: 44px;
}

.rounded-45px {
  border-radius: 45px;
}

.hover\:rounded-45px:hover {
  border-radius: 45px;
}

.active\:rounded-45px:active {
  border-radius: 45px;
}

.focus\:rounded-45px:focus {
  border-radius: 45px;
}

.rounded-46px {
  border-radius: 46px;
}

.hover\:rounded-46px:hover {
  border-radius: 46px;
}

.active\:rounded-46px:active {
  border-radius: 46px;
}

.focus\:rounded-46px:focus {
  border-radius: 46px;
}

.rounded-47px {
  border-radius: 47px;
}

.hover\:rounded-47px:hover {
  border-radius: 47px;
}

.active\:rounded-47px:active {
  border-radius: 47px;
}

.focus\:rounded-47px:focus {
  border-radius: 47px;
}

.rounded-48px {
  border-radius: 48px;
}

.hover\:rounded-48px:hover {
  border-radius: 48px;
}

.active\:rounded-48px:active {
  border-radius: 48px;
}

.focus\:rounded-48px:focus {
  border-radius: 48px;
}

.rounded-49px {
  border-radius: 49px;
}

.hover\:rounded-49px:hover {
  border-radius: 49px;
}

.active\:rounded-49px:active {
  border-radius: 49px;
}

.focus\:rounded-49px:focus {
  border-radius: 49px;
}

.rounded-50px {
  border-radius: 50px;
}

.hover\:rounded-50px:hover {
  border-radius: 50px;
}

.active\:rounded-50px:active {
  border-radius: 50px;
}

.focus\:rounded-50px:focus {
  border-radius: 50px;
}

.rounded-51px {
  border-radius: 51px;
}

.hover\:rounded-51px:hover {
  border-radius: 51px;
}

.active\:rounded-51px:active {
  border-radius: 51px;
}

.focus\:rounded-51px:focus {
  border-radius: 51px;
}

.rounded-52px {
  border-radius: 52px;
}

.hover\:rounded-52px:hover {
  border-radius: 52px;
}

.active\:rounded-52px:active {
  border-radius: 52px;
}

.focus\:rounded-52px:focus {
  border-radius: 52px;
}

.rounded-53px {
  border-radius: 53px;
}

.hover\:rounded-53px:hover {
  border-radius: 53px;
}

.active\:rounded-53px:active {
  border-radius: 53px;
}

.focus\:rounded-53px:focus {
  border-radius: 53px;
}

.rounded-54px {
  border-radius: 54px;
}

.hover\:rounded-54px:hover {
  border-radius: 54px;
}

.active\:rounded-54px:active {
  border-radius: 54px;
}

.focus\:rounded-54px:focus {
  border-radius: 54px;
}

.rounded-55px {
  border-radius: 55px;
}

.hover\:rounded-55px:hover {
  border-radius: 55px;
}

.active\:rounded-55px:active {
  border-radius: 55px;
}

.focus\:rounded-55px:focus {
  border-radius: 55px;
}

.rounded-56px {
  border-radius: 56px;
}

.hover\:rounded-56px:hover {
  border-radius: 56px;
}

.active\:rounded-56px:active {
  border-radius: 56px;
}

.focus\:rounded-56px:focus {
  border-radius: 56px;
}

.rounded-57px {
  border-radius: 57px;
}

.hover\:rounded-57px:hover {
  border-radius: 57px;
}

.active\:rounded-57px:active {
  border-radius: 57px;
}

.focus\:rounded-57px:focus {
  border-radius: 57px;
}

.rounded-58px {
  border-radius: 58px;
}

.hover\:rounded-58px:hover {
  border-radius: 58px;
}

.active\:rounded-58px:active {
  border-radius: 58px;
}

.focus\:rounded-58px:focus {
  border-radius: 58px;
}

.rounded-59px {
  border-radius: 59px;
}

.hover\:rounded-59px:hover {
  border-radius: 59px;
}

.active\:rounded-59px:active {
  border-radius: 59px;
}

.focus\:rounded-59px:focus {
  border-radius: 59px;
}

.rounded-60px {
  border-radius: 60px;
}

.hover\:rounded-60px:hover {
  border-radius: 60px;
}

.active\:rounded-60px:active {
  border-radius: 60px;
}

.focus\:rounded-60px:focus {
  border-radius: 60px;
}

.rounded-61px {
  border-radius: 61px;
}

.hover\:rounded-61px:hover {
  border-radius: 61px;
}

.active\:rounded-61px:active {
  border-radius: 61px;
}

.focus\:rounded-61px:focus {
  border-radius: 61px;
}

.rounded-62px {
  border-radius: 62px;
}

.hover\:rounded-62px:hover {
  border-radius: 62px;
}

.active\:rounded-62px:active {
  border-radius: 62px;
}

.focus\:rounded-62px:focus {
  border-radius: 62px;
}

.rounded-63px {
  border-radius: 63px;
}

.hover\:rounded-63px:hover {
  border-radius: 63px;
}

.active\:rounded-63px:active {
  border-radius: 63px;
}

.focus\:rounded-63px:focus {
  border-radius: 63px;
}

.rounded-64px {
  border-radius: 64px;
}

.hover\:rounded-64px:hover {
  border-radius: 64px;
}

.active\:rounded-64px:active {
  border-radius: 64px;
}

.focus\:rounded-64px:focus {
  border-radius: 64px;
}

.rounded-65px {
  border-radius: 65px;
}

.hover\:rounded-65px:hover {
  border-radius: 65px;
}

.active\:rounded-65px:active {
  border-radius: 65px;
}

.focus\:rounded-65px:focus {
  border-radius: 65px;
}

.rounded-66px {
  border-radius: 66px;
}

.hover\:rounded-66px:hover {
  border-radius: 66px;
}

.active\:rounded-66px:active {
  border-radius: 66px;
}

.focus\:rounded-66px:focus {
  border-radius: 66px;
}

.rounded-67px {
  border-radius: 67px;
}

.hover\:rounded-67px:hover {
  border-radius: 67px;
}

.active\:rounded-67px:active {
  border-radius: 67px;
}

.focus\:rounded-67px:focus {
  border-radius: 67px;
}

.rounded-68px {
  border-radius: 68px;
}

.hover\:rounded-68px:hover {
  border-radius: 68px;
}

.active\:rounded-68px:active {
  border-radius: 68px;
}

.focus\:rounded-68px:focus {
  border-radius: 68px;
}

.rounded-69px {
  border-radius: 69px;
}

.hover\:rounded-69px:hover {
  border-radius: 69px;
}

.active\:rounded-69px:active {
  border-radius: 69px;
}

.focus\:rounded-69px:focus {
  border-radius: 69px;
}

.rounded-70px {
  border-radius: 70px;
}

.hover\:rounded-70px:hover {
  border-radius: 70px;
}

.active\:rounded-70px:active {
  border-radius: 70px;
}

.focus\:rounded-70px:focus {
  border-radius: 70px;
}

.rounded-71px {
  border-radius: 71px;
}

.hover\:rounded-71px:hover {
  border-radius: 71px;
}

.active\:rounded-71px:active {
  border-radius: 71px;
}

.focus\:rounded-71px:focus {
  border-radius: 71px;
}

.rounded-72px {
  border-radius: 72px;
}

.hover\:rounded-72px:hover {
  border-radius: 72px;
}

.active\:rounded-72px:active {
  border-radius: 72px;
}

.focus\:rounded-72px:focus {
  border-radius: 72px;
}

.rounded-73px {
  border-radius: 73px;
}

.hover\:rounded-73px:hover {
  border-radius: 73px;
}

.active\:rounded-73px:active {
  border-radius: 73px;
}

.focus\:rounded-73px:focus {
  border-radius: 73px;
}

.rounded-74px {
  border-radius: 74px;
}

.hover\:rounded-74px:hover {
  border-radius: 74px;
}

.active\:rounded-74px:active {
  border-radius: 74px;
}

.focus\:rounded-74px:focus {
  border-radius: 74px;
}

.rounded-75px {
  border-radius: 75px;
}

.hover\:rounded-75px:hover {
  border-radius: 75px;
}

.active\:rounded-75px:active {
  border-radius: 75px;
}

.focus\:rounded-75px:focus {
  border-radius: 75px;
}

.rounded-76px {
  border-radius: 76px;
}

.hover\:rounded-76px:hover {
  border-radius: 76px;
}

.active\:rounded-76px:active {
  border-radius: 76px;
}

.focus\:rounded-76px:focus {
  border-radius: 76px;
}

.rounded-77px {
  border-radius: 77px;
}

.hover\:rounded-77px:hover {
  border-radius: 77px;
}

.active\:rounded-77px:active {
  border-radius: 77px;
}

.focus\:rounded-77px:focus {
  border-radius: 77px;
}

.rounded-78px {
  border-radius: 78px;
}

.hover\:rounded-78px:hover {
  border-radius: 78px;
}

.active\:rounded-78px:active {
  border-radius: 78px;
}

.focus\:rounded-78px:focus {
  border-radius: 78px;
}

.rounded-79px {
  border-radius: 79px;
}

.hover\:rounded-79px:hover {
  border-radius: 79px;
}

.active\:rounded-79px:active {
  border-radius: 79px;
}

.focus\:rounded-79px:focus {
  border-radius: 79px;
}

.rounded-80px {
  border-radius: 80px;
}

.hover\:rounded-80px:hover {
  border-radius: 80px;
}

.active\:rounded-80px:active {
  border-radius: 80px;
}

.focus\:rounded-80px:focus {
  border-radius: 80px;
}

.rounded-81px {
  border-radius: 81px;
}

.hover\:rounded-81px:hover {
  border-radius: 81px;
}

.active\:rounded-81px:active {
  border-radius: 81px;
}

.focus\:rounded-81px:focus {
  border-radius: 81px;
}

.rounded-82px {
  border-radius: 82px;
}

.hover\:rounded-82px:hover {
  border-radius: 82px;
}

.active\:rounded-82px:active {
  border-radius: 82px;
}

.focus\:rounded-82px:focus {
  border-radius: 82px;
}

.rounded-83px {
  border-radius: 83px;
}

.hover\:rounded-83px:hover {
  border-radius: 83px;
}

.active\:rounded-83px:active {
  border-radius: 83px;
}

.focus\:rounded-83px:focus {
  border-radius: 83px;
}

.rounded-84px {
  border-radius: 84px;
}

.hover\:rounded-84px:hover {
  border-radius: 84px;
}

.active\:rounded-84px:active {
  border-radius: 84px;
}

.focus\:rounded-84px:focus {
  border-radius: 84px;
}

.rounded-85px {
  border-radius: 85px;
}

.hover\:rounded-85px:hover {
  border-radius: 85px;
}

.active\:rounded-85px:active {
  border-radius: 85px;
}

.focus\:rounded-85px:focus {
  border-radius: 85px;
}

.rounded-86px {
  border-radius: 86px;
}

.hover\:rounded-86px:hover {
  border-radius: 86px;
}

.active\:rounded-86px:active {
  border-radius: 86px;
}

.focus\:rounded-86px:focus {
  border-radius: 86px;
}

.rounded-87px {
  border-radius: 87px;
}

.hover\:rounded-87px:hover {
  border-radius: 87px;
}

.active\:rounded-87px:active {
  border-radius: 87px;
}

.focus\:rounded-87px:focus {
  border-radius: 87px;
}

.rounded-88px {
  border-radius: 88px;
}

.hover\:rounded-88px:hover {
  border-radius: 88px;
}

.active\:rounded-88px:active {
  border-radius: 88px;
}

.focus\:rounded-88px:focus {
  border-radius: 88px;
}

.rounded-89px {
  border-radius: 89px;
}

.hover\:rounded-89px:hover {
  border-radius: 89px;
}

.active\:rounded-89px:active {
  border-radius: 89px;
}

.focus\:rounded-89px:focus {
  border-radius: 89px;
}

.rounded-90px {
  border-radius: 90px;
}

.hover\:rounded-90px:hover {
  border-radius: 90px;
}

.active\:rounded-90px:active {
  border-radius: 90px;
}

.focus\:rounded-90px:focus {
  border-radius: 90px;
}

.rounded-91px {
  border-radius: 91px;
}

.hover\:rounded-91px:hover {
  border-radius: 91px;
}

.active\:rounded-91px:active {
  border-radius: 91px;
}

.focus\:rounded-91px:focus {
  border-radius: 91px;
}

.rounded-92px {
  border-radius: 92px;
}

.hover\:rounded-92px:hover {
  border-radius: 92px;
}

.active\:rounded-92px:active {
  border-radius: 92px;
}

.focus\:rounded-92px:focus {
  border-radius: 92px;
}

.rounded-93px {
  border-radius: 93px;
}

.hover\:rounded-93px:hover {
  border-radius: 93px;
}

.active\:rounded-93px:active {
  border-radius: 93px;
}

.focus\:rounded-93px:focus {
  border-radius: 93px;
}

.rounded-94px {
  border-radius: 94px;
}

.hover\:rounded-94px:hover {
  border-radius: 94px;
}

.active\:rounded-94px:active {
  border-radius: 94px;
}

.focus\:rounded-94px:focus {
  border-radius: 94px;
}

.rounded-95px {
  border-radius: 95px;
}

.hover\:rounded-95px:hover {
  border-radius: 95px;
}

.active\:rounded-95px:active {
  border-radius: 95px;
}

.focus\:rounded-95px:focus {
  border-radius: 95px;
}

.rounded-96px {
  border-radius: 96px;
}

.hover\:rounded-96px:hover {
  border-radius: 96px;
}

.active\:rounded-96px:active {
  border-radius: 96px;
}

.focus\:rounded-96px:focus {
  border-radius: 96px;
}

.rounded-97px {
  border-radius: 97px;
}

.hover\:rounded-97px:hover {
  border-radius: 97px;
}

.active\:rounded-97px:active {
  border-radius: 97px;
}

.focus\:rounded-97px:focus {
  border-radius: 97px;
}

.rounded-98px {
  border-radius: 98px;
}

.hover\:rounded-98px:hover {
  border-radius: 98px;
}

.active\:rounded-98px:active {
  border-radius: 98px;
}

.focus\:rounded-98px:focus {
  border-radius: 98px;
}

.rounded-99px {
  border-radius: 99px;
}

.hover\:rounded-99px:hover {
  border-radius: 99px;
}

.active\:rounded-99px:active {
  border-radius: 99px;
}

.focus\:rounded-99px:focus {
  border-radius: 99px;
}

.rounded-100px {
  border-radius: 100px;
}

.hover\:rounded-100px:hover {
  border-radius: 100px;
}

.active\:rounded-100px:active {
  border-radius: 100px;
}

.focus\:rounded-100px:focus {
  border-radius: 100px;
}

.rounded-0per {
  border-radius: 0%;
}

.hover\:rounded-0per:hover {
  border-radius: 0%;
}

.active\:rounded-0per:active {
  border-radius: 0%;
}

.focus\:rounded-0per:focus {
  border-radius: 0%;
}

.rounded-1per {
  border-radius: 1%;
}

.hover\:rounded-1per:hover {
  border-radius: 1%;
}

.active\:rounded-1per:active {
  border-radius: 1%;
}

.focus\:rounded-1per:focus {
  border-radius: 1%;
}

.rounded-2per {
  border-radius: 2%;
}

.hover\:rounded-2per:hover {
  border-radius: 2%;
}

.active\:rounded-2per:active {
  border-radius: 2%;
}

.focus\:rounded-2per:focus {
  border-radius: 2%;
}

.rounded-3per {
  border-radius: 3%;
}

.hover\:rounded-3per:hover {
  border-radius: 3%;
}

.active\:rounded-3per:active {
  border-radius: 3%;
}

.focus\:rounded-3per:focus {
  border-radius: 3%;
}

.rounded-4per {
  border-radius: 4%;
}

.hover\:rounded-4per:hover {
  border-radius: 4%;
}

.active\:rounded-4per:active {
  border-radius: 4%;
}

.focus\:rounded-4per:focus {
  border-radius: 4%;
}

.rounded-5per {
  border-radius: 5%;
}

.hover\:rounded-5per:hover {
  border-radius: 5%;
}

.active\:rounded-5per:active {
  border-radius: 5%;
}

.focus\:rounded-5per:focus {
  border-radius: 5%;
}

.rounded-6per {
  border-radius: 6%;
}

.hover\:rounded-6per:hover {
  border-radius: 6%;
}

.active\:rounded-6per:active {
  border-radius: 6%;
}

.focus\:rounded-6per:focus {
  border-radius: 6%;
}

.rounded-7per {
  border-radius: 7%;
}

.hover\:rounded-7per:hover {
  border-radius: 7%;
}

.active\:rounded-7per:active {
  border-radius: 7%;
}

.focus\:rounded-7per:focus {
  border-radius: 7%;
}

.rounded-8per {
  border-radius: 8%;
}

.hover\:rounded-8per:hover {
  border-radius: 8%;
}

.active\:rounded-8per:active {
  border-radius: 8%;
}

.focus\:rounded-8per:focus {
  border-radius: 8%;
}

.rounded-9per {
  border-radius: 9%;
}

.hover\:rounded-9per:hover {
  border-radius: 9%;
}

.active\:rounded-9per:active {
  border-radius: 9%;
}

.focus\:rounded-9per:focus {
  border-radius: 9%;
}

.rounded-10per {
  border-radius: 10%;
}

.hover\:rounded-10per:hover {
  border-radius: 10%;
}

.active\:rounded-10per:active {
  border-radius: 10%;
}

.focus\:rounded-10per:focus {
  border-radius: 10%;
}

.rounded-11per {
  border-radius: 11%;
}

.hover\:rounded-11per:hover {
  border-radius: 11%;
}

.active\:rounded-11per:active {
  border-radius: 11%;
}

.focus\:rounded-11per:focus {
  border-radius: 11%;
}

.rounded-12per {
  border-radius: 12%;
}

.hover\:rounded-12per:hover {
  border-radius: 12%;
}

.active\:rounded-12per:active {
  border-radius: 12%;
}

.focus\:rounded-12per:focus {
  border-radius: 12%;
}

.rounded-13per {
  border-radius: 13%;
}

.hover\:rounded-13per:hover {
  border-radius: 13%;
}

.active\:rounded-13per:active {
  border-radius: 13%;
}

.focus\:rounded-13per:focus {
  border-radius: 13%;
}

.rounded-14per {
  border-radius: 14%;
}

.hover\:rounded-14per:hover {
  border-radius: 14%;
}

.active\:rounded-14per:active {
  border-radius: 14%;
}

.focus\:rounded-14per:focus {
  border-radius: 14%;
}

.rounded-15per {
  border-radius: 15%;
}

.hover\:rounded-15per:hover {
  border-radius: 15%;
}

.active\:rounded-15per:active {
  border-radius: 15%;
}

.focus\:rounded-15per:focus {
  border-radius: 15%;
}

.rounded-16per {
  border-radius: 16%;
}

.hover\:rounded-16per:hover {
  border-radius: 16%;
}

.active\:rounded-16per:active {
  border-radius: 16%;
}

.focus\:rounded-16per:focus {
  border-radius: 16%;
}

.rounded-17per {
  border-radius: 17%;
}

.hover\:rounded-17per:hover {
  border-radius: 17%;
}

.active\:rounded-17per:active {
  border-radius: 17%;
}

.focus\:rounded-17per:focus {
  border-radius: 17%;
}

.rounded-18per {
  border-radius: 18%;
}

.hover\:rounded-18per:hover {
  border-radius: 18%;
}

.active\:rounded-18per:active {
  border-radius: 18%;
}

.focus\:rounded-18per:focus {
  border-radius: 18%;
}

.rounded-19per {
  border-radius: 19%;
}

.hover\:rounded-19per:hover {
  border-radius: 19%;
}

.active\:rounded-19per:active {
  border-radius: 19%;
}

.focus\:rounded-19per:focus {
  border-radius: 19%;
}

.rounded-20per {
  border-radius: 20%;
}

.hover\:rounded-20per:hover {
  border-radius: 20%;
}

.active\:rounded-20per:active {
  border-radius: 20%;
}

.focus\:rounded-20per:focus {
  border-radius: 20%;
}

.rounded-21per {
  border-radius: 21%;
}

.hover\:rounded-21per:hover {
  border-radius: 21%;
}

.active\:rounded-21per:active {
  border-radius: 21%;
}

.focus\:rounded-21per:focus {
  border-radius: 21%;
}

.rounded-22per {
  border-radius: 22%;
}

.hover\:rounded-22per:hover {
  border-radius: 22%;
}

.active\:rounded-22per:active {
  border-radius: 22%;
}

.focus\:rounded-22per:focus {
  border-radius: 22%;
}

.rounded-23per {
  border-radius: 23%;
}

.hover\:rounded-23per:hover {
  border-radius: 23%;
}

.active\:rounded-23per:active {
  border-radius: 23%;
}

.focus\:rounded-23per:focus {
  border-radius: 23%;
}

.rounded-24per {
  border-radius: 24%;
}

.hover\:rounded-24per:hover {
  border-radius: 24%;
}

.active\:rounded-24per:active {
  border-radius: 24%;
}

.focus\:rounded-24per:focus {
  border-radius: 24%;
}

.rounded-25per {
  border-radius: 25%;
}

.hover\:rounded-25per:hover {
  border-radius: 25%;
}

.active\:rounded-25per:active {
  border-radius: 25%;
}

.focus\:rounded-25per:focus {
  border-radius: 25%;
}

.rounded-26per {
  border-radius: 26%;
}

.hover\:rounded-26per:hover {
  border-radius: 26%;
}

.active\:rounded-26per:active {
  border-radius: 26%;
}

.focus\:rounded-26per:focus {
  border-radius: 26%;
}

.rounded-27per {
  border-radius: 27%;
}

.hover\:rounded-27per:hover {
  border-radius: 27%;
}

.active\:rounded-27per:active {
  border-radius: 27%;
}

.focus\:rounded-27per:focus {
  border-radius: 27%;
}

.rounded-28per {
  border-radius: 28%;
}

.hover\:rounded-28per:hover {
  border-radius: 28%;
}

.active\:rounded-28per:active {
  border-radius: 28%;
}

.focus\:rounded-28per:focus {
  border-radius: 28%;
}

.rounded-29per {
  border-radius: 29%;
}

.hover\:rounded-29per:hover {
  border-radius: 29%;
}

.active\:rounded-29per:active {
  border-radius: 29%;
}

.focus\:rounded-29per:focus {
  border-radius: 29%;
}

.rounded-30per {
  border-radius: 30%;
}

.hover\:rounded-30per:hover {
  border-radius: 30%;
}

.active\:rounded-30per:active {
  border-radius: 30%;
}

.focus\:rounded-30per:focus {
  border-radius: 30%;
}

.rounded-31per {
  border-radius: 31%;
}

.hover\:rounded-31per:hover {
  border-radius: 31%;
}

.active\:rounded-31per:active {
  border-radius: 31%;
}

.focus\:rounded-31per:focus {
  border-radius: 31%;
}

.rounded-32per {
  border-radius: 32%;
}

.hover\:rounded-32per:hover {
  border-radius: 32%;
}

.active\:rounded-32per:active {
  border-radius: 32%;
}

.focus\:rounded-32per:focus {
  border-radius: 32%;
}

.rounded-33per {
  border-radius: 33%;
}

.hover\:rounded-33per:hover {
  border-radius: 33%;
}

.active\:rounded-33per:active {
  border-radius: 33%;
}

.focus\:rounded-33per:focus {
  border-radius: 33%;
}

.rounded-34per {
  border-radius: 34%;
}

.hover\:rounded-34per:hover {
  border-radius: 34%;
}

.active\:rounded-34per:active {
  border-radius: 34%;
}

.focus\:rounded-34per:focus {
  border-radius: 34%;
}

.rounded-35per {
  border-radius: 35%;
}

.hover\:rounded-35per:hover {
  border-radius: 35%;
}

.active\:rounded-35per:active {
  border-radius: 35%;
}

.focus\:rounded-35per:focus {
  border-radius: 35%;
}

.rounded-36per {
  border-radius: 36%;
}

.hover\:rounded-36per:hover {
  border-radius: 36%;
}

.active\:rounded-36per:active {
  border-radius: 36%;
}

.focus\:rounded-36per:focus {
  border-radius: 36%;
}

.rounded-37per {
  border-radius: 37%;
}

.hover\:rounded-37per:hover {
  border-radius: 37%;
}

.active\:rounded-37per:active {
  border-radius: 37%;
}

.focus\:rounded-37per:focus {
  border-radius: 37%;
}

.rounded-38per {
  border-radius: 38%;
}

.hover\:rounded-38per:hover {
  border-radius: 38%;
}

.active\:rounded-38per:active {
  border-radius: 38%;
}

.focus\:rounded-38per:focus {
  border-radius: 38%;
}

.rounded-39per {
  border-radius: 39%;
}

.hover\:rounded-39per:hover {
  border-radius: 39%;
}

.active\:rounded-39per:active {
  border-radius: 39%;
}

.focus\:rounded-39per:focus {
  border-radius: 39%;
}

.rounded-40per {
  border-radius: 40%;
}

.hover\:rounded-40per:hover {
  border-radius: 40%;
}

.active\:rounded-40per:active {
  border-radius: 40%;
}

.focus\:rounded-40per:focus {
  border-radius: 40%;
}

.rounded-41per {
  border-radius: 41%;
}

.hover\:rounded-41per:hover {
  border-radius: 41%;
}

.active\:rounded-41per:active {
  border-radius: 41%;
}

.focus\:rounded-41per:focus {
  border-radius: 41%;
}

.rounded-42per {
  border-radius: 42%;
}

.hover\:rounded-42per:hover {
  border-radius: 42%;
}

.active\:rounded-42per:active {
  border-radius: 42%;
}

.focus\:rounded-42per:focus {
  border-radius: 42%;
}

.rounded-43per {
  border-radius: 43%;
}

.hover\:rounded-43per:hover {
  border-radius: 43%;
}

.active\:rounded-43per:active {
  border-radius: 43%;
}

.focus\:rounded-43per:focus {
  border-radius: 43%;
}

.rounded-44per {
  border-radius: 44%;
}

.hover\:rounded-44per:hover {
  border-radius: 44%;
}

.active\:rounded-44per:active {
  border-radius: 44%;
}

.focus\:rounded-44per:focus {
  border-radius: 44%;
}

.rounded-45per {
  border-radius: 45%;
}

.hover\:rounded-45per:hover {
  border-radius: 45%;
}

.active\:rounded-45per:active {
  border-radius: 45%;
}

.focus\:rounded-45per:focus {
  border-radius: 45%;
}

.rounded-46per {
  border-radius: 46%;
}

.hover\:rounded-46per:hover {
  border-radius: 46%;
}

.active\:rounded-46per:active {
  border-radius: 46%;
}

.focus\:rounded-46per:focus {
  border-radius: 46%;
}

.rounded-47per {
  border-radius: 47%;
}

.hover\:rounded-47per:hover {
  border-radius: 47%;
}

.active\:rounded-47per:active {
  border-radius: 47%;
}

.focus\:rounded-47per:focus {
  border-radius: 47%;
}

.rounded-48per {
  border-radius: 48%;
}

.hover\:rounded-48per:hover {
  border-radius: 48%;
}

.active\:rounded-48per:active {
  border-radius: 48%;
}

.focus\:rounded-48per:focus {
  border-radius: 48%;
}

.rounded-49per {
  border-radius: 49%;
}

.hover\:rounded-49per:hover {
  border-radius: 49%;
}

.active\:rounded-49per:active {
  border-radius: 49%;
}

.focus\:rounded-49per:focus {
  border-radius: 49%;
}

.rounded-50per {
  border-radius: 50%;
}

.hover\:rounded-50per:hover {
  border-radius: 50%;
}

.active\:rounded-50per:active {
  border-radius: 50%;
}

.focus\:rounded-50per:focus {
  border-radius: 50%;
}

.rounded-51per {
  border-radius: 51%;
}

.hover\:rounded-51per:hover {
  border-radius: 51%;
}

.active\:rounded-51per:active {
  border-radius: 51%;
}

.focus\:rounded-51per:focus {
  border-radius: 51%;
}

.rounded-52per {
  border-radius: 52%;
}

.hover\:rounded-52per:hover {
  border-radius: 52%;
}

.active\:rounded-52per:active {
  border-radius: 52%;
}

.focus\:rounded-52per:focus {
  border-radius: 52%;
}

.rounded-53per {
  border-radius: 53%;
}

.hover\:rounded-53per:hover {
  border-radius: 53%;
}

.active\:rounded-53per:active {
  border-radius: 53%;
}

.focus\:rounded-53per:focus {
  border-radius: 53%;
}

.rounded-54per {
  border-radius: 54%;
}

.hover\:rounded-54per:hover {
  border-radius: 54%;
}

.active\:rounded-54per:active {
  border-radius: 54%;
}

.focus\:rounded-54per:focus {
  border-radius: 54%;
}

.rounded-55per {
  border-radius: 55%;
}

.hover\:rounded-55per:hover {
  border-radius: 55%;
}

.active\:rounded-55per:active {
  border-radius: 55%;
}

.focus\:rounded-55per:focus {
  border-radius: 55%;
}

.rounded-56per {
  border-radius: 56%;
}

.hover\:rounded-56per:hover {
  border-radius: 56%;
}

.active\:rounded-56per:active {
  border-radius: 56%;
}

.focus\:rounded-56per:focus {
  border-radius: 56%;
}

.rounded-57per {
  border-radius: 57%;
}

.hover\:rounded-57per:hover {
  border-radius: 57%;
}

.active\:rounded-57per:active {
  border-radius: 57%;
}

.focus\:rounded-57per:focus {
  border-radius: 57%;
}

.rounded-58per {
  border-radius: 58%;
}

.hover\:rounded-58per:hover {
  border-radius: 58%;
}

.active\:rounded-58per:active {
  border-radius: 58%;
}

.focus\:rounded-58per:focus {
  border-radius: 58%;
}

.rounded-59per {
  border-radius: 59%;
}

.hover\:rounded-59per:hover {
  border-radius: 59%;
}

.active\:rounded-59per:active {
  border-radius: 59%;
}

.focus\:rounded-59per:focus {
  border-radius: 59%;
}

.rounded-60per {
  border-radius: 60%;
}

.hover\:rounded-60per:hover {
  border-radius: 60%;
}

.active\:rounded-60per:active {
  border-radius: 60%;
}

.focus\:rounded-60per:focus {
  border-radius: 60%;
}

.rounded-61per {
  border-radius: 61%;
}

.hover\:rounded-61per:hover {
  border-radius: 61%;
}

.active\:rounded-61per:active {
  border-radius: 61%;
}

.focus\:rounded-61per:focus {
  border-radius: 61%;
}

.rounded-62per {
  border-radius: 62%;
}

.hover\:rounded-62per:hover {
  border-radius: 62%;
}

.active\:rounded-62per:active {
  border-radius: 62%;
}

.focus\:rounded-62per:focus {
  border-radius: 62%;
}

.rounded-63per {
  border-radius: 63%;
}

.hover\:rounded-63per:hover {
  border-radius: 63%;
}

.active\:rounded-63per:active {
  border-radius: 63%;
}

.focus\:rounded-63per:focus {
  border-radius: 63%;
}

.rounded-64per {
  border-radius: 64%;
}

.hover\:rounded-64per:hover {
  border-radius: 64%;
}

.active\:rounded-64per:active {
  border-radius: 64%;
}

.focus\:rounded-64per:focus {
  border-radius: 64%;
}

.rounded-65per {
  border-radius: 65%;
}

.hover\:rounded-65per:hover {
  border-radius: 65%;
}

.active\:rounded-65per:active {
  border-radius: 65%;
}

.focus\:rounded-65per:focus {
  border-radius: 65%;
}

.rounded-66per {
  border-radius: 66%;
}

.hover\:rounded-66per:hover {
  border-radius: 66%;
}

.active\:rounded-66per:active {
  border-radius: 66%;
}

.focus\:rounded-66per:focus {
  border-radius: 66%;
}

.rounded-67per {
  border-radius: 67%;
}

.hover\:rounded-67per:hover {
  border-radius: 67%;
}

.active\:rounded-67per:active {
  border-radius: 67%;
}

.focus\:rounded-67per:focus {
  border-radius: 67%;
}

.rounded-68per {
  border-radius: 68%;
}

.hover\:rounded-68per:hover {
  border-radius: 68%;
}

.active\:rounded-68per:active {
  border-radius: 68%;
}

.focus\:rounded-68per:focus {
  border-radius: 68%;
}

.rounded-69per {
  border-radius: 69%;
}

.hover\:rounded-69per:hover {
  border-radius: 69%;
}

.active\:rounded-69per:active {
  border-radius: 69%;
}

.focus\:rounded-69per:focus {
  border-radius: 69%;
}

.rounded-70per {
  border-radius: 70%;
}

.hover\:rounded-70per:hover {
  border-radius: 70%;
}

.active\:rounded-70per:active {
  border-radius: 70%;
}

.focus\:rounded-70per:focus {
  border-radius: 70%;
}

.rounded-71per {
  border-radius: 71%;
}

.hover\:rounded-71per:hover {
  border-radius: 71%;
}

.active\:rounded-71per:active {
  border-radius: 71%;
}

.focus\:rounded-71per:focus {
  border-radius: 71%;
}

.rounded-72per {
  border-radius: 72%;
}

.hover\:rounded-72per:hover {
  border-radius: 72%;
}

.active\:rounded-72per:active {
  border-radius: 72%;
}

.focus\:rounded-72per:focus {
  border-radius: 72%;
}

.rounded-73per {
  border-radius: 73%;
}

.hover\:rounded-73per:hover {
  border-radius: 73%;
}

.active\:rounded-73per:active {
  border-radius: 73%;
}

.focus\:rounded-73per:focus {
  border-radius: 73%;
}

.rounded-74per {
  border-radius: 74%;
}

.hover\:rounded-74per:hover {
  border-radius: 74%;
}

.active\:rounded-74per:active {
  border-radius: 74%;
}

.focus\:rounded-74per:focus {
  border-radius: 74%;
}

.rounded-75per {
  border-radius: 75%;
}

.hover\:rounded-75per:hover {
  border-radius: 75%;
}

.active\:rounded-75per:active {
  border-radius: 75%;
}

.focus\:rounded-75per:focus {
  border-radius: 75%;
}

.rounded-76per {
  border-radius: 76%;
}

.hover\:rounded-76per:hover {
  border-radius: 76%;
}

.active\:rounded-76per:active {
  border-radius: 76%;
}

.focus\:rounded-76per:focus {
  border-radius: 76%;
}

.rounded-77per {
  border-radius: 77%;
}

.hover\:rounded-77per:hover {
  border-radius: 77%;
}

.active\:rounded-77per:active {
  border-radius: 77%;
}

.focus\:rounded-77per:focus {
  border-radius: 77%;
}

.rounded-78per {
  border-radius: 78%;
}

.hover\:rounded-78per:hover {
  border-radius: 78%;
}

.active\:rounded-78per:active {
  border-radius: 78%;
}

.focus\:rounded-78per:focus {
  border-radius: 78%;
}

.rounded-79per {
  border-radius: 79%;
}

.hover\:rounded-79per:hover {
  border-radius: 79%;
}

.active\:rounded-79per:active {
  border-radius: 79%;
}

.focus\:rounded-79per:focus {
  border-radius: 79%;
}

.rounded-80per {
  border-radius: 80%;
}

.hover\:rounded-80per:hover {
  border-radius: 80%;
}

.active\:rounded-80per:active {
  border-radius: 80%;
}

.focus\:rounded-80per:focus {
  border-radius: 80%;
}

.rounded-81per {
  border-radius: 81%;
}

.hover\:rounded-81per:hover {
  border-radius: 81%;
}

.active\:rounded-81per:active {
  border-radius: 81%;
}

.focus\:rounded-81per:focus {
  border-radius: 81%;
}

.rounded-82per {
  border-radius: 82%;
}

.hover\:rounded-82per:hover {
  border-radius: 82%;
}

.active\:rounded-82per:active {
  border-radius: 82%;
}

.focus\:rounded-82per:focus {
  border-radius: 82%;
}

.rounded-83per {
  border-radius: 83%;
}

.hover\:rounded-83per:hover {
  border-radius: 83%;
}

.active\:rounded-83per:active {
  border-radius: 83%;
}

.focus\:rounded-83per:focus {
  border-radius: 83%;
}

.rounded-84per {
  border-radius: 84%;
}

.hover\:rounded-84per:hover {
  border-radius: 84%;
}

.active\:rounded-84per:active {
  border-radius: 84%;
}

.focus\:rounded-84per:focus {
  border-radius: 84%;
}

.rounded-85per {
  border-radius: 85%;
}

.hover\:rounded-85per:hover {
  border-radius: 85%;
}

.active\:rounded-85per:active {
  border-radius: 85%;
}

.focus\:rounded-85per:focus {
  border-radius: 85%;
}

.rounded-86per {
  border-radius: 86%;
}

.hover\:rounded-86per:hover {
  border-radius: 86%;
}

.active\:rounded-86per:active {
  border-radius: 86%;
}

.focus\:rounded-86per:focus {
  border-radius: 86%;
}

.rounded-87per {
  border-radius: 87%;
}

.hover\:rounded-87per:hover {
  border-radius: 87%;
}

.active\:rounded-87per:active {
  border-radius: 87%;
}

.focus\:rounded-87per:focus {
  border-radius: 87%;
}

.rounded-88per {
  border-radius: 88%;
}

.hover\:rounded-88per:hover {
  border-radius: 88%;
}

.active\:rounded-88per:active {
  border-radius: 88%;
}

.focus\:rounded-88per:focus {
  border-radius: 88%;
}

.rounded-89per {
  border-radius: 89%;
}

.hover\:rounded-89per:hover {
  border-radius: 89%;
}

.active\:rounded-89per:active {
  border-radius: 89%;
}

.focus\:rounded-89per:focus {
  border-radius: 89%;
}

.rounded-90per {
  border-radius: 90%;
}

.hover\:rounded-90per:hover {
  border-radius: 90%;
}

.active\:rounded-90per:active {
  border-radius: 90%;
}

.focus\:rounded-90per:focus {
  border-radius: 90%;
}

.rounded-91per {
  border-radius: 91%;
}

.hover\:rounded-91per:hover {
  border-radius: 91%;
}

.active\:rounded-91per:active {
  border-radius: 91%;
}

.focus\:rounded-91per:focus {
  border-radius: 91%;
}

.rounded-92per {
  border-radius: 92%;
}

.hover\:rounded-92per:hover {
  border-radius: 92%;
}

.active\:rounded-92per:active {
  border-radius: 92%;
}

.focus\:rounded-92per:focus {
  border-radius: 92%;
}

.rounded-93per {
  border-radius: 93%;
}

.hover\:rounded-93per:hover {
  border-radius: 93%;
}

.active\:rounded-93per:active {
  border-radius: 93%;
}

.focus\:rounded-93per:focus {
  border-radius: 93%;
}

.rounded-94per {
  border-radius: 94%;
}

.hover\:rounded-94per:hover {
  border-radius: 94%;
}

.active\:rounded-94per:active {
  border-radius: 94%;
}

.focus\:rounded-94per:focus {
  border-radius: 94%;
}

.rounded-95per {
  border-radius: 95%;
}

.hover\:rounded-95per:hover {
  border-radius: 95%;
}

.active\:rounded-95per:active {
  border-radius: 95%;
}

.focus\:rounded-95per:focus {
  border-radius: 95%;
}

.rounded-96per {
  border-radius: 96%;
}

.hover\:rounded-96per:hover {
  border-radius: 96%;
}

.active\:rounded-96per:active {
  border-radius: 96%;
}

.focus\:rounded-96per:focus {
  border-radius: 96%;
}

.rounded-97per {
  border-radius: 97%;
}

.hover\:rounded-97per:hover {
  border-radius: 97%;
}

.active\:rounded-97per:active {
  border-radius: 97%;
}

.focus\:rounded-97per:focus {
  border-radius: 97%;
}

.rounded-98per {
  border-radius: 98%;
}

.hover\:rounded-98per:hover {
  border-radius: 98%;
}

.active\:rounded-98per:active {
  border-radius: 98%;
}

.focus\:rounded-98per:focus {
  border-radius: 98%;
}

.rounded-99per {
  border-radius: 99%;
}

.hover\:rounded-99per:hover {
  border-radius: 99%;
}

.active\:rounded-99per:active {
  border-radius: 99%;
}

.focus\:rounded-99per:focus {
  border-radius: 99%;
}

.rounded-100per {
  border-radius: 100%;
}

.hover\:rounded-100per:hover {
  border-radius: 100%;
}

.active\:rounded-100per:active {
  border-radius: 100%;
}

.focus\:rounded-100per:focus {
  border-radius: 100%;
}

.rounded-top-radius-0px {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.hover\:rounded-top-radius-0px:hover {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-top-radius-1px {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.hover\:rounded-top-radius-1px:hover {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.rounded-top-radius-2px {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.hover\:rounded-top-radius-2px:hover {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.rounded-top-radius-3px {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.hover\:rounded-top-radius-3px:hover {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.rounded-top-radius-4px {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.hover\:rounded-top-radius-4px:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.rounded-top-radius-5px {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.hover\:rounded-top-radius-5px:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rounded-top-radius-6px {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.hover\:rounded-top-radius-6px:hover {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.rounded-top-radius-7px {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.hover\:rounded-top-radius-7px:hover {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.rounded-top-radius-8px {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.hover\:rounded-top-radius-8px:hover {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-top-radius-9px {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.hover\:rounded-top-radius-9px:hover {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.rounded-top-radius-10px {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.hover\:rounded-top-radius-10px:hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-top-radius-11px {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.hover\:rounded-top-radius-11px:hover {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
}

.rounded-top-radius-12px {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.hover\:rounded-top-radius-12px:hover {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-top-radius-13px {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.hover\:rounded-top-radius-13px:hover {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.rounded-top-radius-14px {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.hover\:rounded-top-radius-14px:hover {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.rounded-top-radius-15px {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.hover\:rounded-top-radius-15px:hover {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.rounded-top-radius-16px {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.hover\:rounded-top-radius-16px:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.rounded-top-radius-17px {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.hover\:rounded-top-radius-17px:hover {
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

.rounded-top-radius-18px {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.hover\:rounded-top-radius-18px:hover {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.rounded-top-radius-19px {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.hover\:rounded-top-radius-19px:hover {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.rounded-top-radius-20px {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.hover\:rounded-top-radius-20px:hover {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-top-radius-21px {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.hover\:rounded-top-radius-21px:hover {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.rounded-top-radius-22px {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.hover\:rounded-top-radius-22px:hover {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}

.rounded-top-radius-23px {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}

.hover\:rounded-top-radius-23px:hover {
  border-top-left-radius: 23px;
  border-top-right-radius: 23px;
}

.rounded-top-radius-24px {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.hover\:rounded-top-radius-24px:hover {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.rounded-top-radius-25px {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.hover\:rounded-top-radius-25px:hover {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.rounded-top-radius-26px {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.hover\:rounded-top-radius-26px:hover {
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
}

.rounded-top-radius-27px {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.hover\:rounded-top-radius-27px:hover {
  border-top-left-radius: 27px;
  border-top-right-radius: 27px;
}

.rounded-top-radius-28px {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.hover\:rounded-top-radius-28px:hover {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.rounded-top-radius-29px {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}

.hover\:rounded-top-radius-29px:hover {
  border-top-left-radius: 29px;
  border-top-right-radius: 29px;
}

.rounded-top-radius-30px {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.hover\:rounded-top-radius-30px:hover {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.rounded-top-radius-31px {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
}

.hover\:rounded-top-radius-31px:hover {
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
}

.rounded-top-radius-32px {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.hover\:rounded-top-radius-32px:hover {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.rounded-top-radius-33px {
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
}

.hover\:rounded-top-radius-33px:hover {
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
}

.rounded-top-radius-34px {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}

.hover\:rounded-top-radius-34px:hover {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
}

.rounded-top-radius-35px {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.hover\:rounded-top-radius-35px:hover {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
}

.rounded-top-radius-36px {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.hover\:rounded-top-radius-36px:hover {
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}

.rounded-top-radius-37px {
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}

.hover\:rounded-top-radius-37px:hover {
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}

.rounded-top-radius-38px {
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
}

.hover\:rounded-top-radius-38px:hover {
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
}

.rounded-top-radius-39px {
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}

.hover\:rounded-top-radius-39px:hover {
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
}

.rounded-top-radius-40px {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.hover\:rounded-top-radius-40px:hover {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.rounded-top-radius-41px {
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
}

.hover\:rounded-top-radius-41px:hover {
  border-top-left-radius: 41px;
  border-top-right-radius: 41px;
}

.rounded-top-radius-42px {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.hover\:rounded-top-radius-42px:hover {
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.rounded-top-radius-43px {
  border-top-left-radius: 43px;
  border-top-right-radius: 43px;
}

.hover\:rounded-top-radius-43px:hover {
  border-top-left-radius: 43px;
  border-top-right-radius: 43px;
}

.rounded-top-radius-44px {
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
}

.hover\:rounded-top-radius-44px:hover {
  border-top-left-radius: 44px;
  border-top-right-radius: 44px;
}

.rounded-top-radius-45px {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.hover\:rounded-top-radius-45px:hover {
  border-top-left-radius: 45px;
  border-top-right-radius: 45px;
}

.rounded-top-radius-46px {
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
}

.hover\:rounded-top-radius-46px:hover {
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
}

.rounded-top-radius-47px {
  border-top-left-radius: 47px;
  border-top-right-radius: 47px;
}

.hover\:rounded-top-radius-47px:hover {
  border-top-left-radius: 47px;
  border-top-right-radius: 47px;
}

.rounded-top-radius-48px {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.hover\:rounded-top-radius-48px:hover {
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
}

.rounded-top-radius-49px {
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}

.hover\:rounded-top-radius-49px:hover {
  border-top-left-radius: 49px;
  border-top-right-radius: 49px;
}

.rounded-top-radius-50px {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.hover\:rounded-top-radius-50px:hover {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.rounded-top-radius-51px {
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}

.hover\:rounded-top-radius-51px:hover {
  border-top-left-radius: 51px;
  border-top-right-radius: 51px;
}

.rounded-top-radius-52px {
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
}

.hover\:rounded-top-radius-52px:hover {
  border-top-left-radius: 52px;
  border-top-right-radius: 52px;
}

.rounded-top-radius-53px {
  border-top-left-radius: 53px;
  border-top-right-radius: 53px;
}

.hover\:rounded-top-radius-53px:hover {
  border-top-left-radius: 53px;
  border-top-right-radius: 53px;
}

.rounded-top-radius-54px {
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
}

.hover\:rounded-top-radius-54px:hover {
  border-top-left-radius: 54px;
  border-top-right-radius: 54px;
}

.rounded-top-radius-55px {
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}

.hover\:rounded-top-radius-55px:hover {
  border-top-left-radius: 55px;
  border-top-right-radius: 55px;
}

.rounded-top-radius-56px {
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}

.hover\:rounded-top-radius-56px:hover {
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
}

.rounded-top-radius-57px {
  border-top-left-radius: 57px;
  border-top-right-radius: 57px;
}

.hover\:rounded-top-radius-57px:hover {
  border-top-left-radius: 57px;
  border-top-right-radius: 57px;
}

.rounded-top-radius-58px {
  border-top-left-radius: 58px;
  border-top-right-radius: 58px;
}

.hover\:rounded-top-radius-58px:hover {
  border-top-left-radius: 58px;
  border-top-right-radius: 58px;
}

.rounded-top-radius-59px {
  border-top-left-radius: 59px;
  border-top-right-radius: 59px;
}

.hover\:rounded-top-radius-59px:hover {
  border-top-left-radius: 59px;
  border-top-right-radius: 59px;
}

.rounded-top-radius-60px {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.hover\:rounded-top-radius-60px:hover {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.rounded-top-radius-61px {
  border-top-left-radius: 61px;
  border-top-right-radius: 61px;
}

.hover\:rounded-top-radius-61px:hover {
  border-top-left-radius: 61px;
  border-top-right-radius: 61px;
}

.rounded-top-radius-62px {
  border-top-left-radius: 62px;
  border-top-right-radius: 62px;
}

.hover\:rounded-top-radius-62px:hover {
  border-top-left-radius: 62px;
  border-top-right-radius: 62px;
}

.rounded-top-radius-63px {
  border-top-left-radius: 63px;
  border-top-right-radius: 63px;
}

.hover\:rounded-top-radius-63px:hover {
  border-top-left-radius: 63px;
  border-top-right-radius: 63px;
}

.rounded-top-radius-64px {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.hover\:rounded-top-radius-64px:hover {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.rounded-top-radius-65px {
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}

.hover\:rounded-top-radius-65px:hover {
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
}

.rounded-top-radius-66px {
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
}

.hover\:rounded-top-radius-66px:hover {
  border-top-left-radius: 66px;
  border-top-right-radius: 66px;
}

.rounded-top-radius-67px {
  border-top-left-radius: 67px;
  border-top-right-radius: 67px;
}

.hover\:rounded-top-radius-67px:hover {
  border-top-left-radius: 67px;
  border-top-right-radius: 67px;
}

.rounded-top-radius-68px {
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
}

.hover\:rounded-top-radius-68px:hover {
  border-top-left-radius: 68px;
  border-top-right-radius: 68px;
}

.rounded-top-radius-69px {
  border-top-left-radius: 69px;
  border-top-right-radius: 69px;
}

.hover\:rounded-top-radius-69px:hover {
  border-top-left-radius: 69px;
  border-top-right-radius: 69px;
}

.rounded-top-radius-70px {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

.hover\:rounded-top-radius-70px:hover {
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
}

.rounded-top-radius-71px {
  border-top-left-radius: 71px;
  border-top-right-radius: 71px;
}

.hover\:rounded-top-radius-71px:hover {
  border-top-left-radius: 71px;
  border-top-right-radius: 71px;
}

.rounded-top-radius-72px {
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
}

.hover\:rounded-top-radius-72px:hover {
  border-top-left-radius: 72px;
  border-top-right-radius: 72px;
}

.rounded-top-radius-73px {
  border-top-left-radius: 73px;
  border-top-right-radius: 73px;
}

.hover\:rounded-top-radius-73px:hover {
  border-top-left-radius: 73px;
  border-top-right-radius: 73px;
}

.rounded-top-radius-74px {
  border-top-left-radius: 74px;
  border-top-right-radius: 74px;
}

.hover\:rounded-top-radius-74px:hover {
  border-top-left-radius: 74px;
  border-top-right-radius: 74px;
}

.rounded-top-radius-75px {
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
}

.hover\:rounded-top-radius-75px:hover {
  border-top-left-radius: 75px;
  border-top-right-radius: 75px;
}

.rounded-top-radius-76px {
  border-top-left-radius: 76px;
  border-top-right-radius: 76px;
}

.hover\:rounded-top-radius-76px:hover {
  border-top-left-radius: 76px;
  border-top-right-radius: 76px;
}

.rounded-top-radius-77px {
  border-top-left-radius: 77px;
  border-top-right-radius: 77px;
}

.hover\:rounded-top-radius-77px:hover {
  border-top-left-radius: 77px;
  border-top-right-radius: 77px;
}

.rounded-top-radius-78px {
  border-top-left-radius: 78px;
  border-top-right-radius: 78px;
}

.hover\:rounded-top-radius-78px:hover {
  border-top-left-radius: 78px;
  border-top-right-radius: 78px;
}

.rounded-top-radius-79px {
  border-top-left-radius: 79px;
  border-top-right-radius: 79px;
}

.hover\:rounded-top-radius-79px:hover {
  border-top-left-radius: 79px;
  border-top-right-radius: 79px;
}

.rounded-top-radius-80px {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.hover\:rounded-top-radius-80px:hover {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.rounded-top-radius-81px {
  border-top-left-radius: 81px;
  border-top-right-radius: 81px;
}

.hover\:rounded-top-radius-81px:hover {
  border-top-left-radius: 81px;
  border-top-right-radius: 81px;
}

.rounded-top-radius-82px {
  border-top-left-radius: 82px;
  border-top-right-radius: 82px;
}

.hover\:rounded-top-radius-82px:hover {
  border-top-left-radius: 82px;
  border-top-right-radius: 82px;
}

.rounded-top-radius-83px {
  border-top-left-radius: 83px;
  border-top-right-radius: 83px;
}

.hover\:rounded-top-radius-83px:hover {
  border-top-left-radius: 83px;
  border-top-right-radius: 83px;
}

.rounded-top-radius-84px {
  border-top-left-radius: 84px;
  border-top-right-radius: 84px;
}

.hover\:rounded-top-radius-84px:hover {
  border-top-left-radius: 84px;
  border-top-right-radius: 84px;
}

.rounded-top-radius-85px {
  border-top-left-radius: 85px;
  border-top-right-radius: 85px;
}

.hover\:rounded-top-radius-85px:hover {
  border-top-left-radius: 85px;
  border-top-right-radius: 85px;
}

.rounded-top-radius-86px {
  border-top-left-radius: 86px;
  border-top-right-radius: 86px;
}

.hover\:rounded-top-radius-86px:hover {
  border-top-left-radius: 86px;
  border-top-right-radius: 86px;
}

.rounded-top-radius-87px {
  border-top-left-radius: 87px;
  border-top-right-radius: 87px;
}

.hover\:rounded-top-radius-87px:hover {
  border-top-left-radius: 87px;
  border-top-right-radius: 87px;
}

.rounded-top-radius-88px {
  border-top-left-radius: 88px;
  border-top-right-radius: 88px;
}

.hover\:rounded-top-radius-88px:hover {
  border-top-left-radius: 88px;
  border-top-right-radius: 88px;
}

.rounded-top-radius-89px {
  border-top-left-radius: 89px;
  border-top-right-radius: 89px;
}

.hover\:rounded-top-radius-89px:hover {
  border-top-left-radius: 89px;
  border-top-right-radius: 89px;
}

.rounded-top-radius-90px {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}

.hover\:rounded-top-radius-90px:hover {
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
}

.rounded-top-radius-91px {
  border-top-left-radius: 91px;
  border-top-right-radius: 91px;
}

.hover\:rounded-top-radius-91px:hover {
  border-top-left-radius: 91px;
  border-top-right-radius: 91px;
}

.rounded-top-radius-92px {
  border-top-left-radius: 92px;
  border-top-right-radius: 92px;
}

.hover\:rounded-top-radius-92px:hover {
  border-top-left-radius: 92px;
  border-top-right-radius: 92px;
}

.rounded-top-radius-93px {
  border-top-left-radius: 93px;
  border-top-right-radius: 93px;
}

.hover\:rounded-top-radius-93px:hover {
  border-top-left-radius: 93px;
  border-top-right-radius: 93px;
}

.rounded-top-radius-94px {
  border-top-left-radius: 94px;
  border-top-right-radius: 94px;
}

.hover\:rounded-top-radius-94px:hover {
  border-top-left-radius: 94px;
  border-top-right-radius: 94px;
}

.rounded-top-radius-95px {
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
}

.hover\:rounded-top-radius-95px:hover {
  border-top-left-radius: 95px;
  border-top-right-radius: 95px;
}

.rounded-top-radius-96px {
  border-top-left-radius: 96px;
  border-top-right-radius: 96px;
}

.hover\:rounded-top-radius-96px:hover {
  border-top-left-radius: 96px;
  border-top-right-radius: 96px;
}

.rounded-top-radius-97px {
  border-top-left-radius: 97px;
  border-top-right-radius: 97px;
}

.hover\:rounded-top-radius-97px:hover {
  border-top-left-radius: 97px;
  border-top-right-radius: 97px;
}

.rounded-top-radius-98px {
  border-top-left-radius: 98px;
  border-top-right-radius: 98px;
}

.hover\:rounded-top-radius-98px:hover {
  border-top-left-radius: 98px;
  border-top-right-radius: 98px;
}

.rounded-top-radius-99px {
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

.hover\:rounded-top-radius-99px:hover {
  border-top-left-radius: 99px;
  border-top-right-radius: 99px;
}

.rounded-top-radius-100px {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.hover\:rounded-top-radius-100px:hover {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

.rounded-right-radius-0px {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hover\:rounded-right-radius-0px:hover {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-right-radius-1px {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.hover\:rounded-right-radius-1px:hover {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}

.rounded-right-radius-2px {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.hover\:rounded-right-radius-2px:hover {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.rounded-right-radius-3px {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.hover\:rounded-right-radius-3px:hover {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.rounded-right-radius-4px {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hover\:rounded-right-radius-4px:hover {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-right-radius-5px {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hover\:rounded-right-radius-5px:hover {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rounded-right-radius-6px {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.hover\:rounded-right-radius-6px:hover {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.rounded-right-radius-7px {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.hover\:rounded-right-radius-7px:hover {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.rounded-right-radius-8px {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.hover\:rounded-right-radius-8px:hover {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rounded-right-radius-9px {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.hover\:rounded-right-radius-9px:hover {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.rounded-right-radius-10px {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hover\:rounded-right-radius-10px:hover {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rounded-right-radius-11px {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.hover\:rounded-right-radius-11px:hover {
  border-top-right-radius: 11px;
  border-bottom-right-radius: 11px;
}

.rounded-right-radius-12px {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.hover\:rounded-right-radius-12px:hover {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rounded-right-radius-13px {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.hover\:rounded-right-radius-13px:hover {
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}

.rounded-right-radius-14px {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.hover\:rounded-right-radius-14px:hover {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.rounded-right-radius-15px {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.hover\:rounded-right-radius-15px:hover {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.rounded-right-radius-16px {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.hover\:rounded-right-radius-16px:hover {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.rounded-right-radius-17px {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.hover\:rounded-right-radius-17px:hover {
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

.rounded-right-radius-18px {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.hover\:rounded-right-radius-18px:hover {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.rounded-right-radius-19px {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}

.hover\:rounded-right-radius-19px:hover {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
}

.rounded-right-radius-20px {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.hover\:rounded-right-radius-20px:hover {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rounded-right-radius-21px {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}

.hover\:rounded-right-radius-21px:hover {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
}

.rounded-right-radius-22px {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.hover\:rounded-right-radius-22px:hover {
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

.rounded-right-radius-23px {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.hover\:rounded-right-radius-23px:hover {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}

.rounded-right-radius-24px {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.hover\:rounded-right-radius-24px:hover {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.rounded-right-radius-25px {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.hover\:rounded-right-radius-25px:hover {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.rounded-right-radius-26px {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.hover\:rounded-right-radius-26px:hover {
  border-top-right-radius: 26px;
  border-bottom-right-radius: 26px;
}

.rounded-right-radius-27px {
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}

.hover\:rounded-right-radius-27px:hover {
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
}

.rounded-right-radius-28px {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.hover\:rounded-right-radius-28px:hover {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.rounded-right-radius-29px {
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
}

.hover\:rounded-right-radius-29px:hover {
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
}

.rounded-right-radius-30px {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hover\:rounded-right-radius-30px:hover {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rounded-right-radius-31px {
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
}

.hover\:rounded-right-radius-31px:hover {
  border-top-right-radius: 31px;
  border-bottom-right-radius: 31px;
}

.rounded-right-radius-32px {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.hover\:rounded-right-radius-32px:hover {
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}

.rounded-right-radius-33px {
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
}

.hover\:rounded-right-radius-33px:hover {
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
}

.rounded-right-radius-34px {
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}

.hover\:rounded-right-radius-34px:hover {
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
}

.rounded-right-radius-35px {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.hover\:rounded-right-radius-35px:hover {
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.rounded-right-radius-36px {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.hover\:rounded-right-radius-36px:hover {
  border-top-right-radius: 36px;
  border-bottom-right-radius: 36px;
}

.rounded-right-radius-37px {
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
}

.hover\:rounded-right-radius-37px:hover {
  border-top-right-radius: 37px;
  border-bottom-right-radius: 37px;
}

.rounded-right-radius-38px {
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
}

.hover\:rounded-right-radius-38px:hover {
  border-top-right-radius: 38px;
  border-bottom-right-radius: 38px;
}

.rounded-right-radius-39px {
  border-top-right-radius: 39px;
  border-bottom-right-radius: 39px;
}

.hover\:rounded-right-radius-39px:hover {
  border-top-right-radius: 39px;
  border-bottom-right-radius: 39px;
}

.rounded-right-radius-40px {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.hover\:rounded-right-radius-40px:hover {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.rounded-right-radius-41px {
  border-top-right-radius: 41px;
  border-bottom-right-radius: 41px;
}

.hover\:rounded-right-radius-41px:hover {
  border-top-right-radius: 41px;
  border-bottom-right-radius: 41px;
}

.rounded-right-radius-42px {
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}

.hover\:rounded-right-radius-42px:hover {
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
}

.rounded-right-radius-43px {
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
}

.hover\:rounded-right-radius-43px:hover {
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
}

.rounded-right-radius-44px {
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
}

.hover\:rounded-right-radius-44px:hover {
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
}

.rounded-right-radius-45px {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.hover\:rounded-right-radius-45px:hover {
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
}

.rounded-right-radius-46px {
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
}

.hover\:rounded-right-radius-46px:hover {
  border-top-right-radius: 46px;
  border-bottom-right-radius: 46px;
}

.rounded-right-radius-47px {
  border-top-right-radius: 47px;
  border-bottom-right-radius: 47px;
}

.hover\:rounded-right-radius-47px:hover {
  border-top-right-radius: 47px;
  border-bottom-right-radius: 47px;
}

.rounded-right-radius-48px {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}

.hover\:rounded-right-radius-48px:hover {
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
}

.rounded-right-radius-49px {
  border-top-right-radius: 49px;
  border-bottom-right-radius: 49px;
}

.hover\:rounded-right-radius-49px:hover {
  border-top-right-radius: 49px;
  border-bottom-right-radius: 49px;
}

.rounded-right-radius-50px {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.hover\:rounded-right-radius-50px:hover {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.rounded-right-radius-51px {
  border-top-right-radius: 51px;
  border-bottom-right-radius: 51px;
}

.hover\:rounded-right-radius-51px:hover {
  border-top-right-radius: 51px;
  border-bottom-right-radius: 51px;
}

.rounded-right-radius-52px {
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
}

.hover\:rounded-right-radius-52px:hover {
  border-top-right-radius: 52px;
  border-bottom-right-radius: 52px;
}

.rounded-right-radius-53px {
  border-top-right-radius: 53px;
  border-bottom-right-radius: 53px;
}

.hover\:rounded-right-radius-53px:hover {
  border-top-right-radius: 53px;
  border-bottom-right-radius: 53px;
}

.rounded-right-radius-54px {
  border-top-right-radius: 54px;
  border-bottom-right-radius: 54px;
}

.hover\:rounded-right-radius-54px:hover {
  border-top-right-radius: 54px;
  border-bottom-right-radius: 54px;
}

.rounded-right-radius-55px {
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
}

.hover\:rounded-right-radius-55px:hover {
  border-top-right-radius: 55px;
  border-bottom-right-radius: 55px;
}

.rounded-right-radius-56px {
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
}

.hover\:rounded-right-radius-56px:hover {
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
}

.rounded-right-radius-57px {
  border-top-right-radius: 57px;
  border-bottom-right-radius: 57px;
}

.hover\:rounded-right-radius-57px:hover {
  border-top-right-radius: 57px;
  border-bottom-right-radius: 57px;
}

.rounded-right-radius-58px {
  border-top-right-radius: 58px;
  border-bottom-right-radius: 58px;
}

.hover\:rounded-right-radius-58px:hover {
  border-top-right-radius: 58px;
  border-bottom-right-radius: 58px;
}

.rounded-right-radius-59px {
  border-top-right-radius: 59px;
  border-bottom-right-radius: 59px;
}

.hover\:rounded-right-radius-59px:hover {
  border-top-right-radius: 59px;
  border-bottom-right-radius: 59px;
}

.rounded-right-radius-60px {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.hover\:rounded-right-radius-60px:hover {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.rounded-right-radius-61px {
  border-top-right-radius: 61px;
  border-bottom-right-radius: 61px;
}

.hover\:rounded-right-radius-61px:hover {
  border-top-right-radius: 61px;
  border-bottom-right-radius: 61px;
}

.rounded-right-radius-62px {
  border-top-right-radius: 62px;
  border-bottom-right-radius: 62px;
}

.hover\:rounded-right-radius-62px:hover {
  border-top-right-radius: 62px;
  border-bottom-right-radius: 62px;
}

.rounded-right-radius-63px {
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
}

.hover\:rounded-right-radius-63px:hover {
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
}

.rounded-right-radius-64px {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
}

.hover\:rounded-right-radius-64px:hover {
  border-top-right-radius: 64px;
  border-bottom-right-radius: 64px;
}

.rounded-right-radius-65px {
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
}

.hover\:rounded-right-radius-65px:hover {
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
}

.rounded-right-radius-66px {
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}

.hover\:rounded-right-radius-66px:hover {
  border-top-right-radius: 66px;
  border-bottom-right-radius: 66px;
}

.rounded-right-radius-67px {
  border-top-right-radius: 67px;
  border-bottom-right-radius: 67px;
}

.hover\:rounded-right-radius-67px:hover {
  border-top-right-radius: 67px;
  border-bottom-right-radius: 67px;
}

.rounded-right-radius-68px {
  border-top-right-radius: 68px;
  border-bottom-right-radius: 68px;
}

.hover\:rounded-right-radius-68px:hover {
  border-top-right-radius: 68px;
  border-bottom-right-radius: 68px;
}

.rounded-right-radius-69px {
  border-top-right-radius: 69px;
  border-bottom-right-radius: 69px;
}

.hover\:rounded-right-radius-69px:hover {
  border-top-right-radius: 69px;
  border-bottom-right-radius: 69px;
}

.rounded-right-radius-70px {
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
}

.hover\:rounded-right-radius-70px:hover {
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
}

.rounded-right-radius-71px {
  border-top-right-radius: 71px;
  border-bottom-right-radius: 71px;
}

.hover\:rounded-right-radius-71px:hover {
  border-top-right-radius: 71px;
  border-bottom-right-radius: 71px;
}

.rounded-right-radius-72px {
  border-top-right-radius: 72px;
  border-bottom-right-radius: 72px;
}

.hover\:rounded-right-radius-72px:hover {
  border-top-right-radius: 72px;
  border-bottom-right-radius: 72px;
}

.rounded-right-radius-73px {
  border-top-right-radius: 73px;
  border-bottom-right-radius: 73px;
}

.hover\:rounded-right-radius-73px:hover {
  border-top-right-radius: 73px;
  border-bottom-right-radius: 73px;
}

.rounded-right-radius-74px {
  border-top-right-radius: 74px;
  border-bottom-right-radius: 74px;
}

.hover\:rounded-right-radius-74px:hover {
  border-top-right-radius: 74px;
  border-bottom-right-radius: 74px;
}

.rounded-right-radius-75px {
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
}

.hover\:rounded-right-radius-75px:hover {
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
}

.rounded-right-radius-76px {
  border-top-right-radius: 76px;
  border-bottom-right-radius: 76px;
}

.hover\:rounded-right-radius-76px:hover {
  border-top-right-radius: 76px;
  border-bottom-right-radius: 76px;
}

.rounded-right-radius-77px {
  border-top-right-radius: 77px;
  border-bottom-right-radius: 77px;
}

.hover\:rounded-right-radius-77px:hover {
  border-top-right-radius: 77px;
  border-bottom-right-radius: 77px;
}

.rounded-right-radius-78px {
  border-top-right-radius: 78px;
  border-bottom-right-radius: 78px;
}

.hover\:rounded-right-radius-78px:hover {
  border-top-right-radius: 78px;
  border-bottom-right-radius: 78px;
}

.rounded-right-radius-79px {
  border-top-right-radius: 79px;
  border-bottom-right-radius: 79px;
}

.hover\:rounded-right-radius-79px:hover {
  border-top-right-radius: 79px;
  border-bottom-right-radius: 79px;
}

.rounded-right-radius-80px {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.hover\:rounded-right-radius-80px:hover {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
}

.rounded-right-radius-81px {
  border-top-right-radius: 81px;
  border-bottom-right-radius: 81px;
}

.hover\:rounded-right-radius-81px:hover {
  border-top-right-radius: 81px;
  border-bottom-right-radius: 81px;
}

.rounded-right-radius-82px {
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
}

.hover\:rounded-right-radius-82px:hover {
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
}

.rounded-right-radius-83px {
  border-top-right-radius: 83px;
  border-bottom-right-radius: 83px;
}

.hover\:rounded-right-radius-83px:hover {
  border-top-right-radius: 83px;
  border-bottom-right-radius: 83px;
}

.rounded-right-radius-84px {
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}

.hover\:rounded-right-radius-84px:hover {
  border-top-right-radius: 84px;
  border-bottom-right-radius: 84px;
}

.rounded-right-radius-85px {
  border-top-right-radius: 85px;
  border-bottom-right-radius: 85px;
}

.hover\:rounded-right-radius-85px:hover {
  border-top-right-radius: 85px;
  border-bottom-right-radius: 85px;
}

.rounded-right-radius-86px {
  border-top-right-radius: 86px;
  border-bottom-right-radius: 86px;
}

.hover\:rounded-right-radius-86px:hover {
  border-top-right-radius: 86px;
  border-bottom-right-radius: 86px;
}

.rounded-right-radius-87px {
  border-top-right-radius: 87px;
  border-bottom-right-radius: 87px;
}

.hover\:rounded-right-radius-87px:hover {
  border-top-right-radius: 87px;
  border-bottom-right-radius: 87px;
}

.rounded-right-radius-88px {
  border-top-right-radius: 88px;
  border-bottom-right-radius: 88px;
}

.hover\:rounded-right-radius-88px:hover {
  border-top-right-radius: 88px;
  border-bottom-right-radius: 88px;
}

.rounded-right-radius-89px {
  border-top-right-radius: 89px;
  border-bottom-right-radius: 89px;
}

.hover\:rounded-right-radius-89px:hover {
  border-top-right-radius: 89px;
  border-bottom-right-radius: 89px;
}

.rounded-right-radius-90px {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.hover\:rounded-right-radius-90px:hover {
  border-top-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.rounded-right-radius-91px {
  border-top-right-radius: 91px;
  border-bottom-right-radius: 91px;
}

.hover\:rounded-right-radius-91px:hover {
  border-top-right-radius: 91px;
  border-bottom-right-radius: 91px;
}

.rounded-right-radius-92px {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
}

.hover\:rounded-right-radius-92px:hover {
  border-top-right-radius: 92px;
  border-bottom-right-radius: 92px;
}

.rounded-right-radius-93px {
  border-top-right-radius: 93px;
  border-bottom-right-radius: 93px;
}

.hover\:rounded-right-radius-93px:hover {
  border-top-right-radius: 93px;
  border-bottom-right-radius: 93px;
}

.rounded-right-radius-94px {
  border-top-right-radius: 94px;
  border-bottom-right-radius: 94px;
}

.hover\:rounded-right-radius-94px:hover {
  border-top-right-radius: 94px;
  border-bottom-right-radius: 94px;
}

.rounded-right-radius-95px {
  border-top-right-radius: 95px;
  border-bottom-right-radius: 95px;
}

.hover\:rounded-right-radius-95px:hover {
  border-top-right-radius: 95px;
  border-bottom-right-radius: 95px;
}

.rounded-right-radius-96px {
  border-top-right-radius: 96px;
  border-bottom-right-radius: 96px;
}

.hover\:rounded-right-radius-96px:hover {
  border-top-right-radius: 96px;
  border-bottom-right-radius: 96px;
}

.rounded-right-radius-97px {
  border-top-right-radius: 97px;
  border-bottom-right-radius: 97px;
}

.hover\:rounded-right-radius-97px:hover {
  border-top-right-radius: 97px;
  border-bottom-right-radius: 97px;
}

.rounded-right-radius-98px {
  border-top-right-radius: 98px;
  border-bottom-right-radius: 98px;
}

.hover\:rounded-right-radius-98px:hover {
  border-top-right-radius: 98px;
  border-bottom-right-radius: 98px;
}

.rounded-right-radius-99px {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

.hover\:rounded-right-radius-99px:hover {
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
}

.rounded-right-radius-100px {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.hover\:rounded-right-radius-100px:hover {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.rounded-bottom-radius-0px {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hover\:rounded-bottom-radius-0px:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-bottom-radius-1px {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.hover\:rounded-bottom-radius-1px:hover {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.rounded-bottom-radius-2px {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.hover\:rounded-bottom-radius-2px:hover {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.rounded-bottom-radius-3px {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.hover\:rounded-bottom-radius-3px:hover {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rounded-bottom-radius-4px {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hover\:rounded-bottom-radius-4px:hover {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-bottom-radius-5px {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.hover\:rounded-bottom-radius-5px:hover {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-bottom-radius-6px {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.hover\:rounded-bottom-radius-6px:hover {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-bottom-radius-7px {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.hover\:rounded-bottom-radius-7px:hover {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.rounded-bottom-radius-8px {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hover\:rounded-bottom-radius-8px:hover {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-bottom-radius-9px {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.hover\:rounded-bottom-radius-9px:hover {
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.rounded-bottom-radius-10px {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hover\:rounded-bottom-radius-10px:hover {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-bottom-radius-11px {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.hover\:rounded-bottom-radius-11px:hover {
  border-bottom-right-radius: 11px;
  border-bottom-left-radius: 11px;
}

.rounded-bottom-radius-12px {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.hover\:rounded-bottom-radius-12px:hover {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-bottom-radius-13px {
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}

.hover\:rounded-bottom-radius-13px:hover {
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}

.rounded-bottom-radius-14px {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.hover\:rounded-bottom-radius-14px:hover {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}

.rounded-bottom-radius-15px {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.hover\:rounded-bottom-radius-15px:hover {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.rounded-bottom-radius-16px {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hover\:rounded-bottom-radius-16px:hover {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rounded-bottom-radius-17px {
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.hover\:rounded-bottom-radius-17px:hover {
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 17px;
}

.rounded-bottom-radius-18px {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.hover\:rounded-bottom-radius-18px:hover {
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}

.rounded-bottom-radius-19px {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}

.hover\:rounded-bottom-radius-19px:hover {
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}

.rounded-bottom-radius-20px {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.hover\:rounded-bottom-radius-20px:hover {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-bottom-radius-21px {
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}

.hover\:rounded-bottom-radius-21px:hover {
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}

.rounded-bottom-radius-22px {
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}

.hover\:rounded-bottom-radius-22px:hover {
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
}

.rounded-bottom-radius-23px {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.hover\:rounded-bottom-radius-23px:hover {
  border-bottom-right-radius: 23px;
  border-bottom-left-radius: 23px;
}

.rounded-bottom-radius-24px {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.hover\:rounded-bottom-radius-24px:hover {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}

.rounded-bottom-radius-25px {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.hover\:rounded-bottom-radius-25px:hover {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.rounded-bottom-radius-26px {
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
}

.hover\:rounded-bottom-radius-26px:hover {
  border-bottom-right-radius: 26px;
  border-bottom-left-radius: 26px;
}

.rounded-bottom-radius-27px {
  border-bottom-right-radius: 27px;
  border-bottom-left-radius: 27px;
}

.hover\:rounded-bottom-radius-27px:hover {
  border-bottom-right-radius: 27px;
  border-bottom-left-radius: 27px;
}

.rounded-bottom-radius-28px {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.hover\:rounded-bottom-radius-28px:hover {
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}

.rounded-bottom-radius-29px {
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px;
}

.hover\:rounded-bottom-radius-29px:hover {
  border-bottom-right-radius: 29px;
  border-bottom-left-radius: 29px;
}

.rounded-bottom-radius-30px {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.hover\:rounded-bottom-radius-30px:hover {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-bottom-radius-31px {
  border-bottom-right-radius: 31px;
  border-bottom-left-radius: 31px;
}

.hover\:rounded-bottom-radius-31px:hover {
  border-bottom-right-radius: 31px;
  border-bottom-left-radius: 31px;
}

.rounded-bottom-radius-32px {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.hover\:rounded-bottom-radius-32px:hover {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

.rounded-bottom-radius-33px {
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
}

.hover\:rounded-bottom-radius-33px:hover {
  border-bottom-right-radius: 33px;
  border-bottom-left-radius: 33px;
}

.rounded-bottom-radius-34px {
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.hover\:rounded-bottom-radius-34px:hover {
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.rounded-bottom-radius-35px {
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.hover\:rounded-bottom-radius-35px:hover {
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
}

.rounded-bottom-radius-36px {
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.hover\:rounded-bottom-radius-36px:hover {
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
}

.rounded-bottom-radius-37px {
  border-bottom-right-radius: 37px;
  border-bottom-left-radius: 37px;
}

.hover\:rounded-bottom-radius-37px:hover {
  border-bottom-right-radius: 37px;
  border-bottom-left-radius: 37px;
}

.rounded-bottom-radius-38px {
  border-bottom-right-radius: 38px;
  border-bottom-left-radius: 38px;
}

.hover\:rounded-bottom-radius-38px:hover {
  border-bottom-right-radius: 38px;
  border-bottom-left-radius: 38px;
}

.rounded-bottom-radius-39px {
  border-bottom-right-radius: 39px;
  border-bottom-left-radius: 39px;
}

.hover\:rounded-bottom-radius-39px:hover {
  border-bottom-right-radius: 39px;
  border-bottom-left-radius: 39px;
}

.rounded-bottom-radius-40px {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.hover\:rounded-bottom-radius-40px:hover {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-bottom-radius-41px {
  border-bottom-right-radius: 41px;
  border-bottom-left-radius: 41px;
}

.hover\:rounded-bottom-radius-41px:hover {
  border-bottom-right-radius: 41px;
  border-bottom-left-radius: 41px;
}

.rounded-bottom-radius-42px {
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
}

.hover\:rounded-bottom-radius-42px:hover {
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
}

.rounded-bottom-radius-43px {
  border-bottom-right-radius: 43px;
  border-bottom-left-radius: 43px;
}

.hover\:rounded-bottom-radius-43px:hover {
  border-bottom-right-radius: 43px;
  border-bottom-left-radius: 43px;
}

.rounded-bottom-radius-44px {
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

.hover\:rounded-bottom-radius-44px:hover {
  border-bottom-right-radius: 44px;
  border-bottom-left-radius: 44px;
}

.rounded-bottom-radius-45px {
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.hover\:rounded-bottom-radius-45px:hover {
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
}

.rounded-bottom-radius-46px {
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 46px;
}

.hover\:rounded-bottom-radius-46px:hover {
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 46px;
}

.rounded-bottom-radius-47px {
  border-bottom-right-radius: 47px;
  border-bottom-left-radius: 47px;
}

.hover\:rounded-bottom-radius-47px:hover {
  border-bottom-right-radius: 47px;
  border-bottom-left-radius: 47px;
}

.rounded-bottom-radius-48px {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.hover\:rounded-bottom-radius-48px:hover {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
}

.rounded-bottom-radius-49px {
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 49px;
}

.hover\:rounded-bottom-radius-49px:hover {
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 49px;
}

.rounded-bottom-radius-50px {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hover\:rounded-bottom-radius-50px:hover {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.rounded-bottom-radius-51px {
  border-bottom-right-radius: 51px;
  border-bottom-left-radius: 51px;
}

.hover\:rounded-bottom-radius-51px:hover {
  border-bottom-right-radius: 51px;
  border-bottom-left-radius: 51px;
}

.rounded-bottom-radius-52px {
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.hover\:rounded-bottom-radius-52px:hover {
  border-bottom-right-radius: 52px;
  border-bottom-left-radius: 52px;
}

.rounded-bottom-radius-53px {
  border-bottom-right-radius: 53px;
  border-bottom-left-radius: 53px;
}

.hover\:rounded-bottom-radius-53px:hover {
  border-bottom-right-radius: 53px;
  border-bottom-left-radius: 53px;
}

.rounded-bottom-radius-54px {
  border-bottom-right-radius: 54px;
  border-bottom-left-radius: 54px;
}

.hover\:rounded-bottom-radius-54px:hover {
  border-bottom-right-radius: 54px;
  border-bottom-left-radius: 54px;
}

.rounded-bottom-radius-55px {
  border-bottom-right-radius: 55px;
  border-bottom-left-radius: 55px;
}

.hover\:rounded-bottom-radius-55px:hover {
  border-bottom-right-radius: 55px;
  border-bottom-left-radius: 55px;
}

.rounded-bottom-radius-56px {
  border-bottom-right-radius: 56px;
  border-bottom-left-radius: 56px;
}

.hover\:rounded-bottom-radius-56px:hover {
  border-bottom-right-radius: 56px;
  border-bottom-left-radius: 56px;
}

.rounded-bottom-radius-57px {
  border-bottom-right-radius: 57px;
  border-bottom-left-radius: 57px;
}

.hover\:rounded-bottom-radius-57px:hover {
  border-bottom-right-radius: 57px;
  border-bottom-left-radius: 57px;
}

.rounded-bottom-radius-58px {
  border-bottom-right-radius: 58px;
  border-bottom-left-radius: 58px;
}

.hover\:rounded-bottom-radius-58px:hover {
  border-bottom-right-radius: 58px;
  border-bottom-left-radius: 58px;
}

.rounded-bottom-radius-59px {
  border-bottom-right-radius: 59px;
  border-bottom-left-radius: 59px;
}

.hover\:rounded-bottom-radius-59px:hover {
  border-bottom-right-radius: 59px;
  border-bottom-left-radius: 59px;
}

.rounded-bottom-radius-60px {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.hover\:rounded-bottom-radius-60px:hover {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.rounded-bottom-radius-61px {
  border-bottom-right-radius: 61px;
  border-bottom-left-radius: 61px;
}

.hover\:rounded-bottom-radius-61px:hover {
  border-bottom-right-radius: 61px;
  border-bottom-left-radius: 61px;
}

.rounded-bottom-radius-62px {
  border-bottom-right-radius: 62px;
  border-bottom-left-radius: 62px;
}

.hover\:rounded-bottom-radius-62px:hover {
  border-bottom-right-radius: 62px;
  border-bottom-left-radius: 62px;
}

.rounded-bottom-radius-63px {
  border-bottom-right-radius: 63px;
  border-bottom-left-radius: 63px;
}

.hover\:rounded-bottom-radius-63px:hover {
  border-bottom-right-radius: 63px;
  border-bottom-left-radius: 63px;
}

.rounded-bottom-radius-64px {
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
}

.hover\:rounded-bottom-radius-64px:hover {
  border-bottom-right-radius: 64px;
  border-bottom-left-radius: 64px;
}

.rounded-bottom-radius-65px {
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
}

.hover\:rounded-bottom-radius-65px:hover {
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
}

.rounded-bottom-radius-66px {
  border-bottom-right-radius: 66px;
  border-bottom-left-radius: 66px;
}

.hover\:rounded-bottom-radius-66px:hover {
  border-bottom-right-radius: 66px;
  border-bottom-left-radius: 66px;
}

.rounded-bottom-radius-67px {
  border-bottom-right-radius: 67px;
  border-bottom-left-radius: 67px;
}

.hover\:rounded-bottom-radius-67px:hover {
  border-bottom-right-radius: 67px;
  border-bottom-left-radius: 67px;
}

.rounded-bottom-radius-68px {
  border-bottom-right-radius: 68px;
  border-bottom-left-radius: 68px;
}

.hover\:rounded-bottom-radius-68px:hover {
  border-bottom-right-radius: 68px;
  border-bottom-left-radius: 68px;
}

.rounded-bottom-radius-69px {
  border-bottom-right-radius: 69px;
  border-bottom-left-radius: 69px;
}

.hover\:rounded-bottom-radius-69px:hover {
  border-bottom-right-radius: 69px;
  border-bottom-left-radius: 69px;
}

.rounded-bottom-radius-70px {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}

.hover\:rounded-bottom-radius-70px:hover {
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;
}

.rounded-bottom-radius-71px {
  border-bottom-right-radius: 71px;
  border-bottom-left-radius: 71px;
}

.hover\:rounded-bottom-radius-71px:hover {
  border-bottom-right-radius: 71px;
  border-bottom-left-radius: 71px;
}

.rounded-bottom-radius-72px {
  border-bottom-right-radius: 72px;
  border-bottom-left-radius: 72px;
}

.hover\:rounded-bottom-radius-72px:hover {
  border-bottom-right-radius: 72px;
  border-bottom-left-radius: 72px;
}

.rounded-bottom-radius-73px {
  border-bottom-right-radius: 73px;
  border-bottom-left-radius: 73px;
}

.hover\:rounded-bottom-radius-73px:hover {
  border-bottom-right-radius: 73px;
  border-bottom-left-radius: 73px;
}

.rounded-bottom-radius-74px {
  border-bottom-right-radius: 74px;
  border-bottom-left-radius: 74px;
}

.hover\:rounded-bottom-radius-74px:hover {
  border-bottom-right-radius: 74px;
  border-bottom-left-radius: 74px;
}

.rounded-bottom-radius-75px {
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.hover\:rounded-bottom-radius-75px:hover {
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
}

.rounded-bottom-radius-76px {
  border-bottom-right-radius: 76px;
  border-bottom-left-radius: 76px;
}

.hover\:rounded-bottom-radius-76px:hover {
  border-bottom-right-radius: 76px;
  border-bottom-left-radius: 76px;
}

.rounded-bottom-radius-77px {
  border-bottom-right-radius: 77px;
  border-bottom-left-radius: 77px;
}

.hover\:rounded-bottom-radius-77px:hover {
  border-bottom-right-radius: 77px;
  border-bottom-left-radius: 77px;
}

.rounded-bottom-radius-78px {
  border-bottom-right-radius: 78px;
  border-bottom-left-radius: 78px;
}

.hover\:rounded-bottom-radius-78px:hover {
  border-bottom-right-radius: 78px;
  border-bottom-left-radius: 78px;
}

.rounded-bottom-radius-79px {
  border-bottom-right-radius: 79px;
  border-bottom-left-radius: 79px;
}

.hover\:rounded-bottom-radius-79px:hover {
  border-bottom-right-radius: 79px;
  border-bottom-left-radius: 79px;
}

.rounded-bottom-radius-80px {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.hover\:rounded-bottom-radius-80px:hover {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}

.rounded-bottom-radius-81px {
  border-bottom-right-radius: 81px;
  border-bottom-left-radius: 81px;
}

.hover\:rounded-bottom-radius-81px:hover {
  border-bottom-right-radius: 81px;
  border-bottom-left-radius: 81px;
}

.rounded-bottom-radius-82px {
  border-bottom-right-radius: 82px;
  border-bottom-left-radius: 82px;
}

.hover\:rounded-bottom-radius-82px:hover {
  border-bottom-right-radius: 82px;
  border-bottom-left-radius: 82px;
}

.rounded-bottom-radius-83px {
  border-bottom-right-radius: 83px;
  border-bottom-left-radius: 83px;
}

.hover\:rounded-bottom-radius-83px:hover {
  border-bottom-right-radius: 83px;
  border-bottom-left-radius: 83px;
}

.rounded-bottom-radius-84px {
  border-bottom-right-radius: 84px;
  border-bottom-left-radius: 84px;
}

.hover\:rounded-bottom-radius-84px:hover {
  border-bottom-right-radius: 84px;
  border-bottom-left-radius: 84px;
}

.rounded-bottom-radius-85px {
  border-bottom-right-radius: 85px;
  border-bottom-left-radius: 85px;
}

.hover\:rounded-bottom-radius-85px:hover {
  border-bottom-right-radius: 85px;
  border-bottom-left-radius: 85px;
}

.rounded-bottom-radius-86px {
  border-bottom-right-radius: 86px;
  border-bottom-left-radius: 86px;
}

.hover\:rounded-bottom-radius-86px:hover {
  border-bottom-right-radius: 86px;
  border-bottom-left-radius: 86px;
}

.rounded-bottom-radius-87px {
  border-bottom-right-radius: 87px;
  border-bottom-left-radius: 87px;
}

.hover\:rounded-bottom-radius-87px:hover {
  border-bottom-right-radius: 87px;
  border-bottom-left-radius: 87px;
}

.rounded-bottom-radius-88px {
  border-bottom-right-radius: 88px;
  border-bottom-left-radius: 88px;
}

.hover\:rounded-bottom-radius-88px:hover {
  border-bottom-right-radius: 88px;
  border-bottom-left-radius: 88px;
}

.rounded-bottom-radius-89px {
  border-bottom-right-radius: 89px;
  border-bottom-left-radius: 89px;
}

.hover\:rounded-bottom-radius-89px:hover {
  border-bottom-right-radius: 89px;
  border-bottom-left-radius: 89px;
}

.rounded-bottom-radius-90px {
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
}

.hover\:rounded-bottom-radius-90px:hover {
  border-bottom-right-radius: 90px;
  border-bottom-left-radius: 90px;
}

.rounded-bottom-radius-91px {
  border-bottom-right-radius: 91px;
  border-bottom-left-radius: 91px;
}

.hover\:rounded-bottom-radius-91px:hover {
  border-bottom-right-radius: 91px;
  border-bottom-left-radius: 91px;
}

.rounded-bottom-radius-92px {
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
}

.hover\:rounded-bottom-radius-92px:hover {
  border-bottom-right-radius: 92px;
  border-bottom-left-radius: 92px;
}

.rounded-bottom-radius-93px {
  border-bottom-right-radius: 93px;
  border-bottom-left-radius: 93px;
}

.hover\:rounded-bottom-radius-93px:hover {
  border-bottom-right-radius: 93px;
  border-bottom-left-radius: 93px;
}

.rounded-bottom-radius-94px {
  border-bottom-right-radius: 94px;
  border-bottom-left-radius: 94px;
}

.hover\:rounded-bottom-radius-94px:hover {
  border-bottom-right-radius: 94px;
  border-bottom-left-radius: 94px;
}

.rounded-bottom-radius-95px {
  border-bottom-right-radius: 95px;
  border-bottom-left-radius: 95px;
}

.hover\:rounded-bottom-radius-95px:hover {
  border-bottom-right-radius: 95px;
  border-bottom-left-radius: 95px;
}

.rounded-bottom-radius-96px {
  border-bottom-right-radius: 96px;
  border-bottom-left-radius: 96px;
}

.hover\:rounded-bottom-radius-96px:hover {
  border-bottom-right-radius: 96px;
  border-bottom-left-radius: 96px;
}

.rounded-bottom-radius-97px {
  border-bottom-right-radius: 97px;
  border-bottom-left-radius: 97px;
}

.hover\:rounded-bottom-radius-97px:hover {
  border-bottom-right-radius: 97px;
  border-bottom-left-radius: 97px;
}

.rounded-bottom-radius-98px {
  border-bottom-right-radius: 98px;
  border-bottom-left-radius: 98px;
}

.hover\:rounded-bottom-radius-98px:hover {
  border-bottom-right-radius: 98px;
  border-bottom-left-radius: 98px;
}

.rounded-bottom-radius-99px {
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.hover\:rounded-bottom-radius-99px:hover {
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
}

.rounded-bottom-radius-100px {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.hover\:rounded-bottom-radius-100px:hover {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.rounded-left-radius-0px {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hover\:rounded-left-radius-0px:hover {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-left-radius-1px {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.hover\:rounded-left-radius-1px:hover {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
}

.rounded-left-radius-2px {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.hover\:rounded-left-radius-2px:hover {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.rounded-left-radius-3px {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.hover\:rounded-left-radius-3px:hover {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.rounded-left-radius-4px {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hover\:rounded-left-radius-4px:hover {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-left-radius-5px {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.hover\:rounded-left-radius-5px:hover {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-left-radius-6px {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.hover\:rounded-left-radius-6px:hover {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-left-radius-7px {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.hover\:rounded-left-radius-7px:hover {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.rounded-left-radius-8px {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.hover\:rounded-left-radius-8px:hover {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-left-radius-9px {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.hover\:rounded-left-radius-9px:hover {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.rounded-left-radius-10px {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.hover\:rounded-left-radius-10px:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-left-radius-11px {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.hover\:rounded-left-radius-11px:hover {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.rounded-left-radius-12px {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.hover\:rounded-left-radius-12px:hover {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rounded-left-radius-13px {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.hover\:rounded-left-radius-13px:hover {
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}

.rounded-left-radius-14px {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.hover\:rounded-left-radius-14px:hover {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}

.rounded-left-radius-15px {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.hover\:rounded-left-radius-15px:hover {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.rounded-left-radius-16px {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.hover\:rounded-left-radius-16px:hover {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.rounded-left-radius-17px {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

.hover\:rounded-left-radius-17px:hover {
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
}

.rounded-left-radius-18px {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.hover\:rounded-left-radius-18px:hover {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.rounded-left-radius-19px {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}

.hover\:rounded-left-radius-19px:hover {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
}

.rounded-left-radius-20px {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.hover\:rounded-left-radius-20px:hover {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-left-radius-21px {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}

.hover\:rounded-left-radius-21px:hover {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
}

.rounded-left-radius-22px {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.hover\:rounded-left-radius-22px:hover {
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
}

.rounded-left-radius-23px {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.hover\:rounded-left-radius-23px:hover {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}

.rounded-left-radius-24px {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.hover\:rounded-left-radius-24px:hover {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.rounded-left-radius-25px {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.hover\:rounded-left-radius-25px:hover {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.rounded-left-radius-26px {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}

.hover\:rounded-left-radius-26px:hover {
  border-top-left-radius: 26px;
  border-bottom-left-radius: 26px;
}

.rounded-left-radius-27px {
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}

.hover\:rounded-left-radius-27px:hover {
  border-top-left-radius: 27px;
  border-bottom-left-radius: 27px;
}

.rounded-left-radius-28px {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.hover\:rounded-left-radius-28px:hover {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.rounded-left-radius-29px {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
}

.hover\:rounded-left-radius-29px:hover {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
}

.rounded-left-radius-30px {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.hover\:rounded-left-radius-30px:hover {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-left-radius-31px {
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
}

.hover\:rounded-left-radius-31px:hover {
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
}

.rounded-left-radius-32px {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.hover\:rounded-left-radius-32px:hover {
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

.rounded-left-radius-33px {
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
}

.hover\:rounded-left-radius-33px:hover {
  border-top-left-radius: 33px;
  border-bottom-left-radius: 33px;
}

.rounded-left-radius-34px {
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}

.hover\:rounded-left-radius-34px:hover {
  border-top-left-radius: 34px;
  border-bottom-left-radius: 34px;
}

.rounded-left-radius-35px {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.hover\:rounded-left-radius-35px:hover {
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.rounded-left-radius-36px {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.hover\:rounded-left-radius-36px:hover {
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}

.rounded-left-radius-37px {
  border-top-left-radius: 37px;
  border-bottom-left-radius: 37px;
}

.hover\:rounded-left-radius-37px:hover {
  border-top-left-radius: 37px;
  border-bottom-left-radius: 37px;
}

.rounded-left-radius-38px {
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}

.hover\:rounded-left-radius-38px:hover {
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}

.rounded-left-radius-39px {
  border-top-left-radius: 39px;
  border-bottom-left-radius: 39px;
}

.hover\:rounded-left-radius-39px:hover {
  border-top-left-radius: 39px;
  border-bottom-left-radius: 39px;
}

.rounded-left-radius-40px {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.hover\:rounded-left-radius-40px:hover {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-left-radius-41px {
  border-top-left-radius: 41px;
  border-bottom-left-radius: 41px;
}

.hover\:rounded-left-radius-41px:hover {
  border-top-left-radius: 41px;
  border-bottom-left-radius: 41px;
}

.rounded-left-radius-42px {
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
}

.hover\:rounded-left-radius-42px:hover {
  border-top-left-radius: 42px;
  border-bottom-left-radius: 42px;
}

.rounded-left-radius-43px {
  border-top-left-radius: 43px;
  border-bottom-left-radius: 43px;
}

.hover\:rounded-left-radius-43px:hover {
  border-top-left-radius: 43px;
  border-bottom-left-radius: 43px;
}

.rounded-left-radius-44px {
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
}

.hover\:rounded-left-radius-44px:hover {
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
}

.rounded-left-radius-45px {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.hover\:rounded-left-radius-45px:hover {
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.rounded-left-radius-46px {
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
}

.hover\:rounded-left-radius-46px:hover {
  border-top-left-radius: 46px;
  border-bottom-left-radius: 46px;
}

.rounded-left-radius-47px {
  border-top-left-radius: 47px;
  border-bottom-left-radius: 47px;
}

.hover\:rounded-left-radius-47px:hover {
  border-top-left-radius: 47px;
  border-bottom-left-radius: 47px;
}

.rounded-left-radius-48px {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}

.hover\:rounded-left-radius-48px:hover {
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}

.rounded-left-radius-49px {
  border-top-left-radius: 49px;
  border-bottom-left-radius: 49px;
}

.hover\:rounded-left-radius-49px:hover {
  border-top-left-radius: 49px;
  border-bottom-left-radius: 49px;
}

.rounded-left-radius-50px {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.hover\:rounded-left-radius-50px:hover {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.rounded-left-radius-51px {
  border-top-left-radius: 51px;
  border-bottom-left-radius: 51px;
}

.hover\:rounded-left-radius-51px:hover {
  border-top-left-radius: 51px;
  border-bottom-left-radius: 51px;
}

.rounded-left-radius-52px {
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
}

.hover\:rounded-left-radius-52px:hover {
  border-top-left-radius: 52px;
  border-bottom-left-radius: 52px;
}

.rounded-left-radius-53px {
  border-top-left-radius: 53px;
  border-bottom-left-radius: 53px;
}

.hover\:rounded-left-radius-53px:hover {
  border-top-left-radius: 53px;
  border-bottom-left-radius: 53px;
}

.rounded-left-radius-54px {
  border-top-left-radius: 54px;
  border-bottom-left-radius: 54px;
}

.hover\:rounded-left-radius-54px:hover {
  border-top-left-radius: 54px;
  border-bottom-left-radius: 54px;
}

.rounded-left-radius-55px {
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
}

.hover\:rounded-left-radius-55px:hover {
  border-top-left-radius: 55px;
  border-bottom-left-radius: 55px;
}

.rounded-left-radius-56px {
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
}

.hover\:rounded-left-radius-56px:hover {
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
}

.rounded-left-radius-57px {
  border-top-left-radius: 57px;
  border-bottom-left-radius: 57px;
}

.hover\:rounded-left-radius-57px:hover {
  border-top-left-radius: 57px;
  border-bottom-left-radius: 57px;
}

.rounded-left-radius-58px {
  border-top-left-radius: 58px;
  border-bottom-left-radius: 58px;
}

.hover\:rounded-left-radius-58px:hover {
  border-top-left-radius: 58px;
  border-bottom-left-radius: 58px;
}

.rounded-left-radius-59px {
  border-top-left-radius: 59px;
  border-bottom-left-radius: 59px;
}

.hover\:rounded-left-radius-59px:hover {
  border-top-left-radius: 59px;
  border-bottom-left-radius: 59px;
}

.rounded-left-radius-60px {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.hover\:rounded-left-radius-60px:hover {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.rounded-left-radius-61px {
  border-top-left-radius: 61px;
  border-bottom-left-radius: 61px;
}

.hover\:rounded-left-radius-61px:hover {
  border-top-left-radius: 61px;
  border-bottom-left-radius: 61px;
}

.rounded-left-radius-62px {
  border-top-left-radius: 62px;
  border-bottom-left-radius: 62px;
}

.hover\:rounded-left-radius-62px:hover {
  border-top-left-radius: 62px;
  border-bottom-left-radius: 62px;
}

.rounded-left-radius-63px {
  border-top-left-radius: 63px;
  border-bottom-left-radius: 63px;
}

.hover\:rounded-left-radius-63px:hover {
  border-top-left-radius: 63px;
  border-bottom-left-radius: 63px;
}

.rounded-left-radius-64px {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px;
}

.hover\:rounded-left-radius-64px:hover {
  border-top-left-radius: 64px;
  border-bottom-left-radius: 64px;
}

.rounded-left-radius-65px {
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
}

.hover\:rounded-left-radius-65px:hover {
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
}

.rounded-left-radius-66px {
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}

.hover\:rounded-left-radius-66px:hover {
  border-top-left-radius: 66px;
  border-bottom-left-radius: 66px;
}

.rounded-left-radius-67px {
  border-top-left-radius: 67px;
  border-bottom-left-radius: 67px;
}

.hover\:rounded-left-radius-67px:hover {
  border-top-left-radius: 67px;
  border-bottom-left-radius: 67px;
}

.rounded-left-radius-68px {
  border-top-left-radius: 68px;
  border-bottom-left-radius: 68px;
}

.hover\:rounded-left-radius-68px:hover {
  border-top-left-radius: 68px;
  border-bottom-left-radius: 68px;
}

.rounded-left-radius-69px {
  border-top-left-radius: 69px;
  border-bottom-left-radius: 69px;
}

.hover\:rounded-left-radius-69px:hover {
  border-top-left-radius: 69px;
  border-bottom-left-radius: 69px;
}

.rounded-left-radius-70px {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.hover\:rounded-left-radius-70px:hover {
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
}

.rounded-left-radius-71px {
  border-top-left-radius: 71px;
  border-bottom-left-radius: 71px;
}

.hover\:rounded-left-radius-71px:hover {
  border-top-left-radius: 71px;
  border-bottom-left-radius: 71px;
}

.rounded-left-radius-72px {
  border-top-left-radius: 72px;
  border-bottom-left-radius: 72px;
}

.hover\:rounded-left-radius-72px:hover {
  border-top-left-radius: 72px;
  border-bottom-left-radius: 72px;
}

.rounded-left-radius-73px {
  border-top-left-radius: 73px;
  border-bottom-left-radius: 73px;
}

.hover\:rounded-left-radius-73px:hover {
  border-top-left-radius: 73px;
  border-bottom-left-radius: 73px;
}

.rounded-left-radius-74px {
  border-top-left-radius: 74px;
  border-bottom-left-radius: 74px;
}

.hover\:rounded-left-radius-74px:hover {
  border-top-left-radius: 74px;
  border-bottom-left-radius: 74px;
}

.rounded-left-radius-75px {
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
}

.hover\:rounded-left-radius-75px:hover {
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
}

.rounded-left-radius-76px {
  border-top-left-radius: 76px;
  border-bottom-left-radius: 76px;
}

.hover\:rounded-left-radius-76px:hover {
  border-top-left-radius: 76px;
  border-bottom-left-radius: 76px;
}

.rounded-left-radius-77px {
  border-top-left-radius: 77px;
  border-bottom-left-radius: 77px;
}

.hover\:rounded-left-radius-77px:hover {
  border-top-left-radius: 77px;
  border-bottom-left-radius: 77px;
}

.rounded-left-radius-78px {
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px;
}

.hover\:rounded-left-radius-78px:hover {
  border-top-left-radius: 78px;
  border-bottom-left-radius: 78px;
}

.rounded-left-radius-79px {
  border-top-left-radius: 79px;
  border-bottom-left-radius: 79px;
}

.hover\:rounded-left-radius-79px:hover {
  border-top-left-radius: 79px;
  border-bottom-left-radius: 79px;
}

.rounded-left-radius-80px {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}

.hover\:rounded-left-radius-80px:hover {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
}

.rounded-left-radius-81px {
  border-top-left-radius: 81px;
  border-bottom-left-radius: 81px;
}

.hover\:rounded-left-radius-81px:hover {
  border-top-left-radius: 81px;
  border-bottom-left-radius: 81px;
}

.rounded-left-radius-82px {
  border-top-left-radius: 82px;
  border-bottom-left-radius: 82px;
}

.hover\:rounded-left-radius-82px:hover {
  border-top-left-radius: 82px;
  border-bottom-left-radius: 82px;
}

.rounded-left-radius-83px {
  border-top-left-radius: 83px;
  border-bottom-left-radius: 83px;
}

.hover\:rounded-left-radius-83px:hover {
  border-top-left-radius: 83px;
  border-bottom-left-radius: 83px;
}

.rounded-left-radius-84px {
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}

.hover\:rounded-left-radius-84px:hover {
  border-top-left-radius: 84px;
  border-bottom-left-radius: 84px;
}

.rounded-left-radius-85px {
  border-top-left-radius: 85px;
  border-bottom-left-radius: 85px;
}

.hover\:rounded-left-radius-85px:hover {
  border-top-left-radius: 85px;
  border-bottom-left-radius: 85px;
}

.rounded-left-radius-86px {
  border-top-left-radius: 86px;
  border-bottom-left-radius: 86px;
}

.hover\:rounded-left-radius-86px:hover {
  border-top-left-radius: 86px;
  border-bottom-left-radius: 86px;
}

.rounded-left-radius-87px {
  border-top-left-radius: 87px;
  border-bottom-left-radius: 87px;
}

.hover\:rounded-left-radius-87px:hover {
  border-top-left-radius: 87px;
  border-bottom-left-radius: 87px;
}

.rounded-left-radius-88px {
  border-top-left-radius: 88px;
  border-bottom-left-radius: 88px;
}

.hover\:rounded-left-radius-88px:hover {
  border-top-left-radius: 88px;
  border-bottom-left-radius: 88px;
}

.rounded-left-radius-89px {
  border-top-left-radius: 89px;
  border-bottom-left-radius: 89px;
}

.hover\:rounded-left-radius-89px:hover {
  border-top-left-radius: 89px;
  border-bottom-left-radius: 89px;
}

.rounded-left-radius-90px {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.hover\:rounded-left-radius-90px:hover {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.rounded-left-radius-91px {
  border-top-left-radius: 91px;
  border-bottom-left-radius: 91px;
}

.hover\:rounded-left-radius-91px:hover {
  border-top-left-radius: 91px;
  border-bottom-left-radius: 91px;
}

.rounded-left-radius-92px {
  border-top-left-radius: 92px;
  border-bottom-left-radius: 92px;
}

.hover\:rounded-left-radius-92px:hover {
  border-top-left-radius: 92px;
  border-bottom-left-radius: 92px;
}

.rounded-left-radius-93px {
  border-top-left-radius: 93px;
  border-bottom-left-radius: 93px;
}

.hover\:rounded-left-radius-93px:hover {
  border-top-left-radius: 93px;
  border-bottom-left-radius: 93px;
}

.rounded-left-radius-94px {
  border-top-left-radius: 94px;
  border-bottom-left-radius: 94px;
}

.hover\:rounded-left-radius-94px:hover {
  border-top-left-radius: 94px;
  border-bottom-left-radius: 94px;
}

.rounded-left-radius-95px {
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
}

.hover\:rounded-left-radius-95px:hover {
  border-top-left-radius: 95px;
  border-bottom-left-radius: 95px;
}

.rounded-left-radius-96px {
  border-top-left-radius: 96px;
  border-bottom-left-radius: 96px;
}

.hover\:rounded-left-radius-96px:hover {
  border-top-left-radius: 96px;
  border-bottom-left-radius: 96px;
}

.rounded-left-radius-97px {
  border-top-left-radius: 97px;
  border-bottom-left-radius: 97px;
}

.hover\:rounded-left-radius-97px:hover {
  border-top-left-radius: 97px;
  border-bottom-left-radius: 97px;
}

.rounded-left-radius-98px {
  border-top-left-radius: 98px;
  border-bottom-left-radius: 98px;
}

.hover\:rounded-left-radius-98px:hover {
  border-top-left-radius: 98px;
  border-bottom-left-radius: 98px;
}

.rounded-left-radius-99px {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

.hover\:rounded-left-radius-99px:hover {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}

.rounded-left-radius-100px {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.hover\:rounded-left-radius-100px:hover {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.border-0px {
  border-width: 0px;
}

.hover\:border-0px:hover {
  border-width: 0px;
}

.active\:border-0px:active {
  border-width: 0px;
}

.focus\:border-0px:focus {
  border-width: 0px;
}

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

.hover\:border-1px:hover {
  border-width: 1px;
}

.active\:border-1px:active {
  border-width: 1px;
}

.focus\:border-1px:focus {
  border-width: 1px;
}

.border-2px {
  border-width: 2px;
}

.hover\:border-2px:hover {
  border-width: 2px;
}

.active\:border-2px:active {
  border-width: 2px;
}

.focus\:border-2px:focus {
  border-width: 2px;
}

.border-3px {
  border-width: 3px;
}

.hover\:border-3px:hover {
  border-width: 3px;
}

.active\:border-3px:active {
  border-width: 3px;
}

.focus\:border-3px:focus {
  border-width: 3px;
}

.border-4px {
  border-width: 4px;
}

.hover\:border-4px:hover {
  border-width: 4px;
}

.active\:border-4px:active {
  border-width: 4px;
}

.focus\:border-4px:focus {
  border-width: 4px;
}

.border-5px {
  border-width: 5px;
}

.hover\:border-5px:hover {
  border-width: 5px;
}

.active\:border-5px:active {
  border-width: 5px;
}

.focus\:border-5px:focus {
  border-width: 5px;
}

.border-6px {
  border-width: 6px;
}

.hover\:border-6px:hover {
  border-width: 6px;
}

.active\:border-6px:active {
  border-width: 6px;
}

.focus\:border-6px:focus {
  border-width: 6px;
}

.border-7px {
  border-width: 7px;
}

.hover\:border-7px:hover {
  border-width: 7px;
}

.active\:border-7px:active {
  border-width: 7px;
}

.focus\:border-7px:focus {
  border-width: 7px;
}

.border-8px {
  border-width: 8px;
}

.hover\:border-8px:hover {
  border-width: 8px;
}

.active\:border-8px:active {
  border-width: 8px;
}

.focus\:border-8px:focus {
  border-width: 8px;
}

.border-9px {
  border-width: 9px;
}

.hover\:border-9px:hover {
  border-width: 9px;
}

.active\:border-9px:active {
  border-width: 9px;
}

.focus\:border-9px:focus {
  border-width: 9px;
}

.border-10px {
  border-width: 10px;
}

.hover\:border-10px:hover {
  border-width: 10px;
}

.active\:border-10px:active {
  border-width: 10px;
}

.focus\:border-10px:focus {
  border-width: 10px;
}

.border-x-0px {
  border-left-width: 0px;
  border-right-width: 0px;
}

.hover\:border-x-0px:hover {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-x-1px {
  border-left-width: 1px;
  border-right-width: 1px;
}

.hover\:border-x-1px:hover {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-2px {
  border-left-width: 2px;
  border-right-width: 2px;
}

.hover\:border-x-2px:hover {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-3px {
  border-left-width: 3px;
  border-right-width: 3px;
}

.hover\:border-x-3px:hover {
  border-left-width: 3px;
  border-right-width: 3px;
}

.border-x-4px {
  border-left-width: 4px;
  border-right-width: 4px;
}

.hover\:border-x-4px:hover {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-x-5px {
  border-left-width: 5px;
  border-right-width: 5px;
}

.hover\:border-x-5px:hover {
  border-left-width: 5px;
  border-right-width: 5px;
}

.border-x-6px {
  border-left-width: 6px;
  border-right-width: 6px;
}

.hover\:border-x-6px:hover {
  border-left-width: 6px;
  border-right-width: 6px;
}

.border-x-7px {
  border-left-width: 7px;
  border-right-width: 7px;
}

.hover\:border-x-7px:hover {
  border-left-width: 7px;
  border-right-width: 7px;
}

.border-x-8px {
  border-left-width: 8px;
  border-right-width: 8px;
}

.hover\:border-x-8px:hover {
  border-left-width: 8px;
  border-right-width: 8px;
}

.border-x-9px {
  border-left-width: 9px;
  border-right-width: 9px;
}

.hover\:border-x-9px:hover {
  border-left-width: 9px;
  border-right-width: 9px;
}

.border-x-10px {
  border-left-width: 10px;
  border-right-width: 10px;
}

.hover\:border-x-10px:hover {
  border-left-width: 10px;
  border-right-width: 10px;
}

.border-y-0px {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.hover\:border-y-0px:hover {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.border-y-1px {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.hover\:border-y-1px:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-2px {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.hover\:border-y-2px:hover {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-3px {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.hover\:border-y-3px:hover {
  border-top-width: 3px;
  border-bottom-width: 3px;
}

.border-y-4px {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.hover\:border-y-4px:hover {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.border-y-5px {
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.hover\:border-y-5px:hover {
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.border-y-6px {
  border-top-width: 6px;
  border-bottom-width: 6px;
}

.hover\:border-y-6px:hover {
  border-top-width: 6px;
  border-bottom-width: 6px;
}

.border-y-7px {
  border-top-width: 7px;
  border-bottom-width: 7px;
}

.hover\:border-y-7px:hover {
  border-top-width: 7px;
  border-bottom-width: 7px;
}

.border-y-8px {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.hover\:border-y-8px:hover {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

.border-y-9px {
  border-top-width: 9px;
  border-bottom-width: 9px;
}

.hover\:border-y-9px:hover {
  border-top-width: 9px;
  border-bottom-width: 9px;
}

.border-y-10px {
  border-top-width: 10px;
  border-bottom-width: 10px;
}

.hover\:border-y-10px:hover {
  border-top-width: 10px;
  border-bottom-width: 10px;
}

.border-top-width-0px {
  border-top-width: 0px;
}

.hover\:border-top-width-0px:hover {
  border-top-width: 0px;
}

.active\:border-top-width-0px:active {
  border-top-width: 0px;
}

.focus\:border-top-width-0px:focus {
  border-top-width: 0px;
}

.border-top-width-1px {
  border-top-width: 1px;
}

.hover\:border-top-width-1px:hover {
  border-top-width: 1px;
}

.active\:border-top-width-1px:active {
  border-top-width: 1px;
}

.focus\:border-top-width-1px:focus {
  border-top-width: 1px;
}

.border-top-width-2px {
  border-top-width: 2px;
}

.hover\:border-top-width-2px:hover {
  border-top-width: 2px;
}

.active\:border-top-width-2px:active {
  border-top-width: 2px;
}

.focus\:border-top-width-2px:focus {
  border-top-width: 2px;
}

.border-top-width-3px {
  border-top-width: 3px;
}

.hover\:border-top-width-3px:hover {
  border-top-width: 3px;
}

.active\:border-top-width-3px:active {
  border-top-width: 3px;
}

.focus\:border-top-width-3px:focus {
  border-top-width: 3px;
}

.border-top-width-4px {
  border-top-width: 4px;
}

.hover\:border-top-width-4px:hover {
  border-top-width: 4px;
}

.active\:border-top-width-4px:active {
  border-top-width: 4px;
}

.focus\:border-top-width-4px:focus {
  border-top-width: 4px;
}

.border-top-width-5px {
  border-top-width: 5px;
}

.hover\:border-top-width-5px:hover {
  border-top-width: 5px;
}

.active\:border-top-width-5px:active {
  border-top-width: 5px;
}

.focus\:border-top-width-5px:focus {
  border-top-width: 5px;
}

.border-top-width-6px {
  border-top-width: 6px;
}

.hover\:border-top-width-6px:hover {
  border-top-width: 6px;
}

.active\:border-top-width-6px:active {
  border-top-width: 6px;
}

.focus\:border-top-width-6px:focus {
  border-top-width: 6px;
}

.border-top-width-7px {
  border-top-width: 7px;
}

.hover\:border-top-width-7px:hover {
  border-top-width: 7px;
}

.active\:border-top-width-7px:active {
  border-top-width: 7px;
}

.focus\:border-top-width-7px:focus {
  border-top-width: 7px;
}

.border-top-width-8px {
  border-top-width: 8px;
}

.hover\:border-top-width-8px:hover {
  border-top-width: 8px;
}

.active\:border-top-width-8px:active {
  border-top-width: 8px;
}

.focus\:border-top-width-8px:focus {
  border-top-width: 8px;
}

.border-top-width-9px {
  border-top-width: 9px;
}

.hover\:border-top-width-9px:hover {
  border-top-width: 9px;
}

.active\:border-top-width-9px:active {
  border-top-width: 9px;
}

.focus\:border-top-width-9px:focus {
  border-top-width: 9px;
}

.border-top-width-10px {
  border-top-width: 10px;
}

.hover\:border-top-width-10px:hover {
  border-top-width: 10px;
}

.active\:border-top-width-10px:active {
  border-top-width: 10px;
}

.focus\:border-top-width-10px:focus {
  border-top-width: 10px;
}

.border-right-width-0px {
  border-right-width: 0px;
}

.hover\:border-right-width-0px:hover {
  border-right-width: 0px;
}

.active\:border-right-width-0px:active {
  border-right-width: 0px;
}

.focus\:border-right-width-0px:focus {
  border-right-width: 0px;
}

.border-right-width-1px {
  border-right-width: 1px;
}

.hover\:border-right-width-1px:hover {
  border-right-width: 1px;
}

.active\:border-right-width-1px:active {
  border-right-width: 1px;
}

.focus\:border-right-width-1px:focus {
  border-right-width: 1px;
}

.border-right-width-2px {
  border-right-width: 2px;
}

.hover\:border-right-width-2px:hover {
  border-right-width: 2px;
}

.active\:border-right-width-2px:active {
  border-right-width: 2px;
}

.focus\:border-right-width-2px:focus {
  border-right-width: 2px;
}

.border-right-width-3px {
  border-right-width: 3px;
}

.hover\:border-right-width-3px:hover {
  border-right-width: 3px;
}

.active\:border-right-width-3px:active {
  border-right-width: 3px;
}

.focus\:border-right-width-3px:focus {
  border-right-width: 3px;
}

.border-right-width-4px {
  border-right-width: 4px;
}

.hover\:border-right-width-4px:hover {
  border-right-width: 4px;
}

.active\:border-right-width-4px:active {
  border-right-width: 4px;
}

.focus\:border-right-width-4px:focus {
  border-right-width: 4px;
}

.border-right-width-5px {
  border-right-width: 5px;
}

.hover\:border-right-width-5px:hover {
  border-right-width: 5px;
}

.active\:border-right-width-5px:active {
  border-right-width: 5px;
}

.focus\:border-right-width-5px:focus {
  border-right-width: 5px;
}

.border-right-width-6px {
  border-right-width: 6px;
}

.hover\:border-right-width-6px:hover {
  border-right-width: 6px;
}

.active\:border-right-width-6px:active {
  border-right-width: 6px;
}

.focus\:border-right-width-6px:focus {
  border-right-width: 6px;
}

.border-right-width-7px {
  border-right-width: 7px;
}

.hover\:border-right-width-7px:hover {
  border-right-width: 7px;
}

.active\:border-right-width-7px:active {
  border-right-width: 7px;
}

.focus\:border-right-width-7px:focus {
  border-right-width: 7px;
}

.border-right-width-8px {
  border-right-width: 8px;
}

.hover\:border-right-width-8px:hover {
  border-right-width: 8px;
}

.active\:border-right-width-8px:active {
  border-right-width: 8px;
}

.focus\:border-right-width-8px:focus {
  border-right-width: 8px;
}

.border-right-width-9px {
  border-right-width: 9px;
}

.hover\:border-right-width-9px:hover {
  border-right-width: 9px;
}

.active\:border-right-width-9px:active {
  border-right-width: 9px;
}

.focus\:border-right-width-9px:focus {
  border-right-width: 9px;
}

.border-right-width-10px {
  border-right-width: 10px;
}

.hover\:border-right-width-10px:hover {
  border-right-width: 10px;
}

.active\:border-right-width-10px:active {
  border-right-width: 10px;
}

.focus\:border-right-width-10px:focus {
  border-right-width: 10px;
}

.border-bottom-width-0px {
  border-bottom-width: 0px;
}

.hover\:border-bottom-width-0px:hover {
  border-bottom-width: 0px;
}

.active\:border-bottom-width-0px:active {
  border-bottom-width: 0px;
}

.focus\:border-bottom-width-0px:focus {
  border-bottom-width: 0px;
}

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

.hover\:border-bottom-width-1px:hover {
  border-bottom-width: 1px;
}

.active\:border-bottom-width-1px:active {
  border-bottom-width: 1px;
}

.focus\:border-bottom-width-1px:focus {
  border-bottom-width: 1px;
}

.border-bottom-width-2px {
  border-bottom-width: 2px;
}

.hover\:border-bottom-width-2px:hover {
  border-bottom-width: 2px;
}

.active\:border-bottom-width-2px:active {
  border-bottom-width: 2px;
}

.focus\:border-bottom-width-2px:focus {
  border-bottom-width: 2px;
}

.border-bottom-width-3px {
  border-bottom-width: 3px;
}

.hover\:border-bottom-width-3px:hover {
  border-bottom-width: 3px;
}

.active\:border-bottom-width-3px:active {
  border-bottom-width: 3px;
}

.focus\:border-bottom-width-3px:focus {
  border-bottom-width: 3px;
}

.border-bottom-width-4px {
  border-bottom-width: 4px;
}

.hover\:border-bottom-width-4px:hover {
  border-bottom-width: 4px;
}

.active\:border-bottom-width-4px:active {
  border-bottom-width: 4px;
}

.focus\:border-bottom-width-4px:focus {
  border-bottom-width: 4px;
}

.border-bottom-width-5px {
  border-bottom-width: 5px;
}

.hover\:border-bottom-width-5px:hover {
  border-bottom-width: 5px;
}

.active\:border-bottom-width-5px:active {
  border-bottom-width: 5px;
}

.focus\:border-bottom-width-5px:focus {
  border-bottom-width: 5px;
}

.border-bottom-width-6px {
  border-bottom-width: 6px;
}

.hover\:border-bottom-width-6px:hover {
  border-bottom-width: 6px;
}

.active\:border-bottom-width-6px:active {
  border-bottom-width: 6px;
}

.focus\:border-bottom-width-6px:focus {
  border-bottom-width: 6px;
}

.border-bottom-width-7px {
  border-bottom-width: 7px;
}

.hover\:border-bottom-width-7px:hover {
  border-bottom-width: 7px;
}

.active\:border-bottom-width-7px:active {
  border-bottom-width: 7px;
}

.focus\:border-bottom-width-7px:focus {
  border-bottom-width: 7px;
}

.border-bottom-width-8px {
  border-bottom-width: 8px;
}

.hover\:border-bottom-width-8px:hover {
  border-bottom-width: 8px;
}

.active\:border-bottom-width-8px:active {
  border-bottom-width: 8px;
}

.focus\:border-bottom-width-8px:focus {
  border-bottom-width: 8px;
}

.border-bottom-width-9px {
  border-bottom-width: 9px;
}

.hover\:border-bottom-width-9px:hover {
  border-bottom-width: 9px;
}

.active\:border-bottom-width-9px:active {
  border-bottom-width: 9px;
}

.focus\:border-bottom-width-9px:focus {
  border-bottom-width: 9px;
}

.border-bottom-width-10px {
  border-bottom-width: 10px;
}

.hover\:border-bottom-width-10px:hover {
  border-bottom-width: 10px;
}

.active\:border-bottom-width-10px:active {
  border-bottom-width: 10px;
}

.focus\:border-bottom-width-10px:focus {
  border-bottom-width: 10px;
}

.border-left-width-0px {
  border-left-width: 0px;
}

.hover\:border-left-width-0px:hover {
  border-left-width: 0px;
}

.active\:border-left-width-0px:active {
  border-left-width: 0px;
}

.focus\:border-left-width-0px:focus {
  border-left-width: 0px;
}

.border-left-width-1px {
  border-left-width: 1px;
}

.hover\:border-left-width-1px:hover {
  border-left-width: 1px;
}

.active\:border-left-width-1px:active {
  border-left-width: 1px;
}

.focus\:border-left-width-1px:focus {
  border-left-width: 1px;
}

.border-left-width-2px {
  border-left-width: 2px;
}

.hover\:border-left-width-2px:hover {
  border-left-width: 2px;
}

.active\:border-left-width-2px:active {
  border-left-width: 2px;
}

.focus\:border-left-width-2px:focus {
  border-left-width: 2px;
}

.border-left-width-3px {
  border-left-width: 3px;
}

.hover\:border-left-width-3px:hover {
  border-left-width: 3px;
}

.active\:border-left-width-3px:active {
  border-left-width: 3px;
}

.focus\:border-left-width-3px:focus {
  border-left-width: 3px;
}

.border-left-width-4px {
  border-left-width: 4px;
}

.hover\:border-left-width-4px:hover {
  border-left-width: 4px;
}

.active\:border-left-width-4px:active {
  border-left-width: 4px;
}

.focus\:border-left-width-4px:focus {
  border-left-width: 4px;
}

.border-left-width-5px {
  border-left-width: 5px;
}

.hover\:border-left-width-5px:hover {
  border-left-width: 5px;
}

.active\:border-left-width-5px:active {
  border-left-width: 5px;
}

.focus\:border-left-width-5px:focus {
  border-left-width: 5px;
}

.border-left-width-6px {
  border-left-width: 6px;
}

.hover\:border-left-width-6px:hover {
  border-left-width: 6px;
}

.active\:border-left-width-6px:active {
  border-left-width: 6px;
}

.focus\:border-left-width-6px:focus {
  border-left-width: 6px;
}

.border-left-width-7px {
  border-left-width: 7px;
}

.hover\:border-left-width-7px:hover {
  border-left-width: 7px;
}

.active\:border-left-width-7px:active {
  border-left-width: 7px;
}

.focus\:border-left-width-7px:focus {
  border-left-width: 7px;
}

.border-left-width-8px {
  border-left-width: 8px;
}

.hover\:border-left-width-8px:hover {
  border-left-width: 8px;
}

.active\:border-left-width-8px:active {
  border-left-width: 8px;
}

.focus\:border-left-width-8px:focus {
  border-left-width: 8px;
}

.border-left-width-9px {
  border-left-width: 9px;
}

.hover\:border-left-width-9px:hover {
  border-left-width: 9px;
}

.active\:border-left-width-9px:active {
  border-left-width: 9px;
}

.focus\:border-left-width-9px:focus {
  border-left-width: 9px;
}

.border-left-width-10px {
  border-left-width: 10px;
}

.hover\:border-left-width-10px:hover {
  border-left-width: 10px;
}

.active\:border-left-width-10px:active {
  border-left-width: 10px;
}

.focus\:border-left-width-10px:focus {
  border-left-width: 10px;
}

.outline-offset-0px {
  outline-offset: 0px;
}

.hover\:outline-offset-0px:hover {
  outline-offset: 0px;
}

.active\:outline-offset-0px:active {
  outline-offset: 0px;
}

.focus\:outline-offset-0px:focus {
  outline-offset: 0px;
}

.outline-offset-1px {
  outline-offset: 1px;
}

.hover\:outline-offset-1px:hover {
  outline-offset: 1px;
}

.active\:outline-offset-1px:active {
  outline-offset: 1px;
}

.focus\:outline-offset-1px:focus {
  outline-offset: 1px;
}

.outline-offset-2px {
  outline-offset: 2px;
}

.hover\:outline-offset-2px:hover {
  outline-offset: 2px;
}

.active\:outline-offset-2px:active {
  outline-offset: 2px;
}

.focus\:outline-offset-2px:focus {
  outline-offset: 2px;
}

.outline-offset-3px {
  outline-offset: 3px;
}

.hover\:outline-offset-3px:hover {
  outline-offset: 3px;
}

.active\:outline-offset-3px:active {
  outline-offset: 3px;
}

.focus\:outline-offset-3px:focus {
  outline-offset: 3px;
}

.outline-offset-4px {
  outline-offset: 4px;
}

.hover\:outline-offset-4px:hover {
  outline-offset: 4px;
}

.active\:outline-offset-4px:active {
  outline-offset: 4px;
}

.focus\:outline-offset-4px:focus {
  outline-offset: 4px;
}

.outline-offset-5px {
  outline-offset: 5px;
}

.hover\:outline-offset-5px:hover {
  outline-offset: 5px;
}

.active\:outline-offset-5px:active {
  outline-offset: 5px;
}

.focus\:outline-offset-5px:focus {
  outline-offset: 5px;
}

.outline-offset-6px {
  outline-offset: 6px;
}

.hover\:outline-offset-6px:hover {
  outline-offset: 6px;
}

.active\:outline-offset-6px:active {
  outline-offset: 6px;
}

.focus\:outline-offset-6px:focus {
  outline-offset: 6px;
}

.outline-offset-7px {
  outline-offset: 7px;
}

.hover\:outline-offset-7px:hover {
  outline-offset: 7px;
}

.active\:outline-offset-7px:active {
  outline-offset: 7px;
}

.focus\:outline-offset-7px:focus {
  outline-offset: 7px;
}

.outline-offset-8px {
  outline-offset: 8px;
}

.hover\:outline-offset-8px:hover {
  outline-offset: 8px;
}

.active\:outline-offset-8px:active {
  outline-offset: 8px;
}

.focus\:outline-offset-8px:focus {
  outline-offset: 8px;
}

.outline-offset-9px {
  outline-offset: 9px;
}

.hover\:outline-offset-9px:hover {
  outline-offset: 9px;
}

.active\:outline-offset-9px:active {
  outline-offset: 9px;
}

.focus\:outline-offset-9px:focus {
  outline-offset: 9px;
}

.outline-offset-10px {
  outline-offset: 10px;
}

.hover\:outline-offset-10px:hover {
  outline-offset: 10px;
}

.active\:outline-offset-10px:active {
  outline-offset: 10px;
}

.focus\:outline-offset-10px:focus {
  outline-offset: 10px;
}

.outline-0px {
  outline-width: 0px;
}

.hover\:outline-0px:hover {
  outline-width: 0px;
}

.active\:outline-0px:active {
  outline-width: 0px;
}

.focus\:outline-0px:focus {
  outline-width: 0px;
}

.outline-1px {
  outline-width: 1px;
}

.hover\:outline-1px:hover {
  outline-width: 1px;
}

.active\:outline-1px:active {
  outline-width: 1px;
}

.focus\:outline-1px:focus {
  outline-width: 1px;
}

.outline-2px {
  outline-width: 2px;
}

.hover\:outline-2px:hover {
  outline-width: 2px;
}

.active\:outline-2px:active {
  outline-width: 2px;
}

.focus\:outline-2px:focus {
  outline-width: 2px;
}

.outline-3px {
  outline-width: 3px;
}

.hover\:outline-3px:hover {
  outline-width: 3px;
}

.active\:outline-3px:active {
  outline-width: 3px;
}

.focus\:outline-3px:focus {
  outline-width: 3px;
}

.outline-4px {
  outline-width: 4px;
}

.hover\:outline-4px:hover {
  outline-width: 4px;
}

.active\:outline-4px:active {
  outline-width: 4px;
}

.focus\:outline-4px:focus {
  outline-width: 4px;
}

.outline-5px {
  outline-width: 5px;
}

.hover\:outline-5px:hover {
  outline-width: 5px;
}

.active\:outline-5px:active {
  outline-width: 5px;
}

.focus\:outline-5px:focus {
  outline-width: 5px;
}

.outline-6px {
  outline-width: 6px;
}

.hover\:outline-6px:hover {
  outline-width: 6px;
}

.active\:outline-6px:active {
  outline-width: 6px;
}

.focus\:outline-6px:focus {
  outline-width: 6px;
}

.outline-7px {
  outline-width: 7px;
}

.hover\:outline-7px:hover {
  outline-width: 7px;
}

.active\:outline-7px:active {
  outline-width: 7px;
}

.focus\:outline-7px:focus {
  outline-width: 7px;
}

.outline-8px {
  outline-width: 8px;
}

.hover\:outline-8px:hover {
  outline-width: 8px;
}

.active\:outline-8px:active {
  outline-width: 8px;
}

.focus\:outline-8px:focus {
  outline-width: 8px;
}

.outline-9px {
  outline-width: 9px;
}

.hover\:outline-9px:hover {
  outline-width: 9px;
}

.active\:outline-9px:active {
  outline-width: 9px;
}

.focus\:outline-9px:focus {
  outline-width: 9px;
}

.outline-10px {
  outline-width: 10px;
}

.hover\:outline-10px:hover {
  outline-width: 10px;
}

.active\:outline-10px:active {
  outline-width: 10px;
}

.focus\:outline-10px:focus {
  outline-width: 10px;
}

@media (max-width: 480px) {
  .sm\:border-solid {
    border-style: solid;
  }
  .active\:sm\:border-solid:active {
    border-style: solid;
  }
  .hover\:sm\:border-solid:hover {
    border-style: solid;
  }
  .focus\:sm\:border-solid:focus {
    border-style: solid;
  }
  .sm\:border-dashed {
    border-style: dashed;
  }
  .active\:sm\:border-dashed:active {
    border-style: dashed;
  }
  .hover\:sm\:border-dashed:hover {
    border-style: dashed;
  }
  .focus\:sm\:border-dashed:focus {
    border-style: dashed;
  }
  .sm\:border-dotted {
    border-style: dotted;
  }
  .active\:sm\:border-dotted:active {
    border-style: dotted;
  }
  .hover\:sm\:border-dotted:hover {
    border-style: dotted;
  }
  .focus\:sm\:border-dotted:focus {
    border-style: dotted;
  }
  .sm\:border-double {
    border-style: double;
  }
  .active\:sm\:border-double:active {
    border-style: double;
  }
  .hover\:sm\:border-double:hover {
    border-style: double;
  }
  .focus\:sm\:border-double:focus {
    border-style: double;
  }
  .sm\:border-hidden {
    border-style: hidden;
  }
  .active\:sm\:border-hidden:active {
    border-style: hidden;
  }
  .hover\:sm\:border-hidden:hover {
    border-style: hidden;
  }
  .focus\:sm\:border-hidden:focus {
    border-style: hidden;
  }
  .sm\:border-none {
    border-style: none;
  }
  .active\:sm\:border-none:active {
    border-style: none;
  }
  .hover\:sm\:border-none:hover {
    border-style: none;
  }
  .focus\:sm\:border-none:focus {
    border-style: none;
  }
  .sm\:outline-none {
    outline-style: none;
  }
  .active\:sm\:outline-none:active {
    outline-style: none;
  }
  .hover\:sm\:outline-none:hover {
    outline-style: none;
  }
  .focus\:sm\:outline-none:focus {
    outline-style: none;
  }
  .sm\:outline-solid {
    outline-style: solid;
  }
  .active\:sm\:outline-solid:active {
    outline-style: solid;
  }
  .hover\:sm\:outline-solid:hover {
    outline-style: solid;
  }
  .focus\:sm\:outline-solid:focus {
    outline-style: solid;
  }
  .sm\:outline-dashed {
    outline-style: dashed;
  }
  .active\:sm\:outline-dashed:active {
    outline-style: dashed;
  }
  .hover\:sm\:outline-dashed:hover {
    outline-style: dashed;
  }
  .focus\:sm\:outline-dashed:focus {
    outline-style: dashed;
  }
  .sm\:outline-dotted {
    outline-style: dotted;
  }
  .active\:sm\:outline-dotted:active {
    outline-style: dotted;
  }
  .hover\:sm\:outline-dotted:hover {
    outline-style: dotted;
  }
  .focus\:sm\:outline-dotted:focus {
    outline-style: dotted;
  }
  .sm\:outline-double {
    outline-style: double;
  }
  .active\:sm\:outline-double:active {
    outline-style: double;
  }
  .hover\:sm\:outline-double:hover {
    outline-style: double;
  }
  .focus\:sm\:outline-double:focus {
    outline-style: double;
  }
  .sm\:outline-hidden {
    outline-style: hidden;
  }
  .active\:sm\:outline-hidden:active {
    outline-style: hidden;
  }
  .hover\:sm\:outline-hidden:hover {
    outline-style: hidden;
  }
  .focus\:sm\:outline-hidden:focus {
    outline-style: hidden;
  }
  .sm\:border-red {
    border-color: #f90606;
  }
  .hover\:sm\:border-red:hover {
    border-color: #f90606;
  }
  .sm\:border-red-1 {
    border-color: #fa1e1e;
  }
  .hover\:sm\:border-red-1:hover {
    border-color: #fa1e1e;
  }
  .sm\:border-red-2 {
    border-color: #fa3535;
  }
  .hover\:sm\:border-red-2:hover {
    border-color: #fa3535;
  }
  .sm\:border-red-3 {
    border-color: #fb4d4d;
  }
  .hover\:sm\:border-red-3:hover {
    border-color: #fb4d4d;
  }
  .sm\:border-red-4 {
    border-color: #fb6565;
  }
  .hover\:sm\:border-red-4:hover {
    border-color: #fb6565;
  }
  .sm\:border-red-5 {
    border-color: #fc7c7c;
  }
  .hover\:sm\:border-red-5:hover {
    border-color: #fc7c7c;
  }
  .sm\:border-red-6 {
    border-color: #fc9494;
  }
  .hover\:sm\:border-red-6:hover {
    border-color: #fc9494;
  }
  .sm\:border-red-7 {
    border-color: #fdacac;
  }
  .hover\:sm\:border-red-7:hover {
    border-color: #fdacac;
  }
  .sm\:border-red-8 {
    border-color: #fec3c3;
  }
  .hover\:sm\:border-red-8:hover {
    border-color: #fec3c3;
  }
  .sm\:border-red-9 {
    border-color: #fedbdb;
  }
  .hover\:sm\:border-red-9:hover {
    border-color: #fedbdb;
  }
  .sm\:border-red-10 {
    border-color: #fff3f3;
  }
  .hover\:sm\:border-red-10:hover {
    border-color: #fff3f3;
  }
  .sm\:border-orange {
    border-color: #f99106;
  }
  .hover\:sm\:border-orange:hover {
    border-color: #f99106;
  }
  .sm\:border-orange-1 {
    border-color: #fa9b1e;
  }
  .hover\:sm\:border-orange-1:hover {
    border-color: #fa9b1e;
  }
  .sm\:border-orange-2 {
    border-color: #faa635;
  }
  .hover\:sm\:border-orange-2:hover {
    border-color: #faa635;
  }
  .sm\:border-orange-3 {
    border-color: #fbb04d;
  }
  .hover\:sm\:border-orange-3:hover {
    border-color: #fbb04d;
  }
  .sm\:border-orange-4 {
    border-color: #fbbb65;
  }
  .hover\:sm\:border-orange-4:hover {
    border-color: #fbbb65;
  }
  .sm\:border-orange-5 {
    border-color: #fcc57c;
  }
  .hover\:sm\:border-orange-5:hover {
    border-color: #fcc57c;
  }
  .sm\:border-orange-6 {
    border-color: #fcd094;
  }
  .hover\:sm\:border-orange-6:hover {
    border-color: #fcd094;
  }
  .sm\:border-orange-7 {
    border-color: #fddaac;
  }
  .hover\:sm\:border-orange-7:hover {
    border-color: #fddaac;
  }
  .sm\:border-orange-8 {
    border-color: #fee5c3;
  }
  .hover\:sm\:border-orange-8:hover {
    border-color: #fee5c3;
  }
  .sm\:border-orange-9 {
    border-color: #feefdb;
  }
  .hover\:sm\:border-orange-9:hover {
    border-color: #feefdb;
  }
  .sm\:border-orange-10 {
    border-color: #fffaf3;
  }
  .hover\:sm\:border-orange-10:hover {
    border-color: #fffaf3;
  }
  .sm\:border-yellow {
    border-color: #f9cf06;
  }
  .hover\:sm\:border-yellow:hover {
    border-color: #f9cf06;
  }
  .sm\:border-yellow-1 {
    border-color: #fad41e;
  }
  .hover\:sm\:border-yellow-1:hover {
    border-color: #fad41e;
  }
  .sm\:border-yellow-2 {
    border-color: #fad835;
  }
  .hover\:sm\:border-yellow-2:hover {
    border-color: #fad835;
  }
  .sm\:border-yellow-3 {
    border-color: #fbdd4d;
  }
  .hover\:sm\:border-yellow-3:hover {
    border-color: #fbdd4d;
  }
  .sm\:border-yellow-4 {
    border-color: #fbe165;
  }
  .hover\:sm\:border-yellow-4:hover {
    border-color: #fbe165;
  }
  .sm\:border-yellow-5 {
    border-color: #fce67c;
  }
  .hover\:sm\:border-yellow-5:hover {
    border-color: #fce67c;
  }
  .sm\:border-yellow-6 {
    border-color: #fcea94;
  }
  .hover\:sm\:border-yellow-6:hover {
    border-color: #fcea94;
  }
  .sm\:border-yellow-7 {
    border-color: #fdefac;
  }
  .hover\:sm\:border-yellow-7:hover {
    border-color: #fdefac;
  }
  .sm\:border-yellow-8 {
    border-color: #fef3c3;
  }
  .hover\:sm\:border-yellow-8:hover {
    border-color: #fef3c3;
  }
  .sm\:border-yellow-9 {
    border-color: #fef8db;
  }
  .hover\:sm\:border-yellow-9:hover {
    border-color: #fef8db;
  }
  .sm\:border-yellow-10 {
    border-color: #fffdf3;
  }
  .hover\:sm\:border-yellow-10:hover {
    border-color: #fffdf3;
  }
  .sm\:border-green {
    border-color: #80f906;
  }
  .hover\:sm\:border-green:hover {
    border-color: #80f906;
  }
  .sm\:border-green-1 {
    border-color: #8cfa1e;
  }
  .hover\:sm\:border-green-1:hover {
    border-color: #8cfa1e;
  }
  .sm\:border-green-2 {
    border-color: #98fa35;
  }
  .hover\:sm\:border-green-2:hover {
    border-color: #98fa35;
  }
  .sm\:border-green-3 {
    border-color: #a4fb4d;
  }
  .hover\:sm\:border-green-3:hover {
    border-color: #a4fb4d;
  }
  .sm\:border-green-4 {
    border-color: #b0fb65;
  }
  .hover\:sm\:border-green-4:hover {
    border-color: #b0fb65;
  }
  .sm\:border-green-5 {
    border-color: #bcfc7c;
  }
  .hover\:sm\:border-green-5:hover {
    border-color: #bcfc7c;
  }
  .sm\:border-green-6 {
    border-color: #c8fc94;
  }
  .hover\:sm\:border-green-6:hover {
    border-color: #c8fc94;
  }
  .sm\:border-green-7 {
    border-color: #d4fdac;
  }
  .hover\:sm\:border-green-7:hover {
    border-color: #d4fdac;
  }
  .sm\:border-green-8 {
    border-color: #e1fec3;
  }
  .hover\:sm\:border-green-8:hover {
    border-color: #e1fec3;
  }
  .sm\:border-green-9 {
    border-color: #edfedb;
  }
  .hover\:sm\:border-green-9:hover {
    border-color: #edfedb;
  }
  .sm\:border-green-10 {
    border-color: #f9fff3;
  }
  .hover\:sm\:border-green-10:hover {
    border-color: #f9fff3;
  }
  .sm\:border-greencss {
    border-color: #3e7a02;
  }
  .hover\:sm\:border-greencss:hover {
    border-color: #3e7a02;
  }
  .sm\:border-greencss-1 {
    border-color: #4a9202;
  }
  .hover\:sm\:border-greencss-1:hover {
    border-color: #4a9202;
  }
  .sm\:border-greencss-2 {
    border-color: #56aa03;
  }
  .hover\:sm\:border-greencss-2:hover {
    border-color: #56aa03;
  }
  .sm\:border-greencss-3 {
    border-color: #62c203;
  }
  .hover\:sm\:border-greencss-3:hover {
    border-color: #62c203;
  }
  .sm\:border-greencss-4 {
    border-color: #6ed904;
  }
  .hover\:sm\:border-greencss-4:hover {
    border-color: #6ed904;
  }
  .sm\:border-greencss-5 {
    border-color: #7bf104;
  }
  .hover\:sm\:border-greencss-5:hover {
    border-color: #7bf104;
  }
  .sm\:border-greencss-6 {
    border-color: #87fb12;
  }
  .hover\:sm\:border-greencss-6:hover {
    border-color: #87fb12;
  }
  .sm\:border-greencss-7 {
    border-color: #93fc2a;
  }
  .hover\:sm\:border-greencss-7:hover {
    border-color: #93fc2a;
  }
  .sm\:border-greencss-8 {
    border-color: #9ffc42;
  }
  .hover\:sm\:border-greencss-8:hover {
    border-color: #9ffc42;
  }
  .sm\:border-greencss-9 {
    border-color: #abfc5a;
  }
  .hover\:sm\:border-greencss-9:hover {
    border-color: #abfc5a;
  }
  .sm\:border-greencss-10 {
    border-color: #b7fd72;
  }
  .hover\:sm\:border-greencss-10:hover {
    border-color: #b7fd72;
  }
  .sm\:border-blue {
    border-color: #066ef9;
  }
  .hover\:sm\:border-blue:hover {
    border-color: #066ef9;
  }
  .sm\:border-blue-1 {
    border-color: #1e7cfa;
  }
  .hover\:sm\:border-blue-1:hover {
    border-color: #1e7cfa;
  }
  .sm\:border-blue-2 {
    border-color: #358afa;
  }
  .hover\:sm\:border-blue-2:hover {
    border-color: #358afa;
  }
  .sm\:border-blue-3 {
    border-color: #4d97fb;
  }
  .hover\:sm\:border-blue-3:hover {
    border-color: #4d97fb;
  }
  .sm\:border-blue-4 {
    border-color: #65a5fb;
  }
  .hover\:sm\:border-blue-4:hover {
    border-color: #65a5fb;
  }
  .sm\:border-blue-5 {
    border-color: #7cb3fc;
  }
  .hover\:sm\:border-blue-5:hover {
    border-color: #7cb3fc;
  }
  .sm\:border-blue-6 {
    border-color: #94c1fc;
  }
  .hover\:sm\:border-blue-6:hover {
    border-color: #94c1fc;
  }
  .sm\:border-blue-7 {
    border-color: #accefd;
  }
  .hover\:sm\:border-blue-7:hover {
    border-color: #accefd;
  }
  .sm\:border-blue-8 {
    border-color: #c3dcfe;
  }
  .hover\:sm\:border-blue-8:hover {
    border-color: #c3dcfe;
  }
  .sm\:border-blue-9 {
    border-color: #dbeafe;
  }
  .hover\:sm\:border-blue-9:hover {
    border-color: #dbeafe;
  }
  .sm\:border-blue-10 {
    border-color: #f3f8ff;
  }
  .hover\:sm\:border-blue-10:hover {
    border-color: #f3f8ff;
  }
  .sm\:border-turquoise {
    border-color: #06f9f9;
  }
  .hover\:sm\:border-turquoise:hover {
    border-color: #06f9f9;
  }
  .sm\:border-turquoise-1 {
    border-color: #1efafa;
  }
  .hover\:sm\:border-turquoise-1:hover {
    border-color: #1efafa;
  }
  .sm\:border-turquoise-2 {
    border-color: #35fafa;
  }
  .hover\:sm\:border-turquoise-2:hover {
    border-color: #35fafa;
  }
  .sm\:border-turquoise-3 {
    border-color: #4dfbfb;
  }
  .hover\:sm\:border-turquoise-3:hover {
    border-color: #4dfbfb;
  }
  .sm\:border-turquoise-4 {
    border-color: #65fbfb;
  }
  .hover\:sm\:border-turquoise-4:hover {
    border-color: #65fbfb;
  }
  .sm\:border-turquoise-5 {
    border-color: #7cfcfc;
  }
  .hover\:sm\:border-turquoise-5:hover {
    border-color: #7cfcfc;
  }
  .sm\:border-turquoise-6 {
    border-color: #94fcfc;
  }
  .hover\:sm\:border-turquoise-6:hover {
    border-color: #94fcfc;
  }
  .sm\:border-turquoise-7 {
    border-color: #acfdfd;
  }
  .hover\:sm\:border-turquoise-7:hover {
    border-color: #acfdfd;
  }
  .sm\:border-turquoise-8 {
    border-color: #c3fefe;
  }
  .hover\:sm\:border-turquoise-8:hover {
    border-color: #c3fefe;
  }
  .sm\:border-turquoise-9 {
    border-color: #dbfefe;
  }
  .hover\:sm\:border-turquoise-9:hover {
    border-color: #dbfefe;
  }
  .sm\:border-turquoise-10 {
    border-color: #f3ffff;
  }
  .hover\:sm\:border-turquoise-10:hover {
    border-color: #f3ffff;
  }
  .sm\:border-purple {
    border-color: #8006f9;
  }
  .hover\:sm\:border-purple:hover {
    border-color: #8006f9;
  }
  .sm\:border-purple-1 {
    border-color: #8c1efa;
  }
  .hover\:sm\:border-purple-1:hover {
    border-color: #8c1efa;
  }
  .sm\:border-purple-2 {
    border-color: #9835fa;
  }
  .hover\:sm\:border-purple-2:hover {
    border-color: #9835fa;
  }
  .sm\:border-purple-3 {
    border-color: #a44dfb;
  }
  .hover\:sm\:border-purple-3:hover {
    border-color: #a44dfb;
  }
  .sm\:border-purple-4 {
    border-color: #b065fb;
  }
  .hover\:sm\:border-purple-4:hover {
    border-color: #b065fb;
  }
  .sm\:border-purple-5 {
    border-color: #bc7cfc;
  }
  .hover\:sm\:border-purple-5:hover {
    border-color: #bc7cfc;
  }
  .sm\:border-purple-6 {
    border-color: #c894fc;
  }
  .hover\:sm\:border-purple-6:hover {
    border-color: #c894fc;
  }
  .sm\:border-purple-7 {
    border-color: #d4acfd;
  }
  .hover\:sm\:border-purple-7:hover {
    border-color: #d4acfd;
  }
  .sm\:border-purple-8 {
    border-color: #e1c3fe;
  }
  .hover\:sm\:border-purple-8:hover {
    border-color: #e1c3fe;
  }
  .sm\:border-purple-9 {
    border-color: #eddbfe;
  }
  .hover\:sm\:border-purple-9:hover {
    border-color: #eddbfe;
  }
  .sm\:border-purple-10 {
    border-color: #f9f3ff;
  }
  .hover\:sm\:border-purple-10:hover {
    border-color: #f9f3ff;
  }
  .sm\:border-magenta {
    border-color: #f906e8;
  }
  .hover\:sm\:border-magenta:hover {
    border-color: #f906e8;
  }
  .sm\:border-magenta-1 {
    border-color: #fa1eea;
  }
  .hover\:sm\:border-magenta-1:hover {
    border-color: #fa1eea;
  }
  .sm\:border-magenta-2 {
    border-color: #fa35ec;
  }
  .hover\:sm\:border-magenta-2:hover {
    border-color: #fa35ec;
  }
  .sm\:border-magenta-3 {
    border-color: #fb4def;
  }
  .hover\:sm\:border-magenta-3:hover {
    border-color: #fb4def;
  }
  .sm\:border-magenta-4 {
    border-color: #fb65f1;
  }
  .hover\:sm\:border-magenta-4:hover {
    border-color: #fb65f1;
  }
  .sm\:border-magenta-5 {
    border-color: #fc7cf3;
  }
  .hover\:sm\:border-magenta-5:hover {
    border-color: #fc7cf3;
  }
  .sm\:border-magenta-6 {
    border-color: #fc94f5;
  }
  .hover\:sm\:border-magenta-6:hover {
    border-color: #fc94f5;
  }
  .sm\:border-magenta-7 {
    border-color: #fdacf7;
  }
  .hover\:sm\:border-magenta-7:hover {
    border-color: #fdacf7;
  }
  .sm\:border-magenta-8 {
    border-color: #fec3f9;
  }
  .hover\:sm\:border-magenta-8:hover {
    border-color: #fec3f9;
  }
  .sm\:border-magenta-9 {
    border-color: #fedbfc;
  }
  .hover\:sm\:border-magenta-9:hover {
    border-color: #fedbfc;
  }
  .sm\:border-magenta-10 {
    border-color: #fff3fe;
  }
  .hover\:sm\:border-magenta-10:hover {
    border-color: #fff3fe;
  }
  .sm\:border-black {
    border-color: #101010;
  }
  .hover\:sm\:border-black:hover {
    border-color: #101010;
  }
  .sm\:border-black-1 {
    border-color: #1c1c1c;
  }
  .hover\:sm\:border-black-1:hover {
    border-color: #1c1c1c;
  }
  .sm\:border-black-2 {
    border-color: #282828;
  }
  .hover\:sm\:border-black-2:hover {
    border-color: #282828;
  }
  .sm\:border-black-3 {
    border-color: #343434;
  }
  .hover\:sm\:border-black-3:hover {
    border-color: #343434;
  }
  .sm\:border-black-4 {
    border-color: #404040;
  }
  .hover\:sm\:border-black-4:hover {
    border-color: #404040;
  }
  .sm\:border-black-5 {
    border-color: #4d4d4d;
  }
  .hover\:sm\:border-black-5:hover {
    border-color: #4d4d4d;
  }
  .sm\:border-black-6 {
    border-color: #595959;
  }
  .hover\:sm\:border-black-6:hover {
    border-color: #595959;
  }
  .sm\:border-black-7 {
    border-color: #656565;
  }
  .hover\:sm\:border-black-7:hover {
    border-color: #656565;
  }
  .sm\:border-black-8 {
    border-color: #717171;
  }
  .hover\:sm\:border-black-8:hover {
    border-color: #717171;
  }
  .sm\:border-black-9 {
    border-color: #7d7d7d;
  }
  .hover\:sm\:border-black-9:hover {
    border-color: #7d7d7d;
  }
  .sm\:border-black-10 {
    border-color: #898989;
  }
  .hover\:sm\:border-black-10:hover {
    border-color: #898989;
  }
  .sm\:border-gray {
    border-color: #7d7d7d;
  }
  .hover\:sm\:border-gray:hover {
    border-color: #7d7d7d;
  }
  .sm\:border-gray-1 {
    border-color: #898989;
  }
  .hover\:sm\:border-gray-1:hover {
    border-color: #898989;
  }
  .sm\:border-gray-2 {
    border-color: #959595;
  }
  .hover\:sm\:border-gray-2:hover {
    border-color: #959595;
  }
  .sm\:border-gray-3 {
    border-color: #a1a1a1;
  }
  .hover\:sm\:border-gray-3:hover {
    border-color: #a1a1a1;
  }
  .sm\:border-gray-4 {
    border-color: #adadad;
  }
  .hover\:sm\:border-gray-4:hover {
    border-color: #adadad;
  }
  .sm\:border-gray-5 {
    border-color: #bababa;
  }
  .hover\:sm\:border-gray-5:hover {
    border-color: #bababa;
  }
  .sm\:border-gray-6 {
    border-color: #c6c6c6;
  }
  .hover\:sm\:border-gray-6:hover {
    border-color: #c6c6c6;
  }
  .sm\:border-gray-7 {
    border-color: #d2d2d2;
  }
  .hover\:sm\:border-gray-7:hover {
    border-color: #d2d2d2;
  }
  .sm\:border-gray-8 {
    border-color: #dedede;
  }
  .hover\:sm\:border-gray-8:hover {
    border-color: #dedede;
  }
  .sm\:border-gray-9 {
    border-color: #eaeaea;
  }
  .hover\:sm\:border-gray-9:hover {
    border-color: #eaeaea;
  }
  .sm\:border-gray-10 {
    border-color: #f6f6f6;
  }
  .hover\:sm\:border-gray-10:hover {
    border-color: #f6f6f6;
  }
  .sm\:border-white {
    border-color: #fdfdfd;
  }
  .hover\:sm\:border-white:hover {
    border-color: #fdfdfd;
  }
  .sm\:border-transparent {
    border-color: transparent;
  }
  .hover\:sm\:border-transparent:hover {
    border-color: transparent;
  }
  .sm\:outline-red {
    outline-color: #f90606;
  }
  .hover\:sm\:outline-red:hover {
    outline-color: #f90606;
  }
  .sm\:outline-red-1 {
    outline-color: #fa1e1e;
  }
  .hover\:sm\:outline-red-1:hover {
    outline-color: #fa1e1e;
  }
  .sm\:outline-red-2 {
    outline-color: #fa3535;
  }
  .hover\:sm\:outline-red-2:hover {
    outline-color: #fa3535;
  }
  .sm\:outline-red-3 {
    outline-color: #fb4d4d;
  }
  .hover\:sm\:outline-red-3:hover {
    outline-color: #fb4d4d;
  }
  .sm\:outline-red-4 {
    outline-color: #fb6565;
  }
  .hover\:sm\:outline-red-4:hover {
    outline-color: #fb6565;
  }
  .sm\:outline-red-5 {
    outline-color: #fc7c7c;
  }
  .hover\:sm\:outline-red-5:hover {
    outline-color: #fc7c7c;
  }
  .sm\:outline-red-6 {
    outline-color: #fc9494;
  }
  .hover\:sm\:outline-red-6:hover {
    outline-color: #fc9494;
  }
  .sm\:outline-red-7 {
    outline-color: #fdacac;
  }
  .hover\:sm\:outline-red-7:hover {
    outline-color: #fdacac;
  }
  .sm\:outline-red-8 {
    outline-color: #fec3c3;
  }
  .hover\:sm\:outline-red-8:hover {
    outline-color: #fec3c3;
  }
  .sm\:outline-red-9 {
    outline-color: #fedbdb;
  }
  .hover\:sm\:outline-red-9:hover {
    outline-color: #fedbdb;
  }
  .sm\:outline-red-10 {
    outline-color: #fff3f3;
  }
  .hover\:sm\:outline-red-10:hover {
    outline-color: #fff3f3;
  }
  .sm\:outline-orange {
    outline-color: #f99106;
  }
  .hover\:sm\:outline-orange:hover {
    outline-color: #f99106;
  }
  .sm\:outline-orange-1 {
    outline-color: #fa9b1e;
  }
  .hover\:sm\:outline-orange-1:hover {
    outline-color: #fa9b1e;
  }
  .sm\:outline-orange-2 {
    outline-color: #faa635;
  }
  .hover\:sm\:outline-orange-2:hover {
    outline-color: #faa635;
  }
  .sm\:outline-orange-3 {
    outline-color: #fbb04d;
  }
  .hover\:sm\:outline-orange-3:hover {
    outline-color: #fbb04d;
  }
  .sm\:outline-orange-4 {
    outline-color: #fbbb65;
  }
  .hover\:sm\:outline-orange-4:hover {
    outline-color: #fbbb65;
  }
  .sm\:outline-orange-5 {
    outline-color: #fcc57c;
  }
  .hover\:sm\:outline-orange-5:hover {
    outline-color: #fcc57c;
  }
  .sm\:outline-orange-6 {
    outline-color: #fcd094;
  }
  .hover\:sm\:outline-orange-6:hover {
    outline-color: #fcd094;
  }
  .sm\:outline-orange-7 {
    outline-color: #fddaac;
  }
  .hover\:sm\:outline-orange-7:hover {
    outline-color: #fddaac;
  }
  .sm\:outline-orange-8 {
    outline-color: #fee5c3;
  }
  .hover\:sm\:outline-orange-8:hover {
    outline-color: #fee5c3;
  }
  .sm\:outline-orange-9 {
    outline-color: #feefdb;
  }
  .hover\:sm\:outline-orange-9:hover {
    outline-color: #feefdb;
  }
  .sm\:outline-orange-10 {
    outline-color: #fffaf3;
  }
  .hover\:sm\:outline-orange-10:hover {
    outline-color: #fffaf3;
  }
  .sm\:outline-yellow {
    outline-color: #f9cf06;
  }
  .hover\:sm\:outline-yellow:hover {
    outline-color: #f9cf06;
  }
  .sm\:outline-yellow-1 {
    outline-color: #fad41e;
  }
  .hover\:sm\:outline-yellow-1:hover {
    outline-color: #fad41e;
  }
  .sm\:outline-yellow-2 {
    outline-color: #fad835;
  }
  .hover\:sm\:outline-yellow-2:hover {
    outline-color: #fad835;
  }
  .sm\:outline-yellow-3 {
    outline-color: #fbdd4d;
  }
  .hover\:sm\:outline-yellow-3:hover {
    outline-color: #fbdd4d;
  }
  .sm\:outline-yellow-4 {
    outline-color: #fbe165;
  }
  .hover\:sm\:outline-yellow-4:hover {
    outline-color: #fbe165;
  }
  .sm\:outline-yellow-5 {
    outline-color: #fce67c;
  }
  .hover\:sm\:outline-yellow-5:hover {
    outline-color: #fce67c;
  }
  .sm\:outline-yellow-6 {
    outline-color: #fcea94;
  }
  .hover\:sm\:outline-yellow-6:hover {
    outline-color: #fcea94;
  }
  .sm\:outline-yellow-7 {
    outline-color: #fdefac;
  }
  .hover\:sm\:outline-yellow-7:hover {
    outline-color: #fdefac;
  }
  .sm\:outline-yellow-8 {
    outline-color: #fef3c3;
  }
  .hover\:sm\:outline-yellow-8:hover {
    outline-color: #fef3c3;
  }
  .sm\:outline-yellow-9 {
    outline-color: #fef8db;
  }
  .hover\:sm\:outline-yellow-9:hover {
    outline-color: #fef8db;
  }
  .sm\:outline-yellow-10 {
    outline-color: #fffdf3;
  }
  .hover\:sm\:outline-yellow-10:hover {
    outline-color: #fffdf3;
  }
  .sm\:outline-green {
    outline-color: #80f906;
  }
  .hover\:sm\:outline-green:hover {
    outline-color: #80f906;
  }
  .sm\:outline-green-1 {
    outline-color: #8cfa1e;
  }
  .hover\:sm\:outline-green-1:hover {
    outline-color: #8cfa1e;
  }
  .sm\:outline-green-2 {
    outline-color: #98fa35;
  }
  .hover\:sm\:outline-green-2:hover {
    outline-color: #98fa35;
  }
  .sm\:outline-green-3 {
    outline-color: #a4fb4d;
  }
  .hover\:sm\:outline-green-3:hover {
    outline-color: #a4fb4d;
  }
  .sm\:outline-green-4 {
    outline-color: #b0fb65;
  }
  .hover\:sm\:outline-green-4:hover {
    outline-color: #b0fb65;
  }
  .sm\:outline-green-5 {
    outline-color: #bcfc7c;
  }
  .hover\:sm\:outline-green-5:hover {
    outline-color: #bcfc7c;
  }
  .sm\:outline-green-6 {
    outline-color: #c8fc94;
  }
  .hover\:sm\:outline-green-6:hover {
    outline-color: #c8fc94;
  }
  .sm\:outline-green-7 {
    outline-color: #d4fdac;
  }
  .hover\:sm\:outline-green-7:hover {
    outline-color: #d4fdac;
  }
  .sm\:outline-green-8 {
    outline-color: #e1fec3;
  }
  .hover\:sm\:outline-green-8:hover {
    outline-color: #e1fec3;
  }
  .sm\:outline-green-9 {
    outline-color: #edfedb;
  }
  .hover\:sm\:outline-green-9:hover {
    outline-color: #edfedb;
  }
  .sm\:outline-green-10 {
    outline-color: #f9fff3;
  }
  .hover\:sm\:outline-green-10:hover {
    outline-color: #f9fff3;
  }
  .sm\:outline-greencss {
    outline-color: #3e7a02;
  }
  .hover\:sm\:outline-greencss:hover {
    outline-color: #3e7a02;
  }
  .sm\:outline-greencss-1 {
    outline-color: #4a9202;
  }
  .hover\:sm\:outline-greencss-1:hover {
    outline-color: #4a9202;
  }
  .sm\:outline-greencss-2 {
    outline-color: #56aa03;
  }
  .hover\:sm\:outline-greencss-2:hover {
    outline-color: #56aa03;
  }
  .sm\:outline-greencss-3 {
    outline-color: #62c203;
  }
  .hover\:sm\:outline-greencss-3:hover {
    outline-color: #62c203;
  }
  .sm\:outline-greencss-4 {
    outline-color: #6ed904;
  }
  .hover\:sm\:outline-greencss-4:hover {
    outline-color: #6ed904;
  }
  .sm\:outline-greencss-5 {
    outline-color: #7bf104;
  }
  .hover\:sm\:outline-greencss-5:hover {
    outline-color: #7bf104;
  }
  .sm\:outline-greencss-6 {
    outline-color: #87fb12;
  }
  .hover\:sm\:outline-greencss-6:hover {
    outline-color: #87fb12;
  }
  .sm\:outline-greencss-7 {
    outline-color: #93fc2a;
  }
  .hover\:sm\:outline-greencss-7:hover {
    outline-color: #93fc2a;
  }
  .sm\:outline-greencss-8 {
    outline-color: #9ffc42;
  }
  .hover\:sm\:outline-greencss-8:hover {
    outline-color: #9ffc42;
  }
  .sm\:outline-greencss-9 {
    outline-color: #abfc5a;
  }
  .hover\:sm\:outline-greencss-9:hover {
    outline-color: #abfc5a;
  }
  .sm\:outline-greencss-10 {
    outline-color: #b7fd72;
  }
  .hover\:sm\:outline-greencss-10:hover {
    outline-color: #b7fd72;
  }
  .sm\:outline-blue {
    outline-color: #066ef9;
  }
  .hover\:sm\:outline-blue:hover {
    outline-color: #066ef9;
  }
  .sm\:outline-blue-1 {
    outline-color: #1e7cfa;
  }
  .hover\:sm\:outline-blue-1:hover {
    outline-color: #1e7cfa;
  }
  .sm\:outline-blue-2 {
    outline-color: #358afa;
  }
  .hover\:sm\:outline-blue-2:hover {
    outline-color: #358afa;
  }
  .sm\:outline-blue-3 {
    outline-color: #4d97fb;
  }
  .hover\:sm\:outline-blue-3:hover {
    outline-color: #4d97fb;
  }
  .sm\:outline-blue-4 {
    outline-color: #65a5fb;
  }
  .hover\:sm\:outline-blue-4:hover {
    outline-color: #65a5fb;
  }
  .sm\:outline-blue-5 {
    outline-color: #7cb3fc;
  }
  .hover\:sm\:outline-blue-5:hover {
    outline-color: #7cb3fc;
  }
  .sm\:outline-blue-6 {
    outline-color: #94c1fc;
  }
  .hover\:sm\:outline-blue-6:hover {
    outline-color: #94c1fc;
  }
  .sm\:outline-blue-7 {
    outline-color: #accefd;
  }
  .hover\:sm\:outline-blue-7:hover {
    outline-color: #accefd;
  }
  .sm\:outline-blue-8 {
    outline-color: #c3dcfe;
  }
  .hover\:sm\:outline-blue-8:hover {
    outline-color: #c3dcfe;
  }
  .sm\:outline-blue-9 {
    outline-color: #dbeafe;
  }
  .hover\:sm\:outline-blue-9:hover {
    outline-color: #dbeafe;
  }
  .sm\:outline-blue-10 {
    outline-color: #f3f8ff;
  }
  .hover\:sm\:outline-blue-10:hover {
    outline-color: #f3f8ff;
  }
  .sm\:outline-turquoise {
    outline-color: #06f9f9;
  }
  .hover\:sm\:outline-turquoise:hover {
    outline-color: #06f9f9;
  }
  .sm\:outline-turquoise-1 {
    outline-color: #1efafa;
  }
  .hover\:sm\:outline-turquoise-1:hover {
    outline-color: #1efafa;
  }
  .sm\:outline-turquoise-2 {
    outline-color: #35fafa;
  }
  .hover\:sm\:outline-turquoise-2:hover {
    outline-color: #35fafa;
  }
  .sm\:outline-turquoise-3 {
    outline-color: #4dfbfb;
  }
  .hover\:sm\:outline-turquoise-3:hover {
    outline-color: #4dfbfb;
  }
  .sm\:outline-turquoise-4 {
    outline-color: #65fbfb;
  }
  .hover\:sm\:outline-turquoise-4:hover {
    outline-color: #65fbfb;
  }
  .sm\:outline-turquoise-5 {
    outline-color: #7cfcfc;
  }
  .hover\:sm\:outline-turquoise-5:hover {
    outline-color: #7cfcfc;
  }
  .sm\:outline-turquoise-6 {
    outline-color: #94fcfc;
  }
  .hover\:sm\:outline-turquoise-6:hover {
    outline-color: #94fcfc;
  }
  .sm\:outline-turquoise-7 {
    outline-color: #acfdfd;
  }
  .hover\:sm\:outline-turquoise-7:hover {
    outline-color: #acfdfd;
  }
  .sm\:outline-turquoise-8 {
    outline-color: #c3fefe;
  }
  .hover\:sm\:outline-turquoise-8:hover {
    outline-color: #c3fefe;
  }
  .sm\:outline-turquoise-9 {
    outline-color: #dbfefe;
  }
  .hover\:sm\:outline-turquoise-9:hover {
    outline-color: #dbfefe;
  }
  .sm\:outline-turquoise-10 {
    outline-color: #f3ffff;
  }
  .hover\:sm\:outline-turquoise-10:hover {
    outline-color: #f3ffff;
  }
  .sm\:outline-purple {
    outline-color: #8006f9;
  }
  .hover\:sm\:outline-purple:hover {
    outline-color: #8006f9;
  }
  .sm\:outline-purple-1 {
    outline-color: #8c1efa;
  }
  .hover\:sm\:outline-purple-1:hover {
    outline-color: #8c1efa;
  }
  .sm\:outline-purple-2 {
    outline-color: #9835fa;
  }
  .hover\:sm\:outline-purple-2:hover {
    outline-color: #9835fa;
  }
  .sm\:outline-purple-3 {
    outline-color: #a44dfb;
  }
  .hover\:sm\:outline-purple-3:hover {
    outline-color: #a44dfb;
  }
  .sm\:outline-purple-4 {
    outline-color: #b065fb;
  }
  .hover\:sm\:outline-purple-4:hover {
    outline-color: #b065fb;
  }
  .sm\:outline-purple-5 {
    outline-color: #bc7cfc;
  }
  .hover\:sm\:outline-purple-5:hover {
    outline-color: #bc7cfc;
  }
  .sm\:outline-purple-6 {
    outline-color: #c894fc;
  }
  .hover\:sm\:outline-purple-6:hover {
    outline-color: #c894fc;
  }
  .sm\:outline-purple-7 {
    outline-color: #d4acfd;
  }
  .hover\:sm\:outline-purple-7:hover {
    outline-color: #d4acfd;
  }
  .sm\:outline-purple-8 {
    outline-color: #e1c3fe;
  }
  .hover\:sm\:outline-purple-8:hover {
    outline-color: #e1c3fe;
  }
  .sm\:outline-purple-9 {
    outline-color: #eddbfe;
  }
  .hover\:sm\:outline-purple-9:hover {
    outline-color: #eddbfe;
  }
  .sm\:outline-purple-10 {
    outline-color: #f9f3ff;
  }
  .hover\:sm\:outline-purple-10:hover {
    outline-color: #f9f3ff;
  }
  .sm\:outline-magenta {
    outline-color: #f906e8;
  }
  .hover\:sm\:outline-magenta:hover {
    outline-color: #f906e8;
  }
  .sm\:outline-magenta-1 {
    outline-color: #fa1eea;
  }
  .hover\:sm\:outline-magenta-1:hover {
    outline-color: #fa1eea;
  }
  .sm\:outline-magenta-2 {
    outline-color: #fa35ec;
  }
  .hover\:sm\:outline-magenta-2:hover {
    outline-color: #fa35ec;
  }
  .sm\:outline-magenta-3 {
    outline-color: #fb4def;
  }
  .hover\:sm\:outline-magenta-3:hover {
    outline-color: #fb4def;
  }
  .sm\:outline-magenta-4 {
    outline-color: #fb65f1;
  }
  .hover\:sm\:outline-magenta-4:hover {
    outline-color: #fb65f1;
  }
  .sm\:outline-magenta-5 {
    outline-color: #fc7cf3;
  }
  .hover\:sm\:outline-magenta-5:hover {
    outline-color: #fc7cf3;
  }
  .sm\:outline-magenta-6 {
    outline-color: #fc94f5;
  }
  .hover\:sm\:outline-magenta-6:hover {
    outline-color: #fc94f5;
  }
  .sm\:outline-magenta-7 {
    outline-color: #fdacf7;
  }
  .hover\:sm\:outline-magenta-7:hover {
    outline-color: #fdacf7;
  }
  .sm\:outline-magenta-8 {
    outline-color: #fec3f9;
  }
  .hover\:sm\:outline-magenta-8:hover {
    outline-color: #fec3f9;
  }
  .sm\:outline-magenta-9 {
    outline-color: #fedbfc;
  }
  .hover\:sm\:outline-magenta-9:hover {
    outline-color: #fedbfc;
  }
  .sm\:outline-magenta-10 {
    outline-color: #fff3fe;
  }
  .hover\:sm\:outline-magenta-10:hover {
    outline-color: #fff3fe;
  }
  .sm\:outline-black {
    outline-color: #101010;
  }
  .hover\:sm\:outline-black:hover {
    outline-color: #101010;
  }
  .sm\:outline-black-1 {
    outline-color: #1c1c1c;
  }
  .hover\:sm\:outline-black-1:hover {
    outline-color: #1c1c1c;
  }
  .sm\:outline-black-2 {
    outline-color: #282828;
  }
  .hover\:sm\:outline-black-2:hover {
    outline-color: #282828;
  }
  .sm\:outline-black-3 {
    outline-color: #343434;
  }
  .hover\:sm\:outline-black-3:hover {
    outline-color: #343434;
  }
  .sm\:outline-black-4 {
    outline-color: #404040;
  }
  .hover\:sm\:outline-black-4:hover {
    outline-color: #404040;
  }
  .sm\:outline-black-5 {
    outline-color: #4d4d4d;
  }
  .hover\:sm\:outline-black-5:hover {
    outline-color: #4d4d4d;
  }
  .sm\:outline-black-6 {
    outline-color: #595959;
  }
  .hover\:sm\:outline-black-6:hover {
    outline-color: #595959;
  }
  .sm\:outline-black-7 {
    outline-color: #656565;
  }
  .hover\:sm\:outline-black-7:hover {
    outline-color: #656565;
  }
  .sm\:outline-black-8 {
    outline-color: #717171;
  }
  .hover\:sm\:outline-black-8:hover {
    outline-color: #717171;
  }
  .sm\:outline-black-9 {
    outline-color: #7d7d7d;
  }
  .hover\:sm\:outline-black-9:hover {
    outline-color: #7d7d7d;
  }
  .sm\:outline-black-10 {
    outline-color: #898989;
  }
  .hover\:sm\:outline-black-10:hover {
    outline-color: #898989;
  }
  .sm\:outline-gray {
    outline-color: #7d7d7d;
  }
  .hover\:sm\:outline-gray:hover {
    outline-color: #7d7d7d;
  }
  .sm\:outline-gray-1 {
    outline-color: #898989;
  }
  .hover\:sm\:outline-gray-1:hover {
    outline-color: #898989;
  }
  .sm\:outline-gray-2 {
    outline-color: #959595;
  }
  .hover\:sm\:outline-gray-2:hover {
    outline-color: #959595;
  }
  .sm\:outline-gray-3 {
    outline-color: #a1a1a1;
  }
  .hover\:sm\:outline-gray-3:hover {
    outline-color: #a1a1a1;
  }
  .sm\:outline-gray-4 {
    outline-color: #adadad;
  }
  .hover\:sm\:outline-gray-4:hover {
    outline-color: #adadad;
  }
  .sm\:outline-gray-5 {
    outline-color: #bababa;
  }
  .hover\:sm\:outline-gray-5:hover {
    outline-color: #bababa;
  }
  .sm\:outline-gray-6 {
    outline-color: #c6c6c6;
  }
  .hover\:sm\:outline-gray-6:hover {
    outline-color: #c6c6c6;
  }
  .sm\:outline-gray-7 {
    outline-color: #d2d2d2;
  }
  .hover\:sm\:outline-gray-7:hover {
    outline-color: #d2d2d2;
  }
  .sm\:outline-gray-8 {
    outline-color: #dedede;
  }
  .hover\:sm\:outline-gray-8:hover {
    outline-color: #dedede;
  }
  .sm\:outline-gray-9 {
    outline-color: #eaeaea;
  }
  .hover\:sm\:outline-gray-9:hover {
    outline-color: #eaeaea;
  }
  .sm\:outline-gray-10 {
    outline-color: #f6f6f6;
  }
  .hover\:sm\:outline-gray-10:hover {
    outline-color: #f6f6f6;
  }
  .sm\:outline-white {
    outline-color: #fdfdfd;
  }
  .hover\:sm\:outline-white:hover {
    outline-color: #fdfdfd;
  }
  .sm\:outline-transparent {
    outline-color: transparent;
  }
  .hover\:sm\:outline-transparent:hover {
    outline-color: transparent;
  }
  .sm\:rounded-0px {
    border-radius: 0px;
  }
  .hover\:sm\:rounded-0px:hover {
    border-radius: 0px;
  }
  .active\:sm\:rounded-0px:active {
    border-radius: 0px;
  }
  .focus\:sm\:rounded-0px:focus {
    border-radius: 0px;
  }
  .sm\:rounded-1px {
    border-radius: 1px;
  }
  .hover\:sm\:rounded-1px:hover {
    border-radius: 1px;
  }
  .active\:sm\:rounded-1px:active {
    border-radius: 1px;
  }
  .focus\:sm\:rounded-1px:focus {
    border-radius: 1px;
  }
  .sm\:rounded-2px {
    border-radius: 2px;
  }
  .hover\:sm\:rounded-2px:hover {
    border-radius: 2px;
  }
  .active\:sm\:rounded-2px:active {
    border-radius: 2px;
  }
  .focus\:sm\:rounded-2px:focus {
    border-radius: 2px;
  }
  .sm\:rounded-3px {
    border-radius: 3px;
  }
  .hover\:sm\:rounded-3px:hover {
    border-radius: 3px;
  }
  .active\:sm\:rounded-3px:active {
    border-radius: 3px;
  }
  .focus\:sm\:rounded-3px:focus {
    border-radius: 3px;
  }
  .sm\:rounded-4px {
    border-radius: 4px;
  }
  .hover\:sm\:rounded-4px:hover {
    border-radius: 4px;
  }
  .active\:sm\:rounded-4px:active {
    border-radius: 4px;
  }
  .focus\:sm\:rounded-4px:focus {
    border-radius: 4px;
  }
  .sm\:rounded-5px {
    border-radius: 5px;
  }
  .hover\:sm\:rounded-5px:hover {
    border-radius: 5px;
  }
  .active\:sm\:rounded-5px:active {
    border-radius: 5px;
  }
  .focus\:sm\:rounded-5px:focus {
    border-radius: 5px;
  }
  .sm\:rounded-6px {
    border-radius: 6px;
  }
  .hover\:sm\:rounded-6px:hover {
    border-radius: 6px;
  }
  .active\:sm\:rounded-6px:active {
    border-radius: 6px;
  }
  .focus\:sm\:rounded-6px:focus {
    border-radius: 6px;
  }
  .sm\:rounded-7px {
    border-radius: 7px;
  }
  .hover\:sm\:rounded-7px:hover {
    border-radius: 7px;
  }
  .active\:sm\:rounded-7px:active {
    border-radius: 7px;
  }
  .focus\:sm\:rounded-7px:focus {
    border-radius: 7px;
  }
  .sm\:rounded-8px {
    border-radius: 8px;
  }
  .hover\:sm\:rounded-8px:hover {
    border-radius: 8px;
  }
  .active\:sm\:rounded-8px:active {
    border-radius: 8px;
  }
  .focus\:sm\:rounded-8px:focus {
    border-radius: 8px;
  }
  .sm\:rounded-9px {
    border-radius: 9px;
  }
  .hover\:sm\:rounded-9px:hover {
    border-radius: 9px;
  }
  .active\:sm\:rounded-9px:active {
    border-radius: 9px;
  }
  .focus\:sm\:rounded-9px:focus {
    border-radius: 9px;
  }
  .sm\:rounded-10px {
    border-radius: 10px;
  }
  .hover\:sm\:rounded-10px:hover {
    border-radius: 10px;
  }
  .active\:sm\:rounded-10px:active {
    border-radius: 10px;
  }
  .focus\:sm\:rounded-10px:focus {
    border-radius: 10px;
  }
  .sm\:rounded-11px {
    border-radius: 11px;
  }
  .hover\:sm\:rounded-11px:hover {
    border-radius: 11px;
  }
  .active\:sm\:rounded-11px:active {
    border-radius: 11px;
  }
  .focus\:sm\:rounded-11px:focus {
    border-radius: 11px;
  }
  .sm\:rounded-12px {
    border-radius: 12px;
  }
  .hover\:sm\:rounded-12px:hover {
    border-radius: 12px;
  }
  .active\:sm\:rounded-12px:active {
    border-radius: 12px;
  }
  .focus\:sm\:rounded-12px:focus {
    border-radius: 12px;
  }
  .sm\:rounded-13px {
    border-radius: 13px;
  }
  .hover\:sm\:rounded-13px:hover {
    border-radius: 13px;
  }
  .active\:sm\:rounded-13px:active {
    border-radius: 13px;
  }
  .focus\:sm\:rounded-13px:focus {
    border-radius: 13px;
  }
  .sm\:rounded-14px {
    border-radius: 14px;
  }
  .hover\:sm\:rounded-14px:hover {
    border-radius: 14px;
  }
  .active\:sm\:rounded-14px:active {
    border-radius: 14px;
  }
  .focus\:sm\:rounded-14px:focus {
    border-radius: 14px;
  }
  .sm\:rounded-15px {
    border-radius: 15px;
  }
  .hover\:sm\:rounded-15px:hover {
    border-radius: 15px;
  }
  .active\:sm\:rounded-15px:active {
    border-radius: 15px;
  }
  .focus\:sm\:rounded-15px:focus {
    border-radius: 15px;
  }
  .sm\:rounded-16px {
    border-radius: 16px;
  }
  .hover\:sm\:rounded-16px:hover {
    border-radius: 16px;
  }
  .active\:sm\:rounded-16px:active {
    border-radius: 16px;
  }
  .focus\:sm\:rounded-16px:focus {
    border-radius: 16px;
  }
  .sm\:rounded-17px {
    border-radius: 17px;
  }
  .hover\:sm\:rounded-17px:hover {
    border-radius: 17px;
  }
  .active\:sm\:rounded-17px:active {
    border-radius: 17px;
  }
  .focus\:sm\:rounded-17px:focus {
    border-radius: 17px;
  }
  .sm\:rounded-18px {
    border-radius: 18px;
  }
  .hover\:sm\:rounded-18px:hover {
    border-radius: 18px;
  }
  .active\:sm\:rounded-18px:active {
    border-radius: 18px;
  }
  .focus\:sm\:rounded-18px:focus {
    border-radius: 18px;
  }
  .sm\:rounded-19px {
    border-radius: 19px;
  }
  .hover\:sm\:rounded-19px:hover {
    border-radius: 19px;
  }
  .active\:sm\:rounded-19px:active {
    border-radius: 19px;
  }
  .focus\:sm\:rounded-19px:focus {
    border-radius: 19px;
  }
  .sm\:rounded-20px {
    border-radius: 20px;
  }
  .hover\:sm\:rounded-20px:hover {
    border-radius: 20px;
  }
  .active\:sm\:rounded-20px:active {
    border-radius: 20px;
  }
  .focus\:sm\:rounded-20px:focus {
    border-radius: 20px;
  }
  .sm\:rounded-21px {
    border-radius: 21px;
  }
  .hover\:sm\:rounded-21px:hover {
    border-radius: 21px;
  }
  .active\:sm\:rounded-21px:active {
    border-radius: 21px;
  }
  .focus\:sm\:rounded-21px:focus {
    border-radius: 21px;
  }
  .sm\:rounded-22px {
    border-radius: 22px;
  }
  .hover\:sm\:rounded-22px:hover {
    border-radius: 22px;
  }
  .active\:sm\:rounded-22px:active {
    border-radius: 22px;
  }
  .focus\:sm\:rounded-22px:focus {
    border-radius: 22px;
  }
  .sm\:rounded-23px {
    border-radius: 23px;
  }
  .hover\:sm\:rounded-23px:hover {
    border-radius: 23px;
  }
  .active\:sm\:rounded-23px:active {
    border-radius: 23px;
  }
  .focus\:sm\:rounded-23px:focus {
    border-radius: 23px;
  }
  .sm\:rounded-24px {
    border-radius: 24px;
  }
  .hover\:sm\:rounded-24px:hover {
    border-radius: 24px;
  }
  .active\:sm\:rounded-24px:active {
    border-radius: 24px;
  }
  .focus\:sm\:rounded-24px:focus {
    border-radius: 24px;
  }
  .sm\:rounded-25px {
    border-radius: 25px;
  }
  .hover\:sm\:rounded-25px:hover {
    border-radius: 25px;
  }
  .active\:sm\:rounded-25px:active {
    border-radius: 25px;
  }
  .focus\:sm\:rounded-25px:focus {
    border-radius: 25px;
  }
  .sm\:rounded-26px {
    border-radius: 26px;
  }
  .hover\:sm\:rounded-26px:hover {
    border-radius: 26px;
  }
  .active\:sm\:rounded-26px:active {
    border-radius: 26px;
  }
  .focus\:sm\:rounded-26px:focus {
    border-radius: 26px;
  }
  .sm\:rounded-27px {
    border-radius: 27px;
  }
  .hover\:sm\:rounded-27px:hover {
    border-radius: 27px;
  }
  .active\:sm\:rounded-27px:active {
    border-radius: 27px;
  }
  .focus\:sm\:rounded-27px:focus {
    border-radius: 27px;
  }
  .sm\:rounded-28px {
    border-radius: 28px;
  }
  .hover\:sm\:rounded-28px:hover {
    border-radius: 28px;
  }
  .active\:sm\:rounded-28px:active {
    border-radius: 28px;
  }
  .focus\:sm\:rounded-28px:focus {
    border-radius: 28px;
  }
  .sm\:rounded-29px {
    border-radius: 29px;
  }
  .hover\:sm\:rounded-29px:hover {
    border-radius: 29px;
  }
  .active\:sm\:rounded-29px:active {
    border-radius: 29px;
  }
  .focus\:sm\:rounded-29px:focus {
    border-radius: 29px;
  }
  .sm\:rounded-30px {
    border-radius: 30px;
  }
  .hover\:sm\:rounded-30px:hover {
    border-radius: 30px;
  }
  .active\:sm\:rounded-30px:active {
    border-radius: 30px;
  }
  .focus\:sm\:rounded-30px:focus {
    border-radius: 30px;
  }
  .sm\:rounded-31px {
    border-radius: 31px;
  }
  .hover\:sm\:rounded-31px:hover {
    border-radius: 31px;
  }
  .active\:sm\:rounded-31px:active {
    border-radius: 31px;
  }
  .focus\:sm\:rounded-31px:focus {
    border-radius: 31px;
  }
  .sm\:rounded-32px {
    border-radius: 32px;
  }
  .hover\:sm\:rounded-32px:hover {
    border-radius: 32px;
  }
  .active\:sm\:rounded-32px:active {
    border-radius: 32px;
  }
  .focus\:sm\:rounded-32px:focus {
    border-radius: 32px;
  }
  .sm\:rounded-33px {
    border-radius: 33px;
  }
  .hover\:sm\:rounded-33px:hover {
    border-radius: 33px;
  }
  .active\:sm\:rounded-33px:active {
    border-radius: 33px;
  }
  .focus\:sm\:rounded-33px:focus {
    border-radius: 33px;
  }
  .sm\:rounded-34px {
    border-radius: 34px;
  }
  .hover\:sm\:rounded-34px:hover {
    border-radius: 34px;
  }
  .active\:sm\:rounded-34px:active {
    border-radius: 34px;
  }
  .focus\:sm\:rounded-34px:focus {
    border-radius: 34px;
  }
  .sm\:rounded-35px {
    border-radius: 35px;
  }
  .hover\:sm\:rounded-35px:hover {
    border-radius: 35px;
  }
  .active\:sm\:rounded-35px:active {
    border-radius: 35px;
  }
  .focus\:sm\:rounded-35px:focus {
    border-radius: 35px;
  }
  .sm\:rounded-36px {
    border-radius: 36px;
  }
  .hover\:sm\:rounded-36px:hover {
    border-radius: 36px;
  }
  .active\:sm\:rounded-36px:active {
    border-radius: 36px;
  }
  .focus\:sm\:rounded-36px:focus {
    border-radius: 36px;
  }
  .sm\:rounded-37px {
    border-radius: 37px;
  }
  .hover\:sm\:rounded-37px:hover {
    border-radius: 37px;
  }
  .active\:sm\:rounded-37px:active {
    border-radius: 37px;
  }
  .focus\:sm\:rounded-37px:focus {
    border-radius: 37px;
  }
  .sm\:rounded-38px {
    border-radius: 38px;
  }
  .hover\:sm\:rounded-38px:hover {
    border-radius: 38px;
  }
  .active\:sm\:rounded-38px:active {
    border-radius: 38px;
  }
  .focus\:sm\:rounded-38px:focus {
    border-radius: 38px;
  }
  .sm\:rounded-39px {
    border-radius: 39px;
  }
  .hover\:sm\:rounded-39px:hover {
    border-radius: 39px;
  }
  .active\:sm\:rounded-39px:active {
    border-radius: 39px;
  }
  .focus\:sm\:rounded-39px:focus {
    border-radius: 39px;
  }
  .sm\:rounded-40px {
    border-radius: 40px;
  }
  .hover\:sm\:rounded-40px:hover {
    border-radius: 40px;
  }
  .active\:sm\:rounded-40px:active {
    border-radius: 40px;
  }
  .focus\:sm\:rounded-40px:focus {
    border-radius: 40px;
  }
  .sm\:rounded-41px {
    border-radius: 41px;
  }
  .hover\:sm\:rounded-41px:hover {
    border-radius: 41px;
  }
  .active\:sm\:rounded-41px:active {
    border-radius: 41px;
  }
  .focus\:sm\:rounded-41px:focus {
    border-radius: 41px;
  }
  .sm\:rounded-42px {
    border-radius: 42px;
  }
  .hover\:sm\:rounded-42px:hover {
    border-radius: 42px;
  }
  .active\:sm\:rounded-42px:active {
    border-radius: 42px;
  }
  .focus\:sm\:rounded-42px:focus {
    border-radius: 42px;
  }
  .sm\:rounded-43px {
    border-radius: 43px;
  }
  .hover\:sm\:rounded-43px:hover {
    border-radius: 43px;
  }
  .active\:sm\:rounded-43px:active {
    border-radius: 43px;
  }
  .focus\:sm\:rounded-43px:focus {
    border-radius: 43px;
  }
  .sm\:rounded-44px {
    border-radius: 44px;
  }
  .hover\:sm\:rounded-44px:hover {
    border-radius: 44px;
  }
  .active\:sm\:rounded-44px:active {
    border-radius: 44px;
  }
  .focus\:sm\:rounded-44px:focus {
    border-radius: 44px;
  }
  .sm\:rounded-45px {
    border-radius: 45px;
  }
  .hover\:sm\:rounded-45px:hover {
    border-radius: 45px;
  }
  .active\:sm\:rounded-45px:active {
    border-radius: 45px;
  }
  .focus\:sm\:rounded-45px:focus {
    border-radius: 45px;
  }
  .sm\:rounded-46px {
    border-radius: 46px;
  }
  .hover\:sm\:rounded-46px:hover {
    border-radius: 46px;
  }
  .active\:sm\:rounded-46px:active {
    border-radius: 46px;
  }
  .focus\:sm\:rounded-46px:focus {
    border-radius: 46px;
  }
  .sm\:rounded-47px {
    border-radius: 47px;
  }
  .hover\:sm\:rounded-47px:hover {
    border-radius: 47px;
  }
  .active\:sm\:rounded-47px:active {
    border-radius: 47px;
  }
  .focus\:sm\:rounded-47px:focus {
    border-radius: 47px;
  }
  .sm\:rounded-48px {
    border-radius: 48px;
  }
  .hover\:sm\:rounded-48px:hover {
    border-radius: 48px;
  }
  .active\:sm\:rounded-48px:active {
    border-radius: 48px;
  }
  .focus\:sm\:rounded-48px:focus {
    border-radius: 48px;
  }
  .sm\:rounded-49px {
    border-radius: 49px;
  }
  .hover\:sm\:rounded-49px:hover {
    border-radius: 49px;
  }
  .active\:sm\:rounded-49px:active {
    border-radius: 49px;
  }
  .focus\:sm\:rounded-49px:focus {
    border-radius: 49px;
  }
  .sm\:rounded-50px {
    border-radius: 50px;
  }
  .hover\:sm\:rounded-50px:hover {
    border-radius: 50px;
  }
  .active\:sm\:rounded-50px:active {
    border-radius: 50px;
  }
  .focus\:sm\:rounded-50px:focus {
    border-radius: 50px;
  }
  .sm\:rounded-51px {
    border-radius: 51px;
  }
  .hover\:sm\:rounded-51px:hover {
    border-radius: 51px;
  }
  .active\:sm\:rounded-51px:active {
    border-radius: 51px;
  }
  .focus\:sm\:rounded-51px:focus {
    border-radius: 51px;
  }
  .sm\:rounded-52px {
    border-radius: 52px;
  }
  .hover\:sm\:rounded-52px:hover {
    border-radius: 52px;
  }
  .active\:sm\:rounded-52px:active {
    border-radius: 52px;
  }
  .focus\:sm\:rounded-52px:focus {
    border-radius: 52px;
  }
  .sm\:rounded-53px {
    border-radius: 53px;
  }
  .hover\:sm\:rounded-53px:hover {
    border-radius: 53px;
  }
  .active\:sm\:rounded-53px:active {
    border-radius: 53px;
  }
  .focus\:sm\:rounded-53px:focus {
    border-radius: 53px;
  }
  .sm\:rounded-54px {
    border-radius: 54px;
  }
  .hover\:sm\:rounded-54px:hover {
    border-radius: 54px;
  }
  .active\:sm\:rounded-54px:active {
    border-radius: 54px;
  }
  .focus\:sm\:rounded-54px:focus {
    border-radius: 54px;
  }
  .sm\:rounded-55px {
    border-radius: 55px;
  }
  .hover\:sm\:rounded-55px:hover {
    border-radius: 55px;
  }
  .active\:sm\:rounded-55px:active {
    border-radius: 55px;
  }
  .focus\:sm\:rounded-55px:focus {
    border-radius: 55px;
  }
  .sm\:rounded-56px {
    border-radius: 56px;
  }
  .hover\:sm\:rounded-56px:hover {
    border-radius: 56px;
  }
  .active\:sm\:rounded-56px:active {
    border-radius: 56px;
  }
  .focus\:sm\:rounded-56px:focus {
    border-radius: 56px;
  }
  .sm\:rounded-57px {
    border-radius: 57px;
  }
  .hover\:sm\:rounded-57px:hover {
    border-radius: 57px;
  }
  .active\:sm\:rounded-57px:active {
    border-radius: 57px;
  }
  .focus\:sm\:rounded-57px:focus {
    border-radius: 57px;
  }
  .sm\:rounded-58px {
    border-radius: 58px;
  }
  .hover\:sm\:rounded-58px:hover {
    border-radius: 58px;
  }
  .active\:sm\:rounded-58px:active {
    border-radius: 58px;
  }
  .focus\:sm\:rounded-58px:focus {
    border-radius: 58px;
  }
  .sm\:rounded-59px {
    border-radius: 59px;
  }
  .hover\:sm\:rounded-59px:hover {
    border-radius: 59px;
  }
  .active\:sm\:rounded-59px:active {
    border-radius: 59px;
  }
  .focus\:sm\:rounded-59px:focus {
    border-radius: 59px;
  }
  .sm\:rounded-60px {
    border-radius: 60px;
  }
  .hover\:sm\:rounded-60px:hover {
    border-radius: 60px;
  }
  .active\:sm\:rounded-60px:active {
    border-radius: 60px;
  }
  .focus\:sm\:rounded-60px:focus {
    border-radius: 60px;
  }
  .sm\:rounded-61px {
    border-radius: 61px;
  }
  .hover\:sm\:rounded-61px:hover {
    border-radius: 61px;
  }
  .active\:sm\:rounded-61px:active {
    border-radius: 61px;
  }
  .focus\:sm\:rounded-61px:focus {
    border-radius: 61px;
  }
  .sm\:rounded-62px {
    border-radius: 62px;
  }
  .hover\:sm\:rounded-62px:hover {
    border-radius: 62px;
  }
  .active\:sm\:rounded-62px:active {
    border-radius: 62px;
  }
  .focus\:sm\:rounded-62px:focus {
    border-radius: 62px;
  }
  .sm\:rounded-63px {
    border-radius: 63px;
  }
  .hover\:sm\:rounded-63px:hover {
    border-radius: 63px;
  }
  .active\:sm\:rounded-63px:active {
    border-radius: 63px;
  }
  .focus\:sm\:rounded-63px:focus {
    border-radius: 63px;
  }
  .sm\:rounded-64px {
    border-radius: 64px;
  }
  .hover\:sm\:rounded-64px:hover {
    border-radius: 64px;
  }
  .active\:sm\:rounded-64px:active {
    border-radius: 64px;
  }
  .focus\:sm\:rounded-64px:focus {
    border-radius: 64px;
  }
  .sm\:rounded-65px {
    border-radius: 65px;
  }
  .hover\:sm\:rounded-65px:hover {
    border-radius: 65px;
  }
  .active\:sm\:rounded-65px:active {
    border-radius: 65px;
  }
  .focus\:sm\:rounded-65px:focus {
    border-radius: 65px;
  }
  .sm\:rounded-66px {
    border-radius: 66px;
  }
  .hover\:sm\:rounded-66px:hover {
    border-radius: 66px;
  }
  .active\:sm\:rounded-66px:active {
    border-radius: 66px;
  }
  .focus\:sm\:rounded-66px:focus {
    border-radius: 66px;
  }
  .sm\:rounded-67px {
    border-radius: 67px;
  }
  .hover\:sm\:rounded-67px:hover {
    border-radius: 67px;
  }
  .active\:sm\:rounded-67px:active {
    border-radius: 67px;
  }
  .focus\:sm\:rounded-67px:focus {
    border-radius: 67px;
  }
  .sm\:rounded-68px {
    border-radius: 68px;
  }
  .hover\:sm\:rounded-68px:hover {
    border-radius: 68px;
  }
  .active\:sm\:rounded-68px:active {
    border-radius: 68px;
  }
  .focus\:sm\:rounded-68px:focus {
    border-radius: 68px;
  }
  .sm\:rounded-69px {
    border-radius: 69px;
  }
  .hover\:sm\:rounded-69px:hover {
    border-radius: 69px;
  }
  .active\:sm\:rounded-69px:active {
    border-radius: 69px;
  }
  .focus\:sm\:rounded-69px:focus {
    border-radius: 69px;
  }
  .sm\:rounded-70px {
    border-radius: 70px;
  }
  .hover\:sm\:rounded-70px:hover {
    border-radius: 70px;
  }
  .active\:sm\:rounded-70px:active {
    border-radius: 70px;
  }
  .focus\:sm\:rounded-70px:focus {
    border-radius: 70px;
  }
  .sm\:rounded-71px {
    border-radius: 71px;
  }
  .hover\:sm\:rounded-71px:hover {
    border-radius: 71px;
  }
  .active\:sm\:rounded-71px:active {
    border-radius: 71px;
  }
  .focus\:sm\:rounded-71px:focus {
    border-radius: 71px;
  }
  .sm\:rounded-72px {
    border-radius: 72px;
  }
  .hover\:sm\:rounded-72px:hover {
    border-radius: 72px;
  }
  .active\:sm\:rounded-72px:active {
    border-radius: 72px;
  }
  .focus\:sm\:rounded-72px:focus {
    border-radius: 72px;
  }
  .sm\:rounded-73px {
    border-radius: 73px;
  }
  .hover\:sm\:rounded-73px:hover {
    border-radius: 73px;
  }
  .active\:sm\:rounded-73px:active {
    border-radius: 73px;
  }
  .focus\:sm\:rounded-73px:focus {
    border-radius: 73px;
  }
  .sm\:rounded-74px {
    border-radius: 74px;
  }
  .hover\:sm\:rounded-74px:hover {
    border-radius: 74px;
  }
  .active\:sm\:rounded-74px:active {
    border-radius: 74px;
  }
  .focus\:sm\:rounded-74px:focus {
    border-radius: 74px;
  }
  .sm\:rounded-75px {
    border-radius: 75px;
  }
  .hover\:sm\:rounded-75px:hover {
    border-radius: 75px;
  }
  .active\:sm\:rounded-75px:active {
    border-radius: 75px;
  }
  .focus\:sm\:rounded-75px:focus {
    border-radius: 75px;
  }
  .sm\:rounded-76px {
    border-radius: 76px;
  }
  .hover\:sm\:rounded-76px:hover {
    border-radius: 76px;
  }
  .active\:sm\:rounded-76px:active {
    border-radius: 76px;
  }
  .focus\:sm\:rounded-76px:focus {
    border-radius: 76px;
  }
  .sm\:rounded-77px {
    border-radius: 77px;
  }
  .hover\:sm\:rounded-77px:hover {
    border-radius: 77px;
  }
  .active\:sm\:rounded-77px:active {
    border-radius: 77px;
  }
  .focus\:sm\:rounded-77px:focus {
    border-radius: 77px;
  }
  .sm\:rounded-78px {
    border-radius: 78px;
  }
  .hover\:sm\:rounded-78px:hover {
    border-radius: 78px;
  }
  .active\:sm\:rounded-78px:active {
    border-radius: 78px;
  }
  .focus\:sm\:rounded-78px:focus {
    border-radius: 78px;
  }
  .sm\:rounded-79px {
    border-radius: 79px;
  }
  .hover\:sm\:rounded-79px:hover {
    border-radius: 79px;
  }
  .active\:sm\:rounded-79px:active {
    border-radius: 79px;
  }
  .focus\:sm\:rounded-79px:focus {
    border-radius: 79px;
  }
  .sm\:rounded-80px {
    border-radius: 80px;
  }
  .hover\:sm\:rounded-80px:hover {
    border-radius: 80px;
  }
  .active\:sm\:rounded-80px:active {
    border-radius: 80px;
  }
  .focus\:sm\:rounded-80px:focus {
    border-radius: 80px;
  }
  .sm\:rounded-81px {
    border-radius: 81px;
  }
  .hover\:sm\:rounded-81px:hover {
    border-radius: 81px;
  }
  .active\:sm\:rounded-81px:active {
    border-radius: 81px;
  }
  .focus\:sm\:rounded-81px:focus {
    border-radius: 81px;
  }
  .sm\:rounded-82px {
    border-radius: 82px;
  }
  .hover\:sm\:rounded-82px:hover {
    border-radius: 82px;
  }
  .active\:sm\:rounded-82px:active {
    border-radius: 82px;
  }
  .focus\:sm\:rounded-82px:focus {
    border-radius: 82px;
  }
  .sm\:rounded-83px {
    border-radius: 83px;
  }
  .hover\:sm\:rounded-83px:hover {
    border-radius: 83px;
  }
  .active\:sm\:rounded-83px:active {
    border-radius: 83px;
  }
  .focus\:sm\:rounded-83px:focus {
    border-radius: 83px;
  }
  .sm\:rounded-84px {
    border-radius: 84px;
  }
  .hover\:sm\:rounded-84px:hover {
    border-radius: 84px;
  }
  .active\:sm\:rounded-84px:active {
    border-radius: 84px;
  }
  .focus\:sm\:rounded-84px:focus {
    border-radius: 84px;
  }
  .sm\:rounded-85px {
    border-radius: 85px;
  }
  .hover\:sm\:rounded-85px:hover {
    border-radius: 85px;
  }
  .active\:sm\:rounded-85px:active {
    border-radius: 85px;
  }
  .focus\:sm\:rounded-85px:focus {
    border-radius: 85px;
  }
  .sm\:rounded-86px {
    border-radius: 86px;
  }
  .hover\:sm\:rounded-86px:hover {
    border-radius: 86px;
  }
  .active\:sm\:rounded-86px:active {
    border-radius: 86px;
  }
  .focus\:sm\:rounded-86px:focus {
    border-radius: 86px;
  }
  .sm\:rounded-87px {
    border-radius: 87px;
  }
  .hover\:sm\:rounded-87px:hover {
    border-radius: 87px;
  }
  .active\:sm\:rounded-87px:active {
    border-radius: 87px;
  }
  .focus\:sm\:rounded-87px:focus {
    border-radius: 87px;
  }
  .sm\:rounded-88px {
    border-radius: 88px;
  }
  .hover\:sm\:rounded-88px:hover {
    border-radius: 88px;
  }
  .active\:sm\:rounded-88px:active {
    border-radius: 88px;
  }
  .focus\:sm\:rounded-88px:focus {
    border-radius: 88px;
  }
  .sm\:rounded-89px {
    border-radius: 89px;
  }
  .hover\:sm\:rounded-89px:hover {
    border-radius: 89px;
  }
  .active\:sm\:rounded-89px:active {
    border-radius: 89px;
  }
  .focus\:sm\:rounded-89px:focus {
    border-radius: 89px;
  }
  .sm\:rounded-90px {
    border-radius: 90px;
  }
  .hover\:sm\:rounded-90px:hover {
    border-radius: 90px;
  }
  .active\:sm\:rounded-90px:active {
    border-radius: 90px;
  }
  .focus\:sm\:rounded-90px:focus {
    border-radius: 90px;
  }
  .sm\:rounded-91px {
    border-radius: 91px;
  }
  .hover\:sm\:rounded-91px:hover {
    border-radius: 91px;
  }
  .active\:sm\:rounded-91px:active {
    border-radius: 91px;
  }
  .focus\:sm\:rounded-91px:focus {
    border-radius: 91px;
  }
  .sm\:rounded-92px {
    border-radius: 92px;
  }
  .hover\:sm\:rounded-92px:hover {
    border-radius: 92px;
  }
  .active\:sm\:rounded-92px:active {
    border-radius: 92px;
  }
  .focus\:sm\:rounded-92px:focus {
    border-radius: 92px;
  }
  .sm\:rounded-93px {
    border-radius: 93px;
  }
  .hover\:sm\:rounded-93px:hover {
    border-radius: 93px;
  }
  .active\:sm\:rounded-93px:active {
    border-radius: 93px;
  }
  .focus\:sm\:rounded-93px:focus {
    border-radius: 93px;
  }
  .sm\:rounded-94px {
    border-radius: 94px;
  }
  .hover\:sm\:rounded-94px:hover {
    border-radius: 94px;
  }
  .active\:sm\:rounded-94px:active {
    border-radius: 94px;
  }
  .focus\:sm\:rounded-94px:focus {
    border-radius: 94px;
  }
  .sm\:rounded-95px {
    border-radius: 95px;
  }
  .hover\:sm\:rounded-95px:hover {
    border-radius: 95px;
  }
  .active\:sm\:rounded-95px:active {
    border-radius: 95px;
  }
  .focus\:sm\:rounded-95px:focus {
    border-radius: 95px;
  }
  .sm\:rounded-96px {
    border-radius: 96px;
  }
  .hover\:sm\:rounded-96px:hover {
    border-radius: 96px;
  }
  .active\:sm\:rounded-96px:active {
    border-radius: 96px;
  }
  .focus\:sm\:rounded-96px:focus {
    border-radius: 96px;
  }
  .sm\:rounded-97px {
    border-radius: 97px;
  }
  .hover\:sm\:rounded-97px:hover {
    border-radius: 97px;
  }
  .active\:sm\:rounded-97px:active {
    border-radius: 97px;
  }
  .focus\:sm\:rounded-97px:focus {
    border-radius: 97px;
  }
  .sm\:rounded-98px {
    border-radius: 98px;
  }
  .hover\:sm\:rounded-98px:hover {
    border-radius: 98px;
  }
  .active\:sm\:rounded-98px:active {
    border-radius: 98px;
  }
  .focus\:sm\:rounded-98px:focus {
    border-radius: 98px;
  }
  .sm\:rounded-99px {
    border-radius: 99px;
  }
  .hover\:sm\:rounded-99px:hover {
    border-radius: 99px;
  }
  .active\:sm\:rounded-99px:active {
    border-radius: 99px;
  }
  .focus\:sm\:rounded-99px:focus {
    border-radius: 99px;
  }
  .sm\:rounded-100px {
    border-radius: 100px;
  }
  .hover\:sm\:rounded-100px:hover {
    border-radius: 100px;
  }
  .active\:sm\:rounded-100px:active {
    border-radius: 100px;
  }
  .focus\:sm\:rounded-100px:focus {
    border-radius: 100px;
  }
  .sm\:rounded-0per {
    border-radius: 0%;
  }
  .hover\:sm\:rounded-0per:hover {
    border-radius: 0%;
  }
  .active\:sm\:rounded-0per:active {
    border-radius: 0%;
  }
  .focus\:sm\:rounded-0per:focus {
    border-radius: 0%;
  }
  .sm\:rounded-1per {
    border-radius: 1%;
  }
  .hover\:sm\:rounded-1per:hover {
    border-radius: 1%;
  }
  .active\:sm\:rounded-1per:active {
    border-radius: 1%;
  }
  .focus\:sm\:rounded-1per:focus {
    border-radius: 1%;
  }
  .sm\:rounded-2per {
    border-radius: 2%;
  }
  .hover\:sm\:rounded-2per:hover {
    border-radius: 2%;
  }
  .active\:sm\:rounded-2per:active {
    border-radius: 2%;
  }
  .focus\:sm\:rounded-2per:focus {
    border-radius: 2%;
  }
  .sm\:rounded-3per {
    border-radius: 3%;
  }
  .hover\:sm\:rounded-3per:hover {
    border-radius: 3%;
  }
  .active\:sm\:rounded-3per:active {
    border-radius: 3%;
  }
  .focus\:sm\:rounded-3per:focus {
    border-radius: 3%;
  }
  .sm\:rounded-4per {
    border-radius: 4%;
  }
  .hover\:sm\:rounded-4per:hover {
    border-radius: 4%;
  }
  .active\:sm\:rounded-4per:active {
    border-radius: 4%;
  }
  .focus\:sm\:rounded-4per:focus {
    border-radius: 4%;
  }
  .sm\:rounded-5per {
    border-radius: 5%;
  }
  .hover\:sm\:rounded-5per:hover {
    border-radius: 5%;
  }
  .active\:sm\:rounded-5per:active {
    border-radius: 5%;
  }
  .focus\:sm\:rounded-5per:focus {
    border-radius: 5%;
  }
  .sm\:rounded-6per {
    border-radius: 6%;
  }
  .hover\:sm\:rounded-6per:hover {
    border-radius: 6%;
  }
  .active\:sm\:rounded-6per:active {
    border-radius: 6%;
  }
  .focus\:sm\:rounded-6per:focus {
    border-radius: 6%;
  }
  .sm\:rounded-7per {
    border-radius: 7%;
  }
  .hover\:sm\:rounded-7per:hover {
    border-radius: 7%;
  }
  .active\:sm\:rounded-7per:active {
    border-radius: 7%;
  }
  .focus\:sm\:rounded-7per:focus {
    border-radius: 7%;
  }
  .sm\:rounded-8per {
    border-radius: 8%;
  }
  .hover\:sm\:rounded-8per:hover {
    border-radius: 8%;
  }
  .active\:sm\:rounded-8per:active {
    border-radius: 8%;
  }
  .focus\:sm\:rounded-8per:focus {
    border-radius: 8%;
  }
  .sm\:rounded-9per {
    border-radius: 9%;
  }
  .hover\:sm\:rounded-9per:hover {
    border-radius: 9%;
  }
  .active\:sm\:rounded-9per:active {
    border-radius: 9%;
  }
  .focus\:sm\:rounded-9per:focus {
    border-radius: 9%;
  }
  .sm\:rounded-10per {
    border-radius: 10%;
  }
  .hover\:sm\:rounded-10per:hover {
    border-radius: 10%;
  }
  .active\:sm\:rounded-10per:active {
    border-radius: 10%;
  }
  .focus\:sm\:rounded-10per:focus {
    border-radius: 10%;
  }
  .sm\:rounded-11per {
    border-radius: 11%;
  }
  .hover\:sm\:rounded-11per:hover {
    border-radius: 11%;
  }
  .active\:sm\:rounded-11per:active {
    border-radius: 11%;
  }
  .focus\:sm\:rounded-11per:focus {
    border-radius: 11%;
  }
  .sm\:rounded-12per {
    border-radius: 12%;
  }
  .hover\:sm\:rounded-12per:hover {
    border-radius: 12%;
  }
  .active\:sm\:rounded-12per:active {
    border-radius: 12%;
  }
  .focus\:sm\:rounded-12per:focus {
    border-radius: 12%;
  }
  .sm\:rounded-13per {
    border-radius: 13%;
  }
  .hover\:sm\:rounded-13per:hover {
    border-radius: 13%;
  }
  .active\:sm\:rounded-13per:active {
    border-radius: 13%;
  }
  .focus\:sm\:rounded-13per:focus {
    border-radius: 13%;
  }
  .sm\:rounded-14per {
    border-radius: 14%;
  }
  .hover\:sm\:rounded-14per:hover {
    border-radius: 14%;
  }
  .active\:sm\:rounded-14per:active {
    border-radius: 14%;
  }
  .focus\:sm\:rounded-14per:focus {
    border-radius: 14%;
  }
  .sm\:rounded-15per {
    border-radius: 15%;
  }
  .hover\:sm\:rounded-15per:hover {
    border-radius: 15%;
  }
  .active\:sm\:rounded-15per:active {
    border-radius: 15%;
  }
  .focus\:sm\:rounded-15per:focus {
    border-radius: 15%;
  }
  .sm\:rounded-16per {
    border-radius: 16%;
  }
  .hover\:sm\:rounded-16per:hover {
    border-radius: 16%;
  }
  .active\:sm\:rounded-16per:active {
    border-radius: 16%;
  }
  .focus\:sm\:rounded-16per:focus {
    border-radius: 16%;
  }
  .sm\:rounded-17per {
    border-radius: 17%;
  }
  .hover\:sm\:rounded-17per:hover {
    border-radius: 17%;
  }
  .active\:sm\:rounded-17per:active {
    border-radius: 17%;
  }
  .focus\:sm\:rounded-17per:focus {
    border-radius: 17%;
  }
  .sm\:rounded-18per {
    border-radius: 18%;
  }
  .hover\:sm\:rounded-18per:hover {
    border-radius: 18%;
  }
  .active\:sm\:rounded-18per:active {
    border-radius: 18%;
  }
  .focus\:sm\:rounded-18per:focus {
    border-radius: 18%;
  }
  .sm\:rounded-19per {
    border-radius: 19%;
  }
  .hover\:sm\:rounded-19per:hover {
    border-radius: 19%;
  }
  .active\:sm\:rounded-19per:active {
    border-radius: 19%;
  }
  .focus\:sm\:rounded-19per:focus {
    border-radius: 19%;
  }
  .sm\:rounded-20per {
    border-radius: 20%;
  }
  .hover\:sm\:rounded-20per:hover {
    border-radius: 20%;
  }
  .active\:sm\:rounded-20per:active {
    border-radius: 20%;
  }
  .focus\:sm\:rounded-20per:focus {
    border-radius: 20%;
  }
  .sm\:rounded-21per {
    border-radius: 21%;
  }
  .hover\:sm\:rounded-21per:hover {
    border-radius: 21%;
  }
  .active\:sm\:rounded-21per:active {
    border-radius: 21%;
  }
  .focus\:sm\:rounded-21per:focus {
    border-radius: 21%;
  }
  .sm\:rounded-22per {
    border-radius: 22%;
  }
  .hover\:sm\:rounded-22per:hover {
    border-radius: 22%;
  }
  .active\:sm\:rounded-22per:active {
    border-radius: 22%;
  }
  .focus\:sm\:rounded-22per:focus {
    border-radius: 22%;
  }
  .sm\:rounded-23per {
    border-radius: 23%;
  }
  .hover\:sm\:rounded-23per:hover {
    border-radius: 23%;
  }
  .active\:sm\:rounded-23per:active {
    border-radius: 23%;
  }
  .focus\:sm\:rounded-23per:focus {
    border-radius: 23%;
  }
  .sm\:rounded-24per {
    border-radius: 24%;
  }
  .hover\:sm\:rounded-24per:hover {
    border-radius: 24%;
  }
  .active\:sm\:rounded-24per:active {
    border-radius: 24%;
  }
  .focus\:sm\:rounded-24per:focus {
    border-radius: 24%;
  }
  .sm\:rounded-25per {
    border-radius: 25%;
  }
  .hover\:sm\:rounded-25per:hover {
    border-radius: 25%;
  }
  .active\:sm\:rounded-25per:active {
    border-radius: 25%;
  }
  .focus\:sm\:rounded-25per:focus {
    border-radius: 25%;
  }
  .sm\:rounded-26per {
    border-radius: 26%;
  }
  .hover\:sm\:rounded-26per:hover {
    border-radius: 26%;
  }
  .active\:sm\:rounded-26per:active {
    border-radius: 26%;
  }
  .focus\:sm\:rounded-26per:focus {
    border-radius: 26%;
  }
  .sm\:rounded-27per {
    border-radius: 27%;
  }
  .hover\:sm\:rounded-27per:hover {
    border-radius: 27%;
  }
  .active\:sm\:rounded-27per:active {
    border-radius: 27%;
  }
  .focus\:sm\:rounded-27per:focus {
    border-radius: 27%;
  }
  .sm\:rounded-28per {
    border-radius: 28%;
  }
  .hover\:sm\:rounded-28per:hover {
    border-radius: 28%;
  }
  .active\:sm\:rounded-28per:active {
    border-radius: 28%;
  }
  .focus\:sm\:rounded-28per:focus {
    border-radius: 28%;
  }
  .sm\:rounded-29per {
    border-radius: 29%;
  }
  .hover\:sm\:rounded-29per:hover {
    border-radius: 29%;
  }
  .active\:sm\:rounded-29per:active {
    border-radius: 29%;
  }
  .focus\:sm\:rounded-29per:focus {
    border-radius: 29%;
  }
  .sm\:rounded-30per {
    border-radius: 30%;
  }
  .hover\:sm\:rounded-30per:hover {
    border-radius: 30%;
  }
  .active\:sm\:rounded-30per:active {
    border-radius: 30%;
  }
  .focus\:sm\:rounded-30per:focus {
    border-radius: 30%;
  }
  .sm\:rounded-31per {
    border-radius: 31%;
  }
  .hover\:sm\:rounded-31per:hover {
    border-radius: 31%;
  }
  .active\:sm\:rounded-31per:active {
    border-radius: 31%;
  }
  .focus\:sm\:rounded-31per:focus {
    border-radius: 31%;
  }
  .sm\:rounded-32per {
    border-radius: 32%;
  }
  .hover\:sm\:rounded-32per:hover {
    border-radius: 32%;
  }
  .active\:sm\:rounded-32per:active {
    border-radius: 32%;
  }
  .focus\:sm\:rounded-32per:focus {
    border-radius: 32%;
  }
  .sm\:rounded-33per {
    border-radius: 33%;
  }
  .hover\:sm\:rounded-33per:hover {
    border-radius: 33%;
  }
  .active\:sm\:rounded-33per:active {
    border-radius: 33%;
  }
  .focus\:sm\:rounded-33per:focus {
    border-radius: 33%;
  }
  .sm\:rounded-34per {
    border-radius: 34%;
  }
  .hover\:sm\:rounded-34per:hover {
    border-radius: 34%;
  }
  .active\:sm\:rounded-34per:active {
    border-radius: 34%;
  }
  .focus\:sm\:rounded-34per:focus {
    border-radius: 34%;
  }
  .sm\:rounded-35per {
    border-radius: 35%;
  }
  .hover\:sm\:rounded-35per:hover {
    border-radius: 35%;
  }
  .active\:sm\:rounded-35per:active {
    border-radius: 35%;
  }
  .focus\:sm\:rounded-35per:focus {
    border-radius: 35%;
  }
  .sm\:rounded-36per {
    border-radius: 36%;
  }
  .hover\:sm\:rounded-36per:hover {
    border-radius: 36%;
  }
  .active\:sm\:rounded-36per:active {
    border-radius: 36%;
  }
  .focus\:sm\:rounded-36per:focus {
    border-radius: 36%;
  }
  .sm\:rounded-37per {
    border-radius: 37%;
  }
  .hover\:sm\:rounded-37per:hover {
    border-radius: 37%;
  }
  .active\:sm\:rounded-37per:active {
    border-radius: 37%;
  }
  .focus\:sm\:rounded-37per:focus {
    border-radius: 37%;
  }
  .sm\:rounded-38per {
    border-radius: 38%;
  }
  .hover\:sm\:rounded-38per:hover {
    border-radius: 38%;
  }
  .active\:sm\:rounded-38per:active {
    border-radius: 38%;
  }
  .focus\:sm\:rounded-38per:focus {
    border-radius: 38%;
  }
  .sm\:rounded-39per {
    border-radius: 39%;
  }
  .hover\:sm\:rounded-39per:hover {
    border-radius: 39%;
  }
  .active\:sm\:rounded-39per:active {
    border-radius: 39%;
  }
  .focus\:sm\:rounded-39per:focus {
    border-radius: 39%;
  }
  .sm\:rounded-40per {
    border-radius: 40%;
  }
  .hover\:sm\:rounded-40per:hover {
    border-radius: 40%;
  }
  .active\:sm\:rounded-40per:active {
    border-radius: 40%;
  }
  .focus\:sm\:rounded-40per:focus {
    border-radius: 40%;
  }
  .sm\:rounded-41per {
    border-radius: 41%;
  }
  .hover\:sm\:rounded-41per:hover {
    border-radius: 41%;
  }
  .active\:sm\:rounded-41per:active {
    border-radius: 41%;
  }
  .focus\:sm\:rounded-41per:focus {
    border-radius: 41%;
  }
  .sm\:rounded-42per {
    border-radius: 42%;
  }
  .hover\:sm\:rounded-42per:hover {
    border-radius: 42%;
  }
  .active\:sm\:rounded-42per:active {
    border-radius: 42%;
  }
  .focus\:sm\:rounded-42per:focus {
    border-radius: 42%;
  }
  .sm\:rounded-43per {
    border-radius: 43%;
  }
  .hover\:sm\:rounded-43per:hover {
    border-radius: 43%;
  }
  .active\:sm\:rounded-43per:active {
    border-radius: 43%;
  }
  .focus\:sm\:rounded-43per:focus {
    border-radius: 43%;
  }
  .sm\:rounded-44per {
    border-radius: 44%;
  }
  .hover\:sm\:rounded-44per:hover {
    border-radius: 44%;
  }
  .active\:sm\:rounded-44per:active {
    border-radius: 44%;
  }
  .focus\:sm\:rounded-44per:focus {
    border-radius: 44%;
  }
  .sm\:rounded-45per {
    border-radius: 45%;
  }
  .hover\:sm\:rounded-45per:hover {
    border-radius: 45%;
  }
  .active\:sm\:rounded-45per:active {
    border-radius: 45%;
  }
  .focus\:sm\:rounded-45per:focus {
    border-radius: 45%;
  }
  .sm\:rounded-46per {
    border-radius: 46%;
  }
  .hover\:sm\:rounded-46per:hover {
    border-radius: 46%;
  }
  .active\:sm\:rounded-46per:active {
    border-radius: 46%;
  }
  .focus\:sm\:rounded-46per:focus {
    border-radius: 46%;
  }
  .sm\:rounded-47per {
    border-radius: 47%;
  }
  .hover\:sm\:rounded-47per:hover {
    border-radius: 47%;
  }
  .active\:sm\:rounded-47per:active {
    border-radius: 47%;
  }
  .focus\:sm\:rounded-47per:focus {
    border-radius: 47%;
  }
  .sm\:rounded-48per {
    border-radius: 48%;
  }
  .hover\:sm\:rounded-48per:hover {
    border-radius: 48%;
  }
  .active\:sm\:rounded-48per:active {
    border-radius: 48%;
  }
  .focus\:sm\:rounded-48per:focus {
    border-radius: 48%;
  }
  .sm\:rounded-49per {
    border-radius: 49%;
  }
  .hover\:sm\:rounded-49per:hover {
    border-radius: 49%;
  }
  .active\:sm\:rounded-49per:active {
    border-radius: 49%;
  }
  .focus\:sm\:rounded-49per:focus {
    border-radius: 49%;
  }
  .sm\:rounded-50per {
    border-radius: 50%;
  }
  .hover\:sm\:rounded-50per:hover {
    border-radius: 50%;
  }
  .active\:sm\:rounded-50per:active {
    border-radius: 50%;
  }
  .focus\:sm\:rounded-50per:focus {
    border-radius: 50%;
  }
  .sm\:rounded-51per {
    border-radius: 51%;
  }
  .hover\:sm\:rounded-51per:hover {
    border-radius: 51%;
  }
  .active\:sm\:rounded-51per:active {
    border-radius: 51%;
  }
  .focus\:sm\:rounded-51per:focus {
    border-radius: 51%;
  }
  .sm\:rounded-52per {
    border-radius: 52%;
  }
  .hover\:sm\:rounded-52per:hover {
    border-radius: 52%;
  }
  .active\:sm\:rounded-52per:active {
    border-radius: 52%;
  }
  .focus\:sm\:rounded-52per:focus {
    border-radius: 52%;
  }
  .sm\:rounded-53per {
    border-radius: 53%;
  }
  .hover\:sm\:rounded-53per:hover {
    border-radius: 53%;
  }
  .active\:sm\:rounded-53per:active {
    border-radius: 53%;
  }
  .focus\:sm\:rounded-53per:focus {
    border-radius: 53%;
  }
  .sm\:rounded-54per {
    border-radius: 54%;
  }
  .hover\:sm\:rounded-54per:hover {
    border-radius: 54%;
  }
  .active\:sm\:rounded-54per:active {
    border-radius: 54%;
  }
  .focus\:sm\:rounded-54per:focus {
    border-radius: 54%;
  }
  .sm\:rounded-55per {
    border-radius: 55%;
  }
  .hover\:sm\:rounded-55per:hover {
    border-radius: 55%;
  }
  .active\:sm\:rounded-55per:active {
    border-radius: 55%;
  }
  .focus\:sm\:rounded-55per:focus {
    border-radius: 55%;
  }
  .sm\:rounded-56per {
    border-radius: 56%;
  }
  .hover\:sm\:rounded-56per:hover {
    border-radius: 56%;
  }
  .active\:sm\:rounded-56per:active {
    border-radius: 56%;
  }
  .focus\:sm\:rounded-56per:focus {
    border-radius: 56%;
  }
  .sm\:rounded-57per {
    border-radius: 57%;
  }
  .hover\:sm\:rounded-57per:hover {
    border-radius: 57%;
  }
  .active\:sm\:rounded-57per:active {
    border-radius: 57%;
  }
  .focus\:sm\:rounded-57per:focus {
    border-radius: 57%;
  }
  .sm\:rounded-58per {
    border-radius: 58%;
  }
  .hover\:sm\:rounded-58per:hover {
    border-radius: 58%;
  }
  .active\:sm\:rounded-58per:active {
    border-radius: 58%;
  }
  .focus\:sm\:rounded-58per:focus {
    border-radius: 58%;
  }
  .sm\:rounded-59per {
    border-radius: 59%;
  }
  .hover\:sm\:rounded-59per:hover {
    border-radius: 59%;
  }
  .active\:sm\:rounded-59per:active {
    border-radius: 59%;
  }
  .focus\:sm\:rounded-59per:focus {
    border-radius: 59%;
  }
  .sm\:rounded-60per {
    border-radius: 60%;
  }
  .hover\:sm\:rounded-60per:hover {
    border-radius: 60%;
  }
  .active\:sm\:rounded-60per:active {
    border-radius: 60%;
  }
  .focus\:sm\:rounded-60per:focus {
    border-radius: 60%;
  }
  .sm\:rounded-61per {
    border-radius: 61%;
  }
  .hover\:sm\:rounded-61per:hover {
    border-radius: 61%;
  }
  .active\:sm\:rounded-61per:active {
    border-radius: 61%;
  }
  .focus\:sm\:rounded-61per:focus {
    border-radius: 61%;
  }
  .sm\:rounded-62per {
    border-radius: 62%;
  }
  .hover\:sm\:rounded-62per:hover {
    border-radius: 62%;
  }
  .active\:sm\:rounded-62per:active {
    border-radius: 62%;
  }
  .focus\:sm\:rounded-62per:focus {
    border-radius: 62%;
  }
  .sm\:rounded-63per {
    border-radius: 63%;
  }
  .hover\:sm\:rounded-63per:hover {
    border-radius: 63%;
  }
  .active\:sm\:rounded-63per:active {
    border-radius: 63%;
  }
  .focus\:sm\:rounded-63per:focus {
    border-radius: 63%;
  }
  .sm\:rounded-64per {
    border-radius: 64%;
  }
  .hover\:sm\:rounded-64per:hover {
    border-radius: 64%;
  }
  .active\:sm\:rounded-64per:active {
    border-radius: 64%;
  }
  .focus\:sm\:rounded-64per:focus {
    border-radius: 64%;
  }
  .sm\:rounded-65per {
    border-radius: 65%;
  }
  .hover\:sm\:rounded-65per:hover {
    border-radius: 65%;
  }
  .active\:sm\:rounded-65per:active {
    border-radius: 65%;
  }
  .focus\:sm\:rounded-65per:focus {
    border-radius: 65%;
  }
  .sm\:rounded-66per {
    border-radius: 66%;
  }
  .hover\:sm\:rounded-66per:hover {
    border-radius: 66%;
  }
  .active\:sm\:rounded-66per:active {
    border-radius: 66%;
  }
  .focus\:sm\:rounded-66per:focus {
    border-radius: 66%;
  }
  .sm\:rounded-67per {
    border-radius: 67%;
  }
  .hover\:sm\:rounded-67per:hover {
    border-radius: 67%;
  }
  .active\:sm\:rounded-67per:active {
    border-radius: 67%;
  }
  .focus\:sm\:rounded-67per:focus {
    border-radius: 67%;
  }
  .sm\:rounded-68per {
    border-radius: 68%;
  }
  .hover\:sm\:rounded-68per:hover {
    border-radius: 68%;
  }
  .active\:sm\:rounded-68per:active {
    border-radius: 68%;
  }
  .focus\:sm\:rounded-68per:focus {
    border-radius: 68%;
  }
  .sm\:rounded-69per {
    border-radius: 69%;
  }
  .hover\:sm\:rounded-69per:hover {
    border-radius: 69%;
  }
  .active\:sm\:rounded-69per:active {
    border-radius: 69%;
  }
  .focus\:sm\:rounded-69per:focus {
    border-radius: 69%;
  }
  .sm\:rounded-70per {
    border-radius: 70%;
  }
  .hover\:sm\:rounded-70per:hover {
    border-radius: 70%;
  }
  .active\:sm\:rounded-70per:active {
    border-radius: 70%;
  }
  .focus\:sm\:rounded-70per:focus {
    border-radius: 70%;
  }
  .sm\:rounded-71per {
    border-radius: 71%;
  }
  .hover\:sm\:rounded-71per:hover {
    border-radius: 71%;
  }
  .active\:sm\:rounded-71per:active {
    border-radius: 71%;
  }
  .focus\:sm\:rounded-71per:focus {
    border-radius: 71%;
  }
  .sm\:rounded-72per {
    border-radius: 72%;
  }
  .hover\:sm\:rounded-72per:hover {
    border-radius: 72%;
  }
  .active\:sm\:rounded-72per:active {
    border-radius: 72%;
  }
  .focus\:sm\:rounded-72per:focus {
    border-radius: 72%;
  }
  .sm\:rounded-73per {
    border-radius: 73%;
  }
  .hover\:sm\:rounded-73per:hover {
    border-radius: 73%;
  }
  .active\:sm\:rounded-73per:active {
    border-radius: 73%;
  }
  .focus\:sm\:rounded-73per:focus {
    border-radius: 73%;
  }
  .sm\:rounded-74per {
    border-radius: 74%;
  }
  .hover\:sm\:rounded-74per:hover {
    border-radius: 74%;
  }
  .active\:sm\:rounded-74per:active {
    border-radius: 74%;
  }
  .focus\:sm\:rounded-74per:focus {
    border-radius: 74%;
  }
  .sm\:rounded-75per {
    border-radius: 75%;
  }
  .hover\:sm\:rounded-75per:hover {
    border-radius: 75%;
  }
  .active\:sm\:rounded-75per:active {
    border-radius: 75%;
  }
  .focus\:sm\:rounded-75per:focus {
    border-radius: 75%;
  }
  .sm\:rounded-76per {
    border-radius: 76%;
  }
  .hover\:sm\:rounded-76per:hover {
    border-radius: 76%;
  }
  .active\:sm\:rounded-76per:active {
    border-radius: 76%;
  }
  .focus\:sm\:rounded-76per:focus {
    border-radius: 76%;
  }
  .sm\:rounded-77per {
    border-radius: 77%;
  }
  .hover\:sm\:rounded-77per:hover {
    border-radius: 77%;
  }
  .active\:sm\:rounded-77per:active {
    border-radius: 77%;
  }
  .focus\:sm\:rounded-77per:focus {
    border-radius: 77%;
  }
  .sm\:rounded-78per {
    border-radius: 78%;
  }
  .hover\:sm\:rounded-78per:hover {
    border-radius: 78%;
  }
  .active\:sm\:rounded-78per:active {
    border-radius: 78%;
  }
  .focus\:sm\:rounded-78per:focus {
    border-radius: 78%;
  }
  .sm\:rounded-79per {
    border-radius: 79%;
  }
  .hover\:sm\:rounded-79per:hover {
    border-radius: 79%;
  }
  .active\:sm\:rounded-79per:active {
    border-radius: 79%;
  }
  .focus\:sm\:rounded-79per:focus {
    border-radius: 79%;
  }
  .sm\:rounded-80per {
    border-radius: 80%;
  }
  .hover\:sm\:rounded-80per:hover {
    border-radius: 80%;
  }
  .active\:sm\:rounded-80per:active {
    border-radius: 80%;
  }
  .focus\:sm\:rounded-80per:focus {
    border-radius: 80%;
  }
  .sm\:rounded-81per {
    border-radius: 81%;
  }
  .hover\:sm\:rounded-81per:hover {
    border-radius: 81%;
  }
  .active\:sm\:rounded-81per:active {
    border-radius: 81%;
  }
  .focus\:sm\:rounded-81per:focus {
    border-radius: 81%;
  }
  .sm\:rounded-82per {
    border-radius: 82%;
  }
  .hover\:sm\:rounded-82per:hover {
    border-radius: 82%;
  }
  .active\:sm\:rounded-82per:active {
    border-radius: 82%;
  }
  .focus\:sm\:rounded-82per:focus {
    border-radius: 82%;
  }
  .sm\:rounded-83per {
    border-radius: 83%;
  }
  .hover\:sm\:rounded-83per:hover {
    border-radius: 83%;
  }
  .active\:sm\:rounded-83per:active {
    border-radius: 83%;
  }
  .focus\:sm\:rounded-83per:focus {
    border-radius: 83%;
  }
  .sm\:rounded-84per {
    border-radius: 84%;
  }
  .hover\:sm\:rounded-84per:hover {
    border-radius: 84%;
  }
  .active\:sm\:rounded-84per:active {
    border-radius: 84%;
  }
  .focus\:sm\:rounded-84per:focus {
    border-radius: 84%;
  }
  .sm\:rounded-85per {
    border-radius: 85%;
  }
  .hover\:sm\:rounded-85per:hover {
    border-radius: 85%;
  }
  .active\:sm\:rounded-85per:active {
    border-radius: 85%;
  }
  .focus\:sm\:rounded-85per:focus {
    border-radius: 85%;
  }
  .sm\:rounded-86per {
    border-radius: 86%;
  }
  .hover\:sm\:rounded-86per:hover {
    border-radius: 86%;
  }
  .active\:sm\:rounded-86per:active {
    border-radius: 86%;
  }
  .focus\:sm\:rounded-86per:focus {
    border-radius: 86%;
  }
  .sm\:rounded-87per {
    border-radius: 87%;
  }
  .hover\:sm\:rounded-87per:hover {
    border-radius: 87%;
  }
  .active\:sm\:rounded-87per:active {
    border-radius: 87%;
  }
  .focus\:sm\:rounded-87per:focus {
    border-radius: 87%;
  }
  .sm\:rounded-88per {
    border-radius: 88%;
  }
  .hover\:sm\:rounded-88per:hover {
    border-radius: 88%;
  }
  .active\:sm\:rounded-88per:active {
    border-radius: 88%;
  }
  .focus\:sm\:rounded-88per:focus {
    border-radius: 88%;
  }
  .sm\:rounded-89per {
    border-radius: 89%;
  }
  .hover\:sm\:rounded-89per:hover {
    border-radius: 89%;
  }
  .active\:sm\:rounded-89per:active {
    border-radius: 89%;
  }
  .focus\:sm\:rounded-89per:focus {
    border-radius: 89%;
  }
  .sm\:rounded-90per {
    border-radius: 90%;
  }
  .hover\:sm\:rounded-90per:hover {
    border-radius: 90%;
  }
  .active\:sm\:rounded-90per:active {
    border-radius: 90%;
  }
  .focus\:sm\:rounded-90per:focus {
    border-radius: 90%;
  }
  .sm\:rounded-91per {
    border-radius: 91%;
  }
  .hover\:sm\:rounded-91per:hover {
    border-radius: 91%;
  }
  .active\:sm\:rounded-91per:active {
    border-radius: 91%;
  }
  .focus\:sm\:rounded-91per:focus {
    border-radius: 91%;
  }
  .sm\:rounded-92per {
    border-radius: 92%;
  }
  .hover\:sm\:rounded-92per:hover {
    border-radius: 92%;
  }
  .active\:sm\:rounded-92per:active {
    border-radius: 92%;
  }
  .focus\:sm\:rounded-92per:focus {
    border-radius: 92%;
  }
  .sm\:rounded-93per {
    border-radius: 93%;
  }
  .hover\:sm\:rounded-93per:hover {
    border-radius: 93%;
  }
  .active\:sm\:rounded-93per:active {
    border-radius: 93%;
  }
  .focus\:sm\:rounded-93per:focus {
    border-radius: 93%;
  }
  .sm\:rounded-94per {
    border-radius: 94%;
  }
  .hover\:sm\:rounded-94per:hover {
    border-radius: 94%;
  }
  .active\:sm\:rounded-94per:active {
    border-radius: 94%;
  }
  .focus\:sm\:rounded-94per:focus {
    border-radius: 94%;
  }
  .sm\:rounded-95per {
    border-radius: 95%;
  }
  .hover\:sm\:rounded-95per:hover {
    border-radius: 95%;
  }
  .active\:sm\:rounded-95per:active {
    border-radius: 95%;
  }
  .focus\:sm\:rounded-95per:focus {
    border-radius: 95%;
  }
  .sm\:rounded-96per {
    border-radius: 96%;
  }
  .hover\:sm\:rounded-96per:hover {
    border-radius: 96%;
  }
  .active\:sm\:rounded-96per:active {
    border-radius: 96%;
  }
  .focus\:sm\:rounded-96per:focus {
    border-radius: 96%;
  }
  .sm\:rounded-97per {
    border-radius: 97%;
  }
  .hover\:sm\:rounded-97per:hover {
    border-radius: 97%;
  }
  .active\:sm\:rounded-97per:active {
    border-radius: 97%;
  }
  .focus\:sm\:rounded-97per:focus {
    border-radius: 97%;
  }
  .sm\:rounded-98per {
    border-radius: 98%;
  }
  .hover\:sm\:rounded-98per:hover {
    border-radius: 98%;
  }
  .active\:sm\:rounded-98per:active {
    border-radius: 98%;
  }
  .focus\:sm\:rounded-98per:focus {
    border-radius: 98%;
  }
  .sm\:rounded-99per {
    border-radius: 99%;
  }
  .hover\:sm\:rounded-99per:hover {
    border-radius: 99%;
  }
  .active\:sm\:rounded-99per:active {
    border-radius: 99%;
  }
  .focus\:sm\:rounded-99per:focus {
    border-radius: 99%;
  }
  .sm\:rounded-100per {
    border-radius: 100%;
  }
  .hover\:sm\:rounded-100per:hover {
    border-radius: 100%;
  }
  .active\:sm\:rounded-100per:active {
    border-radius: 100%;
  }
  .focus\:sm\:rounded-100per:focus {
    border-radius: 100%;
  }
  .sm\:rounded-top-radius-0px {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .hover\:sm\:rounded-top-radius-0px:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .sm\:rounded-top-radius-1px {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }
  .hover\:sm\:rounded-top-radius-1px:hover {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }
  .sm\:rounded-top-radius-2px {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .hover\:sm\:rounded-top-radius-2px:hover {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .sm\:rounded-top-radius-3px {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .hover\:sm\:rounded-top-radius-3px:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .sm\:rounded-top-radius-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .hover\:sm\:rounded-top-radius-4px:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .sm\:rounded-top-radius-5px {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .hover\:sm\:rounded-top-radius-5px:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .sm\:rounded-top-radius-6px {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .hover\:sm\:rounded-top-radius-6px:hover {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .sm\:rounded-top-radius-7px {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .hover\:sm\:rounded-top-radius-7px:hover {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .sm\:rounded-top-radius-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .hover\:sm\:rounded-top-radius-8px:hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .sm\:rounded-top-radius-9px {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .hover\:sm\:rounded-top-radius-9px:hover {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .sm\:rounded-top-radius-10px {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .hover\:sm\:rounded-top-radius-10px:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .sm\:rounded-top-radius-11px {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .hover\:sm\:rounded-top-radius-11px:hover {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .sm\:rounded-top-radius-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .hover\:sm\:rounded-top-radius-12px:hover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .sm\:rounded-top-radius-13px {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .hover\:sm\:rounded-top-radius-13px:hover {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .sm\:rounded-top-radius-14px {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .hover\:sm\:rounded-top-radius-14px:hover {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .sm\:rounded-top-radius-15px {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .hover\:sm\:rounded-top-radius-15px:hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .sm\:rounded-top-radius-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .hover\:sm\:rounded-top-radius-16px:hover {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .sm\:rounded-top-radius-17px {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .hover\:sm\:rounded-top-radius-17px:hover {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .sm\:rounded-top-radius-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .hover\:sm\:rounded-top-radius-18px:hover {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .sm\:rounded-top-radius-19px {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  .hover\:sm\:rounded-top-radius-19px:hover {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  .sm\:rounded-top-radius-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .hover\:sm\:rounded-top-radius-20px:hover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .sm\:rounded-top-radius-21px {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
  .hover\:sm\:rounded-top-radius-21px:hover {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
  .sm\:rounded-top-radius-22px {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .hover\:sm\:rounded-top-radius-22px:hover {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .sm\:rounded-top-radius-23px {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
  .hover\:sm\:rounded-top-radius-23px:hover {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
  .sm\:rounded-top-radius-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .hover\:sm\:rounded-top-radius-24px:hover {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .sm\:rounded-top-radius-25px {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .hover\:sm\:rounded-top-radius-25px:hover {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .sm\:rounded-top-radius-26px {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .hover\:sm\:rounded-top-radius-26px:hover {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .sm\:rounded-top-radius-27px {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  .hover\:sm\:rounded-top-radius-27px:hover {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  .sm\:rounded-top-radius-28px {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .hover\:sm\:rounded-top-radius-28px:hover {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .sm\:rounded-top-radius-29px {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
  }
  .hover\:sm\:rounded-top-radius-29px:hover {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
  }
  .sm\:rounded-top-radius-30px {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .hover\:sm\:rounded-top-radius-30px:hover {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .sm\:rounded-top-radius-31px {
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
  }
  .hover\:sm\:rounded-top-radius-31px:hover {
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
  }
  .sm\:rounded-top-radius-32px {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .hover\:sm\:rounded-top-radius-32px:hover {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .sm\:rounded-top-radius-33px {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }
  .hover\:sm\:rounded-top-radius-33px:hover {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }
  .sm\:rounded-top-radius-34px {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
  .hover\:sm\:rounded-top-radius-34px:hover {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
  .sm\:rounded-top-radius-35px {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .hover\:sm\:rounded-top-radius-35px:hover {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .sm\:rounded-top-radius-36px {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }
  .hover\:sm\:rounded-top-radius-36px:hover {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }
  .sm\:rounded-top-radius-37px {
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
  }
  .hover\:sm\:rounded-top-radius-37px:hover {
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
  }
  .sm\:rounded-top-radius-38px {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }
  .hover\:sm\:rounded-top-radius-38px:hover {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }
  .sm\:rounded-top-radius-39px {
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }
  .hover\:sm\:rounded-top-radius-39px:hover {
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }
  .sm\:rounded-top-radius-40px {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .hover\:sm\:rounded-top-radius-40px:hover {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .sm\:rounded-top-radius-41px {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
  }
  .hover\:sm\:rounded-top-radius-41px:hover {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
  }
  .sm\:rounded-top-radius-42px {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
  }
  .hover\:sm\:rounded-top-radius-42px:hover {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
  }
  .sm\:rounded-top-radius-43px {
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
  }
  .hover\:sm\:rounded-top-radius-43px:hover {
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
  }
  .sm\:rounded-top-radius-44px {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }
  .hover\:sm\:rounded-top-radius-44px:hover {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }
  .sm\:rounded-top-radius-45px {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .hover\:sm\:rounded-top-radius-45px:hover {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .sm\:rounded-top-radius-46px {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
  }
  .hover\:sm\:rounded-top-radius-46px:hover {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
  }
  .sm\:rounded-top-radius-47px {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
  }
  .hover\:sm\:rounded-top-radius-47px:hover {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
  }
  .sm\:rounded-top-radius-48px {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
  .hover\:sm\:rounded-top-radius-48px:hover {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
  .sm\:rounded-top-radius-49px {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
  }
  .hover\:sm\:rounded-top-radius-49px:hover {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
  }
  .sm\:rounded-top-radius-50px {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .hover\:sm\:rounded-top-radius-50px:hover {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .sm\:rounded-top-radius-51px {
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
  }
  .hover\:sm\:rounded-top-radius-51px:hover {
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
  }
  .sm\:rounded-top-radius-52px {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
  }
  .hover\:sm\:rounded-top-radius-52px:hover {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
  }
  .sm\:rounded-top-radius-53px {
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
  }
  .hover\:sm\:rounded-top-radius-53px:hover {
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
  }
  .sm\:rounded-top-radius-54px {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
  }
  .hover\:sm\:rounded-top-radius-54px:hover {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
  }
  .sm\:rounded-top-radius-55px {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
  .hover\:sm\:rounded-top-radius-55px:hover {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
  .sm\:rounded-top-radius-56px {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }
  .hover\:sm\:rounded-top-radius-56px:hover {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }
  .sm\:rounded-top-radius-57px {
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
  }
  .hover\:sm\:rounded-top-radius-57px:hover {
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
  }
  .sm\:rounded-top-radius-58px {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
  }
  .hover\:sm\:rounded-top-radius-58px:hover {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
  }
  .sm\:rounded-top-radius-59px {
    border-top-left-radius: 59px;
    border-top-right-radius: 59px;
  }
  .hover\:sm\:rounded-top-radius-59px:hover {
    border-top-left-radius: 59px;
    border-top-right-radius: 59px;
  }
  .sm\:rounded-top-radius-60px {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .hover\:sm\:rounded-top-radius-60px:hover {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .sm\:rounded-top-radius-61px {
    border-top-left-radius: 61px;
    border-top-right-radius: 61px;
  }
  .hover\:sm\:rounded-top-radius-61px:hover {
    border-top-left-radius: 61px;
    border-top-right-radius: 61px;
  }
  .sm\:rounded-top-radius-62px {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
  }
  .hover\:sm\:rounded-top-radius-62px:hover {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
  }
  .sm\:rounded-top-radius-63px {
    border-top-left-radius: 63px;
    border-top-right-radius: 63px;
  }
  .hover\:sm\:rounded-top-radius-63px:hover {
    border-top-left-radius: 63px;
    border-top-right-radius: 63px;
  }
  .sm\:rounded-top-radius-64px {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }
  .hover\:sm\:rounded-top-radius-64px:hover {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }
  .sm\:rounded-top-radius-65px {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
  .hover\:sm\:rounded-top-radius-65px:hover {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
  .sm\:rounded-top-radius-66px {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
  }
  .hover\:sm\:rounded-top-radius-66px:hover {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
  }
  .sm\:rounded-top-radius-67px {
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
  }
  .hover\:sm\:rounded-top-radius-67px:hover {
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
  }
  .sm\:rounded-top-radius-68px {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
  }
  .hover\:sm\:rounded-top-radius-68px:hover {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
  }
  .sm\:rounded-top-radius-69px {
    border-top-left-radius: 69px;
    border-top-right-radius: 69px;
  }
  .hover\:sm\:rounded-top-radius-69px:hover {
    border-top-left-radius: 69px;
    border-top-right-radius: 69px;
  }
  .sm\:rounded-top-radius-70px {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .hover\:sm\:rounded-top-radius-70px:hover {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .sm\:rounded-top-radius-71px {
    border-top-left-radius: 71px;
    border-top-right-radius: 71px;
  }
  .hover\:sm\:rounded-top-radius-71px:hover {
    border-top-left-radius: 71px;
    border-top-right-radius: 71px;
  }
  .sm\:rounded-top-radius-72px {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
  }
  .hover\:sm\:rounded-top-radius-72px:hover {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
  }
  .sm\:rounded-top-radius-73px {
    border-top-left-radius: 73px;
    border-top-right-radius: 73px;
  }
  .hover\:sm\:rounded-top-radius-73px:hover {
    border-top-left-radius: 73px;
    border-top-right-radius: 73px;
  }
  .sm\:rounded-top-radius-74px {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
  }
  .hover\:sm\:rounded-top-radius-74px:hover {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
  }
  .sm\:rounded-top-radius-75px {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
  }
  .hover\:sm\:rounded-top-radius-75px:hover {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
  }
  .sm\:rounded-top-radius-76px {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px;
  }
  .hover\:sm\:rounded-top-radius-76px:hover {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px;
  }
  .sm\:rounded-top-radius-77px {
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
  }
  .hover\:sm\:rounded-top-radius-77px:hover {
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
  }
  .sm\:rounded-top-radius-78px {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
  }
  .hover\:sm\:rounded-top-radius-78px:hover {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
  }
  .sm\:rounded-top-radius-79px {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
  }
  .hover\:sm\:rounded-top-radius-79px:hover {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
  }
  .sm\:rounded-top-radius-80px {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .hover\:sm\:rounded-top-radius-80px:hover {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .sm\:rounded-top-radius-81px {
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
  }
  .hover\:sm\:rounded-top-radius-81px:hover {
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
  }
  .sm\:rounded-top-radius-82px {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px;
  }
  .hover\:sm\:rounded-top-radius-82px:hover {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px;
  }
  .sm\:rounded-top-radius-83px {
    border-top-left-radius: 83px;
    border-top-right-radius: 83px;
  }
  .hover\:sm\:rounded-top-radius-83px:hover {
    border-top-left-radius: 83px;
    border-top-right-radius: 83px;
  }
  .sm\:rounded-top-radius-84px {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px;
  }
  .hover\:sm\:rounded-top-radius-84px:hover {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px;
  }
  .sm\:rounded-top-radius-85px {
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
  }
  .hover\:sm\:rounded-top-radius-85px:hover {
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
  }
  .sm\:rounded-top-radius-86px {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px;
  }
  .hover\:sm\:rounded-top-radius-86px:hover {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px;
  }
  .sm\:rounded-top-radius-87px {
    border-top-left-radius: 87px;
    border-top-right-radius: 87px;
  }
  .hover\:sm\:rounded-top-radius-87px:hover {
    border-top-left-radius: 87px;
    border-top-right-radius: 87px;
  }
  .sm\:rounded-top-radius-88px {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px;
  }
  .hover\:sm\:rounded-top-radius-88px:hover {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px;
  }
  .sm\:rounded-top-radius-89px {
    border-top-left-radius: 89px;
    border-top-right-radius: 89px;
  }
  .hover\:sm\:rounded-top-radius-89px:hover {
    border-top-left-radius: 89px;
    border-top-right-radius: 89px;
  }
  .sm\:rounded-top-radius-90px {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .hover\:sm\:rounded-top-radius-90px:hover {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .sm\:rounded-top-radius-91px {
    border-top-left-radius: 91px;
    border-top-right-radius: 91px;
  }
  .hover\:sm\:rounded-top-radius-91px:hover {
    border-top-left-radius: 91px;
    border-top-right-radius: 91px;
  }
  .sm\:rounded-top-radius-92px {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
  }
  .hover\:sm\:rounded-top-radius-92px:hover {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
  }
  .sm\:rounded-top-radius-93px {
    border-top-left-radius: 93px;
    border-top-right-radius: 93px;
  }
  .hover\:sm\:rounded-top-radius-93px:hover {
    border-top-left-radius: 93px;
    border-top-right-radius: 93px;
  }
  .sm\:rounded-top-radius-94px {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px;
  }
  .hover\:sm\:rounded-top-radius-94px:hover {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px;
  }
  .sm\:rounded-top-radius-95px {
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
  }
  .hover\:sm\:rounded-top-radius-95px:hover {
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
  }
  .sm\:rounded-top-radius-96px {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
  }
  .hover\:sm\:rounded-top-radius-96px:hover {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
  }
  .sm\:rounded-top-radius-97px {
    border-top-left-radius: 97px;
    border-top-right-radius: 97px;
  }
  .hover\:sm\:rounded-top-radius-97px:hover {
    border-top-left-radius: 97px;
    border-top-right-radius: 97px;
  }
  .sm\:rounded-top-radius-98px {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px;
  }
  .hover\:sm\:rounded-top-radius-98px:hover {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px;
  }
  .sm\:rounded-top-radius-99px {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }
  .hover\:sm\:rounded-top-radius-99px:hover {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }
  .sm\:rounded-top-radius-100px {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .hover\:sm\:rounded-top-radius-100px:hover {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .sm\:rounded-right-radius-0px {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hover\:sm\:rounded-right-radius-0px:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .sm\:rounded-right-radius-1px {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
  }
  .hover\:sm\:rounded-right-radius-1px:hover {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
  }
  .sm\:rounded-right-radius-2px {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .hover\:sm\:rounded-right-radius-2px:hover {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .sm\:rounded-right-radius-3px {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .hover\:sm\:rounded-right-radius-3px:hover {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .sm\:rounded-right-radius-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .hover\:sm\:rounded-right-radius-4px:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sm\:rounded-right-radius-5px {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .hover\:sm\:rounded-right-radius-5px:hover {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .sm\:rounded-right-radius-6px {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .hover\:sm\:rounded-right-radius-6px:hover {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .sm\:rounded-right-radius-7px {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .hover\:sm\:rounded-right-radius-7px:hover {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .sm\:rounded-right-radius-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .hover\:sm\:rounded-right-radius-8px:hover {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .sm\:rounded-right-radius-9px {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .hover\:sm\:rounded-right-radius-9px:hover {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .sm\:rounded-right-radius-10px {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .hover\:sm\:rounded-right-radius-10px:hover {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .sm\:rounded-right-radius-11px {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .hover\:sm\:rounded-right-radius-11px:hover {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .sm\:rounded-right-radius-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .hover\:sm\:rounded-right-radius-12px:hover {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .sm\:rounded-right-radius-13px {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .hover\:sm\:rounded-right-radius-13px:hover {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .sm\:rounded-right-radius-14px {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .hover\:sm\:rounded-right-radius-14px:hover {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .sm\:rounded-right-radius-15px {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .hover\:sm\:rounded-right-radius-15px:hover {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .sm\:rounded-right-radius-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .hover\:sm\:rounded-right-radius-16px:hover {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .sm\:rounded-right-radius-17px {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .hover\:sm\:rounded-right-radius-17px:hover {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .sm\:rounded-right-radius-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .hover\:sm\:rounded-right-radius-18px:hover {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .sm\:rounded-right-radius-19px {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .hover\:sm\:rounded-right-radius-19px:hover {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .sm\:rounded-right-radius-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .hover\:sm\:rounded-right-radius-20px:hover {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .sm\:rounded-right-radius-21px {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .hover\:sm\:rounded-right-radius-21px:hover {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .sm\:rounded-right-radius-22px {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .hover\:sm\:rounded-right-radius-22px:hover {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .sm\:rounded-right-radius-23px {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .hover\:sm\:rounded-right-radius-23px:hover {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .sm\:rounded-right-radius-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .hover\:sm\:rounded-right-radius-24px:hover {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .sm\:rounded-right-radius-25px {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .hover\:sm\:rounded-right-radius-25px:hover {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .sm\:rounded-right-radius-26px {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .hover\:sm\:rounded-right-radius-26px:hover {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .sm\:rounded-right-radius-27px {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .hover\:sm\:rounded-right-radius-27px:hover {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .sm\:rounded-right-radius-28px {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .hover\:sm\:rounded-right-radius-28px:hover {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .sm\:rounded-right-radius-29px {
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
  }
  .hover\:sm\:rounded-right-radius-29px:hover {
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
  }
  .sm\:rounded-right-radius-30px {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .hover\:sm\:rounded-right-radius-30px:hover {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sm\:rounded-right-radius-31px {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
  }
  .hover\:sm\:rounded-right-radius-31px:hover {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
  }
  .sm\:rounded-right-radius-32px {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .hover\:sm\:rounded-right-radius-32px:hover {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .sm\:rounded-right-radius-33px {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }
  .hover\:sm\:rounded-right-radius-33px:hover {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }
  .sm\:rounded-right-radius-34px {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .hover\:sm\:rounded-right-radius-34px:hover {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .sm\:rounded-right-radius-35px {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .hover\:sm\:rounded-right-radius-35px:hover {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .sm\:rounded-right-radius-36px {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .hover\:sm\:rounded-right-radius-36px:hover {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .sm\:rounded-right-radius-37px {
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .hover\:sm\:rounded-right-radius-37px:hover {
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .sm\:rounded-right-radius-38px {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
  }
  .hover\:sm\:rounded-right-radius-38px:hover {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
  }
  .sm\:rounded-right-radius-39px {
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
  }
  .hover\:sm\:rounded-right-radius-39px:hover {
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
  }
  .sm\:rounded-right-radius-40px {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .hover\:sm\:rounded-right-radius-40px:hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .sm\:rounded-right-radius-41px {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
  }
  .hover\:sm\:rounded-right-radius-41px:hover {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
  }
  .sm\:rounded-right-radius-42px {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  .hover\:sm\:rounded-right-radius-42px:hover {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  .sm\:rounded-right-radius-43px {
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
  }
  .hover\:sm\:rounded-right-radius-43px:hover {
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
  }
  .sm\:rounded-right-radius-44px {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
  }
  .hover\:sm\:rounded-right-radius-44px:hover {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
  }
  .sm\:rounded-right-radius-45px {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .hover\:sm\:rounded-right-radius-45px:hover {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .sm\:rounded-right-radius-46px {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
  }
  .hover\:sm\:rounded-right-radius-46px:hover {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
  }
  .sm\:rounded-right-radius-47px {
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
  }
  .hover\:sm\:rounded-right-radius-47px:hover {
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
  }
  .sm\:rounded-right-radius-48px {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .hover\:sm\:rounded-right-radius-48px:hover {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .sm\:rounded-right-radius-49px {
    border-top-right-radius: 49px;
    border-bottom-right-radius: 49px;
  }
  .hover\:sm\:rounded-right-radius-49px:hover {
    border-top-right-radius: 49px;
    border-bottom-right-radius: 49px;
  }
  .sm\:rounded-right-radius-50px {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .hover\:sm\:rounded-right-radius-50px:hover {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .sm\:rounded-right-radius-51px {
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
  }
  .hover\:sm\:rounded-right-radius-51px:hover {
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
  }
  .sm\:rounded-right-radius-52px {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
  }
  .hover\:sm\:rounded-right-radius-52px:hover {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
  }
  .sm\:rounded-right-radius-53px {
    border-top-right-radius: 53px;
    border-bottom-right-radius: 53px;
  }
  .hover\:sm\:rounded-right-radius-53px:hover {
    border-top-right-radius: 53px;
    border-bottom-right-radius: 53px;
  }
  .sm\:rounded-right-radius-54px {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
  }
  .hover\:sm\:rounded-right-radius-54px:hover {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
  }
  .sm\:rounded-right-radius-55px {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
  .hover\:sm\:rounded-right-radius-55px:hover {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
  .sm\:rounded-right-radius-56px {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }
  .hover\:sm\:rounded-right-radius-56px:hover {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }
  .sm\:rounded-right-radius-57px {
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
  }
  .hover\:sm\:rounded-right-radius-57px:hover {
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
  }
  .sm\:rounded-right-radius-58px {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px;
  }
  .hover\:sm\:rounded-right-radius-58px:hover {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px;
  }
  .sm\:rounded-right-radius-59px {
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
  }
  .hover\:sm\:rounded-right-radius-59px:hover {
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
  }
  .sm\:rounded-right-radius-60px {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .hover\:sm\:rounded-right-radius-60px:hover {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .sm\:rounded-right-radius-61px {
    border-top-right-radius: 61px;
    border-bottom-right-radius: 61px;
  }
  .hover\:sm\:rounded-right-radius-61px:hover {
    border-top-right-radius: 61px;
    border-bottom-right-radius: 61px;
  }
  .sm\:rounded-right-radius-62px {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px;
  }
  .hover\:sm\:rounded-right-radius-62px:hover {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px;
  }
  .sm\:rounded-right-radius-63px {
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
  }
  .hover\:sm\:rounded-right-radius-63px:hover {
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
  }
  .sm\:rounded-right-radius-64px {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }
  .hover\:sm\:rounded-right-radius-64px:hover {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }
  .sm\:rounded-right-radius-65px {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .hover\:sm\:rounded-right-radius-65px:hover {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .sm\:rounded-right-radius-66px {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
  }
  .hover\:sm\:rounded-right-radius-66px:hover {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
  }
  .sm\:rounded-right-radius-67px {
    border-top-right-radius: 67px;
    border-bottom-right-radius: 67px;
  }
  .hover\:sm\:rounded-right-radius-67px:hover {
    border-top-right-radius: 67px;
    border-bottom-right-radius: 67px;
  }
  .sm\:rounded-right-radius-68px {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
  }
  .hover\:sm\:rounded-right-radius-68px:hover {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
  }
  .sm\:rounded-right-radius-69px {
    border-top-right-radius: 69px;
    border-bottom-right-radius: 69px;
  }
  .hover\:sm\:rounded-right-radius-69px:hover {
    border-top-right-radius: 69px;
    border-bottom-right-radius: 69px;
  }
  .sm\:rounded-right-radius-70px {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .hover\:sm\:rounded-right-radius-70px:hover {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .sm\:rounded-right-radius-71px {
    border-top-right-radius: 71px;
    border-bottom-right-radius: 71px;
  }
  .hover\:sm\:rounded-right-radius-71px:hover {
    border-top-right-radius: 71px;
    border-bottom-right-radius: 71px;
  }
  .sm\:rounded-right-radius-72px {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .hover\:sm\:rounded-right-radius-72px:hover {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .sm\:rounded-right-radius-73px {
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
  }
  .hover\:sm\:rounded-right-radius-73px:hover {
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
  }
  .sm\:rounded-right-radius-74px {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px;
  }
  .hover\:sm\:rounded-right-radius-74px:hover {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px;
  }
  .sm\:rounded-right-radius-75px {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  .hover\:sm\:rounded-right-radius-75px:hover {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  .sm\:rounded-right-radius-76px {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px;
  }
  .hover\:sm\:rounded-right-radius-76px:hover {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px;
  }
  .sm\:rounded-right-radius-77px {
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
  }
  .hover\:sm\:rounded-right-radius-77px:hover {
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
  }
  .sm\:rounded-right-radius-78px {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
  }
  .hover\:sm\:rounded-right-radius-78px:hover {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
  }
  .sm\:rounded-right-radius-79px {
    border-top-right-radius: 79px;
    border-bottom-right-radius: 79px;
  }
  .hover\:sm\:rounded-right-radius-79px:hover {
    border-top-right-radius: 79px;
    border-bottom-right-radius: 79px;
  }
  .sm\:rounded-right-radius-80px {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .hover\:sm\:rounded-right-radius-80px:hover {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .sm\:rounded-right-radius-81px {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .hover\:sm\:rounded-right-radius-81px:hover {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .sm\:rounded-right-radius-82px {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px;
  }
  .hover\:sm\:rounded-right-radius-82px:hover {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px;
  }
  .sm\:rounded-right-radius-83px {
    border-top-right-radius: 83px;
    border-bottom-right-radius: 83px;
  }
  .hover\:sm\:rounded-right-radius-83px:hover {
    border-top-right-radius: 83px;
    border-bottom-right-radius: 83px;
  }
  .sm\:rounded-right-radius-84px {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
  }
  .hover\:sm\:rounded-right-radius-84px:hover {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
  }
  .sm\:rounded-right-radius-85px {
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
  }
  .hover\:sm\:rounded-right-radius-85px:hover {
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
  }
  .sm\:rounded-right-radius-86px {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .hover\:sm\:rounded-right-radius-86px:hover {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .sm\:rounded-right-radius-87px {
    border-top-right-radius: 87px;
    border-bottom-right-radius: 87px;
  }
  .hover\:sm\:rounded-right-radius-87px:hover {
    border-top-right-radius: 87px;
    border-bottom-right-radius: 87px;
  }
  .sm\:rounded-right-radius-88px {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
  }
  .hover\:sm\:rounded-right-radius-88px:hover {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
  }
  .sm\:rounded-right-radius-89px {
    border-top-right-radius: 89px;
    border-bottom-right-radius: 89px;
  }
  .hover\:sm\:rounded-right-radius-89px:hover {
    border-top-right-radius: 89px;
    border-bottom-right-radius: 89px;
  }
  .sm\:rounded-right-radius-90px {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .hover\:sm\:rounded-right-radius-90px:hover {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .sm\:rounded-right-radius-91px {
    border-top-right-radius: 91px;
    border-bottom-right-radius: 91px;
  }
  .hover\:sm\:rounded-right-radius-91px:hover {
    border-top-right-radius: 91px;
    border-bottom-right-radius: 91px;
  }
  .sm\:rounded-right-radius-92px {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px;
  }
  .hover\:sm\:rounded-right-radius-92px:hover {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px;
  }
  .sm\:rounded-right-radius-93px {
    border-top-right-radius: 93px;
    border-bottom-right-radius: 93px;
  }
  .hover\:sm\:rounded-right-radius-93px:hover {
    border-top-right-radius: 93px;
    border-bottom-right-radius: 93px;
  }
  .sm\:rounded-right-radius-94px {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px;
  }
  .hover\:sm\:rounded-right-radius-94px:hover {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px;
  }
  .sm\:rounded-right-radius-95px {
    border-top-right-radius: 95px;
    border-bottom-right-radius: 95px;
  }
  .hover\:sm\:rounded-right-radius-95px:hover {
    border-top-right-radius: 95px;
    border-bottom-right-radius: 95px;
  }
  .sm\:rounded-right-radius-96px {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
  }
  .hover\:sm\:rounded-right-radius-96px:hover {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
  }
  .sm\:rounded-right-radius-97px {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .hover\:sm\:rounded-right-radius-97px:hover {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .sm\:rounded-right-radius-98px {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px;
  }
  .hover\:sm\:rounded-right-radius-98px:hover {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px;
  }
  .sm\:rounded-right-radius-99px {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }
  .hover\:sm\:rounded-right-radius-99px:hover {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }
  .sm\:rounded-right-radius-100px {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .hover\:sm\:rounded-right-radius-100px:hover {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .sm\:rounded-bottom-radius-0px {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .hover\:sm\:rounded-bottom-radius-0px:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .sm\:rounded-bottom-radius-1px {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .hover\:sm\:rounded-bottom-radius-1px:hover {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .sm\:rounded-bottom-radius-2px {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .hover\:sm\:rounded-bottom-radius-2px:hover {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .sm\:rounded-bottom-radius-3px {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .hover\:sm\:rounded-bottom-radius-3px:hover {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .sm\:rounded-bottom-radius-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .hover\:sm\:rounded-bottom-radius-4px:hover {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .sm\:rounded-bottom-radius-5px {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .hover\:sm\:rounded-bottom-radius-5px:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sm\:rounded-bottom-radius-6px {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .hover\:sm\:rounded-bottom-radius-6px:hover {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .sm\:rounded-bottom-radius-7px {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .hover\:sm\:rounded-bottom-radius-7px:hover {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .sm\:rounded-bottom-radius-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .hover\:sm\:rounded-bottom-radius-8px:hover {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .sm\:rounded-bottom-radius-9px {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .hover\:sm\:rounded-bottom-radius-9px:hover {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .sm\:rounded-bottom-radius-10px {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .hover\:sm\:rounded-bottom-radius-10px:hover {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .sm\:rounded-bottom-radius-11px {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .hover\:sm\:rounded-bottom-radius-11px:hover {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .sm\:rounded-bottom-radius-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .hover\:sm\:rounded-bottom-radius-12px:hover {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .sm\:rounded-bottom-radius-13px {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .hover\:sm\:rounded-bottom-radius-13px:hover {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .sm\:rounded-bottom-radius-14px {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .hover\:sm\:rounded-bottom-radius-14px:hover {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .sm\:rounded-bottom-radius-15px {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .hover\:sm\:rounded-bottom-radius-15px:hover {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .sm\:rounded-bottom-radius-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .hover\:sm\:rounded-bottom-radius-16px:hover {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .sm\:rounded-bottom-radius-17px {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .hover\:sm\:rounded-bottom-radius-17px:hover {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .sm\:rounded-bottom-radius-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .hover\:sm\:rounded-bottom-radius-18px:hover {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .sm\:rounded-bottom-radius-19px {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .hover\:sm\:rounded-bottom-radius-19px:hover {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .sm\:rounded-bottom-radius-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .hover\:sm\:rounded-bottom-radius-20px:hover {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .sm\:rounded-bottom-radius-21px {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .hover\:sm\:rounded-bottom-radius-21px:hover {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .sm\:rounded-bottom-radius-22px {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .hover\:sm\:rounded-bottom-radius-22px:hover {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .sm\:rounded-bottom-radius-23px {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .hover\:sm\:rounded-bottom-radius-23px:hover {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .sm\:rounded-bottom-radius-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .hover\:sm\:rounded-bottom-radius-24px:hover {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .sm\:rounded-bottom-radius-25px {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hover\:sm\:rounded-bottom-radius-25px:hover {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .sm\:rounded-bottom-radius-26px {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .hover\:sm\:rounded-bottom-radius-26px:hover {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .sm\:rounded-bottom-radius-27px {
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .hover\:sm\:rounded-bottom-radius-27px:hover {
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .sm\:rounded-bottom-radius-28px {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .hover\:sm\:rounded-bottom-radius-28px:hover {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .sm\:rounded-bottom-radius-29px {
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .hover\:sm\:rounded-bottom-radius-29px:hover {
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .sm\:rounded-bottom-radius-30px {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .hover\:sm\:rounded-bottom-radius-30px:hover {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .sm\:rounded-bottom-radius-31px {
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .hover\:sm\:rounded-bottom-radius-31px:hover {
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .sm\:rounded-bottom-radius-32px {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .hover\:sm\:rounded-bottom-radius-32px:hover {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .sm\:rounded-bottom-radius-33px {
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .hover\:sm\:rounded-bottom-radius-33px:hover {
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .sm\:rounded-bottom-radius-34px {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .hover\:sm\:rounded-bottom-radius-34px:hover {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .sm\:rounded-bottom-radius-35px {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .hover\:sm\:rounded-bottom-radius-35px:hover {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .sm\:rounded-bottom-radius-36px {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .hover\:sm\:rounded-bottom-radius-36px:hover {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .sm\:rounded-bottom-radius-37px {
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .hover\:sm\:rounded-bottom-radius-37px:hover {
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .sm\:rounded-bottom-radius-38px {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .hover\:sm\:rounded-bottom-radius-38px:hover {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .sm\:rounded-bottom-radius-39px {
    border-bottom-right-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .hover\:sm\:rounded-bottom-radius-39px:hover {
    border-bottom-right-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .sm\:rounded-bottom-radius-40px {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .hover\:sm\:rounded-bottom-radius-40px:hover {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .sm\:rounded-bottom-radius-41px {
    border-bottom-right-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .hover\:sm\:rounded-bottom-radius-41px:hover {
    border-bottom-right-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .sm\:rounded-bottom-radius-42px {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .hover\:sm\:rounded-bottom-radius-42px:hover {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .sm\:rounded-bottom-radius-43px {
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .hover\:sm\:rounded-bottom-radius-43px:hover {
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .sm\:rounded-bottom-radius-44px {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .hover\:sm\:rounded-bottom-radius-44px:hover {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .sm\:rounded-bottom-radius-45px {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .hover\:sm\:rounded-bottom-radius-45px:hover {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .sm\:rounded-bottom-radius-46px {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .hover\:sm\:rounded-bottom-radius-46px:hover {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .sm\:rounded-bottom-radius-47px {
    border-bottom-right-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .hover\:sm\:rounded-bottom-radius-47px:hover {
    border-bottom-right-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .sm\:rounded-bottom-radius-48px {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .hover\:sm\:rounded-bottom-radius-48px:hover {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .sm\:rounded-bottom-radius-49px {
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .hover\:sm\:rounded-bottom-radius-49px:hover {
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .sm\:rounded-bottom-radius-50px {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .hover\:sm\:rounded-bottom-radius-50px:hover {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .sm\:rounded-bottom-radius-51px {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .hover\:sm\:rounded-bottom-radius-51px:hover {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .sm\:rounded-bottom-radius-52px {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .hover\:sm\:rounded-bottom-radius-52px:hover {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .sm\:rounded-bottom-radius-53px {
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .hover\:sm\:rounded-bottom-radius-53px:hover {
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .sm\:rounded-bottom-radius-54px {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .hover\:sm\:rounded-bottom-radius-54px:hover {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .sm\:rounded-bottom-radius-55px {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .hover\:sm\:rounded-bottom-radius-55px:hover {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .sm\:rounded-bottom-radius-56px {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .hover\:sm\:rounded-bottom-radius-56px:hover {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .sm\:rounded-bottom-radius-57px {
    border-bottom-right-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .hover\:sm\:rounded-bottom-radius-57px:hover {
    border-bottom-right-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .sm\:rounded-bottom-radius-58px {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .hover\:sm\:rounded-bottom-radius-58px:hover {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .sm\:rounded-bottom-radius-59px {
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .hover\:sm\:rounded-bottom-radius-59px:hover {
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .sm\:rounded-bottom-radius-60px {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .hover\:sm\:rounded-bottom-radius-60px:hover {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .sm\:rounded-bottom-radius-61px {
    border-bottom-right-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .hover\:sm\:rounded-bottom-radius-61px:hover {
    border-bottom-right-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .sm\:rounded-bottom-radius-62px {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .hover\:sm\:rounded-bottom-radius-62px:hover {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .sm\:rounded-bottom-radius-63px {
    border-bottom-right-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .hover\:sm\:rounded-bottom-radius-63px:hover {
    border-bottom-right-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .sm\:rounded-bottom-radius-64px {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .hover\:sm\:rounded-bottom-radius-64px:hover {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .sm\:rounded-bottom-radius-65px {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .hover\:sm\:rounded-bottom-radius-65px:hover {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .sm\:rounded-bottom-radius-66px {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .hover\:sm\:rounded-bottom-radius-66px:hover {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .sm\:rounded-bottom-radius-67px {
    border-bottom-right-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .hover\:sm\:rounded-bottom-radius-67px:hover {
    border-bottom-right-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .sm\:rounded-bottom-radius-68px {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .hover\:sm\:rounded-bottom-radius-68px:hover {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .sm\:rounded-bottom-radius-69px {
    border-bottom-right-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .hover\:sm\:rounded-bottom-radius-69px:hover {
    border-bottom-right-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .sm\:rounded-bottom-radius-70px {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .hover\:sm\:rounded-bottom-radius-70px:hover {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .sm\:rounded-bottom-radius-71px {
    border-bottom-right-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .hover\:sm\:rounded-bottom-radius-71px:hover {
    border-bottom-right-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .sm\:rounded-bottom-radius-72px {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .hover\:sm\:rounded-bottom-radius-72px:hover {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .sm\:rounded-bottom-radius-73px {
    border-bottom-right-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .hover\:sm\:rounded-bottom-radius-73px:hover {
    border-bottom-right-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .sm\:rounded-bottom-radius-74px {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .hover\:sm\:rounded-bottom-radius-74px:hover {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .sm\:rounded-bottom-radius-75px {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .hover\:sm\:rounded-bottom-radius-75px:hover {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .sm\:rounded-bottom-radius-76px {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .hover\:sm\:rounded-bottom-radius-76px:hover {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .sm\:rounded-bottom-radius-77px {
    border-bottom-right-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .hover\:sm\:rounded-bottom-radius-77px:hover {
    border-bottom-right-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .sm\:rounded-bottom-radius-78px {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .hover\:sm\:rounded-bottom-radius-78px:hover {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .sm\:rounded-bottom-radius-79px {
    border-bottom-right-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .hover\:sm\:rounded-bottom-radius-79px:hover {
    border-bottom-right-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .sm\:rounded-bottom-radius-80px {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .hover\:sm\:rounded-bottom-radius-80px:hover {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .sm\:rounded-bottom-radius-81px {
    border-bottom-right-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .hover\:sm\:rounded-bottom-radius-81px:hover {
    border-bottom-right-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .sm\:rounded-bottom-radius-82px {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .hover\:sm\:rounded-bottom-radius-82px:hover {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .sm\:rounded-bottom-radius-83px {
    border-bottom-right-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .hover\:sm\:rounded-bottom-radius-83px:hover {
    border-bottom-right-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .sm\:rounded-bottom-radius-84px {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .hover\:sm\:rounded-bottom-radius-84px:hover {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .sm\:rounded-bottom-radius-85px {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .hover\:sm\:rounded-bottom-radius-85px:hover {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .sm\:rounded-bottom-radius-86px {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .hover\:sm\:rounded-bottom-radius-86px:hover {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .sm\:rounded-bottom-radius-87px {
    border-bottom-right-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .hover\:sm\:rounded-bottom-radius-87px:hover {
    border-bottom-right-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .sm\:rounded-bottom-radius-88px {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .hover\:sm\:rounded-bottom-radius-88px:hover {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .sm\:rounded-bottom-radius-89px {
    border-bottom-right-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .hover\:sm\:rounded-bottom-radius-89px:hover {
    border-bottom-right-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .sm\:rounded-bottom-radius-90px {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .hover\:sm\:rounded-bottom-radius-90px:hover {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .sm\:rounded-bottom-radius-91px {
    border-bottom-right-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .hover\:sm\:rounded-bottom-radius-91px:hover {
    border-bottom-right-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .sm\:rounded-bottom-radius-92px {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .hover\:sm\:rounded-bottom-radius-92px:hover {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .sm\:rounded-bottom-radius-93px {
    border-bottom-right-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .hover\:sm\:rounded-bottom-radius-93px:hover {
    border-bottom-right-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .sm\:rounded-bottom-radius-94px {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .hover\:sm\:rounded-bottom-radius-94px:hover {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .sm\:rounded-bottom-radius-95px {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .hover\:sm\:rounded-bottom-radius-95px:hover {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .sm\:rounded-bottom-radius-96px {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .hover\:sm\:rounded-bottom-radius-96px:hover {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .sm\:rounded-bottom-radius-97px {
    border-bottom-right-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .hover\:sm\:rounded-bottom-radius-97px:hover {
    border-bottom-right-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .sm\:rounded-bottom-radius-98px {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .hover\:sm\:rounded-bottom-radius-98px:hover {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .sm\:rounded-bottom-radius-99px {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .hover\:sm\:rounded-bottom-radius-99px:hover {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .sm\:rounded-bottom-radius-100px {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .hover\:sm\:rounded-bottom-radius-100px:hover {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .sm\:rounded-left-radius-0px {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .hover\:sm\:rounded-left-radius-0px:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .sm\:rounded-left-radius-1px {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .hover\:sm\:rounded-left-radius-1px:hover {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .sm\:rounded-left-radius-2px {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .hover\:sm\:rounded-left-radius-2px:hover {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .sm\:rounded-left-radius-3px {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .hover\:sm\:rounded-left-radius-3px:hover {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .sm\:rounded-left-radius-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .hover\:sm\:rounded-left-radius-4px:hover {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .sm\:rounded-left-radius-5px {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .hover\:sm\:rounded-left-radius-5px:hover {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .sm\:rounded-left-radius-6px {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .hover\:sm\:rounded-left-radius-6px:hover {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .sm\:rounded-left-radius-7px {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .hover\:sm\:rounded-left-radius-7px:hover {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .sm\:rounded-left-radius-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .hover\:sm\:rounded-left-radius-8px:hover {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .sm\:rounded-left-radius-9px {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .hover\:sm\:rounded-left-radius-9px:hover {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .sm\:rounded-left-radius-10px {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .hover\:sm\:rounded-left-radius-10px:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .sm\:rounded-left-radius-11px {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .hover\:sm\:rounded-left-radius-11px:hover {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .sm\:rounded-left-radius-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .hover\:sm\:rounded-left-radius-12px:hover {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .sm\:rounded-left-radius-13px {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .hover\:sm\:rounded-left-radius-13px:hover {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .sm\:rounded-left-radius-14px {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .hover\:sm\:rounded-left-radius-14px:hover {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .sm\:rounded-left-radius-15px {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .hover\:sm\:rounded-left-radius-15px:hover {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .sm\:rounded-left-radius-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .hover\:sm\:rounded-left-radius-16px:hover {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .sm\:rounded-left-radius-17px {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .hover\:sm\:rounded-left-radius-17px:hover {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .sm\:rounded-left-radius-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .hover\:sm\:rounded-left-radius-18px:hover {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .sm\:rounded-left-radius-19px {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .hover\:sm\:rounded-left-radius-19px:hover {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .sm\:rounded-left-radius-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .hover\:sm\:rounded-left-radius-20px:hover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .sm\:rounded-left-radius-21px {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .hover\:sm\:rounded-left-radius-21px:hover {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .sm\:rounded-left-radius-22px {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .hover\:sm\:rounded-left-radius-22px:hover {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .sm\:rounded-left-radius-23px {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .hover\:sm\:rounded-left-radius-23px:hover {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .sm\:rounded-left-radius-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .hover\:sm\:rounded-left-radius-24px:hover {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .sm\:rounded-left-radius-25px {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hover\:sm\:rounded-left-radius-25px:hover {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .sm\:rounded-left-radius-26px {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .hover\:sm\:rounded-left-radius-26px:hover {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .sm\:rounded-left-radius-27px {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .hover\:sm\:rounded-left-radius-27px:hover {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .sm\:rounded-left-radius-28px {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .hover\:sm\:rounded-left-radius-28px:hover {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .sm\:rounded-left-radius-29px {
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .hover\:sm\:rounded-left-radius-29px:hover {
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .sm\:rounded-left-radius-30px {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .hover\:sm\:rounded-left-radius-30px:hover {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .sm\:rounded-left-radius-31px {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .hover\:sm\:rounded-left-radius-31px:hover {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .sm\:rounded-left-radius-32px {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .hover\:sm\:rounded-left-radius-32px:hover {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .sm\:rounded-left-radius-33px {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .hover\:sm\:rounded-left-radius-33px:hover {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .sm\:rounded-left-radius-34px {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .hover\:sm\:rounded-left-radius-34px:hover {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .sm\:rounded-left-radius-35px {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .hover\:sm\:rounded-left-radius-35px:hover {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .sm\:rounded-left-radius-36px {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .hover\:sm\:rounded-left-radius-36px:hover {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .sm\:rounded-left-radius-37px {
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .hover\:sm\:rounded-left-radius-37px:hover {
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .sm\:rounded-left-radius-38px {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .hover\:sm\:rounded-left-radius-38px:hover {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .sm\:rounded-left-radius-39px {
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .hover\:sm\:rounded-left-radius-39px:hover {
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .sm\:rounded-left-radius-40px {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .hover\:sm\:rounded-left-radius-40px:hover {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .sm\:rounded-left-radius-41px {
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .hover\:sm\:rounded-left-radius-41px:hover {
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .sm\:rounded-left-radius-42px {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .hover\:sm\:rounded-left-radius-42px:hover {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .sm\:rounded-left-radius-43px {
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .hover\:sm\:rounded-left-radius-43px:hover {
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .sm\:rounded-left-radius-44px {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .hover\:sm\:rounded-left-radius-44px:hover {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .sm\:rounded-left-radius-45px {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .hover\:sm\:rounded-left-radius-45px:hover {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .sm\:rounded-left-radius-46px {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .hover\:sm\:rounded-left-radius-46px:hover {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .sm\:rounded-left-radius-47px {
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .hover\:sm\:rounded-left-radius-47px:hover {
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .sm\:rounded-left-radius-48px {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .hover\:sm\:rounded-left-radius-48px:hover {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .sm\:rounded-left-radius-49px {
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .hover\:sm\:rounded-left-radius-49px:hover {
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .sm\:rounded-left-radius-50px {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .hover\:sm\:rounded-left-radius-50px:hover {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .sm\:rounded-left-radius-51px {
    border-top-left-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .hover\:sm\:rounded-left-radius-51px:hover {
    border-top-left-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .sm\:rounded-left-radius-52px {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .hover\:sm\:rounded-left-radius-52px:hover {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .sm\:rounded-left-radius-53px {
    border-top-left-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .hover\:sm\:rounded-left-radius-53px:hover {
    border-top-left-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .sm\:rounded-left-radius-54px {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .hover\:sm\:rounded-left-radius-54px:hover {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .sm\:rounded-left-radius-55px {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .hover\:sm\:rounded-left-radius-55px:hover {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .sm\:rounded-left-radius-56px {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .hover\:sm\:rounded-left-radius-56px:hover {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .sm\:rounded-left-radius-57px {
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .hover\:sm\:rounded-left-radius-57px:hover {
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .sm\:rounded-left-radius-58px {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .hover\:sm\:rounded-left-radius-58px:hover {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .sm\:rounded-left-radius-59px {
    border-top-left-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .hover\:sm\:rounded-left-radius-59px:hover {
    border-top-left-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .sm\:rounded-left-radius-60px {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .hover\:sm\:rounded-left-radius-60px:hover {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .sm\:rounded-left-radius-61px {
    border-top-left-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .hover\:sm\:rounded-left-radius-61px:hover {
    border-top-left-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .sm\:rounded-left-radius-62px {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .hover\:sm\:rounded-left-radius-62px:hover {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .sm\:rounded-left-radius-63px {
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .hover\:sm\:rounded-left-radius-63px:hover {
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .sm\:rounded-left-radius-64px {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .hover\:sm\:rounded-left-radius-64px:hover {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .sm\:rounded-left-radius-65px {
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .hover\:sm\:rounded-left-radius-65px:hover {
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .sm\:rounded-left-radius-66px {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .hover\:sm\:rounded-left-radius-66px:hover {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .sm\:rounded-left-radius-67px {
    border-top-left-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .hover\:sm\:rounded-left-radius-67px:hover {
    border-top-left-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .sm\:rounded-left-radius-68px {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .hover\:sm\:rounded-left-radius-68px:hover {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .sm\:rounded-left-radius-69px {
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .hover\:sm\:rounded-left-radius-69px:hover {
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .sm\:rounded-left-radius-70px {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .hover\:sm\:rounded-left-radius-70px:hover {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .sm\:rounded-left-radius-71px {
    border-top-left-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .hover\:sm\:rounded-left-radius-71px:hover {
    border-top-left-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .sm\:rounded-left-radius-72px {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .hover\:sm\:rounded-left-radius-72px:hover {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .sm\:rounded-left-radius-73px {
    border-top-left-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .hover\:sm\:rounded-left-radius-73px:hover {
    border-top-left-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .sm\:rounded-left-radius-74px {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .hover\:sm\:rounded-left-radius-74px:hover {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .sm\:rounded-left-radius-75px {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .hover\:sm\:rounded-left-radius-75px:hover {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .sm\:rounded-left-radius-76px {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .hover\:sm\:rounded-left-radius-76px:hover {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .sm\:rounded-left-radius-77px {
    border-top-left-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .hover\:sm\:rounded-left-radius-77px:hover {
    border-top-left-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .sm\:rounded-left-radius-78px {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .hover\:sm\:rounded-left-radius-78px:hover {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .sm\:rounded-left-radius-79px {
    border-top-left-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .hover\:sm\:rounded-left-radius-79px:hover {
    border-top-left-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .sm\:rounded-left-radius-80px {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .hover\:sm\:rounded-left-radius-80px:hover {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .sm\:rounded-left-radius-81px {
    border-top-left-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .hover\:sm\:rounded-left-radius-81px:hover {
    border-top-left-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .sm\:rounded-left-radius-82px {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .hover\:sm\:rounded-left-radius-82px:hover {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .sm\:rounded-left-radius-83px {
    border-top-left-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .hover\:sm\:rounded-left-radius-83px:hover {
    border-top-left-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .sm\:rounded-left-radius-84px {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .hover\:sm\:rounded-left-radius-84px:hover {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .sm\:rounded-left-radius-85px {
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .hover\:sm\:rounded-left-radius-85px:hover {
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .sm\:rounded-left-radius-86px {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .hover\:sm\:rounded-left-radius-86px:hover {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .sm\:rounded-left-radius-87px {
    border-top-left-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .hover\:sm\:rounded-left-radius-87px:hover {
    border-top-left-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .sm\:rounded-left-radius-88px {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .hover\:sm\:rounded-left-radius-88px:hover {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .sm\:rounded-left-radius-89px {
    border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .hover\:sm\:rounded-left-radius-89px:hover {
    border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .sm\:rounded-left-radius-90px {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .hover\:sm\:rounded-left-radius-90px:hover {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .sm\:rounded-left-radius-91px {
    border-top-left-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .hover\:sm\:rounded-left-radius-91px:hover {
    border-top-left-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .sm\:rounded-left-radius-92px {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .hover\:sm\:rounded-left-radius-92px:hover {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .sm\:rounded-left-radius-93px {
    border-top-left-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .hover\:sm\:rounded-left-radius-93px:hover {
    border-top-left-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .sm\:rounded-left-radius-94px {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .hover\:sm\:rounded-left-radius-94px:hover {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .sm\:rounded-left-radius-95px {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .hover\:sm\:rounded-left-radius-95px:hover {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .sm\:rounded-left-radius-96px {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .hover\:sm\:rounded-left-radius-96px:hover {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .sm\:rounded-left-radius-97px {
    border-top-left-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .hover\:sm\:rounded-left-radius-97px:hover {
    border-top-left-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .sm\:rounded-left-radius-98px {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .hover\:sm\:rounded-left-radius-98px:hover {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .sm\:rounded-left-radius-99px {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .hover\:sm\:rounded-left-radius-99px:hover {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .sm\:rounded-left-radius-100px {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .hover\:sm\:rounded-left-radius-100px:hover {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .sm\:border-0px {
    border-width: 0px;
  }
  .hover\:sm\:border-0px:hover {
    border-width: 0px;
  }
  .active\:sm\:border-0px:active {
    border-width: 0px;
  }
  .focus\:sm\:border-0px:focus {
    border-width: 0px;
  }
  .sm\:border-1px {
    border-width: 1px;
  }
  .hover\:sm\:border-1px:hover {
    border-width: 1px;
  }
  .active\:sm\:border-1px:active {
    border-width: 1px;
  }
  .focus\:sm\:border-1px:focus {
    border-width: 1px;
  }
  .sm\:border-2px {
    border-width: 2px;
  }
  .hover\:sm\:border-2px:hover {
    border-width: 2px;
  }
  .active\:sm\:border-2px:active {
    border-width: 2px;
  }
  .focus\:sm\:border-2px:focus {
    border-width: 2px;
  }
  .sm\:border-3px {
    border-width: 3px;
  }
  .hover\:sm\:border-3px:hover {
    border-width: 3px;
  }
  .active\:sm\:border-3px:active {
    border-width: 3px;
  }
  .focus\:sm\:border-3px:focus {
    border-width: 3px;
  }
  .sm\:border-4px {
    border-width: 4px;
  }
  .hover\:sm\:border-4px:hover {
    border-width: 4px;
  }
  .active\:sm\:border-4px:active {
    border-width: 4px;
  }
  .focus\:sm\:border-4px:focus {
    border-width: 4px;
  }
  .sm\:border-5px {
    border-width: 5px;
  }
  .hover\:sm\:border-5px:hover {
    border-width: 5px;
  }
  .active\:sm\:border-5px:active {
    border-width: 5px;
  }
  .focus\:sm\:border-5px:focus {
    border-width: 5px;
  }
  .sm\:border-6px {
    border-width: 6px;
  }
  .hover\:sm\:border-6px:hover {
    border-width: 6px;
  }
  .active\:sm\:border-6px:active {
    border-width: 6px;
  }
  .focus\:sm\:border-6px:focus {
    border-width: 6px;
  }
  .sm\:border-7px {
    border-width: 7px;
  }
  .hover\:sm\:border-7px:hover {
    border-width: 7px;
  }
  .active\:sm\:border-7px:active {
    border-width: 7px;
  }
  .focus\:sm\:border-7px:focus {
    border-width: 7px;
  }
  .sm\:border-8px {
    border-width: 8px;
  }
  .hover\:sm\:border-8px:hover {
    border-width: 8px;
  }
  .active\:sm\:border-8px:active {
    border-width: 8px;
  }
  .focus\:sm\:border-8px:focus {
    border-width: 8px;
  }
  .sm\:border-9px {
    border-width: 9px;
  }
  .hover\:sm\:border-9px:hover {
    border-width: 9px;
  }
  .active\:sm\:border-9px:active {
    border-width: 9px;
  }
  .focus\:sm\:border-9px:focus {
    border-width: 9px;
  }
  .sm\:border-10px {
    border-width: 10px;
  }
  .hover\:sm\:border-10px:hover {
    border-width: 10px;
  }
  .active\:sm\:border-10px:active {
    border-width: 10px;
  }
  .focus\:sm\:border-10px:focus {
    border-width: 10px;
  }
  .sm\:border-x-0px {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .hover\:sm\:border-x-0px:hover {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .sm\:border-x-1px {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .hover\:sm\:border-x-1px:hover {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .sm\:border-x-2px {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .hover\:sm\:border-x-2px:hover {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .sm\:border-x-3px {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .hover\:sm\:border-x-3px:hover {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .sm\:border-x-4px {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .hover\:sm\:border-x-4px:hover {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .sm\:border-x-5px {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .hover\:sm\:border-x-5px:hover {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .sm\:border-x-6px {
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .hover\:sm\:border-x-6px:hover {
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .sm\:border-x-7px {
    border-left-width: 7px;
    border-right-width: 7px;
  }
  .hover\:sm\:border-x-7px:hover {
    border-left-width: 7px;
    border-right-width: 7px;
  }
  .sm\:border-x-8px {
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .hover\:sm\:border-x-8px:hover {
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .sm\:border-x-9px {
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .hover\:sm\:border-x-9px:hover {
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .sm\:border-x-10px {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .hover\:sm\:border-x-10px:hover {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .sm\:border-y-0px {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .hover\:sm\:border-y-0px:hover {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .sm\:border-y-1px {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .hover\:sm\:border-y-1px:hover {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .sm\:border-y-2px {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .hover\:sm\:border-y-2px:hover {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .sm\:border-y-3px {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .hover\:sm\:border-y-3px:hover {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .sm\:border-y-4px {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .hover\:sm\:border-y-4px:hover {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .sm\:border-y-5px {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .hover\:sm\:border-y-5px:hover {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .sm\:border-y-6px {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .hover\:sm\:border-y-6px:hover {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .sm\:border-y-7px {
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .hover\:sm\:border-y-7px:hover {
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .sm\:border-y-8px {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .hover\:sm\:border-y-8px:hover {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .sm\:border-y-9px {
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .hover\:sm\:border-y-9px:hover {
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .sm\:border-y-10px {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .hover\:sm\:border-y-10px:hover {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .sm\:border-top-width-0px {
    border-top-width: 0px;
  }
  .hover\:sm\:border-top-width-0px:hover {
    border-top-width: 0px;
  }
  .active\:sm\:border-top-width-0px:active {
    border-top-width: 0px;
  }
  .focus\:sm\:border-top-width-0px:focus {
    border-top-width: 0px;
  }
  .sm\:border-top-width-1px {
    border-top-width: 1px;
  }
  .hover\:sm\:border-top-width-1px:hover {
    border-top-width: 1px;
  }
  .active\:sm\:border-top-width-1px:active {
    border-top-width: 1px;
  }
  .focus\:sm\:border-top-width-1px:focus {
    border-top-width: 1px;
  }
  .sm\:border-top-width-2px {
    border-top-width: 2px;
  }
  .hover\:sm\:border-top-width-2px:hover {
    border-top-width: 2px;
  }
  .active\:sm\:border-top-width-2px:active {
    border-top-width: 2px;
  }
  .focus\:sm\:border-top-width-2px:focus {
    border-top-width: 2px;
  }
  .sm\:border-top-width-3px {
    border-top-width: 3px;
  }
  .hover\:sm\:border-top-width-3px:hover {
    border-top-width: 3px;
  }
  .active\:sm\:border-top-width-3px:active {
    border-top-width: 3px;
  }
  .focus\:sm\:border-top-width-3px:focus {
    border-top-width: 3px;
  }
  .sm\:border-top-width-4px {
    border-top-width: 4px;
  }
  .hover\:sm\:border-top-width-4px:hover {
    border-top-width: 4px;
  }
  .active\:sm\:border-top-width-4px:active {
    border-top-width: 4px;
  }
  .focus\:sm\:border-top-width-4px:focus {
    border-top-width: 4px;
  }
  .sm\:border-top-width-5px {
    border-top-width: 5px;
  }
  .hover\:sm\:border-top-width-5px:hover {
    border-top-width: 5px;
  }
  .active\:sm\:border-top-width-5px:active {
    border-top-width: 5px;
  }
  .focus\:sm\:border-top-width-5px:focus {
    border-top-width: 5px;
  }
  .sm\:border-top-width-6px {
    border-top-width: 6px;
  }
  .hover\:sm\:border-top-width-6px:hover {
    border-top-width: 6px;
  }
  .active\:sm\:border-top-width-6px:active {
    border-top-width: 6px;
  }
  .focus\:sm\:border-top-width-6px:focus {
    border-top-width: 6px;
  }
  .sm\:border-top-width-7px {
    border-top-width: 7px;
  }
  .hover\:sm\:border-top-width-7px:hover {
    border-top-width: 7px;
  }
  .active\:sm\:border-top-width-7px:active {
    border-top-width: 7px;
  }
  .focus\:sm\:border-top-width-7px:focus {
    border-top-width: 7px;
  }
  .sm\:border-top-width-8px {
    border-top-width: 8px;
  }
  .hover\:sm\:border-top-width-8px:hover {
    border-top-width: 8px;
  }
  .active\:sm\:border-top-width-8px:active {
    border-top-width: 8px;
  }
  .focus\:sm\:border-top-width-8px:focus {
    border-top-width: 8px;
  }
  .sm\:border-top-width-9px {
    border-top-width: 9px;
  }
  .hover\:sm\:border-top-width-9px:hover {
    border-top-width: 9px;
  }
  .active\:sm\:border-top-width-9px:active {
    border-top-width: 9px;
  }
  .focus\:sm\:border-top-width-9px:focus {
    border-top-width: 9px;
  }
  .sm\:border-top-width-10px {
    border-top-width: 10px;
  }
  .hover\:sm\:border-top-width-10px:hover {
    border-top-width: 10px;
  }
  .active\:sm\:border-top-width-10px:active {
    border-top-width: 10px;
  }
  .focus\:sm\:border-top-width-10px:focus {
    border-top-width: 10px;
  }
  .sm\:border-right-width-0px {
    border-right-width: 0px;
  }
  .hover\:sm\:border-right-width-0px:hover {
    border-right-width: 0px;
  }
  .active\:sm\:border-right-width-0px:active {
    border-right-width: 0px;
  }
  .focus\:sm\:border-right-width-0px:focus {
    border-right-width: 0px;
  }
  .sm\:border-right-width-1px {
    border-right-width: 1px;
  }
  .hover\:sm\:border-right-width-1px:hover {
    border-right-width: 1px;
  }
  .active\:sm\:border-right-width-1px:active {
    border-right-width: 1px;
  }
  .focus\:sm\:border-right-width-1px:focus {
    border-right-width: 1px;
  }
  .sm\:border-right-width-2px {
    border-right-width: 2px;
  }
  .hover\:sm\:border-right-width-2px:hover {
    border-right-width: 2px;
  }
  .active\:sm\:border-right-width-2px:active {
    border-right-width: 2px;
  }
  .focus\:sm\:border-right-width-2px:focus {
    border-right-width: 2px;
  }
  .sm\:border-right-width-3px {
    border-right-width: 3px;
  }
  .hover\:sm\:border-right-width-3px:hover {
    border-right-width: 3px;
  }
  .active\:sm\:border-right-width-3px:active {
    border-right-width: 3px;
  }
  .focus\:sm\:border-right-width-3px:focus {
    border-right-width: 3px;
  }
  .sm\:border-right-width-4px {
    border-right-width: 4px;
  }
  .hover\:sm\:border-right-width-4px:hover {
    border-right-width: 4px;
  }
  .active\:sm\:border-right-width-4px:active {
    border-right-width: 4px;
  }
  .focus\:sm\:border-right-width-4px:focus {
    border-right-width: 4px;
  }
  .sm\:border-right-width-5px {
    border-right-width: 5px;
  }
  .hover\:sm\:border-right-width-5px:hover {
    border-right-width: 5px;
  }
  .active\:sm\:border-right-width-5px:active {
    border-right-width: 5px;
  }
  .focus\:sm\:border-right-width-5px:focus {
    border-right-width: 5px;
  }
  .sm\:border-right-width-6px {
    border-right-width: 6px;
  }
  .hover\:sm\:border-right-width-6px:hover {
    border-right-width: 6px;
  }
  .active\:sm\:border-right-width-6px:active {
    border-right-width: 6px;
  }
  .focus\:sm\:border-right-width-6px:focus {
    border-right-width: 6px;
  }
  .sm\:border-right-width-7px {
    border-right-width: 7px;
  }
  .hover\:sm\:border-right-width-7px:hover {
    border-right-width: 7px;
  }
  .active\:sm\:border-right-width-7px:active {
    border-right-width: 7px;
  }
  .focus\:sm\:border-right-width-7px:focus {
    border-right-width: 7px;
  }
  .sm\:border-right-width-8px {
    border-right-width: 8px;
  }
  .hover\:sm\:border-right-width-8px:hover {
    border-right-width: 8px;
  }
  .active\:sm\:border-right-width-8px:active {
    border-right-width: 8px;
  }
  .focus\:sm\:border-right-width-8px:focus {
    border-right-width: 8px;
  }
  .sm\:border-right-width-9px {
    border-right-width: 9px;
  }
  .hover\:sm\:border-right-width-9px:hover {
    border-right-width: 9px;
  }
  .active\:sm\:border-right-width-9px:active {
    border-right-width: 9px;
  }
  .focus\:sm\:border-right-width-9px:focus {
    border-right-width: 9px;
  }
  .sm\:border-right-width-10px {
    border-right-width: 10px;
  }
  .hover\:sm\:border-right-width-10px:hover {
    border-right-width: 10px;
  }
  .active\:sm\:border-right-width-10px:active {
    border-right-width: 10px;
  }
  .focus\:sm\:border-right-width-10px:focus {
    border-right-width: 10px;
  }
  .sm\:border-bottom-width-0px {
    border-bottom-width: 0px;
  }
  .hover\:sm\:border-bottom-width-0px:hover {
    border-bottom-width: 0px;
  }
  .active\:sm\:border-bottom-width-0px:active {
    border-bottom-width: 0px;
  }
  .focus\:sm\:border-bottom-width-0px:focus {
    border-bottom-width: 0px;
  }
  .sm\:border-bottom-width-1px {
    border-bottom-width: 1px;
  }
  .hover\:sm\:border-bottom-width-1px:hover {
    border-bottom-width: 1px;
  }
  .active\:sm\:border-bottom-width-1px:active {
    border-bottom-width: 1px;
  }
  .focus\:sm\:border-bottom-width-1px:focus {
    border-bottom-width: 1px;
  }
  .sm\:border-bottom-width-2px {
    border-bottom-width: 2px;
  }
  .hover\:sm\:border-bottom-width-2px:hover {
    border-bottom-width: 2px;
  }
  .active\:sm\:border-bottom-width-2px:active {
    border-bottom-width: 2px;
  }
  .focus\:sm\:border-bottom-width-2px:focus {
    border-bottom-width: 2px;
  }
  .sm\:border-bottom-width-3px {
    border-bottom-width: 3px;
  }
  .hover\:sm\:border-bottom-width-3px:hover {
    border-bottom-width: 3px;
  }
  .active\:sm\:border-bottom-width-3px:active {
    border-bottom-width: 3px;
  }
  .focus\:sm\:border-bottom-width-3px:focus {
    border-bottom-width: 3px;
  }
  .sm\:border-bottom-width-4px {
    border-bottom-width: 4px;
  }
  .hover\:sm\:border-bottom-width-4px:hover {
    border-bottom-width: 4px;
  }
  .active\:sm\:border-bottom-width-4px:active {
    border-bottom-width: 4px;
  }
  .focus\:sm\:border-bottom-width-4px:focus {
    border-bottom-width: 4px;
  }
  .sm\:border-bottom-width-5px {
    border-bottom-width: 5px;
  }
  .hover\:sm\:border-bottom-width-5px:hover {
    border-bottom-width: 5px;
  }
  .active\:sm\:border-bottom-width-5px:active {
    border-bottom-width: 5px;
  }
  .focus\:sm\:border-bottom-width-5px:focus {
    border-bottom-width: 5px;
  }
  .sm\:border-bottom-width-6px {
    border-bottom-width: 6px;
  }
  .hover\:sm\:border-bottom-width-6px:hover {
    border-bottom-width: 6px;
  }
  .active\:sm\:border-bottom-width-6px:active {
    border-bottom-width: 6px;
  }
  .focus\:sm\:border-bottom-width-6px:focus {
    border-bottom-width: 6px;
  }
  .sm\:border-bottom-width-7px {
    border-bottom-width: 7px;
  }
  .hover\:sm\:border-bottom-width-7px:hover {
    border-bottom-width: 7px;
  }
  .active\:sm\:border-bottom-width-7px:active {
    border-bottom-width: 7px;
  }
  .focus\:sm\:border-bottom-width-7px:focus {
    border-bottom-width: 7px;
  }
  .sm\:border-bottom-width-8px {
    border-bottom-width: 8px;
  }
  .hover\:sm\:border-bottom-width-8px:hover {
    border-bottom-width: 8px;
  }
  .active\:sm\:border-bottom-width-8px:active {
    border-bottom-width: 8px;
  }
  .focus\:sm\:border-bottom-width-8px:focus {
    border-bottom-width: 8px;
  }
  .sm\:border-bottom-width-9px {
    border-bottom-width: 9px;
  }
  .hover\:sm\:border-bottom-width-9px:hover {
    border-bottom-width: 9px;
  }
  .active\:sm\:border-bottom-width-9px:active {
    border-bottom-width: 9px;
  }
  .focus\:sm\:border-bottom-width-9px:focus {
    border-bottom-width: 9px;
  }
  .sm\:border-bottom-width-10px {
    border-bottom-width: 10px;
  }
  .hover\:sm\:border-bottom-width-10px:hover {
    border-bottom-width: 10px;
  }
  .active\:sm\:border-bottom-width-10px:active {
    border-bottom-width: 10px;
  }
  .focus\:sm\:border-bottom-width-10px:focus {
    border-bottom-width: 10px;
  }
  .sm\:border-left-width-0px {
    border-left-width: 0px;
  }
  .hover\:sm\:border-left-width-0px:hover {
    border-left-width: 0px;
  }
  .active\:sm\:border-left-width-0px:active {
    border-left-width: 0px;
  }
  .focus\:sm\:border-left-width-0px:focus {
    border-left-width: 0px;
  }
  .sm\:border-left-width-1px {
    border-left-width: 1px;
  }
  .hover\:sm\:border-left-width-1px:hover {
    border-left-width: 1px;
  }
  .active\:sm\:border-left-width-1px:active {
    border-left-width: 1px;
  }
  .focus\:sm\:border-left-width-1px:focus {
    border-left-width: 1px;
  }
  .sm\:border-left-width-2px {
    border-left-width: 2px;
  }
  .hover\:sm\:border-left-width-2px:hover {
    border-left-width: 2px;
  }
  .active\:sm\:border-left-width-2px:active {
    border-left-width: 2px;
  }
  .focus\:sm\:border-left-width-2px:focus {
    border-left-width: 2px;
  }
  .sm\:border-left-width-3px {
    border-left-width: 3px;
  }
  .hover\:sm\:border-left-width-3px:hover {
    border-left-width: 3px;
  }
  .active\:sm\:border-left-width-3px:active {
    border-left-width: 3px;
  }
  .focus\:sm\:border-left-width-3px:focus {
    border-left-width: 3px;
  }
  .sm\:border-left-width-4px {
    border-left-width: 4px;
  }
  .hover\:sm\:border-left-width-4px:hover {
    border-left-width: 4px;
  }
  .active\:sm\:border-left-width-4px:active {
    border-left-width: 4px;
  }
  .focus\:sm\:border-left-width-4px:focus {
    border-left-width: 4px;
  }
  .sm\:border-left-width-5px {
    border-left-width: 5px;
  }
  .hover\:sm\:border-left-width-5px:hover {
    border-left-width: 5px;
  }
  .active\:sm\:border-left-width-5px:active {
    border-left-width: 5px;
  }
  .focus\:sm\:border-left-width-5px:focus {
    border-left-width: 5px;
  }
  .sm\:border-left-width-6px {
    border-left-width: 6px;
  }
  .hover\:sm\:border-left-width-6px:hover {
    border-left-width: 6px;
  }
  .active\:sm\:border-left-width-6px:active {
    border-left-width: 6px;
  }
  .focus\:sm\:border-left-width-6px:focus {
    border-left-width: 6px;
  }
  .sm\:border-left-width-7px {
    border-left-width: 7px;
  }
  .hover\:sm\:border-left-width-7px:hover {
    border-left-width: 7px;
  }
  .active\:sm\:border-left-width-7px:active {
    border-left-width: 7px;
  }
  .focus\:sm\:border-left-width-7px:focus {
    border-left-width: 7px;
  }
  .sm\:border-left-width-8px {
    border-left-width: 8px;
  }
  .hover\:sm\:border-left-width-8px:hover {
    border-left-width: 8px;
  }
  .active\:sm\:border-left-width-8px:active {
    border-left-width: 8px;
  }
  .focus\:sm\:border-left-width-8px:focus {
    border-left-width: 8px;
  }
  .sm\:border-left-width-9px {
    border-left-width: 9px;
  }
  .hover\:sm\:border-left-width-9px:hover {
    border-left-width: 9px;
  }
  .active\:sm\:border-left-width-9px:active {
    border-left-width: 9px;
  }
  .focus\:sm\:border-left-width-9px:focus {
    border-left-width: 9px;
  }
  .sm\:border-left-width-10px {
    border-left-width: 10px;
  }
  .hover\:sm\:border-left-width-10px:hover {
    border-left-width: 10px;
  }
  .active\:sm\:border-left-width-10px:active {
    border-left-width: 10px;
  }
  .focus\:sm\:border-left-width-10px:focus {
    border-left-width: 10px;
  }
  .sm\:outline-offset-0px {
    outline-offset: 0px;
  }
  .hover\:sm\:outline-offset-0px:hover {
    outline-offset: 0px;
  }
  .active\:sm\:outline-offset-0px:active {
    outline-offset: 0px;
  }
  .focus\:sm\:outline-offset-0px:focus {
    outline-offset: 0px;
  }
  .sm\:outline-offset-1px {
    outline-offset: 1px;
  }
  .hover\:sm\:outline-offset-1px:hover {
    outline-offset: 1px;
  }
  .active\:sm\:outline-offset-1px:active {
    outline-offset: 1px;
  }
  .focus\:sm\:outline-offset-1px:focus {
    outline-offset: 1px;
  }
  .sm\:outline-offset-2px {
    outline-offset: 2px;
  }
  .hover\:sm\:outline-offset-2px:hover {
    outline-offset: 2px;
  }
  .active\:sm\:outline-offset-2px:active {
    outline-offset: 2px;
  }
  .focus\:sm\:outline-offset-2px:focus {
    outline-offset: 2px;
  }
  .sm\:outline-offset-3px {
    outline-offset: 3px;
  }
  .hover\:sm\:outline-offset-3px:hover {
    outline-offset: 3px;
  }
  .active\:sm\:outline-offset-3px:active {
    outline-offset: 3px;
  }
  .focus\:sm\:outline-offset-3px:focus {
    outline-offset: 3px;
  }
  .sm\:outline-offset-4px {
    outline-offset: 4px;
  }
  .hover\:sm\:outline-offset-4px:hover {
    outline-offset: 4px;
  }
  .active\:sm\:outline-offset-4px:active {
    outline-offset: 4px;
  }
  .focus\:sm\:outline-offset-4px:focus {
    outline-offset: 4px;
  }
  .sm\:outline-offset-5px {
    outline-offset: 5px;
  }
  .hover\:sm\:outline-offset-5px:hover {
    outline-offset: 5px;
  }
  .active\:sm\:outline-offset-5px:active {
    outline-offset: 5px;
  }
  .focus\:sm\:outline-offset-5px:focus {
    outline-offset: 5px;
  }
  .sm\:outline-offset-6px {
    outline-offset: 6px;
  }
  .hover\:sm\:outline-offset-6px:hover {
    outline-offset: 6px;
  }
  .active\:sm\:outline-offset-6px:active {
    outline-offset: 6px;
  }
  .focus\:sm\:outline-offset-6px:focus {
    outline-offset: 6px;
  }
  .sm\:outline-offset-7px {
    outline-offset: 7px;
  }
  .hover\:sm\:outline-offset-7px:hover {
    outline-offset: 7px;
  }
  .active\:sm\:outline-offset-7px:active {
    outline-offset: 7px;
  }
  .focus\:sm\:outline-offset-7px:focus {
    outline-offset: 7px;
  }
  .sm\:outline-offset-8px {
    outline-offset: 8px;
  }
  .hover\:sm\:outline-offset-8px:hover {
    outline-offset: 8px;
  }
  .active\:sm\:outline-offset-8px:active {
    outline-offset: 8px;
  }
  .focus\:sm\:outline-offset-8px:focus {
    outline-offset: 8px;
  }
  .sm\:outline-offset-9px {
    outline-offset: 9px;
  }
  .hover\:sm\:outline-offset-9px:hover {
    outline-offset: 9px;
  }
  .active\:sm\:outline-offset-9px:active {
    outline-offset: 9px;
  }
  .focus\:sm\:outline-offset-9px:focus {
    outline-offset: 9px;
  }
  .sm\:outline-offset-10px {
    outline-offset: 10px;
  }
  .hover\:sm\:outline-offset-10px:hover {
    outline-offset: 10px;
  }
  .active\:sm\:outline-offset-10px:active {
    outline-offset: 10px;
  }
  .focus\:sm\:outline-offset-10px:focus {
    outline-offset: 10px;
  }
  .sm\:outline-0px {
    outline-width: 0px;
  }
  .hover\:sm\:outline-0px:hover {
    outline-width: 0px;
  }
  .active\:sm\:outline-0px:active {
    outline-width: 0px;
  }
  .focus\:sm\:outline-0px:focus {
    outline-width: 0px;
  }
  .sm\:outline-1px {
    outline-width: 1px;
  }
  .hover\:sm\:outline-1px:hover {
    outline-width: 1px;
  }
  .active\:sm\:outline-1px:active {
    outline-width: 1px;
  }
  .focus\:sm\:outline-1px:focus {
    outline-width: 1px;
  }
  .sm\:outline-2px {
    outline-width: 2px;
  }
  .hover\:sm\:outline-2px:hover {
    outline-width: 2px;
  }
  .active\:sm\:outline-2px:active {
    outline-width: 2px;
  }
  .focus\:sm\:outline-2px:focus {
    outline-width: 2px;
  }
  .sm\:outline-3px {
    outline-width: 3px;
  }
  .hover\:sm\:outline-3px:hover {
    outline-width: 3px;
  }
  .active\:sm\:outline-3px:active {
    outline-width: 3px;
  }
  .focus\:sm\:outline-3px:focus {
    outline-width: 3px;
  }
  .sm\:outline-4px {
    outline-width: 4px;
  }
  .hover\:sm\:outline-4px:hover {
    outline-width: 4px;
  }
  .active\:sm\:outline-4px:active {
    outline-width: 4px;
  }
  .focus\:sm\:outline-4px:focus {
    outline-width: 4px;
  }
  .sm\:outline-5px {
    outline-width: 5px;
  }
  .hover\:sm\:outline-5px:hover {
    outline-width: 5px;
  }
  .active\:sm\:outline-5px:active {
    outline-width: 5px;
  }
  .focus\:sm\:outline-5px:focus {
    outline-width: 5px;
  }
  .sm\:outline-6px {
    outline-width: 6px;
  }
  .hover\:sm\:outline-6px:hover {
    outline-width: 6px;
  }
  .active\:sm\:outline-6px:active {
    outline-width: 6px;
  }
  .focus\:sm\:outline-6px:focus {
    outline-width: 6px;
  }
  .sm\:outline-7px {
    outline-width: 7px;
  }
  .hover\:sm\:outline-7px:hover {
    outline-width: 7px;
  }
  .active\:sm\:outline-7px:active {
    outline-width: 7px;
  }
  .focus\:sm\:outline-7px:focus {
    outline-width: 7px;
  }
  .sm\:outline-8px {
    outline-width: 8px;
  }
  .hover\:sm\:outline-8px:hover {
    outline-width: 8px;
  }
  .active\:sm\:outline-8px:active {
    outline-width: 8px;
  }
  .focus\:sm\:outline-8px:focus {
    outline-width: 8px;
  }
  .sm\:outline-9px {
    outline-width: 9px;
  }
  .hover\:sm\:outline-9px:hover {
    outline-width: 9px;
  }
  .active\:sm\:outline-9px:active {
    outline-width: 9px;
  }
  .focus\:sm\:outline-9px:focus {
    outline-width: 9px;
  }
  .sm\:outline-10px {
    outline-width: 10px;
  }
  .hover\:sm\:outline-10px:hover {
    outline-width: 10px;
  }
  .active\:sm\:outline-10px:active {
    outline-width: 10px;
  }
  .focus\:sm\:outline-10px:focus {
    outline-width: 10px;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .md\:border-solid {
    border-style: solid;
  }
  .active\:md\:border-solid:active {
    border-style: solid;
  }
  .hover\:md\:border-solid:hover {
    border-style: solid;
  }
  .focus\:md\:border-solid:focus {
    border-style: solid;
  }
  .md\:border-dashed {
    border-style: dashed;
  }
  .active\:md\:border-dashed:active {
    border-style: dashed;
  }
  .hover\:md\:border-dashed:hover {
    border-style: dashed;
  }
  .focus\:md\:border-dashed:focus {
    border-style: dashed;
  }
  .md\:border-dotted {
    border-style: dotted;
  }
  .active\:md\:border-dotted:active {
    border-style: dotted;
  }
  .hover\:md\:border-dotted:hover {
    border-style: dotted;
  }
  .focus\:md\:border-dotted:focus {
    border-style: dotted;
  }
  .md\:border-double {
    border-style: double;
  }
  .active\:md\:border-double:active {
    border-style: double;
  }
  .hover\:md\:border-double:hover {
    border-style: double;
  }
  .focus\:md\:border-double:focus {
    border-style: double;
  }
  .md\:border-hidden {
    border-style: hidden;
  }
  .active\:md\:border-hidden:active {
    border-style: hidden;
  }
  .hover\:md\:border-hidden:hover {
    border-style: hidden;
  }
  .focus\:md\:border-hidden:focus {
    border-style: hidden;
  }
  .md\:border-none {
    border-style: none;
  }
  .active\:md\:border-none:active {
    border-style: none;
  }
  .hover\:md\:border-none:hover {
    border-style: none;
  }
  .focus\:md\:border-none:focus {
    border-style: none;
  }
  .md\:outline-none {
    outline-style: none;
  }
  .active\:md\:outline-none:active {
    outline-style: none;
  }
  .hover\:md\:outline-none:hover {
    outline-style: none;
  }
  .focus\:md\:outline-none:focus {
    outline-style: none;
  }
  .md\:outline-solid {
    outline-style: solid;
  }
  .active\:md\:outline-solid:active {
    outline-style: solid;
  }
  .hover\:md\:outline-solid:hover {
    outline-style: solid;
  }
  .focus\:md\:outline-solid:focus {
    outline-style: solid;
  }
  .md\:outline-dashed {
    outline-style: dashed;
  }
  .active\:md\:outline-dashed:active {
    outline-style: dashed;
  }
  .hover\:md\:outline-dashed:hover {
    outline-style: dashed;
  }
  .focus\:md\:outline-dashed:focus {
    outline-style: dashed;
  }
  .md\:outline-dotted {
    outline-style: dotted;
  }
  .active\:md\:outline-dotted:active {
    outline-style: dotted;
  }
  .hover\:md\:outline-dotted:hover {
    outline-style: dotted;
  }
  .focus\:md\:outline-dotted:focus {
    outline-style: dotted;
  }
  .md\:outline-double {
    outline-style: double;
  }
  .active\:md\:outline-double:active {
    outline-style: double;
  }
  .hover\:md\:outline-double:hover {
    outline-style: double;
  }
  .focus\:md\:outline-double:focus {
    outline-style: double;
  }
  .md\:outline-hidden {
    outline-style: hidden;
  }
  .active\:md\:outline-hidden:active {
    outline-style: hidden;
  }
  .hover\:md\:outline-hidden:hover {
    outline-style: hidden;
  }
  .focus\:md\:outline-hidden:focus {
    outline-style: hidden;
  }
  .md\:border-red {
    border-color: #f90606;
  }
  .hover\:md\:border-red:hover {
    border-color: #f90606;
  }
  .md\:border-red-1 {
    border-color: #fa1e1e;
  }
  .hover\:md\:border-red-1:hover {
    border-color: #fa1e1e;
  }
  .md\:border-red-2 {
    border-color: #fa3535;
  }
  .hover\:md\:border-red-2:hover {
    border-color: #fa3535;
  }
  .md\:border-red-3 {
    border-color: #fb4d4d;
  }
  .hover\:md\:border-red-3:hover {
    border-color: #fb4d4d;
  }
  .md\:border-red-4 {
    border-color: #fb6565;
  }
  .hover\:md\:border-red-4:hover {
    border-color: #fb6565;
  }
  .md\:border-red-5 {
    border-color: #fc7c7c;
  }
  .hover\:md\:border-red-5:hover {
    border-color: #fc7c7c;
  }
  .md\:border-red-6 {
    border-color: #fc9494;
  }
  .hover\:md\:border-red-6:hover {
    border-color: #fc9494;
  }
  .md\:border-red-7 {
    border-color: #fdacac;
  }
  .hover\:md\:border-red-7:hover {
    border-color: #fdacac;
  }
  .md\:border-red-8 {
    border-color: #fec3c3;
  }
  .hover\:md\:border-red-8:hover {
    border-color: #fec3c3;
  }
  .md\:border-red-9 {
    border-color: #fedbdb;
  }
  .hover\:md\:border-red-9:hover {
    border-color: #fedbdb;
  }
  .md\:border-red-10 {
    border-color: #fff3f3;
  }
  .hover\:md\:border-red-10:hover {
    border-color: #fff3f3;
  }
  .md\:border-orange {
    border-color: #f99106;
  }
  .hover\:md\:border-orange:hover {
    border-color: #f99106;
  }
  .md\:border-orange-1 {
    border-color: #fa9b1e;
  }
  .hover\:md\:border-orange-1:hover {
    border-color: #fa9b1e;
  }
  .md\:border-orange-2 {
    border-color: #faa635;
  }
  .hover\:md\:border-orange-2:hover {
    border-color: #faa635;
  }
  .md\:border-orange-3 {
    border-color: #fbb04d;
  }
  .hover\:md\:border-orange-3:hover {
    border-color: #fbb04d;
  }
  .md\:border-orange-4 {
    border-color: #fbbb65;
  }
  .hover\:md\:border-orange-4:hover {
    border-color: #fbbb65;
  }
  .md\:border-orange-5 {
    border-color: #fcc57c;
  }
  .hover\:md\:border-orange-5:hover {
    border-color: #fcc57c;
  }
  .md\:border-orange-6 {
    border-color: #fcd094;
  }
  .hover\:md\:border-orange-6:hover {
    border-color: #fcd094;
  }
  .md\:border-orange-7 {
    border-color: #fddaac;
  }
  .hover\:md\:border-orange-7:hover {
    border-color: #fddaac;
  }
  .md\:border-orange-8 {
    border-color: #fee5c3;
  }
  .hover\:md\:border-orange-8:hover {
    border-color: #fee5c3;
  }
  .md\:border-orange-9 {
    border-color: #feefdb;
  }
  .hover\:md\:border-orange-9:hover {
    border-color: #feefdb;
  }
  .md\:border-orange-10 {
    border-color: #fffaf3;
  }
  .hover\:md\:border-orange-10:hover {
    border-color: #fffaf3;
  }
  .md\:border-yellow {
    border-color: #f9cf06;
  }
  .hover\:md\:border-yellow:hover {
    border-color: #f9cf06;
  }
  .md\:border-yellow-1 {
    border-color: #fad41e;
  }
  .hover\:md\:border-yellow-1:hover {
    border-color: #fad41e;
  }
  .md\:border-yellow-2 {
    border-color: #fad835;
  }
  .hover\:md\:border-yellow-2:hover {
    border-color: #fad835;
  }
  .md\:border-yellow-3 {
    border-color: #fbdd4d;
  }
  .hover\:md\:border-yellow-3:hover {
    border-color: #fbdd4d;
  }
  .md\:border-yellow-4 {
    border-color: #fbe165;
  }
  .hover\:md\:border-yellow-4:hover {
    border-color: #fbe165;
  }
  .md\:border-yellow-5 {
    border-color: #fce67c;
  }
  .hover\:md\:border-yellow-5:hover {
    border-color: #fce67c;
  }
  .md\:border-yellow-6 {
    border-color: #fcea94;
  }
  .hover\:md\:border-yellow-6:hover {
    border-color: #fcea94;
  }
  .md\:border-yellow-7 {
    border-color: #fdefac;
  }
  .hover\:md\:border-yellow-7:hover {
    border-color: #fdefac;
  }
  .md\:border-yellow-8 {
    border-color: #fef3c3;
  }
  .hover\:md\:border-yellow-8:hover {
    border-color: #fef3c3;
  }
  .md\:border-yellow-9 {
    border-color: #fef8db;
  }
  .hover\:md\:border-yellow-9:hover {
    border-color: #fef8db;
  }
  .md\:border-yellow-10 {
    border-color: #fffdf3;
  }
  .hover\:md\:border-yellow-10:hover {
    border-color: #fffdf3;
  }
  .md\:border-green {
    border-color: #80f906;
  }
  .hover\:md\:border-green:hover {
    border-color: #80f906;
  }
  .md\:border-green-1 {
    border-color: #8cfa1e;
  }
  .hover\:md\:border-green-1:hover {
    border-color: #8cfa1e;
  }
  .md\:border-green-2 {
    border-color: #98fa35;
  }
  .hover\:md\:border-green-2:hover {
    border-color: #98fa35;
  }
  .md\:border-green-3 {
    border-color: #a4fb4d;
  }
  .hover\:md\:border-green-3:hover {
    border-color: #a4fb4d;
  }
  .md\:border-green-4 {
    border-color: #b0fb65;
  }
  .hover\:md\:border-green-4:hover {
    border-color: #b0fb65;
  }
  .md\:border-green-5 {
    border-color: #bcfc7c;
  }
  .hover\:md\:border-green-5:hover {
    border-color: #bcfc7c;
  }
  .md\:border-green-6 {
    border-color: #c8fc94;
  }
  .hover\:md\:border-green-6:hover {
    border-color: #c8fc94;
  }
  .md\:border-green-7 {
    border-color: #d4fdac;
  }
  .hover\:md\:border-green-7:hover {
    border-color: #d4fdac;
  }
  .md\:border-green-8 {
    border-color: #e1fec3;
  }
  .hover\:md\:border-green-8:hover {
    border-color: #e1fec3;
  }
  .md\:border-green-9 {
    border-color: #edfedb;
  }
  .hover\:md\:border-green-9:hover {
    border-color: #edfedb;
  }
  .md\:border-green-10 {
    border-color: #f9fff3;
  }
  .hover\:md\:border-green-10:hover {
    border-color: #f9fff3;
  }
  .md\:border-greencss {
    border-color: #3e7a02;
  }
  .hover\:md\:border-greencss:hover {
    border-color: #3e7a02;
  }
  .md\:border-greencss-1 {
    border-color: #4a9202;
  }
  .hover\:md\:border-greencss-1:hover {
    border-color: #4a9202;
  }
  .md\:border-greencss-2 {
    border-color: #56aa03;
  }
  .hover\:md\:border-greencss-2:hover {
    border-color: #56aa03;
  }
  .md\:border-greencss-3 {
    border-color: #62c203;
  }
  .hover\:md\:border-greencss-3:hover {
    border-color: #62c203;
  }
  .md\:border-greencss-4 {
    border-color: #6ed904;
  }
  .hover\:md\:border-greencss-4:hover {
    border-color: #6ed904;
  }
  .md\:border-greencss-5 {
    border-color: #7bf104;
  }
  .hover\:md\:border-greencss-5:hover {
    border-color: #7bf104;
  }
  .md\:border-greencss-6 {
    border-color: #87fb12;
  }
  .hover\:md\:border-greencss-6:hover {
    border-color: #87fb12;
  }
  .md\:border-greencss-7 {
    border-color: #93fc2a;
  }
  .hover\:md\:border-greencss-7:hover {
    border-color: #93fc2a;
  }
  .md\:border-greencss-8 {
    border-color: #9ffc42;
  }
  .hover\:md\:border-greencss-8:hover {
    border-color: #9ffc42;
  }
  .md\:border-greencss-9 {
    border-color: #abfc5a;
  }
  .hover\:md\:border-greencss-9:hover {
    border-color: #abfc5a;
  }
  .md\:border-greencss-10 {
    border-color: #b7fd72;
  }
  .hover\:md\:border-greencss-10:hover {
    border-color: #b7fd72;
  }
  .md\:border-blue {
    border-color: #066ef9;
  }
  .hover\:md\:border-blue:hover {
    border-color: #066ef9;
  }
  .md\:border-blue-1 {
    border-color: #1e7cfa;
  }
  .hover\:md\:border-blue-1:hover {
    border-color: #1e7cfa;
  }
  .md\:border-blue-2 {
    border-color: #358afa;
  }
  .hover\:md\:border-blue-2:hover {
    border-color: #358afa;
  }
  .md\:border-blue-3 {
    border-color: #4d97fb;
  }
  .hover\:md\:border-blue-3:hover {
    border-color: #4d97fb;
  }
  .md\:border-blue-4 {
    border-color: #65a5fb;
  }
  .hover\:md\:border-blue-4:hover {
    border-color: #65a5fb;
  }
  .md\:border-blue-5 {
    border-color: #7cb3fc;
  }
  .hover\:md\:border-blue-5:hover {
    border-color: #7cb3fc;
  }
  .md\:border-blue-6 {
    border-color: #94c1fc;
  }
  .hover\:md\:border-blue-6:hover {
    border-color: #94c1fc;
  }
  .md\:border-blue-7 {
    border-color: #accefd;
  }
  .hover\:md\:border-blue-7:hover {
    border-color: #accefd;
  }
  .md\:border-blue-8 {
    border-color: #c3dcfe;
  }
  .hover\:md\:border-blue-8:hover {
    border-color: #c3dcfe;
  }
  .md\:border-blue-9 {
    border-color: #dbeafe;
  }
  .hover\:md\:border-blue-9:hover {
    border-color: #dbeafe;
  }
  .md\:border-blue-10 {
    border-color: #f3f8ff;
  }
  .hover\:md\:border-blue-10:hover {
    border-color: #f3f8ff;
  }
  .md\:border-turquoise {
    border-color: #06f9f9;
  }
  .hover\:md\:border-turquoise:hover {
    border-color: #06f9f9;
  }
  .md\:border-turquoise-1 {
    border-color: #1efafa;
  }
  .hover\:md\:border-turquoise-1:hover {
    border-color: #1efafa;
  }
  .md\:border-turquoise-2 {
    border-color: #35fafa;
  }
  .hover\:md\:border-turquoise-2:hover {
    border-color: #35fafa;
  }
  .md\:border-turquoise-3 {
    border-color: #4dfbfb;
  }
  .hover\:md\:border-turquoise-3:hover {
    border-color: #4dfbfb;
  }
  .md\:border-turquoise-4 {
    border-color: #65fbfb;
  }
  .hover\:md\:border-turquoise-4:hover {
    border-color: #65fbfb;
  }
  .md\:border-turquoise-5 {
    border-color: #7cfcfc;
  }
  .hover\:md\:border-turquoise-5:hover {
    border-color: #7cfcfc;
  }
  .md\:border-turquoise-6 {
    border-color: #94fcfc;
  }
  .hover\:md\:border-turquoise-6:hover {
    border-color: #94fcfc;
  }
  .md\:border-turquoise-7 {
    border-color: #acfdfd;
  }
  .hover\:md\:border-turquoise-7:hover {
    border-color: #acfdfd;
  }
  .md\:border-turquoise-8 {
    border-color: #c3fefe;
  }
  .hover\:md\:border-turquoise-8:hover {
    border-color: #c3fefe;
  }
  .md\:border-turquoise-9 {
    border-color: #dbfefe;
  }
  .hover\:md\:border-turquoise-9:hover {
    border-color: #dbfefe;
  }
  .md\:border-turquoise-10 {
    border-color: #f3ffff;
  }
  .hover\:md\:border-turquoise-10:hover {
    border-color: #f3ffff;
  }
  .md\:border-purple {
    border-color: #8006f9;
  }
  .hover\:md\:border-purple:hover {
    border-color: #8006f9;
  }
  .md\:border-purple-1 {
    border-color: #8c1efa;
  }
  .hover\:md\:border-purple-1:hover {
    border-color: #8c1efa;
  }
  .md\:border-purple-2 {
    border-color: #9835fa;
  }
  .hover\:md\:border-purple-2:hover {
    border-color: #9835fa;
  }
  .md\:border-purple-3 {
    border-color: #a44dfb;
  }
  .hover\:md\:border-purple-3:hover {
    border-color: #a44dfb;
  }
  .md\:border-purple-4 {
    border-color: #b065fb;
  }
  .hover\:md\:border-purple-4:hover {
    border-color: #b065fb;
  }
  .md\:border-purple-5 {
    border-color: #bc7cfc;
  }
  .hover\:md\:border-purple-5:hover {
    border-color: #bc7cfc;
  }
  .md\:border-purple-6 {
    border-color: #c894fc;
  }
  .hover\:md\:border-purple-6:hover {
    border-color: #c894fc;
  }
  .md\:border-purple-7 {
    border-color: #d4acfd;
  }
  .hover\:md\:border-purple-7:hover {
    border-color: #d4acfd;
  }
  .md\:border-purple-8 {
    border-color: #e1c3fe;
  }
  .hover\:md\:border-purple-8:hover {
    border-color: #e1c3fe;
  }
  .md\:border-purple-9 {
    border-color: #eddbfe;
  }
  .hover\:md\:border-purple-9:hover {
    border-color: #eddbfe;
  }
  .md\:border-purple-10 {
    border-color: #f9f3ff;
  }
  .hover\:md\:border-purple-10:hover {
    border-color: #f9f3ff;
  }
  .md\:border-magenta {
    border-color: #f906e8;
  }
  .hover\:md\:border-magenta:hover {
    border-color: #f906e8;
  }
  .md\:border-magenta-1 {
    border-color: #fa1eea;
  }
  .hover\:md\:border-magenta-1:hover {
    border-color: #fa1eea;
  }
  .md\:border-magenta-2 {
    border-color: #fa35ec;
  }
  .hover\:md\:border-magenta-2:hover {
    border-color: #fa35ec;
  }
  .md\:border-magenta-3 {
    border-color: #fb4def;
  }
  .hover\:md\:border-magenta-3:hover {
    border-color: #fb4def;
  }
  .md\:border-magenta-4 {
    border-color: #fb65f1;
  }
  .hover\:md\:border-magenta-4:hover {
    border-color: #fb65f1;
  }
  .md\:border-magenta-5 {
    border-color: #fc7cf3;
  }
  .hover\:md\:border-magenta-5:hover {
    border-color: #fc7cf3;
  }
  .md\:border-magenta-6 {
    border-color: #fc94f5;
  }
  .hover\:md\:border-magenta-6:hover {
    border-color: #fc94f5;
  }
  .md\:border-magenta-7 {
    border-color: #fdacf7;
  }
  .hover\:md\:border-magenta-7:hover {
    border-color: #fdacf7;
  }
  .md\:border-magenta-8 {
    border-color: #fec3f9;
  }
  .hover\:md\:border-magenta-8:hover {
    border-color: #fec3f9;
  }
  .md\:border-magenta-9 {
    border-color: #fedbfc;
  }
  .hover\:md\:border-magenta-9:hover {
    border-color: #fedbfc;
  }
  .md\:border-magenta-10 {
    border-color: #fff3fe;
  }
  .hover\:md\:border-magenta-10:hover {
    border-color: #fff3fe;
  }
  .md\:border-black {
    border-color: #101010;
  }
  .hover\:md\:border-black:hover {
    border-color: #101010;
  }
  .md\:border-black-1 {
    border-color: #1c1c1c;
  }
  .hover\:md\:border-black-1:hover {
    border-color: #1c1c1c;
  }
  .md\:border-black-2 {
    border-color: #282828;
  }
  .hover\:md\:border-black-2:hover {
    border-color: #282828;
  }
  .md\:border-black-3 {
    border-color: #343434;
  }
  .hover\:md\:border-black-3:hover {
    border-color: #343434;
  }
  .md\:border-black-4 {
    border-color: #404040;
  }
  .hover\:md\:border-black-4:hover {
    border-color: #404040;
  }
  .md\:border-black-5 {
    border-color: #4d4d4d;
  }
  .hover\:md\:border-black-5:hover {
    border-color: #4d4d4d;
  }
  .md\:border-black-6 {
    border-color: #595959;
  }
  .hover\:md\:border-black-6:hover {
    border-color: #595959;
  }
  .md\:border-black-7 {
    border-color: #656565;
  }
  .hover\:md\:border-black-7:hover {
    border-color: #656565;
  }
  .md\:border-black-8 {
    border-color: #717171;
  }
  .hover\:md\:border-black-8:hover {
    border-color: #717171;
  }
  .md\:border-black-9 {
    border-color: #7d7d7d;
  }
  .hover\:md\:border-black-9:hover {
    border-color: #7d7d7d;
  }
  .md\:border-black-10 {
    border-color: #898989;
  }
  .hover\:md\:border-black-10:hover {
    border-color: #898989;
  }
  .md\:border-gray {
    border-color: #7d7d7d;
  }
  .hover\:md\:border-gray:hover {
    border-color: #7d7d7d;
  }
  .md\:border-gray-1 {
    border-color: #898989;
  }
  .hover\:md\:border-gray-1:hover {
    border-color: #898989;
  }
  .md\:border-gray-2 {
    border-color: #959595;
  }
  .hover\:md\:border-gray-2:hover {
    border-color: #959595;
  }
  .md\:border-gray-3 {
    border-color: #a1a1a1;
  }
  .hover\:md\:border-gray-3:hover {
    border-color: #a1a1a1;
  }
  .md\:border-gray-4 {
    border-color: #adadad;
  }
  .hover\:md\:border-gray-4:hover {
    border-color: #adadad;
  }
  .md\:border-gray-5 {
    border-color: #bababa;
  }
  .hover\:md\:border-gray-5:hover {
    border-color: #bababa;
  }
  .md\:border-gray-6 {
    border-color: #c6c6c6;
  }
  .hover\:md\:border-gray-6:hover {
    border-color: #c6c6c6;
  }
  .md\:border-gray-7 {
    border-color: #d2d2d2;
  }
  .hover\:md\:border-gray-7:hover {
    border-color: #d2d2d2;
  }
  .md\:border-gray-8 {
    border-color: #dedede;
  }
  .hover\:md\:border-gray-8:hover {
    border-color: #dedede;
  }
  .md\:border-gray-9 {
    border-color: #eaeaea;
  }
  .hover\:md\:border-gray-9:hover {
    border-color: #eaeaea;
  }
  .md\:border-gray-10 {
    border-color: #f6f6f6;
  }
  .hover\:md\:border-gray-10:hover {
    border-color: #f6f6f6;
  }
  .md\:border-white {
    border-color: #fdfdfd;
  }
  .hover\:md\:border-white:hover {
    border-color: #fdfdfd;
  }
  .md\:border-transparent {
    border-color: transparent;
  }
  .hover\:md\:border-transparent:hover {
    border-color: transparent;
  }
  .md\:outline-red {
    outline-color: #f90606;
  }
  .hover\:md\:outline-red:hover {
    outline-color: #f90606;
  }
  .md\:outline-red-1 {
    outline-color: #fa1e1e;
  }
  .hover\:md\:outline-red-1:hover {
    outline-color: #fa1e1e;
  }
  .md\:outline-red-2 {
    outline-color: #fa3535;
  }
  .hover\:md\:outline-red-2:hover {
    outline-color: #fa3535;
  }
  .md\:outline-red-3 {
    outline-color: #fb4d4d;
  }
  .hover\:md\:outline-red-3:hover {
    outline-color: #fb4d4d;
  }
  .md\:outline-red-4 {
    outline-color: #fb6565;
  }
  .hover\:md\:outline-red-4:hover {
    outline-color: #fb6565;
  }
  .md\:outline-red-5 {
    outline-color: #fc7c7c;
  }
  .hover\:md\:outline-red-5:hover {
    outline-color: #fc7c7c;
  }
  .md\:outline-red-6 {
    outline-color: #fc9494;
  }
  .hover\:md\:outline-red-6:hover {
    outline-color: #fc9494;
  }
  .md\:outline-red-7 {
    outline-color: #fdacac;
  }
  .hover\:md\:outline-red-7:hover {
    outline-color: #fdacac;
  }
  .md\:outline-red-8 {
    outline-color: #fec3c3;
  }
  .hover\:md\:outline-red-8:hover {
    outline-color: #fec3c3;
  }
  .md\:outline-red-9 {
    outline-color: #fedbdb;
  }
  .hover\:md\:outline-red-9:hover {
    outline-color: #fedbdb;
  }
  .md\:outline-red-10 {
    outline-color: #fff3f3;
  }
  .hover\:md\:outline-red-10:hover {
    outline-color: #fff3f3;
  }
  .md\:outline-orange {
    outline-color: #f99106;
  }
  .hover\:md\:outline-orange:hover {
    outline-color: #f99106;
  }
  .md\:outline-orange-1 {
    outline-color: #fa9b1e;
  }
  .hover\:md\:outline-orange-1:hover {
    outline-color: #fa9b1e;
  }
  .md\:outline-orange-2 {
    outline-color: #faa635;
  }
  .hover\:md\:outline-orange-2:hover {
    outline-color: #faa635;
  }
  .md\:outline-orange-3 {
    outline-color: #fbb04d;
  }
  .hover\:md\:outline-orange-3:hover {
    outline-color: #fbb04d;
  }
  .md\:outline-orange-4 {
    outline-color: #fbbb65;
  }
  .hover\:md\:outline-orange-4:hover {
    outline-color: #fbbb65;
  }
  .md\:outline-orange-5 {
    outline-color: #fcc57c;
  }
  .hover\:md\:outline-orange-5:hover {
    outline-color: #fcc57c;
  }
  .md\:outline-orange-6 {
    outline-color: #fcd094;
  }
  .hover\:md\:outline-orange-6:hover {
    outline-color: #fcd094;
  }
  .md\:outline-orange-7 {
    outline-color: #fddaac;
  }
  .hover\:md\:outline-orange-7:hover {
    outline-color: #fddaac;
  }
  .md\:outline-orange-8 {
    outline-color: #fee5c3;
  }
  .hover\:md\:outline-orange-8:hover {
    outline-color: #fee5c3;
  }
  .md\:outline-orange-9 {
    outline-color: #feefdb;
  }
  .hover\:md\:outline-orange-9:hover {
    outline-color: #feefdb;
  }
  .md\:outline-orange-10 {
    outline-color: #fffaf3;
  }
  .hover\:md\:outline-orange-10:hover {
    outline-color: #fffaf3;
  }
  .md\:outline-yellow {
    outline-color: #f9cf06;
  }
  .hover\:md\:outline-yellow:hover {
    outline-color: #f9cf06;
  }
  .md\:outline-yellow-1 {
    outline-color: #fad41e;
  }
  .hover\:md\:outline-yellow-1:hover {
    outline-color: #fad41e;
  }
  .md\:outline-yellow-2 {
    outline-color: #fad835;
  }
  .hover\:md\:outline-yellow-2:hover {
    outline-color: #fad835;
  }
  .md\:outline-yellow-3 {
    outline-color: #fbdd4d;
  }
  .hover\:md\:outline-yellow-3:hover {
    outline-color: #fbdd4d;
  }
  .md\:outline-yellow-4 {
    outline-color: #fbe165;
  }
  .hover\:md\:outline-yellow-4:hover {
    outline-color: #fbe165;
  }
  .md\:outline-yellow-5 {
    outline-color: #fce67c;
  }
  .hover\:md\:outline-yellow-5:hover {
    outline-color: #fce67c;
  }
  .md\:outline-yellow-6 {
    outline-color: #fcea94;
  }
  .hover\:md\:outline-yellow-6:hover {
    outline-color: #fcea94;
  }
  .md\:outline-yellow-7 {
    outline-color: #fdefac;
  }
  .hover\:md\:outline-yellow-7:hover {
    outline-color: #fdefac;
  }
  .md\:outline-yellow-8 {
    outline-color: #fef3c3;
  }
  .hover\:md\:outline-yellow-8:hover {
    outline-color: #fef3c3;
  }
  .md\:outline-yellow-9 {
    outline-color: #fef8db;
  }
  .hover\:md\:outline-yellow-9:hover {
    outline-color: #fef8db;
  }
  .md\:outline-yellow-10 {
    outline-color: #fffdf3;
  }
  .hover\:md\:outline-yellow-10:hover {
    outline-color: #fffdf3;
  }
  .md\:outline-green {
    outline-color: #80f906;
  }
  .hover\:md\:outline-green:hover {
    outline-color: #80f906;
  }
  .md\:outline-green-1 {
    outline-color: #8cfa1e;
  }
  .hover\:md\:outline-green-1:hover {
    outline-color: #8cfa1e;
  }
  .md\:outline-green-2 {
    outline-color: #98fa35;
  }
  .hover\:md\:outline-green-2:hover {
    outline-color: #98fa35;
  }
  .md\:outline-green-3 {
    outline-color: #a4fb4d;
  }
  .hover\:md\:outline-green-3:hover {
    outline-color: #a4fb4d;
  }
  .md\:outline-green-4 {
    outline-color: #b0fb65;
  }
  .hover\:md\:outline-green-4:hover {
    outline-color: #b0fb65;
  }
  .md\:outline-green-5 {
    outline-color: #bcfc7c;
  }
  .hover\:md\:outline-green-5:hover {
    outline-color: #bcfc7c;
  }
  .md\:outline-green-6 {
    outline-color: #c8fc94;
  }
  .hover\:md\:outline-green-6:hover {
    outline-color: #c8fc94;
  }
  .md\:outline-green-7 {
    outline-color: #d4fdac;
  }
  .hover\:md\:outline-green-7:hover {
    outline-color: #d4fdac;
  }
  .md\:outline-green-8 {
    outline-color: #e1fec3;
  }
  .hover\:md\:outline-green-8:hover {
    outline-color: #e1fec3;
  }
  .md\:outline-green-9 {
    outline-color: #edfedb;
  }
  .hover\:md\:outline-green-9:hover {
    outline-color: #edfedb;
  }
  .md\:outline-green-10 {
    outline-color: #f9fff3;
  }
  .hover\:md\:outline-green-10:hover {
    outline-color: #f9fff3;
  }
  .md\:outline-greencss {
    outline-color: #3e7a02;
  }
  .hover\:md\:outline-greencss:hover {
    outline-color: #3e7a02;
  }
  .md\:outline-greencss-1 {
    outline-color: #4a9202;
  }
  .hover\:md\:outline-greencss-1:hover {
    outline-color: #4a9202;
  }
  .md\:outline-greencss-2 {
    outline-color: #56aa03;
  }
  .hover\:md\:outline-greencss-2:hover {
    outline-color: #56aa03;
  }
  .md\:outline-greencss-3 {
    outline-color: #62c203;
  }
  .hover\:md\:outline-greencss-3:hover {
    outline-color: #62c203;
  }
  .md\:outline-greencss-4 {
    outline-color: #6ed904;
  }
  .hover\:md\:outline-greencss-4:hover {
    outline-color: #6ed904;
  }
  .md\:outline-greencss-5 {
    outline-color: #7bf104;
  }
  .hover\:md\:outline-greencss-5:hover {
    outline-color: #7bf104;
  }
  .md\:outline-greencss-6 {
    outline-color: #87fb12;
  }
  .hover\:md\:outline-greencss-6:hover {
    outline-color: #87fb12;
  }
  .md\:outline-greencss-7 {
    outline-color: #93fc2a;
  }
  .hover\:md\:outline-greencss-7:hover {
    outline-color: #93fc2a;
  }
  .md\:outline-greencss-8 {
    outline-color: #9ffc42;
  }
  .hover\:md\:outline-greencss-8:hover {
    outline-color: #9ffc42;
  }
  .md\:outline-greencss-9 {
    outline-color: #abfc5a;
  }
  .hover\:md\:outline-greencss-9:hover {
    outline-color: #abfc5a;
  }
  .md\:outline-greencss-10 {
    outline-color: #b7fd72;
  }
  .hover\:md\:outline-greencss-10:hover {
    outline-color: #b7fd72;
  }
  .md\:outline-blue {
    outline-color: #066ef9;
  }
  .hover\:md\:outline-blue:hover {
    outline-color: #066ef9;
  }
  .md\:outline-blue-1 {
    outline-color: #1e7cfa;
  }
  .hover\:md\:outline-blue-1:hover {
    outline-color: #1e7cfa;
  }
  .md\:outline-blue-2 {
    outline-color: #358afa;
  }
  .hover\:md\:outline-blue-2:hover {
    outline-color: #358afa;
  }
  .md\:outline-blue-3 {
    outline-color: #4d97fb;
  }
  .hover\:md\:outline-blue-3:hover {
    outline-color: #4d97fb;
  }
  .md\:outline-blue-4 {
    outline-color: #65a5fb;
  }
  .hover\:md\:outline-blue-4:hover {
    outline-color: #65a5fb;
  }
  .md\:outline-blue-5 {
    outline-color: #7cb3fc;
  }
  .hover\:md\:outline-blue-5:hover {
    outline-color: #7cb3fc;
  }
  .md\:outline-blue-6 {
    outline-color: #94c1fc;
  }
  .hover\:md\:outline-blue-6:hover {
    outline-color: #94c1fc;
  }
  .md\:outline-blue-7 {
    outline-color: #accefd;
  }
  .hover\:md\:outline-blue-7:hover {
    outline-color: #accefd;
  }
  .md\:outline-blue-8 {
    outline-color: #c3dcfe;
  }
  .hover\:md\:outline-blue-8:hover {
    outline-color: #c3dcfe;
  }
  .md\:outline-blue-9 {
    outline-color: #dbeafe;
  }
  .hover\:md\:outline-blue-9:hover {
    outline-color: #dbeafe;
  }
  .md\:outline-blue-10 {
    outline-color: #f3f8ff;
  }
  .hover\:md\:outline-blue-10:hover {
    outline-color: #f3f8ff;
  }
  .md\:outline-turquoise {
    outline-color: #06f9f9;
  }
  .hover\:md\:outline-turquoise:hover {
    outline-color: #06f9f9;
  }
  .md\:outline-turquoise-1 {
    outline-color: #1efafa;
  }
  .hover\:md\:outline-turquoise-1:hover {
    outline-color: #1efafa;
  }
  .md\:outline-turquoise-2 {
    outline-color: #35fafa;
  }
  .hover\:md\:outline-turquoise-2:hover {
    outline-color: #35fafa;
  }
  .md\:outline-turquoise-3 {
    outline-color: #4dfbfb;
  }
  .hover\:md\:outline-turquoise-3:hover {
    outline-color: #4dfbfb;
  }
  .md\:outline-turquoise-4 {
    outline-color: #65fbfb;
  }
  .hover\:md\:outline-turquoise-4:hover {
    outline-color: #65fbfb;
  }
  .md\:outline-turquoise-5 {
    outline-color: #7cfcfc;
  }
  .hover\:md\:outline-turquoise-5:hover {
    outline-color: #7cfcfc;
  }
  .md\:outline-turquoise-6 {
    outline-color: #94fcfc;
  }
  .hover\:md\:outline-turquoise-6:hover {
    outline-color: #94fcfc;
  }
  .md\:outline-turquoise-7 {
    outline-color: #acfdfd;
  }
  .hover\:md\:outline-turquoise-7:hover {
    outline-color: #acfdfd;
  }
  .md\:outline-turquoise-8 {
    outline-color: #c3fefe;
  }
  .hover\:md\:outline-turquoise-8:hover {
    outline-color: #c3fefe;
  }
  .md\:outline-turquoise-9 {
    outline-color: #dbfefe;
  }
  .hover\:md\:outline-turquoise-9:hover {
    outline-color: #dbfefe;
  }
  .md\:outline-turquoise-10 {
    outline-color: #f3ffff;
  }
  .hover\:md\:outline-turquoise-10:hover {
    outline-color: #f3ffff;
  }
  .md\:outline-purple {
    outline-color: #8006f9;
  }
  .hover\:md\:outline-purple:hover {
    outline-color: #8006f9;
  }
  .md\:outline-purple-1 {
    outline-color: #8c1efa;
  }
  .hover\:md\:outline-purple-1:hover {
    outline-color: #8c1efa;
  }
  .md\:outline-purple-2 {
    outline-color: #9835fa;
  }
  .hover\:md\:outline-purple-2:hover {
    outline-color: #9835fa;
  }
  .md\:outline-purple-3 {
    outline-color: #a44dfb;
  }
  .hover\:md\:outline-purple-3:hover {
    outline-color: #a44dfb;
  }
  .md\:outline-purple-4 {
    outline-color: #b065fb;
  }
  .hover\:md\:outline-purple-4:hover {
    outline-color: #b065fb;
  }
  .md\:outline-purple-5 {
    outline-color: #bc7cfc;
  }
  .hover\:md\:outline-purple-5:hover {
    outline-color: #bc7cfc;
  }
  .md\:outline-purple-6 {
    outline-color: #c894fc;
  }
  .hover\:md\:outline-purple-6:hover {
    outline-color: #c894fc;
  }
  .md\:outline-purple-7 {
    outline-color: #d4acfd;
  }
  .hover\:md\:outline-purple-7:hover {
    outline-color: #d4acfd;
  }
  .md\:outline-purple-8 {
    outline-color: #e1c3fe;
  }
  .hover\:md\:outline-purple-8:hover {
    outline-color: #e1c3fe;
  }
  .md\:outline-purple-9 {
    outline-color: #eddbfe;
  }
  .hover\:md\:outline-purple-9:hover {
    outline-color: #eddbfe;
  }
  .md\:outline-purple-10 {
    outline-color: #f9f3ff;
  }
  .hover\:md\:outline-purple-10:hover {
    outline-color: #f9f3ff;
  }
  .md\:outline-magenta {
    outline-color: #f906e8;
  }
  .hover\:md\:outline-magenta:hover {
    outline-color: #f906e8;
  }
  .md\:outline-magenta-1 {
    outline-color: #fa1eea;
  }
  .hover\:md\:outline-magenta-1:hover {
    outline-color: #fa1eea;
  }
  .md\:outline-magenta-2 {
    outline-color: #fa35ec;
  }
  .hover\:md\:outline-magenta-2:hover {
    outline-color: #fa35ec;
  }
  .md\:outline-magenta-3 {
    outline-color: #fb4def;
  }
  .hover\:md\:outline-magenta-3:hover {
    outline-color: #fb4def;
  }
  .md\:outline-magenta-4 {
    outline-color: #fb65f1;
  }
  .hover\:md\:outline-magenta-4:hover {
    outline-color: #fb65f1;
  }
  .md\:outline-magenta-5 {
    outline-color: #fc7cf3;
  }
  .hover\:md\:outline-magenta-5:hover {
    outline-color: #fc7cf3;
  }
  .md\:outline-magenta-6 {
    outline-color: #fc94f5;
  }
  .hover\:md\:outline-magenta-6:hover {
    outline-color: #fc94f5;
  }
  .md\:outline-magenta-7 {
    outline-color: #fdacf7;
  }
  .hover\:md\:outline-magenta-7:hover {
    outline-color: #fdacf7;
  }
  .md\:outline-magenta-8 {
    outline-color: #fec3f9;
  }
  .hover\:md\:outline-magenta-8:hover {
    outline-color: #fec3f9;
  }
  .md\:outline-magenta-9 {
    outline-color: #fedbfc;
  }
  .hover\:md\:outline-magenta-9:hover {
    outline-color: #fedbfc;
  }
  .md\:outline-magenta-10 {
    outline-color: #fff3fe;
  }
  .hover\:md\:outline-magenta-10:hover {
    outline-color: #fff3fe;
  }
  .md\:outline-black {
    outline-color: #101010;
  }
  .hover\:md\:outline-black:hover {
    outline-color: #101010;
  }
  .md\:outline-black-1 {
    outline-color: #1c1c1c;
  }
  .hover\:md\:outline-black-1:hover {
    outline-color: #1c1c1c;
  }
  .md\:outline-black-2 {
    outline-color: #282828;
  }
  .hover\:md\:outline-black-2:hover {
    outline-color: #282828;
  }
  .md\:outline-black-3 {
    outline-color: #343434;
  }
  .hover\:md\:outline-black-3:hover {
    outline-color: #343434;
  }
  .md\:outline-black-4 {
    outline-color: #404040;
  }
  .hover\:md\:outline-black-4:hover {
    outline-color: #404040;
  }
  .md\:outline-black-5 {
    outline-color: #4d4d4d;
  }
  .hover\:md\:outline-black-5:hover {
    outline-color: #4d4d4d;
  }
  .md\:outline-black-6 {
    outline-color: #595959;
  }
  .hover\:md\:outline-black-6:hover {
    outline-color: #595959;
  }
  .md\:outline-black-7 {
    outline-color: #656565;
  }
  .hover\:md\:outline-black-7:hover {
    outline-color: #656565;
  }
  .md\:outline-black-8 {
    outline-color: #717171;
  }
  .hover\:md\:outline-black-8:hover {
    outline-color: #717171;
  }
  .md\:outline-black-9 {
    outline-color: #7d7d7d;
  }
  .hover\:md\:outline-black-9:hover {
    outline-color: #7d7d7d;
  }
  .md\:outline-black-10 {
    outline-color: #898989;
  }
  .hover\:md\:outline-black-10:hover {
    outline-color: #898989;
  }
  .md\:outline-gray {
    outline-color: #7d7d7d;
  }
  .hover\:md\:outline-gray:hover {
    outline-color: #7d7d7d;
  }
  .md\:outline-gray-1 {
    outline-color: #898989;
  }
  .hover\:md\:outline-gray-1:hover {
    outline-color: #898989;
  }
  .md\:outline-gray-2 {
    outline-color: #959595;
  }
  .hover\:md\:outline-gray-2:hover {
    outline-color: #959595;
  }
  .md\:outline-gray-3 {
    outline-color: #a1a1a1;
  }
  .hover\:md\:outline-gray-3:hover {
    outline-color: #a1a1a1;
  }
  .md\:outline-gray-4 {
    outline-color: #adadad;
  }
  .hover\:md\:outline-gray-4:hover {
    outline-color: #adadad;
  }
  .md\:outline-gray-5 {
    outline-color: #bababa;
  }
  .hover\:md\:outline-gray-5:hover {
    outline-color: #bababa;
  }
  .md\:outline-gray-6 {
    outline-color: #c6c6c6;
  }
  .hover\:md\:outline-gray-6:hover {
    outline-color: #c6c6c6;
  }
  .md\:outline-gray-7 {
    outline-color: #d2d2d2;
  }
  .hover\:md\:outline-gray-7:hover {
    outline-color: #d2d2d2;
  }
  .md\:outline-gray-8 {
    outline-color: #dedede;
  }
  .hover\:md\:outline-gray-8:hover {
    outline-color: #dedede;
  }
  .md\:outline-gray-9 {
    outline-color: #eaeaea;
  }
  .hover\:md\:outline-gray-9:hover {
    outline-color: #eaeaea;
  }
  .md\:outline-gray-10 {
    outline-color: #f6f6f6;
  }
  .hover\:md\:outline-gray-10:hover {
    outline-color: #f6f6f6;
  }
  .md\:outline-white {
    outline-color: #fdfdfd;
  }
  .hover\:md\:outline-white:hover {
    outline-color: #fdfdfd;
  }
  .md\:outline-transparent {
    outline-color: transparent;
  }
  .hover\:md\:outline-transparent:hover {
    outline-color: transparent;
  }
  .md\:rounded-0px {
    border-radius: 0px;
  }
  .hover\:md\:rounded-0px:hover {
    border-radius: 0px;
  }
  .active\:md\:rounded-0px:active {
    border-radius: 0px;
  }
  .focus\:md\:rounded-0px:focus {
    border-radius: 0px;
  }
  .md\:rounded-1px {
    border-radius: 1px;
  }
  .hover\:md\:rounded-1px:hover {
    border-radius: 1px;
  }
  .active\:md\:rounded-1px:active {
    border-radius: 1px;
  }
  .focus\:md\:rounded-1px:focus {
    border-radius: 1px;
  }
  .md\:rounded-2px {
    border-radius: 2px;
  }
  .hover\:md\:rounded-2px:hover {
    border-radius: 2px;
  }
  .active\:md\:rounded-2px:active {
    border-radius: 2px;
  }
  .focus\:md\:rounded-2px:focus {
    border-radius: 2px;
  }
  .md\:rounded-3px {
    border-radius: 3px;
  }
  .hover\:md\:rounded-3px:hover {
    border-radius: 3px;
  }
  .active\:md\:rounded-3px:active {
    border-radius: 3px;
  }
  .focus\:md\:rounded-3px:focus {
    border-radius: 3px;
  }
  .md\:rounded-4px {
    border-radius: 4px;
  }
  .hover\:md\:rounded-4px:hover {
    border-radius: 4px;
  }
  .active\:md\:rounded-4px:active {
    border-radius: 4px;
  }
  .focus\:md\:rounded-4px:focus {
    border-radius: 4px;
  }
  .md\:rounded-5px {
    border-radius: 5px;
  }
  .hover\:md\:rounded-5px:hover {
    border-radius: 5px;
  }
  .active\:md\:rounded-5px:active {
    border-radius: 5px;
  }
  .focus\:md\:rounded-5px:focus {
    border-radius: 5px;
  }
  .md\:rounded-6px {
    border-radius: 6px;
  }
  .hover\:md\:rounded-6px:hover {
    border-radius: 6px;
  }
  .active\:md\:rounded-6px:active {
    border-radius: 6px;
  }
  .focus\:md\:rounded-6px:focus {
    border-radius: 6px;
  }
  .md\:rounded-7px {
    border-radius: 7px;
  }
  .hover\:md\:rounded-7px:hover {
    border-radius: 7px;
  }
  .active\:md\:rounded-7px:active {
    border-radius: 7px;
  }
  .focus\:md\:rounded-7px:focus {
    border-radius: 7px;
  }
  .md\:rounded-8px {
    border-radius: 8px;
  }
  .hover\:md\:rounded-8px:hover {
    border-radius: 8px;
  }
  .active\:md\:rounded-8px:active {
    border-radius: 8px;
  }
  .focus\:md\:rounded-8px:focus {
    border-radius: 8px;
  }
  .md\:rounded-9px {
    border-radius: 9px;
  }
  .hover\:md\:rounded-9px:hover {
    border-radius: 9px;
  }
  .active\:md\:rounded-9px:active {
    border-radius: 9px;
  }
  .focus\:md\:rounded-9px:focus {
    border-radius: 9px;
  }
  .md\:rounded-10px {
    border-radius: 10px;
  }
  .hover\:md\:rounded-10px:hover {
    border-radius: 10px;
  }
  .active\:md\:rounded-10px:active {
    border-radius: 10px;
  }
  .focus\:md\:rounded-10px:focus {
    border-radius: 10px;
  }
  .md\:rounded-11px {
    border-radius: 11px;
  }
  .hover\:md\:rounded-11px:hover {
    border-radius: 11px;
  }
  .active\:md\:rounded-11px:active {
    border-radius: 11px;
  }
  .focus\:md\:rounded-11px:focus {
    border-radius: 11px;
  }
  .md\:rounded-12px {
    border-radius: 12px;
  }
  .hover\:md\:rounded-12px:hover {
    border-radius: 12px;
  }
  .active\:md\:rounded-12px:active {
    border-radius: 12px;
  }
  .focus\:md\:rounded-12px:focus {
    border-radius: 12px;
  }
  .md\:rounded-13px {
    border-radius: 13px;
  }
  .hover\:md\:rounded-13px:hover {
    border-radius: 13px;
  }
  .active\:md\:rounded-13px:active {
    border-radius: 13px;
  }
  .focus\:md\:rounded-13px:focus {
    border-radius: 13px;
  }
  .md\:rounded-14px {
    border-radius: 14px;
  }
  .hover\:md\:rounded-14px:hover {
    border-radius: 14px;
  }
  .active\:md\:rounded-14px:active {
    border-radius: 14px;
  }
  .focus\:md\:rounded-14px:focus {
    border-radius: 14px;
  }
  .md\:rounded-15px {
    border-radius: 15px;
  }
  .hover\:md\:rounded-15px:hover {
    border-radius: 15px;
  }
  .active\:md\:rounded-15px:active {
    border-radius: 15px;
  }
  .focus\:md\:rounded-15px:focus {
    border-radius: 15px;
  }
  .md\:rounded-16px {
    border-radius: 16px;
  }
  .hover\:md\:rounded-16px:hover {
    border-radius: 16px;
  }
  .active\:md\:rounded-16px:active {
    border-radius: 16px;
  }
  .focus\:md\:rounded-16px:focus {
    border-radius: 16px;
  }
  .md\:rounded-17px {
    border-radius: 17px;
  }
  .hover\:md\:rounded-17px:hover {
    border-radius: 17px;
  }
  .active\:md\:rounded-17px:active {
    border-radius: 17px;
  }
  .focus\:md\:rounded-17px:focus {
    border-radius: 17px;
  }
  .md\:rounded-18px {
    border-radius: 18px;
  }
  .hover\:md\:rounded-18px:hover {
    border-radius: 18px;
  }
  .active\:md\:rounded-18px:active {
    border-radius: 18px;
  }
  .focus\:md\:rounded-18px:focus {
    border-radius: 18px;
  }
  .md\:rounded-19px {
    border-radius: 19px;
  }
  .hover\:md\:rounded-19px:hover {
    border-radius: 19px;
  }
  .active\:md\:rounded-19px:active {
    border-radius: 19px;
  }
  .focus\:md\:rounded-19px:focus {
    border-radius: 19px;
  }
  .md\:rounded-20px {
    border-radius: 20px;
  }
  .hover\:md\:rounded-20px:hover {
    border-radius: 20px;
  }
  .active\:md\:rounded-20px:active {
    border-radius: 20px;
  }
  .focus\:md\:rounded-20px:focus {
    border-radius: 20px;
  }
  .md\:rounded-21px {
    border-radius: 21px;
  }
  .hover\:md\:rounded-21px:hover {
    border-radius: 21px;
  }
  .active\:md\:rounded-21px:active {
    border-radius: 21px;
  }
  .focus\:md\:rounded-21px:focus {
    border-radius: 21px;
  }
  .md\:rounded-22px {
    border-radius: 22px;
  }
  .hover\:md\:rounded-22px:hover {
    border-radius: 22px;
  }
  .active\:md\:rounded-22px:active {
    border-radius: 22px;
  }
  .focus\:md\:rounded-22px:focus {
    border-radius: 22px;
  }
  .md\:rounded-23px {
    border-radius: 23px;
  }
  .hover\:md\:rounded-23px:hover {
    border-radius: 23px;
  }
  .active\:md\:rounded-23px:active {
    border-radius: 23px;
  }
  .focus\:md\:rounded-23px:focus {
    border-radius: 23px;
  }
  .md\:rounded-24px {
    border-radius: 24px;
  }
  .hover\:md\:rounded-24px:hover {
    border-radius: 24px;
  }
  .active\:md\:rounded-24px:active {
    border-radius: 24px;
  }
  .focus\:md\:rounded-24px:focus {
    border-radius: 24px;
  }
  .md\:rounded-25px {
    border-radius: 25px;
  }
  .hover\:md\:rounded-25px:hover {
    border-radius: 25px;
  }
  .active\:md\:rounded-25px:active {
    border-radius: 25px;
  }
  .focus\:md\:rounded-25px:focus {
    border-radius: 25px;
  }
  .md\:rounded-26px {
    border-radius: 26px;
  }
  .hover\:md\:rounded-26px:hover {
    border-radius: 26px;
  }
  .active\:md\:rounded-26px:active {
    border-radius: 26px;
  }
  .focus\:md\:rounded-26px:focus {
    border-radius: 26px;
  }
  .md\:rounded-27px {
    border-radius: 27px;
  }
  .hover\:md\:rounded-27px:hover {
    border-radius: 27px;
  }
  .active\:md\:rounded-27px:active {
    border-radius: 27px;
  }
  .focus\:md\:rounded-27px:focus {
    border-radius: 27px;
  }
  .md\:rounded-28px {
    border-radius: 28px;
  }
  .hover\:md\:rounded-28px:hover {
    border-radius: 28px;
  }
  .active\:md\:rounded-28px:active {
    border-radius: 28px;
  }
  .focus\:md\:rounded-28px:focus {
    border-radius: 28px;
  }
  .md\:rounded-29px {
    border-radius: 29px;
  }
  .hover\:md\:rounded-29px:hover {
    border-radius: 29px;
  }
  .active\:md\:rounded-29px:active {
    border-radius: 29px;
  }
  .focus\:md\:rounded-29px:focus {
    border-radius: 29px;
  }
  .md\:rounded-30px {
    border-radius: 30px;
  }
  .hover\:md\:rounded-30px:hover {
    border-radius: 30px;
  }
  .active\:md\:rounded-30px:active {
    border-radius: 30px;
  }
  .focus\:md\:rounded-30px:focus {
    border-radius: 30px;
  }
  .md\:rounded-31px {
    border-radius: 31px;
  }
  .hover\:md\:rounded-31px:hover {
    border-radius: 31px;
  }
  .active\:md\:rounded-31px:active {
    border-radius: 31px;
  }
  .focus\:md\:rounded-31px:focus {
    border-radius: 31px;
  }
  .md\:rounded-32px {
    border-radius: 32px;
  }
  .hover\:md\:rounded-32px:hover {
    border-radius: 32px;
  }
  .active\:md\:rounded-32px:active {
    border-radius: 32px;
  }
  .focus\:md\:rounded-32px:focus {
    border-radius: 32px;
  }
  .md\:rounded-33px {
    border-radius: 33px;
  }
  .hover\:md\:rounded-33px:hover {
    border-radius: 33px;
  }
  .active\:md\:rounded-33px:active {
    border-radius: 33px;
  }
  .focus\:md\:rounded-33px:focus {
    border-radius: 33px;
  }
  .md\:rounded-34px {
    border-radius: 34px;
  }
  .hover\:md\:rounded-34px:hover {
    border-radius: 34px;
  }
  .active\:md\:rounded-34px:active {
    border-radius: 34px;
  }
  .focus\:md\:rounded-34px:focus {
    border-radius: 34px;
  }
  .md\:rounded-35px {
    border-radius: 35px;
  }
  .hover\:md\:rounded-35px:hover {
    border-radius: 35px;
  }
  .active\:md\:rounded-35px:active {
    border-radius: 35px;
  }
  .focus\:md\:rounded-35px:focus {
    border-radius: 35px;
  }
  .md\:rounded-36px {
    border-radius: 36px;
  }
  .hover\:md\:rounded-36px:hover {
    border-radius: 36px;
  }
  .active\:md\:rounded-36px:active {
    border-radius: 36px;
  }
  .focus\:md\:rounded-36px:focus {
    border-radius: 36px;
  }
  .md\:rounded-37px {
    border-radius: 37px;
  }
  .hover\:md\:rounded-37px:hover {
    border-radius: 37px;
  }
  .active\:md\:rounded-37px:active {
    border-radius: 37px;
  }
  .focus\:md\:rounded-37px:focus {
    border-radius: 37px;
  }
  .md\:rounded-38px {
    border-radius: 38px;
  }
  .hover\:md\:rounded-38px:hover {
    border-radius: 38px;
  }
  .active\:md\:rounded-38px:active {
    border-radius: 38px;
  }
  .focus\:md\:rounded-38px:focus {
    border-radius: 38px;
  }
  .md\:rounded-39px {
    border-radius: 39px;
  }
  .hover\:md\:rounded-39px:hover {
    border-radius: 39px;
  }
  .active\:md\:rounded-39px:active {
    border-radius: 39px;
  }
  .focus\:md\:rounded-39px:focus {
    border-radius: 39px;
  }
  .md\:rounded-40px {
    border-radius: 40px;
  }
  .hover\:md\:rounded-40px:hover {
    border-radius: 40px;
  }
  .active\:md\:rounded-40px:active {
    border-radius: 40px;
  }
  .focus\:md\:rounded-40px:focus {
    border-radius: 40px;
  }
  .md\:rounded-41px {
    border-radius: 41px;
  }
  .hover\:md\:rounded-41px:hover {
    border-radius: 41px;
  }
  .active\:md\:rounded-41px:active {
    border-radius: 41px;
  }
  .focus\:md\:rounded-41px:focus {
    border-radius: 41px;
  }
  .md\:rounded-42px {
    border-radius: 42px;
  }
  .hover\:md\:rounded-42px:hover {
    border-radius: 42px;
  }
  .active\:md\:rounded-42px:active {
    border-radius: 42px;
  }
  .focus\:md\:rounded-42px:focus {
    border-radius: 42px;
  }
  .md\:rounded-43px {
    border-radius: 43px;
  }
  .hover\:md\:rounded-43px:hover {
    border-radius: 43px;
  }
  .active\:md\:rounded-43px:active {
    border-radius: 43px;
  }
  .focus\:md\:rounded-43px:focus {
    border-radius: 43px;
  }
  .md\:rounded-44px {
    border-radius: 44px;
  }
  .hover\:md\:rounded-44px:hover {
    border-radius: 44px;
  }
  .active\:md\:rounded-44px:active {
    border-radius: 44px;
  }
  .focus\:md\:rounded-44px:focus {
    border-radius: 44px;
  }
  .md\:rounded-45px {
    border-radius: 45px;
  }
  .hover\:md\:rounded-45px:hover {
    border-radius: 45px;
  }
  .active\:md\:rounded-45px:active {
    border-radius: 45px;
  }
  .focus\:md\:rounded-45px:focus {
    border-radius: 45px;
  }
  .md\:rounded-46px {
    border-radius: 46px;
  }
  .hover\:md\:rounded-46px:hover {
    border-radius: 46px;
  }
  .active\:md\:rounded-46px:active {
    border-radius: 46px;
  }
  .focus\:md\:rounded-46px:focus {
    border-radius: 46px;
  }
  .md\:rounded-47px {
    border-radius: 47px;
  }
  .hover\:md\:rounded-47px:hover {
    border-radius: 47px;
  }
  .active\:md\:rounded-47px:active {
    border-radius: 47px;
  }
  .focus\:md\:rounded-47px:focus {
    border-radius: 47px;
  }
  .md\:rounded-48px {
    border-radius: 48px;
  }
  .hover\:md\:rounded-48px:hover {
    border-radius: 48px;
  }
  .active\:md\:rounded-48px:active {
    border-radius: 48px;
  }
  .focus\:md\:rounded-48px:focus {
    border-radius: 48px;
  }
  .md\:rounded-49px {
    border-radius: 49px;
  }
  .hover\:md\:rounded-49px:hover {
    border-radius: 49px;
  }
  .active\:md\:rounded-49px:active {
    border-radius: 49px;
  }
  .focus\:md\:rounded-49px:focus {
    border-radius: 49px;
  }
  .md\:rounded-50px {
    border-radius: 50px;
  }
  .hover\:md\:rounded-50px:hover {
    border-radius: 50px;
  }
  .active\:md\:rounded-50px:active {
    border-radius: 50px;
  }
  .focus\:md\:rounded-50px:focus {
    border-radius: 50px;
  }
  .md\:rounded-51px {
    border-radius: 51px;
  }
  .hover\:md\:rounded-51px:hover {
    border-radius: 51px;
  }
  .active\:md\:rounded-51px:active {
    border-radius: 51px;
  }
  .focus\:md\:rounded-51px:focus {
    border-radius: 51px;
  }
  .md\:rounded-52px {
    border-radius: 52px;
  }
  .hover\:md\:rounded-52px:hover {
    border-radius: 52px;
  }
  .active\:md\:rounded-52px:active {
    border-radius: 52px;
  }
  .focus\:md\:rounded-52px:focus {
    border-radius: 52px;
  }
  .md\:rounded-53px {
    border-radius: 53px;
  }
  .hover\:md\:rounded-53px:hover {
    border-radius: 53px;
  }
  .active\:md\:rounded-53px:active {
    border-radius: 53px;
  }
  .focus\:md\:rounded-53px:focus {
    border-radius: 53px;
  }
  .md\:rounded-54px {
    border-radius: 54px;
  }
  .hover\:md\:rounded-54px:hover {
    border-radius: 54px;
  }
  .active\:md\:rounded-54px:active {
    border-radius: 54px;
  }
  .focus\:md\:rounded-54px:focus {
    border-radius: 54px;
  }
  .md\:rounded-55px {
    border-radius: 55px;
  }
  .hover\:md\:rounded-55px:hover {
    border-radius: 55px;
  }
  .active\:md\:rounded-55px:active {
    border-radius: 55px;
  }
  .focus\:md\:rounded-55px:focus {
    border-radius: 55px;
  }
  .md\:rounded-56px {
    border-radius: 56px;
  }
  .hover\:md\:rounded-56px:hover {
    border-radius: 56px;
  }
  .active\:md\:rounded-56px:active {
    border-radius: 56px;
  }
  .focus\:md\:rounded-56px:focus {
    border-radius: 56px;
  }
  .md\:rounded-57px {
    border-radius: 57px;
  }
  .hover\:md\:rounded-57px:hover {
    border-radius: 57px;
  }
  .active\:md\:rounded-57px:active {
    border-radius: 57px;
  }
  .focus\:md\:rounded-57px:focus {
    border-radius: 57px;
  }
  .md\:rounded-58px {
    border-radius: 58px;
  }
  .hover\:md\:rounded-58px:hover {
    border-radius: 58px;
  }
  .active\:md\:rounded-58px:active {
    border-radius: 58px;
  }
  .focus\:md\:rounded-58px:focus {
    border-radius: 58px;
  }
  .md\:rounded-59px {
    border-radius: 59px;
  }
  .hover\:md\:rounded-59px:hover {
    border-radius: 59px;
  }
  .active\:md\:rounded-59px:active {
    border-radius: 59px;
  }
  .focus\:md\:rounded-59px:focus {
    border-radius: 59px;
  }
  .md\:rounded-60px {
    border-radius: 60px;
  }
  .hover\:md\:rounded-60px:hover {
    border-radius: 60px;
  }
  .active\:md\:rounded-60px:active {
    border-radius: 60px;
  }
  .focus\:md\:rounded-60px:focus {
    border-radius: 60px;
  }
  .md\:rounded-61px {
    border-radius: 61px;
  }
  .hover\:md\:rounded-61px:hover {
    border-radius: 61px;
  }
  .active\:md\:rounded-61px:active {
    border-radius: 61px;
  }
  .focus\:md\:rounded-61px:focus {
    border-radius: 61px;
  }
  .md\:rounded-62px {
    border-radius: 62px;
  }
  .hover\:md\:rounded-62px:hover {
    border-radius: 62px;
  }
  .active\:md\:rounded-62px:active {
    border-radius: 62px;
  }
  .focus\:md\:rounded-62px:focus {
    border-radius: 62px;
  }
  .md\:rounded-63px {
    border-radius: 63px;
  }
  .hover\:md\:rounded-63px:hover {
    border-radius: 63px;
  }
  .active\:md\:rounded-63px:active {
    border-radius: 63px;
  }
  .focus\:md\:rounded-63px:focus {
    border-radius: 63px;
  }
  .md\:rounded-64px {
    border-radius: 64px;
  }
  .hover\:md\:rounded-64px:hover {
    border-radius: 64px;
  }
  .active\:md\:rounded-64px:active {
    border-radius: 64px;
  }
  .focus\:md\:rounded-64px:focus {
    border-radius: 64px;
  }
  .md\:rounded-65px {
    border-radius: 65px;
  }
  .hover\:md\:rounded-65px:hover {
    border-radius: 65px;
  }
  .active\:md\:rounded-65px:active {
    border-radius: 65px;
  }
  .focus\:md\:rounded-65px:focus {
    border-radius: 65px;
  }
  .md\:rounded-66px {
    border-radius: 66px;
  }
  .hover\:md\:rounded-66px:hover {
    border-radius: 66px;
  }
  .active\:md\:rounded-66px:active {
    border-radius: 66px;
  }
  .focus\:md\:rounded-66px:focus {
    border-radius: 66px;
  }
  .md\:rounded-67px {
    border-radius: 67px;
  }
  .hover\:md\:rounded-67px:hover {
    border-radius: 67px;
  }
  .active\:md\:rounded-67px:active {
    border-radius: 67px;
  }
  .focus\:md\:rounded-67px:focus {
    border-radius: 67px;
  }
  .md\:rounded-68px {
    border-radius: 68px;
  }
  .hover\:md\:rounded-68px:hover {
    border-radius: 68px;
  }
  .active\:md\:rounded-68px:active {
    border-radius: 68px;
  }
  .focus\:md\:rounded-68px:focus {
    border-radius: 68px;
  }
  .md\:rounded-69px {
    border-radius: 69px;
  }
  .hover\:md\:rounded-69px:hover {
    border-radius: 69px;
  }
  .active\:md\:rounded-69px:active {
    border-radius: 69px;
  }
  .focus\:md\:rounded-69px:focus {
    border-radius: 69px;
  }
  .md\:rounded-70px {
    border-radius: 70px;
  }
  .hover\:md\:rounded-70px:hover {
    border-radius: 70px;
  }
  .active\:md\:rounded-70px:active {
    border-radius: 70px;
  }
  .focus\:md\:rounded-70px:focus {
    border-radius: 70px;
  }
  .md\:rounded-71px {
    border-radius: 71px;
  }
  .hover\:md\:rounded-71px:hover {
    border-radius: 71px;
  }
  .active\:md\:rounded-71px:active {
    border-radius: 71px;
  }
  .focus\:md\:rounded-71px:focus {
    border-radius: 71px;
  }
  .md\:rounded-72px {
    border-radius: 72px;
  }
  .hover\:md\:rounded-72px:hover {
    border-radius: 72px;
  }
  .active\:md\:rounded-72px:active {
    border-radius: 72px;
  }
  .focus\:md\:rounded-72px:focus {
    border-radius: 72px;
  }
  .md\:rounded-73px {
    border-radius: 73px;
  }
  .hover\:md\:rounded-73px:hover {
    border-radius: 73px;
  }
  .active\:md\:rounded-73px:active {
    border-radius: 73px;
  }
  .focus\:md\:rounded-73px:focus {
    border-radius: 73px;
  }
  .md\:rounded-74px {
    border-radius: 74px;
  }
  .hover\:md\:rounded-74px:hover {
    border-radius: 74px;
  }
  .active\:md\:rounded-74px:active {
    border-radius: 74px;
  }
  .focus\:md\:rounded-74px:focus {
    border-radius: 74px;
  }
  .md\:rounded-75px {
    border-radius: 75px;
  }
  .hover\:md\:rounded-75px:hover {
    border-radius: 75px;
  }
  .active\:md\:rounded-75px:active {
    border-radius: 75px;
  }
  .focus\:md\:rounded-75px:focus {
    border-radius: 75px;
  }
  .md\:rounded-76px {
    border-radius: 76px;
  }
  .hover\:md\:rounded-76px:hover {
    border-radius: 76px;
  }
  .active\:md\:rounded-76px:active {
    border-radius: 76px;
  }
  .focus\:md\:rounded-76px:focus {
    border-radius: 76px;
  }
  .md\:rounded-77px {
    border-radius: 77px;
  }
  .hover\:md\:rounded-77px:hover {
    border-radius: 77px;
  }
  .active\:md\:rounded-77px:active {
    border-radius: 77px;
  }
  .focus\:md\:rounded-77px:focus {
    border-radius: 77px;
  }
  .md\:rounded-78px {
    border-radius: 78px;
  }
  .hover\:md\:rounded-78px:hover {
    border-radius: 78px;
  }
  .active\:md\:rounded-78px:active {
    border-radius: 78px;
  }
  .focus\:md\:rounded-78px:focus {
    border-radius: 78px;
  }
  .md\:rounded-79px {
    border-radius: 79px;
  }
  .hover\:md\:rounded-79px:hover {
    border-radius: 79px;
  }
  .active\:md\:rounded-79px:active {
    border-radius: 79px;
  }
  .focus\:md\:rounded-79px:focus {
    border-radius: 79px;
  }
  .md\:rounded-80px {
    border-radius: 80px;
  }
  .hover\:md\:rounded-80px:hover {
    border-radius: 80px;
  }
  .active\:md\:rounded-80px:active {
    border-radius: 80px;
  }
  .focus\:md\:rounded-80px:focus {
    border-radius: 80px;
  }
  .md\:rounded-81px {
    border-radius: 81px;
  }
  .hover\:md\:rounded-81px:hover {
    border-radius: 81px;
  }
  .active\:md\:rounded-81px:active {
    border-radius: 81px;
  }
  .focus\:md\:rounded-81px:focus {
    border-radius: 81px;
  }
  .md\:rounded-82px {
    border-radius: 82px;
  }
  .hover\:md\:rounded-82px:hover {
    border-radius: 82px;
  }
  .active\:md\:rounded-82px:active {
    border-radius: 82px;
  }
  .focus\:md\:rounded-82px:focus {
    border-radius: 82px;
  }
  .md\:rounded-83px {
    border-radius: 83px;
  }
  .hover\:md\:rounded-83px:hover {
    border-radius: 83px;
  }
  .active\:md\:rounded-83px:active {
    border-radius: 83px;
  }
  .focus\:md\:rounded-83px:focus {
    border-radius: 83px;
  }
  .md\:rounded-84px {
    border-radius: 84px;
  }
  .hover\:md\:rounded-84px:hover {
    border-radius: 84px;
  }
  .active\:md\:rounded-84px:active {
    border-radius: 84px;
  }
  .focus\:md\:rounded-84px:focus {
    border-radius: 84px;
  }
  .md\:rounded-85px {
    border-radius: 85px;
  }
  .hover\:md\:rounded-85px:hover {
    border-radius: 85px;
  }
  .active\:md\:rounded-85px:active {
    border-radius: 85px;
  }
  .focus\:md\:rounded-85px:focus {
    border-radius: 85px;
  }
  .md\:rounded-86px {
    border-radius: 86px;
  }
  .hover\:md\:rounded-86px:hover {
    border-radius: 86px;
  }
  .active\:md\:rounded-86px:active {
    border-radius: 86px;
  }
  .focus\:md\:rounded-86px:focus {
    border-radius: 86px;
  }
  .md\:rounded-87px {
    border-radius: 87px;
  }
  .hover\:md\:rounded-87px:hover {
    border-radius: 87px;
  }
  .active\:md\:rounded-87px:active {
    border-radius: 87px;
  }
  .focus\:md\:rounded-87px:focus {
    border-radius: 87px;
  }
  .md\:rounded-88px {
    border-radius: 88px;
  }
  .hover\:md\:rounded-88px:hover {
    border-radius: 88px;
  }
  .active\:md\:rounded-88px:active {
    border-radius: 88px;
  }
  .focus\:md\:rounded-88px:focus {
    border-radius: 88px;
  }
  .md\:rounded-89px {
    border-radius: 89px;
  }
  .hover\:md\:rounded-89px:hover {
    border-radius: 89px;
  }
  .active\:md\:rounded-89px:active {
    border-radius: 89px;
  }
  .focus\:md\:rounded-89px:focus {
    border-radius: 89px;
  }
  .md\:rounded-90px {
    border-radius: 90px;
  }
  .hover\:md\:rounded-90px:hover {
    border-radius: 90px;
  }
  .active\:md\:rounded-90px:active {
    border-radius: 90px;
  }
  .focus\:md\:rounded-90px:focus {
    border-radius: 90px;
  }
  .md\:rounded-91px {
    border-radius: 91px;
  }
  .hover\:md\:rounded-91px:hover {
    border-radius: 91px;
  }
  .active\:md\:rounded-91px:active {
    border-radius: 91px;
  }
  .focus\:md\:rounded-91px:focus {
    border-radius: 91px;
  }
  .md\:rounded-92px {
    border-radius: 92px;
  }
  .hover\:md\:rounded-92px:hover {
    border-radius: 92px;
  }
  .active\:md\:rounded-92px:active {
    border-radius: 92px;
  }
  .focus\:md\:rounded-92px:focus {
    border-radius: 92px;
  }
  .md\:rounded-93px {
    border-radius: 93px;
  }
  .hover\:md\:rounded-93px:hover {
    border-radius: 93px;
  }
  .active\:md\:rounded-93px:active {
    border-radius: 93px;
  }
  .focus\:md\:rounded-93px:focus {
    border-radius: 93px;
  }
  .md\:rounded-94px {
    border-radius: 94px;
  }
  .hover\:md\:rounded-94px:hover {
    border-radius: 94px;
  }
  .active\:md\:rounded-94px:active {
    border-radius: 94px;
  }
  .focus\:md\:rounded-94px:focus {
    border-radius: 94px;
  }
  .md\:rounded-95px {
    border-radius: 95px;
  }
  .hover\:md\:rounded-95px:hover {
    border-radius: 95px;
  }
  .active\:md\:rounded-95px:active {
    border-radius: 95px;
  }
  .focus\:md\:rounded-95px:focus {
    border-radius: 95px;
  }
  .md\:rounded-96px {
    border-radius: 96px;
  }
  .hover\:md\:rounded-96px:hover {
    border-radius: 96px;
  }
  .active\:md\:rounded-96px:active {
    border-radius: 96px;
  }
  .focus\:md\:rounded-96px:focus {
    border-radius: 96px;
  }
  .md\:rounded-97px {
    border-radius: 97px;
  }
  .hover\:md\:rounded-97px:hover {
    border-radius: 97px;
  }
  .active\:md\:rounded-97px:active {
    border-radius: 97px;
  }
  .focus\:md\:rounded-97px:focus {
    border-radius: 97px;
  }
  .md\:rounded-98px {
    border-radius: 98px;
  }
  .hover\:md\:rounded-98px:hover {
    border-radius: 98px;
  }
  .active\:md\:rounded-98px:active {
    border-radius: 98px;
  }
  .focus\:md\:rounded-98px:focus {
    border-radius: 98px;
  }
  .md\:rounded-99px {
    border-radius: 99px;
  }
  .hover\:md\:rounded-99px:hover {
    border-radius: 99px;
  }
  .active\:md\:rounded-99px:active {
    border-radius: 99px;
  }
  .focus\:md\:rounded-99px:focus {
    border-radius: 99px;
  }
  .md\:rounded-100px {
    border-radius: 100px;
  }
  .hover\:md\:rounded-100px:hover {
    border-radius: 100px;
  }
  .active\:md\:rounded-100px:active {
    border-radius: 100px;
  }
  .focus\:md\:rounded-100px:focus {
    border-radius: 100px;
  }
  .md\:rounded-0per {
    border-radius: 0%;
  }
  .hover\:md\:rounded-0per:hover {
    border-radius: 0%;
  }
  .active\:md\:rounded-0per:active {
    border-radius: 0%;
  }
  .focus\:md\:rounded-0per:focus {
    border-radius: 0%;
  }
  .md\:rounded-1per {
    border-radius: 1%;
  }
  .hover\:md\:rounded-1per:hover {
    border-radius: 1%;
  }
  .active\:md\:rounded-1per:active {
    border-radius: 1%;
  }
  .focus\:md\:rounded-1per:focus {
    border-radius: 1%;
  }
  .md\:rounded-2per {
    border-radius: 2%;
  }
  .hover\:md\:rounded-2per:hover {
    border-radius: 2%;
  }
  .active\:md\:rounded-2per:active {
    border-radius: 2%;
  }
  .focus\:md\:rounded-2per:focus {
    border-radius: 2%;
  }
  .md\:rounded-3per {
    border-radius: 3%;
  }
  .hover\:md\:rounded-3per:hover {
    border-radius: 3%;
  }
  .active\:md\:rounded-3per:active {
    border-radius: 3%;
  }
  .focus\:md\:rounded-3per:focus {
    border-radius: 3%;
  }
  .md\:rounded-4per {
    border-radius: 4%;
  }
  .hover\:md\:rounded-4per:hover {
    border-radius: 4%;
  }
  .active\:md\:rounded-4per:active {
    border-radius: 4%;
  }
  .focus\:md\:rounded-4per:focus {
    border-radius: 4%;
  }
  .md\:rounded-5per {
    border-radius: 5%;
  }
  .hover\:md\:rounded-5per:hover {
    border-radius: 5%;
  }
  .active\:md\:rounded-5per:active {
    border-radius: 5%;
  }
  .focus\:md\:rounded-5per:focus {
    border-radius: 5%;
  }
  .md\:rounded-6per {
    border-radius: 6%;
  }
  .hover\:md\:rounded-6per:hover {
    border-radius: 6%;
  }
  .active\:md\:rounded-6per:active {
    border-radius: 6%;
  }
  .focus\:md\:rounded-6per:focus {
    border-radius: 6%;
  }
  .md\:rounded-7per {
    border-radius: 7%;
  }
  .hover\:md\:rounded-7per:hover {
    border-radius: 7%;
  }
  .active\:md\:rounded-7per:active {
    border-radius: 7%;
  }
  .focus\:md\:rounded-7per:focus {
    border-radius: 7%;
  }
  .md\:rounded-8per {
    border-radius: 8%;
  }
  .hover\:md\:rounded-8per:hover {
    border-radius: 8%;
  }
  .active\:md\:rounded-8per:active {
    border-radius: 8%;
  }
  .focus\:md\:rounded-8per:focus {
    border-radius: 8%;
  }
  .md\:rounded-9per {
    border-radius: 9%;
  }
  .hover\:md\:rounded-9per:hover {
    border-radius: 9%;
  }
  .active\:md\:rounded-9per:active {
    border-radius: 9%;
  }
  .focus\:md\:rounded-9per:focus {
    border-radius: 9%;
  }
  .md\:rounded-10per {
    border-radius: 10%;
  }
  .hover\:md\:rounded-10per:hover {
    border-radius: 10%;
  }
  .active\:md\:rounded-10per:active {
    border-radius: 10%;
  }
  .focus\:md\:rounded-10per:focus {
    border-radius: 10%;
  }
  .md\:rounded-11per {
    border-radius: 11%;
  }
  .hover\:md\:rounded-11per:hover {
    border-radius: 11%;
  }
  .active\:md\:rounded-11per:active {
    border-radius: 11%;
  }
  .focus\:md\:rounded-11per:focus {
    border-radius: 11%;
  }
  .md\:rounded-12per {
    border-radius: 12%;
  }
  .hover\:md\:rounded-12per:hover {
    border-radius: 12%;
  }
  .active\:md\:rounded-12per:active {
    border-radius: 12%;
  }
  .focus\:md\:rounded-12per:focus {
    border-radius: 12%;
  }
  .md\:rounded-13per {
    border-radius: 13%;
  }
  .hover\:md\:rounded-13per:hover {
    border-radius: 13%;
  }
  .active\:md\:rounded-13per:active {
    border-radius: 13%;
  }
  .focus\:md\:rounded-13per:focus {
    border-radius: 13%;
  }
  .md\:rounded-14per {
    border-radius: 14%;
  }
  .hover\:md\:rounded-14per:hover {
    border-radius: 14%;
  }
  .active\:md\:rounded-14per:active {
    border-radius: 14%;
  }
  .focus\:md\:rounded-14per:focus {
    border-radius: 14%;
  }
  .md\:rounded-15per {
    border-radius: 15%;
  }
  .hover\:md\:rounded-15per:hover {
    border-radius: 15%;
  }
  .active\:md\:rounded-15per:active {
    border-radius: 15%;
  }
  .focus\:md\:rounded-15per:focus {
    border-radius: 15%;
  }
  .md\:rounded-16per {
    border-radius: 16%;
  }
  .hover\:md\:rounded-16per:hover {
    border-radius: 16%;
  }
  .active\:md\:rounded-16per:active {
    border-radius: 16%;
  }
  .focus\:md\:rounded-16per:focus {
    border-radius: 16%;
  }
  .md\:rounded-17per {
    border-radius: 17%;
  }
  .hover\:md\:rounded-17per:hover {
    border-radius: 17%;
  }
  .active\:md\:rounded-17per:active {
    border-radius: 17%;
  }
  .focus\:md\:rounded-17per:focus {
    border-radius: 17%;
  }
  .md\:rounded-18per {
    border-radius: 18%;
  }
  .hover\:md\:rounded-18per:hover {
    border-radius: 18%;
  }
  .active\:md\:rounded-18per:active {
    border-radius: 18%;
  }
  .focus\:md\:rounded-18per:focus {
    border-radius: 18%;
  }
  .md\:rounded-19per {
    border-radius: 19%;
  }
  .hover\:md\:rounded-19per:hover {
    border-radius: 19%;
  }
  .active\:md\:rounded-19per:active {
    border-radius: 19%;
  }
  .focus\:md\:rounded-19per:focus {
    border-radius: 19%;
  }
  .md\:rounded-20per {
    border-radius: 20%;
  }
  .hover\:md\:rounded-20per:hover {
    border-radius: 20%;
  }
  .active\:md\:rounded-20per:active {
    border-radius: 20%;
  }
  .focus\:md\:rounded-20per:focus {
    border-radius: 20%;
  }
  .md\:rounded-21per {
    border-radius: 21%;
  }
  .hover\:md\:rounded-21per:hover {
    border-radius: 21%;
  }
  .active\:md\:rounded-21per:active {
    border-radius: 21%;
  }
  .focus\:md\:rounded-21per:focus {
    border-radius: 21%;
  }
  .md\:rounded-22per {
    border-radius: 22%;
  }
  .hover\:md\:rounded-22per:hover {
    border-radius: 22%;
  }
  .active\:md\:rounded-22per:active {
    border-radius: 22%;
  }
  .focus\:md\:rounded-22per:focus {
    border-radius: 22%;
  }
  .md\:rounded-23per {
    border-radius: 23%;
  }
  .hover\:md\:rounded-23per:hover {
    border-radius: 23%;
  }
  .active\:md\:rounded-23per:active {
    border-radius: 23%;
  }
  .focus\:md\:rounded-23per:focus {
    border-radius: 23%;
  }
  .md\:rounded-24per {
    border-radius: 24%;
  }
  .hover\:md\:rounded-24per:hover {
    border-radius: 24%;
  }
  .active\:md\:rounded-24per:active {
    border-radius: 24%;
  }
  .focus\:md\:rounded-24per:focus {
    border-radius: 24%;
  }
  .md\:rounded-25per {
    border-radius: 25%;
  }
  .hover\:md\:rounded-25per:hover {
    border-radius: 25%;
  }
  .active\:md\:rounded-25per:active {
    border-radius: 25%;
  }
  .focus\:md\:rounded-25per:focus {
    border-radius: 25%;
  }
  .md\:rounded-26per {
    border-radius: 26%;
  }
  .hover\:md\:rounded-26per:hover {
    border-radius: 26%;
  }
  .active\:md\:rounded-26per:active {
    border-radius: 26%;
  }
  .focus\:md\:rounded-26per:focus {
    border-radius: 26%;
  }
  .md\:rounded-27per {
    border-radius: 27%;
  }
  .hover\:md\:rounded-27per:hover {
    border-radius: 27%;
  }
  .active\:md\:rounded-27per:active {
    border-radius: 27%;
  }
  .focus\:md\:rounded-27per:focus {
    border-radius: 27%;
  }
  .md\:rounded-28per {
    border-radius: 28%;
  }
  .hover\:md\:rounded-28per:hover {
    border-radius: 28%;
  }
  .active\:md\:rounded-28per:active {
    border-radius: 28%;
  }
  .focus\:md\:rounded-28per:focus {
    border-radius: 28%;
  }
  .md\:rounded-29per {
    border-radius: 29%;
  }
  .hover\:md\:rounded-29per:hover {
    border-radius: 29%;
  }
  .active\:md\:rounded-29per:active {
    border-radius: 29%;
  }
  .focus\:md\:rounded-29per:focus {
    border-radius: 29%;
  }
  .md\:rounded-30per {
    border-radius: 30%;
  }
  .hover\:md\:rounded-30per:hover {
    border-radius: 30%;
  }
  .active\:md\:rounded-30per:active {
    border-radius: 30%;
  }
  .focus\:md\:rounded-30per:focus {
    border-radius: 30%;
  }
  .md\:rounded-31per {
    border-radius: 31%;
  }
  .hover\:md\:rounded-31per:hover {
    border-radius: 31%;
  }
  .active\:md\:rounded-31per:active {
    border-radius: 31%;
  }
  .focus\:md\:rounded-31per:focus {
    border-radius: 31%;
  }
  .md\:rounded-32per {
    border-radius: 32%;
  }
  .hover\:md\:rounded-32per:hover {
    border-radius: 32%;
  }
  .active\:md\:rounded-32per:active {
    border-radius: 32%;
  }
  .focus\:md\:rounded-32per:focus {
    border-radius: 32%;
  }
  .md\:rounded-33per {
    border-radius: 33%;
  }
  .hover\:md\:rounded-33per:hover {
    border-radius: 33%;
  }
  .active\:md\:rounded-33per:active {
    border-radius: 33%;
  }
  .focus\:md\:rounded-33per:focus {
    border-radius: 33%;
  }
  .md\:rounded-34per {
    border-radius: 34%;
  }
  .hover\:md\:rounded-34per:hover {
    border-radius: 34%;
  }
  .active\:md\:rounded-34per:active {
    border-radius: 34%;
  }
  .focus\:md\:rounded-34per:focus {
    border-radius: 34%;
  }
  .md\:rounded-35per {
    border-radius: 35%;
  }
  .hover\:md\:rounded-35per:hover {
    border-radius: 35%;
  }
  .active\:md\:rounded-35per:active {
    border-radius: 35%;
  }
  .focus\:md\:rounded-35per:focus {
    border-radius: 35%;
  }
  .md\:rounded-36per {
    border-radius: 36%;
  }
  .hover\:md\:rounded-36per:hover {
    border-radius: 36%;
  }
  .active\:md\:rounded-36per:active {
    border-radius: 36%;
  }
  .focus\:md\:rounded-36per:focus {
    border-radius: 36%;
  }
  .md\:rounded-37per {
    border-radius: 37%;
  }
  .hover\:md\:rounded-37per:hover {
    border-radius: 37%;
  }
  .active\:md\:rounded-37per:active {
    border-radius: 37%;
  }
  .focus\:md\:rounded-37per:focus {
    border-radius: 37%;
  }
  .md\:rounded-38per {
    border-radius: 38%;
  }
  .hover\:md\:rounded-38per:hover {
    border-radius: 38%;
  }
  .active\:md\:rounded-38per:active {
    border-radius: 38%;
  }
  .focus\:md\:rounded-38per:focus {
    border-radius: 38%;
  }
  .md\:rounded-39per {
    border-radius: 39%;
  }
  .hover\:md\:rounded-39per:hover {
    border-radius: 39%;
  }
  .active\:md\:rounded-39per:active {
    border-radius: 39%;
  }
  .focus\:md\:rounded-39per:focus {
    border-radius: 39%;
  }
  .md\:rounded-40per {
    border-radius: 40%;
  }
  .hover\:md\:rounded-40per:hover {
    border-radius: 40%;
  }
  .active\:md\:rounded-40per:active {
    border-radius: 40%;
  }
  .focus\:md\:rounded-40per:focus {
    border-radius: 40%;
  }
  .md\:rounded-41per {
    border-radius: 41%;
  }
  .hover\:md\:rounded-41per:hover {
    border-radius: 41%;
  }
  .active\:md\:rounded-41per:active {
    border-radius: 41%;
  }
  .focus\:md\:rounded-41per:focus {
    border-radius: 41%;
  }
  .md\:rounded-42per {
    border-radius: 42%;
  }
  .hover\:md\:rounded-42per:hover {
    border-radius: 42%;
  }
  .active\:md\:rounded-42per:active {
    border-radius: 42%;
  }
  .focus\:md\:rounded-42per:focus {
    border-radius: 42%;
  }
  .md\:rounded-43per {
    border-radius: 43%;
  }
  .hover\:md\:rounded-43per:hover {
    border-radius: 43%;
  }
  .active\:md\:rounded-43per:active {
    border-radius: 43%;
  }
  .focus\:md\:rounded-43per:focus {
    border-radius: 43%;
  }
  .md\:rounded-44per {
    border-radius: 44%;
  }
  .hover\:md\:rounded-44per:hover {
    border-radius: 44%;
  }
  .active\:md\:rounded-44per:active {
    border-radius: 44%;
  }
  .focus\:md\:rounded-44per:focus {
    border-radius: 44%;
  }
  .md\:rounded-45per {
    border-radius: 45%;
  }
  .hover\:md\:rounded-45per:hover {
    border-radius: 45%;
  }
  .active\:md\:rounded-45per:active {
    border-radius: 45%;
  }
  .focus\:md\:rounded-45per:focus {
    border-radius: 45%;
  }
  .md\:rounded-46per {
    border-radius: 46%;
  }
  .hover\:md\:rounded-46per:hover {
    border-radius: 46%;
  }
  .active\:md\:rounded-46per:active {
    border-radius: 46%;
  }
  .focus\:md\:rounded-46per:focus {
    border-radius: 46%;
  }
  .md\:rounded-47per {
    border-radius: 47%;
  }
  .hover\:md\:rounded-47per:hover {
    border-radius: 47%;
  }
  .active\:md\:rounded-47per:active {
    border-radius: 47%;
  }
  .focus\:md\:rounded-47per:focus {
    border-radius: 47%;
  }
  .md\:rounded-48per {
    border-radius: 48%;
  }
  .hover\:md\:rounded-48per:hover {
    border-radius: 48%;
  }
  .active\:md\:rounded-48per:active {
    border-radius: 48%;
  }
  .focus\:md\:rounded-48per:focus {
    border-radius: 48%;
  }
  .md\:rounded-49per {
    border-radius: 49%;
  }
  .hover\:md\:rounded-49per:hover {
    border-radius: 49%;
  }
  .active\:md\:rounded-49per:active {
    border-radius: 49%;
  }
  .focus\:md\:rounded-49per:focus {
    border-radius: 49%;
  }
  .md\:rounded-50per {
    border-radius: 50%;
  }
  .hover\:md\:rounded-50per:hover {
    border-radius: 50%;
  }
  .active\:md\:rounded-50per:active {
    border-radius: 50%;
  }
  .focus\:md\:rounded-50per:focus {
    border-radius: 50%;
  }
  .md\:rounded-51per {
    border-radius: 51%;
  }
  .hover\:md\:rounded-51per:hover {
    border-radius: 51%;
  }
  .active\:md\:rounded-51per:active {
    border-radius: 51%;
  }
  .focus\:md\:rounded-51per:focus {
    border-radius: 51%;
  }
  .md\:rounded-52per {
    border-radius: 52%;
  }
  .hover\:md\:rounded-52per:hover {
    border-radius: 52%;
  }
  .active\:md\:rounded-52per:active {
    border-radius: 52%;
  }
  .focus\:md\:rounded-52per:focus {
    border-radius: 52%;
  }
  .md\:rounded-53per {
    border-radius: 53%;
  }
  .hover\:md\:rounded-53per:hover {
    border-radius: 53%;
  }
  .active\:md\:rounded-53per:active {
    border-radius: 53%;
  }
  .focus\:md\:rounded-53per:focus {
    border-radius: 53%;
  }
  .md\:rounded-54per {
    border-radius: 54%;
  }
  .hover\:md\:rounded-54per:hover {
    border-radius: 54%;
  }
  .active\:md\:rounded-54per:active {
    border-radius: 54%;
  }
  .focus\:md\:rounded-54per:focus {
    border-radius: 54%;
  }
  .md\:rounded-55per {
    border-radius: 55%;
  }
  .hover\:md\:rounded-55per:hover {
    border-radius: 55%;
  }
  .active\:md\:rounded-55per:active {
    border-radius: 55%;
  }
  .focus\:md\:rounded-55per:focus {
    border-radius: 55%;
  }
  .md\:rounded-56per {
    border-radius: 56%;
  }
  .hover\:md\:rounded-56per:hover {
    border-radius: 56%;
  }
  .active\:md\:rounded-56per:active {
    border-radius: 56%;
  }
  .focus\:md\:rounded-56per:focus {
    border-radius: 56%;
  }
  .md\:rounded-57per {
    border-radius: 57%;
  }
  .hover\:md\:rounded-57per:hover {
    border-radius: 57%;
  }
  .active\:md\:rounded-57per:active {
    border-radius: 57%;
  }
  .focus\:md\:rounded-57per:focus {
    border-radius: 57%;
  }
  .md\:rounded-58per {
    border-radius: 58%;
  }
  .hover\:md\:rounded-58per:hover {
    border-radius: 58%;
  }
  .active\:md\:rounded-58per:active {
    border-radius: 58%;
  }
  .focus\:md\:rounded-58per:focus {
    border-radius: 58%;
  }
  .md\:rounded-59per {
    border-radius: 59%;
  }
  .hover\:md\:rounded-59per:hover {
    border-radius: 59%;
  }
  .active\:md\:rounded-59per:active {
    border-radius: 59%;
  }
  .focus\:md\:rounded-59per:focus {
    border-radius: 59%;
  }
  .md\:rounded-60per {
    border-radius: 60%;
  }
  .hover\:md\:rounded-60per:hover {
    border-radius: 60%;
  }
  .active\:md\:rounded-60per:active {
    border-radius: 60%;
  }
  .focus\:md\:rounded-60per:focus {
    border-radius: 60%;
  }
  .md\:rounded-61per {
    border-radius: 61%;
  }
  .hover\:md\:rounded-61per:hover {
    border-radius: 61%;
  }
  .active\:md\:rounded-61per:active {
    border-radius: 61%;
  }
  .focus\:md\:rounded-61per:focus {
    border-radius: 61%;
  }
  .md\:rounded-62per {
    border-radius: 62%;
  }
  .hover\:md\:rounded-62per:hover {
    border-radius: 62%;
  }
  .active\:md\:rounded-62per:active {
    border-radius: 62%;
  }
  .focus\:md\:rounded-62per:focus {
    border-radius: 62%;
  }
  .md\:rounded-63per {
    border-radius: 63%;
  }
  .hover\:md\:rounded-63per:hover {
    border-radius: 63%;
  }
  .active\:md\:rounded-63per:active {
    border-radius: 63%;
  }
  .focus\:md\:rounded-63per:focus {
    border-radius: 63%;
  }
  .md\:rounded-64per {
    border-radius: 64%;
  }
  .hover\:md\:rounded-64per:hover {
    border-radius: 64%;
  }
  .active\:md\:rounded-64per:active {
    border-radius: 64%;
  }
  .focus\:md\:rounded-64per:focus {
    border-radius: 64%;
  }
  .md\:rounded-65per {
    border-radius: 65%;
  }
  .hover\:md\:rounded-65per:hover {
    border-radius: 65%;
  }
  .active\:md\:rounded-65per:active {
    border-radius: 65%;
  }
  .focus\:md\:rounded-65per:focus {
    border-radius: 65%;
  }
  .md\:rounded-66per {
    border-radius: 66%;
  }
  .hover\:md\:rounded-66per:hover {
    border-radius: 66%;
  }
  .active\:md\:rounded-66per:active {
    border-radius: 66%;
  }
  .focus\:md\:rounded-66per:focus {
    border-radius: 66%;
  }
  .md\:rounded-67per {
    border-radius: 67%;
  }
  .hover\:md\:rounded-67per:hover {
    border-radius: 67%;
  }
  .active\:md\:rounded-67per:active {
    border-radius: 67%;
  }
  .focus\:md\:rounded-67per:focus {
    border-radius: 67%;
  }
  .md\:rounded-68per {
    border-radius: 68%;
  }
  .hover\:md\:rounded-68per:hover {
    border-radius: 68%;
  }
  .active\:md\:rounded-68per:active {
    border-radius: 68%;
  }
  .focus\:md\:rounded-68per:focus {
    border-radius: 68%;
  }
  .md\:rounded-69per {
    border-radius: 69%;
  }
  .hover\:md\:rounded-69per:hover {
    border-radius: 69%;
  }
  .active\:md\:rounded-69per:active {
    border-radius: 69%;
  }
  .focus\:md\:rounded-69per:focus {
    border-radius: 69%;
  }
  .md\:rounded-70per {
    border-radius: 70%;
  }
  .hover\:md\:rounded-70per:hover {
    border-radius: 70%;
  }
  .active\:md\:rounded-70per:active {
    border-radius: 70%;
  }
  .focus\:md\:rounded-70per:focus {
    border-radius: 70%;
  }
  .md\:rounded-71per {
    border-radius: 71%;
  }
  .hover\:md\:rounded-71per:hover {
    border-radius: 71%;
  }
  .active\:md\:rounded-71per:active {
    border-radius: 71%;
  }
  .focus\:md\:rounded-71per:focus {
    border-radius: 71%;
  }
  .md\:rounded-72per {
    border-radius: 72%;
  }
  .hover\:md\:rounded-72per:hover {
    border-radius: 72%;
  }
  .active\:md\:rounded-72per:active {
    border-radius: 72%;
  }
  .focus\:md\:rounded-72per:focus {
    border-radius: 72%;
  }
  .md\:rounded-73per {
    border-radius: 73%;
  }
  .hover\:md\:rounded-73per:hover {
    border-radius: 73%;
  }
  .active\:md\:rounded-73per:active {
    border-radius: 73%;
  }
  .focus\:md\:rounded-73per:focus {
    border-radius: 73%;
  }
  .md\:rounded-74per {
    border-radius: 74%;
  }
  .hover\:md\:rounded-74per:hover {
    border-radius: 74%;
  }
  .active\:md\:rounded-74per:active {
    border-radius: 74%;
  }
  .focus\:md\:rounded-74per:focus {
    border-radius: 74%;
  }
  .md\:rounded-75per {
    border-radius: 75%;
  }
  .hover\:md\:rounded-75per:hover {
    border-radius: 75%;
  }
  .active\:md\:rounded-75per:active {
    border-radius: 75%;
  }
  .focus\:md\:rounded-75per:focus {
    border-radius: 75%;
  }
  .md\:rounded-76per {
    border-radius: 76%;
  }
  .hover\:md\:rounded-76per:hover {
    border-radius: 76%;
  }
  .active\:md\:rounded-76per:active {
    border-radius: 76%;
  }
  .focus\:md\:rounded-76per:focus {
    border-radius: 76%;
  }
  .md\:rounded-77per {
    border-radius: 77%;
  }
  .hover\:md\:rounded-77per:hover {
    border-radius: 77%;
  }
  .active\:md\:rounded-77per:active {
    border-radius: 77%;
  }
  .focus\:md\:rounded-77per:focus {
    border-radius: 77%;
  }
  .md\:rounded-78per {
    border-radius: 78%;
  }
  .hover\:md\:rounded-78per:hover {
    border-radius: 78%;
  }
  .active\:md\:rounded-78per:active {
    border-radius: 78%;
  }
  .focus\:md\:rounded-78per:focus {
    border-radius: 78%;
  }
  .md\:rounded-79per {
    border-radius: 79%;
  }
  .hover\:md\:rounded-79per:hover {
    border-radius: 79%;
  }
  .active\:md\:rounded-79per:active {
    border-radius: 79%;
  }
  .focus\:md\:rounded-79per:focus {
    border-radius: 79%;
  }
  .md\:rounded-80per {
    border-radius: 80%;
  }
  .hover\:md\:rounded-80per:hover {
    border-radius: 80%;
  }
  .active\:md\:rounded-80per:active {
    border-radius: 80%;
  }
  .focus\:md\:rounded-80per:focus {
    border-radius: 80%;
  }
  .md\:rounded-81per {
    border-radius: 81%;
  }
  .hover\:md\:rounded-81per:hover {
    border-radius: 81%;
  }
  .active\:md\:rounded-81per:active {
    border-radius: 81%;
  }
  .focus\:md\:rounded-81per:focus {
    border-radius: 81%;
  }
  .md\:rounded-82per {
    border-radius: 82%;
  }
  .hover\:md\:rounded-82per:hover {
    border-radius: 82%;
  }
  .active\:md\:rounded-82per:active {
    border-radius: 82%;
  }
  .focus\:md\:rounded-82per:focus {
    border-radius: 82%;
  }
  .md\:rounded-83per {
    border-radius: 83%;
  }
  .hover\:md\:rounded-83per:hover {
    border-radius: 83%;
  }
  .active\:md\:rounded-83per:active {
    border-radius: 83%;
  }
  .focus\:md\:rounded-83per:focus {
    border-radius: 83%;
  }
  .md\:rounded-84per {
    border-radius: 84%;
  }
  .hover\:md\:rounded-84per:hover {
    border-radius: 84%;
  }
  .active\:md\:rounded-84per:active {
    border-radius: 84%;
  }
  .focus\:md\:rounded-84per:focus {
    border-radius: 84%;
  }
  .md\:rounded-85per {
    border-radius: 85%;
  }
  .hover\:md\:rounded-85per:hover {
    border-radius: 85%;
  }
  .active\:md\:rounded-85per:active {
    border-radius: 85%;
  }
  .focus\:md\:rounded-85per:focus {
    border-radius: 85%;
  }
  .md\:rounded-86per {
    border-radius: 86%;
  }
  .hover\:md\:rounded-86per:hover {
    border-radius: 86%;
  }
  .active\:md\:rounded-86per:active {
    border-radius: 86%;
  }
  .focus\:md\:rounded-86per:focus {
    border-radius: 86%;
  }
  .md\:rounded-87per {
    border-radius: 87%;
  }
  .hover\:md\:rounded-87per:hover {
    border-radius: 87%;
  }
  .active\:md\:rounded-87per:active {
    border-radius: 87%;
  }
  .focus\:md\:rounded-87per:focus {
    border-radius: 87%;
  }
  .md\:rounded-88per {
    border-radius: 88%;
  }
  .hover\:md\:rounded-88per:hover {
    border-radius: 88%;
  }
  .active\:md\:rounded-88per:active {
    border-radius: 88%;
  }
  .focus\:md\:rounded-88per:focus {
    border-radius: 88%;
  }
  .md\:rounded-89per {
    border-radius: 89%;
  }
  .hover\:md\:rounded-89per:hover {
    border-radius: 89%;
  }
  .active\:md\:rounded-89per:active {
    border-radius: 89%;
  }
  .focus\:md\:rounded-89per:focus {
    border-radius: 89%;
  }
  .md\:rounded-90per {
    border-radius: 90%;
  }
  .hover\:md\:rounded-90per:hover {
    border-radius: 90%;
  }
  .active\:md\:rounded-90per:active {
    border-radius: 90%;
  }
  .focus\:md\:rounded-90per:focus {
    border-radius: 90%;
  }
  .md\:rounded-91per {
    border-radius: 91%;
  }
  .hover\:md\:rounded-91per:hover {
    border-radius: 91%;
  }
  .active\:md\:rounded-91per:active {
    border-radius: 91%;
  }
  .focus\:md\:rounded-91per:focus {
    border-radius: 91%;
  }
  .md\:rounded-92per {
    border-radius: 92%;
  }
  .hover\:md\:rounded-92per:hover {
    border-radius: 92%;
  }
  .active\:md\:rounded-92per:active {
    border-radius: 92%;
  }
  .focus\:md\:rounded-92per:focus {
    border-radius: 92%;
  }
  .md\:rounded-93per {
    border-radius: 93%;
  }
  .hover\:md\:rounded-93per:hover {
    border-radius: 93%;
  }
  .active\:md\:rounded-93per:active {
    border-radius: 93%;
  }
  .focus\:md\:rounded-93per:focus {
    border-radius: 93%;
  }
  .md\:rounded-94per {
    border-radius: 94%;
  }
  .hover\:md\:rounded-94per:hover {
    border-radius: 94%;
  }
  .active\:md\:rounded-94per:active {
    border-radius: 94%;
  }
  .focus\:md\:rounded-94per:focus {
    border-radius: 94%;
  }
  .md\:rounded-95per {
    border-radius: 95%;
  }
  .hover\:md\:rounded-95per:hover {
    border-radius: 95%;
  }
  .active\:md\:rounded-95per:active {
    border-radius: 95%;
  }
  .focus\:md\:rounded-95per:focus {
    border-radius: 95%;
  }
  .md\:rounded-96per {
    border-radius: 96%;
  }
  .hover\:md\:rounded-96per:hover {
    border-radius: 96%;
  }
  .active\:md\:rounded-96per:active {
    border-radius: 96%;
  }
  .focus\:md\:rounded-96per:focus {
    border-radius: 96%;
  }
  .md\:rounded-97per {
    border-radius: 97%;
  }
  .hover\:md\:rounded-97per:hover {
    border-radius: 97%;
  }
  .active\:md\:rounded-97per:active {
    border-radius: 97%;
  }
  .focus\:md\:rounded-97per:focus {
    border-radius: 97%;
  }
  .md\:rounded-98per {
    border-radius: 98%;
  }
  .hover\:md\:rounded-98per:hover {
    border-radius: 98%;
  }
  .active\:md\:rounded-98per:active {
    border-radius: 98%;
  }
  .focus\:md\:rounded-98per:focus {
    border-radius: 98%;
  }
  .md\:rounded-99per {
    border-radius: 99%;
  }
  .hover\:md\:rounded-99per:hover {
    border-radius: 99%;
  }
  .active\:md\:rounded-99per:active {
    border-radius: 99%;
  }
  .focus\:md\:rounded-99per:focus {
    border-radius: 99%;
  }
  .md\:rounded-100per {
    border-radius: 100%;
  }
  .hover\:md\:rounded-100per:hover {
    border-radius: 100%;
  }
  .active\:md\:rounded-100per:active {
    border-radius: 100%;
  }
  .focus\:md\:rounded-100per:focus {
    border-radius: 100%;
  }
  .md\:rounded-top-radius-0px {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .hover\:md\:rounded-top-radius-0px:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .md\:rounded-top-radius-1px {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }
  .hover\:md\:rounded-top-radius-1px:hover {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }
  .md\:rounded-top-radius-2px {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .hover\:md\:rounded-top-radius-2px:hover {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .md\:rounded-top-radius-3px {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .hover\:md\:rounded-top-radius-3px:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .md\:rounded-top-radius-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .hover\:md\:rounded-top-radius-4px:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .md\:rounded-top-radius-5px {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .hover\:md\:rounded-top-radius-5px:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .md\:rounded-top-radius-6px {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .hover\:md\:rounded-top-radius-6px:hover {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .md\:rounded-top-radius-7px {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .hover\:md\:rounded-top-radius-7px:hover {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .md\:rounded-top-radius-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .hover\:md\:rounded-top-radius-8px:hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .md\:rounded-top-radius-9px {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .hover\:md\:rounded-top-radius-9px:hover {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .md\:rounded-top-radius-10px {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .hover\:md\:rounded-top-radius-10px:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .md\:rounded-top-radius-11px {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .hover\:md\:rounded-top-radius-11px:hover {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .md\:rounded-top-radius-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .hover\:md\:rounded-top-radius-12px:hover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .md\:rounded-top-radius-13px {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .hover\:md\:rounded-top-radius-13px:hover {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .md\:rounded-top-radius-14px {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .hover\:md\:rounded-top-radius-14px:hover {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .md\:rounded-top-radius-15px {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .hover\:md\:rounded-top-radius-15px:hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .md\:rounded-top-radius-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .hover\:md\:rounded-top-radius-16px:hover {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .md\:rounded-top-radius-17px {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .hover\:md\:rounded-top-radius-17px:hover {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .md\:rounded-top-radius-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .hover\:md\:rounded-top-radius-18px:hover {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .md\:rounded-top-radius-19px {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  .hover\:md\:rounded-top-radius-19px:hover {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  .md\:rounded-top-radius-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .hover\:md\:rounded-top-radius-20px:hover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .md\:rounded-top-radius-21px {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
  .hover\:md\:rounded-top-radius-21px:hover {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
  .md\:rounded-top-radius-22px {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .hover\:md\:rounded-top-radius-22px:hover {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .md\:rounded-top-radius-23px {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
  .hover\:md\:rounded-top-radius-23px:hover {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
  .md\:rounded-top-radius-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .hover\:md\:rounded-top-radius-24px:hover {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .md\:rounded-top-radius-25px {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .hover\:md\:rounded-top-radius-25px:hover {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .md\:rounded-top-radius-26px {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .hover\:md\:rounded-top-radius-26px:hover {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .md\:rounded-top-radius-27px {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  .hover\:md\:rounded-top-radius-27px:hover {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  .md\:rounded-top-radius-28px {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .hover\:md\:rounded-top-radius-28px:hover {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .md\:rounded-top-radius-29px {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
  }
  .hover\:md\:rounded-top-radius-29px:hover {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
  }
  .md\:rounded-top-radius-30px {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .hover\:md\:rounded-top-radius-30px:hover {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .md\:rounded-top-radius-31px {
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
  }
  .hover\:md\:rounded-top-radius-31px:hover {
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
  }
  .md\:rounded-top-radius-32px {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .hover\:md\:rounded-top-radius-32px:hover {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .md\:rounded-top-radius-33px {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }
  .hover\:md\:rounded-top-radius-33px:hover {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }
  .md\:rounded-top-radius-34px {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
  .hover\:md\:rounded-top-radius-34px:hover {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
  .md\:rounded-top-radius-35px {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .hover\:md\:rounded-top-radius-35px:hover {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .md\:rounded-top-radius-36px {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }
  .hover\:md\:rounded-top-radius-36px:hover {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }
  .md\:rounded-top-radius-37px {
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
  }
  .hover\:md\:rounded-top-radius-37px:hover {
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
  }
  .md\:rounded-top-radius-38px {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }
  .hover\:md\:rounded-top-radius-38px:hover {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }
  .md\:rounded-top-radius-39px {
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }
  .hover\:md\:rounded-top-radius-39px:hover {
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }
  .md\:rounded-top-radius-40px {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .hover\:md\:rounded-top-radius-40px:hover {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .md\:rounded-top-radius-41px {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
  }
  .hover\:md\:rounded-top-radius-41px:hover {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
  }
  .md\:rounded-top-radius-42px {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
  }
  .hover\:md\:rounded-top-radius-42px:hover {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
  }
  .md\:rounded-top-radius-43px {
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
  }
  .hover\:md\:rounded-top-radius-43px:hover {
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
  }
  .md\:rounded-top-radius-44px {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }
  .hover\:md\:rounded-top-radius-44px:hover {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }
  .md\:rounded-top-radius-45px {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .hover\:md\:rounded-top-radius-45px:hover {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .md\:rounded-top-radius-46px {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
  }
  .hover\:md\:rounded-top-radius-46px:hover {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
  }
  .md\:rounded-top-radius-47px {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
  }
  .hover\:md\:rounded-top-radius-47px:hover {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
  }
  .md\:rounded-top-radius-48px {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
  .hover\:md\:rounded-top-radius-48px:hover {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
  .md\:rounded-top-radius-49px {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
  }
  .hover\:md\:rounded-top-radius-49px:hover {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
  }
  .md\:rounded-top-radius-50px {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .hover\:md\:rounded-top-radius-50px:hover {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .md\:rounded-top-radius-51px {
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
  }
  .hover\:md\:rounded-top-radius-51px:hover {
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
  }
  .md\:rounded-top-radius-52px {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
  }
  .hover\:md\:rounded-top-radius-52px:hover {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
  }
  .md\:rounded-top-radius-53px {
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
  }
  .hover\:md\:rounded-top-radius-53px:hover {
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
  }
  .md\:rounded-top-radius-54px {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
  }
  .hover\:md\:rounded-top-radius-54px:hover {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
  }
  .md\:rounded-top-radius-55px {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
  .hover\:md\:rounded-top-radius-55px:hover {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
  .md\:rounded-top-radius-56px {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }
  .hover\:md\:rounded-top-radius-56px:hover {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }
  .md\:rounded-top-radius-57px {
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
  }
  .hover\:md\:rounded-top-radius-57px:hover {
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
  }
  .md\:rounded-top-radius-58px {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
  }
  .hover\:md\:rounded-top-radius-58px:hover {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
  }
  .md\:rounded-top-radius-59px {
    border-top-left-radius: 59px;
    border-top-right-radius: 59px;
  }
  .hover\:md\:rounded-top-radius-59px:hover {
    border-top-left-radius: 59px;
    border-top-right-radius: 59px;
  }
  .md\:rounded-top-radius-60px {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .hover\:md\:rounded-top-radius-60px:hover {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .md\:rounded-top-radius-61px {
    border-top-left-radius: 61px;
    border-top-right-radius: 61px;
  }
  .hover\:md\:rounded-top-radius-61px:hover {
    border-top-left-radius: 61px;
    border-top-right-radius: 61px;
  }
  .md\:rounded-top-radius-62px {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
  }
  .hover\:md\:rounded-top-radius-62px:hover {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
  }
  .md\:rounded-top-radius-63px {
    border-top-left-radius: 63px;
    border-top-right-radius: 63px;
  }
  .hover\:md\:rounded-top-radius-63px:hover {
    border-top-left-radius: 63px;
    border-top-right-radius: 63px;
  }
  .md\:rounded-top-radius-64px {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }
  .hover\:md\:rounded-top-radius-64px:hover {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }
  .md\:rounded-top-radius-65px {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
  .hover\:md\:rounded-top-radius-65px:hover {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
  .md\:rounded-top-radius-66px {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
  }
  .hover\:md\:rounded-top-radius-66px:hover {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
  }
  .md\:rounded-top-radius-67px {
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
  }
  .hover\:md\:rounded-top-radius-67px:hover {
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
  }
  .md\:rounded-top-radius-68px {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
  }
  .hover\:md\:rounded-top-radius-68px:hover {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
  }
  .md\:rounded-top-radius-69px {
    border-top-left-radius: 69px;
    border-top-right-radius: 69px;
  }
  .hover\:md\:rounded-top-radius-69px:hover {
    border-top-left-radius: 69px;
    border-top-right-radius: 69px;
  }
  .md\:rounded-top-radius-70px {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .hover\:md\:rounded-top-radius-70px:hover {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .md\:rounded-top-radius-71px {
    border-top-left-radius: 71px;
    border-top-right-radius: 71px;
  }
  .hover\:md\:rounded-top-radius-71px:hover {
    border-top-left-radius: 71px;
    border-top-right-radius: 71px;
  }
  .md\:rounded-top-radius-72px {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
  }
  .hover\:md\:rounded-top-radius-72px:hover {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
  }
  .md\:rounded-top-radius-73px {
    border-top-left-radius: 73px;
    border-top-right-radius: 73px;
  }
  .hover\:md\:rounded-top-radius-73px:hover {
    border-top-left-radius: 73px;
    border-top-right-radius: 73px;
  }
  .md\:rounded-top-radius-74px {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
  }
  .hover\:md\:rounded-top-radius-74px:hover {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
  }
  .md\:rounded-top-radius-75px {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
  }
  .hover\:md\:rounded-top-radius-75px:hover {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
  }
  .md\:rounded-top-radius-76px {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px;
  }
  .hover\:md\:rounded-top-radius-76px:hover {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px;
  }
  .md\:rounded-top-radius-77px {
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
  }
  .hover\:md\:rounded-top-radius-77px:hover {
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
  }
  .md\:rounded-top-radius-78px {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
  }
  .hover\:md\:rounded-top-radius-78px:hover {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
  }
  .md\:rounded-top-radius-79px {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
  }
  .hover\:md\:rounded-top-radius-79px:hover {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
  }
  .md\:rounded-top-radius-80px {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .hover\:md\:rounded-top-radius-80px:hover {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .md\:rounded-top-radius-81px {
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
  }
  .hover\:md\:rounded-top-radius-81px:hover {
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
  }
  .md\:rounded-top-radius-82px {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px;
  }
  .hover\:md\:rounded-top-radius-82px:hover {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px;
  }
  .md\:rounded-top-radius-83px {
    border-top-left-radius: 83px;
    border-top-right-radius: 83px;
  }
  .hover\:md\:rounded-top-radius-83px:hover {
    border-top-left-radius: 83px;
    border-top-right-radius: 83px;
  }
  .md\:rounded-top-radius-84px {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px;
  }
  .hover\:md\:rounded-top-radius-84px:hover {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px;
  }
  .md\:rounded-top-radius-85px {
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
  }
  .hover\:md\:rounded-top-radius-85px:hover {
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
  }
  .md\:rounded-top-radius-86px {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px;
  }
  .hover\:md\:rounded-top-radius-86px:hover {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px;
  }
  .md\:rounded-top-radius-87px {
    border-top-left-radius: 87px;
    border-top-right-radius: 87px;
  }
  .hover\:md\:rounded-top-radius-87px:hover {
    border-top-left-radius: 87px;
    border-top-right-radius: 87px;
  }
  .md\:rounded-top-radius-88px {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px;
  }
  .hover\:md\:rounded-top-radius-88px:hover {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px;
  }
  .md\:rounded-top-radius-89px {
    border-top-left-radius: 89px;
    border-top-right-radius: 89px;
  }
  .hover\:md\:rounded-top-radius-89px:hover {
    border-top-left-radius: 89px;
    border-top-right-radius: 89px;
  }
  .md\:rounded-top-radius-90px {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .hover\:md\:rounded-top-radius-90px:hover {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .md\:rounded-top-radius-91px {
    border-top-left-radius: 91px;
    border-top-right-radius: 91px;
  }
  .hover\:md\:rounded-top-radius-91px:hover {
    border-top-left-radius: 91px;
    border-top-right-radius: 91px;
  }
  .md\:rounded-top-radius-92px {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
  }
  .hover\:md\:rounded-top-radius-92px:hover {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
  }
  .md\:rounded-top-radius-93px {
    border-top-left-radius: 93px;
    border-top-right-radius: 93px;
  }
  .hover\:md\:rounded-top-radius-93px:hover {
    border-top-left-radius: 93px;
    border-top-right-radius: 93px;
  }
  .md\:rounded-top-radius-94px {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px;
  }
  .hover\:md\:rounded-top-radius-94px:hover {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px;
  }
  .md\:rounded-top-radius-95px {
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
  }
  .hover\:md\:rounded-top-radius-95px:hover {
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
  }
  .md\:rounded-top-radius-96px {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
  }
  .hover\:md\:rounded-top-radius-96px:hover {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
  }
  .md\:rounded-top-radius-97px {
    border-top-left-radius: 97px;
    border-top-right-radius: 97px;
  }
  .hover\:md\:rounded-top-radius-97px:hover {
    border-top-left-radius: 97px;
    border-top-right-radius: 97px;
  }
  .md\:rounded-top-radius-98px {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px;
  }
  .hover\:md\:rounded-top-radius-98px:hover {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px;
  }
  .md\:rounded-top-radius-99px {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }
  .hover\:md\:rounded-top-radius-99px:hover {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }
  .md\:rounded-top-radius-100px {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .hover\:md\:rounded-top-radius-100px:hover {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .md\:rounded-right-radius-0px {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hover\:md\:rounded-right-radius-0px:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .md\:rounded-right-radius-1px {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
  }
  .hover\:md\:rounded-right-radius-1px:hover {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
  }
  .md\:rounded-right-radius-2px {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .hover\:md\:rounded-right-radius-2px:hover {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .md\:rounded-right-radius-3px {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .hover\:md\:rounded-right-radius-3px:hover {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .md\:rounded-right-radius-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .hover\:md\:rounded-right-radius-4px:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .md\:rounded-right-radius-5px {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .hover\:md\:rounded-right-radius-5px:hover {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .md\:rounded-right-radius-6px {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .hover\:md\:rounded-right-radius-6px:hover {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .md\:rounded-right-radius-7px {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .hover\:md\:rounded-right-radius-7px:hover {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .md\:rounded-right-radius-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .hover\:md\:rounded-right-radius-8px:hover {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .md\:rounded-right-radius-9px {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .hover\:md\:rounded-right-radius-9px:hover {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .md\:rounded-right-radius-10px {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .hover\:md\:rounded-right-radius-10px:hover {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .md\:rounded-right-radius-11px {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .hover\:md\:rounded-right-radius-11px:hover {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .md\:rounded-right-radius-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .hover\:md\:rounded-right-radius-12px:hover {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .md\:rounded-right-radius-13px {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .hover\:md\:rounded-right-radius-13px:hover {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .md\:rounded-right-radius-14px {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .hover\:md\:rounded-right-radius-14px:hover {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .md\:rounded-right-radius-15px {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .hover\:md\:rounded-right-radius-15px:hover {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .md\:rounded-right-radius-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .hover\:md\:rounded-right-radius-16px:hover {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .md\:rounded-right-radius-17px {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .hover\:md\:rounded-right-radius-17px:hover {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .md\:rounded-right-radius-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .hover\:md\:rounded-right-radius-18px:hover {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .md\:rounded-right-radius-19px {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .hover\:md\:rounded-right-radius-19px:hover {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .md\:rounded-right-radius-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .hover\:md\:rounded-right-radius-20px:hover {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .md\:rounded-right-radius-21px {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .hover\:md\:rounded-right-radius-21px:hover {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .md\:rounded-right-radius-22px {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .hover\:md\:rounded-right-radius-22px:hover {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .md\:rounded-right-radius-23px {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .hover\:md\:rounded-right-radius-23px:hover {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .md\:rounded-right-radius-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .hover\:md\:rounded-right-radius-24px:hover {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .md\:rounded-right-radius-25px {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .hover\:md\:rounded-right-radius-25px:hover {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .md\:rounded-right-radius-26px {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .hover\:md\:rounded-right-radius-26px:hover {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .md\:rounded-right-radius-27px {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .hover\:md\:rounded-right-radius-27px:hover {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .md\:rounded-right-radius-28px {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .hover\:md\:rounded-right-radius-28px:hover {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .md\:rounded-right-radius-29px {
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
  }
  .hover\:md\:rounded-right-radius-29px:hover {
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
  }
  .md\:rounded-right-radius-30px {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .hover\:md\:rounded-right-radius-30px:hover {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .md\:rounded-right-radius-31px {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
  }
  .hover\:md\:rounded-right-radius-31px:hover {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
  }
  .md\:rounded-right-radius-32px {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .hover\:md\:rounded-right-radius-32px:hover {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .md\:rounded-right-radius-33px {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }
  .hover\:md\:rounded-right-radius-33px:hover {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }
  .md\:rounded-right-radius-34px {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .hover\:md\:rounded-right-radius-34px:hover {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .md\:rounded-right-radius-35px {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .hover\:md\:rounded-right-radius-35px:hover {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .md\:rounded-right-radius-36px {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .hover\:md\:rounded-right-radius-36px:hover {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .md\:rounded-right-radius-37px {
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .hover\:md\:rounded-right-radius-37px:hover {
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .md\:rounded-right-radius-38px {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
  }
  .hover\:md\:rounded-right-radius-38px:hover {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
  }
  .md\:rounded-right-radius-39px {
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
  }
  .hover\:md\:rounded-right-radius-39px:hover {
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
  }
  .md\:rounded-right-radius-40px {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .hover\:md\:rounded-right-radius-40px:hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .md\:rounded-right-radius-41px {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
  }
  .hover\:md\:rounded-right-radius-41px:hover {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
  }
  .md\:rounded-right-radius-42px {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  .hover\:md\:rounded-right-radius-42px:hover {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  .md\:rounded-right-radius-43px {
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
  }
  .hover\:md\:rounded-right-radius-43px:hover {
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
  }
  .md\:rounded-right-radius-44px {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
  }
  .hover\:md\:rounded-right-radius-44px:hover {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
  }
  .md\:rounded-right-radius-45px {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .hover\:md\:rounded-right-radius-45px:hover {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .md\:rounded-right-radius-46px {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
  }
  .hover\:md\:rounded-right-radius-46px:hover {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
  }
  .md\:rounded-right-radius-47px {
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
  }
  .hover\:md\:rounded-right-radius-47px:hover {
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
  }
  .md\:rounded-right-radius-48px {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .hover\:md\:rounded-right-radius-48px:hover {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .md\:rounded-right-radius-49px {
    border-top-right-radius: 49px;
    border-bottom-right-radius: 49px;
  }
  .hover\:md\:rounded-right-radius-49px:hover {
    border-top-right-radius: 49px;
    border-bottom-right-radius: 49px;
  }
  .md\:rounded-right-radius-50px {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .hover\:md\:rounded-right-radius-50px:hover {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .md\:rounded-right-radius-51px {
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
  }
  .hover\:md\:rounded-right-radius-51px:hover {
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
  }
  .md\:rounded-right-radius-52px {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
  }
  .hover\:md\:rounded-right-radius-52px:hover {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
  }
  .md\:rounded-right-radius-53px {
    border-top-right-radius: 53px;
    border-bottom-right-radius: 53px;
  }
  .hover\:md\:rounded-right-radius-53px:hover {
    border-top-right-radius: 53px;
    border-bottom-right-radius: 53px;
  }
  .md\:rounded-right-radius-54px {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
  }
  .hover\:md\:rounded-right-radius-54px:hover {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
  }
  .md\:rounded-right-radius-55px {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
  .hover\:md\:rounded-right-radius-55px:hover {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
  .md\:rounded-right-radius-56px {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }
  .hover\:md\:rounded-right-radius-56px:hover {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }
  .md\:rounded-right-radius-57px {
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
  }
  .hover\:md\:rounded-right-radius-57px:hover {
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
  }
  .md\:rounded-right-radius-58px {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px;
  }
  .hover\:md\:rounded-right-radius-58px:hover {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px;
  }
  .md\:rounded-right-radius-59px {
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
  }
  .hover\:md\:rounded-right-radius-59px:hover {
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
  }
  .md\:rounded-right-radius-60px {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .hover\:md\:rounded-right-radius-60px:hover {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .md\:rounded-right-radius-61px {
    border-top-right-radius: 61px;
    border-bottom-right-radius: 61px;
  }
  .hover\:md\:rounded-right-radius-61px:hover {
    border-top-right-radius: 61px;
    border-bottom-right-radius: 61px;
  }
  .md\:rounded-right-radius-62px {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px;
  }
  .hover\:md\:rounded-right-radius-62px:hover {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px;
  }
  .md\:rounded-right-radius-63px {
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
  }
  .hover\:md\:rounded-right-radius-63px:hover {
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
  }
  .md\:rounded-right-radius-64px {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }
  .hover\:md\:rounded-right-radius-64px:hover {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }
  .md\:rounded-right-radius-65px {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .hover\:md\:rounded-right-radius-65px:hover {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .md\:rounded-right-radius-66px {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
  }
  .hover\:md\:rounded-right-radius-66px:hover {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
  }
  .md\:rounded-right-radius-67px {
    border-top-right-radius: 67px;
    border-bottom-right-radius: 67px;
  }
  .hover\:md\:rounded-right-radius-67px:hover {
    border-top-right-radius: 67px;
    border-bottom-right-radius: 67px;
  }
  .md\:rounded-right-radius-68px {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
  }
  .hover\:md\:rounded-right-radius-68px:hover {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
  }
  .md\:rounded-right-radius-69px {
    border-top-right-radius: 69px;
    border-bottom-right-radius: 69px;
  }
  .hover\:md\:rounded-right-radius-69px:hover {
    border-top-right-radius: 69px;
    border-bottom-right-radius: 69px;
  }
  .md\:rounded-right-radius-70px {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .hover\:md\:rounded-right-radius-70px:hover {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .md\:rounded-right-radius-71px {
    border-top-right-radius: 71px;
    border-bottom-right-radius: 71px;
  }
  .hover\:md\:rounded-right-radius-71px:hover {
    border-top-right-radius: 71px;
    border-bottom-right-radius: 71px;
  }
  .md\:rounded-right-radius-72px {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .hover\:md\:rounded-right-radius-72px:hover {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .md\:rounded-right-radius-73px {
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
  }
  .hover\:md\:rounded-right-radius-73px:hover {
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
  }
  .md\:rounded-right-radius-74px {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px;
  }
  .hover\:md\:rounded-right-radius-74px:hover {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px;
  }
  .md\:rounded-right-radius-75px {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  .hover\:md\:rounded-right-radius-75px:hover {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  .md\:rounded-right-radius-76px {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px;
  }
  .hover\:md\:rounded-right-radius-76px:hover {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px;
  }
  .md\:rounded-right-radius-77px {
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
  }
  .hover\:md\:rounded-right-radius-77px:hover {
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
  }
  .md\:rounded-right-radius-78px {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
  }
  .hover\:md\:rounded-right-radius-78px:hover {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
  }
  .md\:rounded-right-radius-79px {
    border-top-right-radius: 79px;
    border-bottom-right-radius: 79px;
  }
  .hover\:md\:rounded-right-radius-79px:hover {
    border-top-right-radius: 79px;
    border-bottom-right-radius: 79px;
  }
  .md\:rounded-right-radius-80px {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .hover\:md\:rounded-right-radius-80px:hover {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .md\:rounded-right-radius-81px {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .hover\:md\:rounded-right-radius-81px:hover {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .md\:rounded-right-radius-82px {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px;
  }
  .hover\:md\:rounded-right-radius-82px:hover {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px;
  }
  .md\:rounded-right-radius-83px {
    border-top-right-radius: 83px;
    border-bottom-right-radius: 83px;
  }
  .hover\:md\:rounded-right-radius-83px:hover {
    border-top-right-radius: 83px;
    border-bottom-right-radius: 83px;
  }
  .md\:rounded-right-radius-84px {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
  }
  .hover\:md\:rounded-right-radius-84px:hover {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
  }
  .md\:rounded-right-radius-85px {
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
  }
  .hover\:md\:rounded-right-radius-85px:hover {
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
  }
  .md\:rounded-right-radius-86px {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .hover\:md\:rounded-right-radius-86px:hover {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .md\:rounded-right-radius-87px {
    border-top-right-radius: 87px;
    border-bottom-right-radius: 87px;
  }
  .hover\:md\:rounded-right-radius-87px:hover {
    border-top-right-radius: 87px;
    border-bottom-right-radius: 87px;
  }
  .md\:rounded-right-radius-88px {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
  }
  .hover\:md\:rounded-right-radius-88px:hover {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
  }
  .md\:rounded-right-radius-89px {
    border-top-right-radius: 89px;
    border-bottom-right-radius: 89px;
  }
  .hover\:md\:rounded-right-radius-89px:hover {
    border-top-right-radius: 89px;
    border-bottom-right-radius: 89px;
  }
  .md\:rounded-right-radius-90px {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .hover\:md\:rounded-right-radius-90px:hover {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .md\:rounded-right-radius-91px {
    border-top-right-radius: 91px;
    border-bottom-right-radius: 91px;
  }
  .hover\:md\:rounded-right-radius-91px:hover {
    border-top-right-radius: 91px;
    border-bottom-right-radius: 91px;
  }
  .md\:rounded-right-radius-92px {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px;
  }
  .hover\:md\:rounded-right-radius-92px:hover {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px;
  }
  .md\:rounded-right-radius-93px {
    border-top-right-radius: 93px;
    border-bottom-right-radius: 93px;
  }
  .hover\:md\:rounded-right-radius-93px:hover {
    border-top-right-radius: 93px;
    border-bottom-right-radius: 93px;
  }
  .md\:rounded-right-radius-94px {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px;
  }
  .hover\:md\:rounded-right-radius-94px:hover {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px;
  }
  .md\:rounded-right-radius-95px {
    border-top-right-radius: 95px;
    border-bottom-right-radius: 95px;
  }
  .hover\:md\:rounded-right-radius-95px:hover {
    border-top-right-radius: 95px;
    border-bottom-right-radius: 95px;
  }
  .md\:rounded-right-radius-96px {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
  }
  .hover\:md\:rounded-right-radius-96px:hover {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
  }
  .md\:rounded-right-radius-97px {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .hover\:md\:rounded-right-radius-97px:hover {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .md\:rounded-right-radius-98px {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px;
  }
  .hover\:md\:rounded-right-radius-98px:hover {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px;
  }
  .md\:rounded-right-radius-99px {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }
  .hover\:md\:rounded-right-radius-99px:hover {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }
  .md\:rounded-right-radius-100px {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .hover\:md\:rounded-right-radius-100px:hover {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .md\:rounded-bottom-radius-0px {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .hover\:md\:rounded-bottom-radius-0px:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .md\:rounded-bottom-radius-1px {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .hover\:md\:rounded-bottom-radius-1px:hover {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .md\:rounded-bottom-radius-2px {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .hover\:md\:rounded-bottom-radius-2px:hover {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .md\:rounded-bottom-radius-3px {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .hover\:md\:rounded-bottom-radius-3px:hover {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .md\:rounded-bottom-radius-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .hover\:md\:rounded-bottom-radius-4px:hover {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .md\:rounded-bottom-radius-5px {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .hover\:md\:rounded-bottom-radius-5px:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .md\:rounded-bottom-radius-6px {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .hover\:md\:rounded-bottom-radius-6px:hover {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .md\:rounded-bottom-radius-7px {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .hover\:md\:rounded-bottom-radius-7px:hover {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .md\:rounded-bottom-radius-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .hover\:md\:rounded-bottom-radius-8px:hover {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .md\:rounded-bottom-radius-9px {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .hover\:md\:rounded-bottom-radius-9px:hover {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .md\:rounded-bottom-radius-10px {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .hover\:md\:rounded-bottom-radius-10px:hover {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .md\:rounded-bottom-radius-11px {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .hover\:md\:rounded-bottom-radius-11px:hover {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .md\:rounded-bottom-radius-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .hover\:md\:rounded-bottom-radius-12px:hover {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .md\:rounded-bottom-radius-13px {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .hover\:md\:rounded-bottom-radius-13px:hover {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .md\:rounded-bottom-radius-14px {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .hover\:md\:rounded-bottom-radius-14px:hover {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .md\:rounded-bottom-radius-15px {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .hover\:md\:rounded-bottom-radius-15px:hover {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .md\:rounded-bottom-radius-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .hover\:md\:rounded-bottom-radius-16px:hover {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .md\:rounded-bottom-radius-17px {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .hover\:md\:rounded-bottom-radius-17px:hover {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .md\:rounded-bottom-radius-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .hover\:md\:rounded-bottom-radius-18px:hover {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .md\:rounded-bottom-radius-19px {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .hover\:md\:rounded-bottom-radius-19px:hover {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .md\:rounded-bottom-radius-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .hover\:md\:rounded-bottom-radius-20px:hover {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .md\:rounded-bottom-radius-21px {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .hover\:md\:rounded-bottom-radius-21px:hover {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .md\:rounded-bottom-radius-22px {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .hover\:md\:rounded-bottom-radius-22px:hover {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .md\:rounded-bottom-radius-23px {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .hover\:md\:rounded-bottom-radius-23px:hover {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .md\:rounded-bottom-radius-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .hover\:md\:rounded-bottom-radius-24px:hover {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .md\:rounded-bottom-radius-25px {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hover\:md\:rounded-bottom-radius-25px:hover {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .md\:rounded-bottom-radius-26px {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .hover\:md\:rounded-bottom-radius-26px:hover {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .md\:rounded-bottom-radius-27px {
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .hover\:md\:rounded-bottom-radius-27px:hover {
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .md\:rounded-bottom-radius-28px {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .hover\:md\:rounded-bottom-radius-28px:hover {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .md\:rounded-bottom-radius-29px {
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .hover\:md\:rounded-bottom-radius-29px:hover {
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .md\:rounded-bottom-radius-30px {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .hover\:md\:rounded-bottom-radius-30px:hover {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .md\:rounded-bottom-radius-31px {
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .hover\:md\:rounded-bottom-radius-31px:hover {
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .md\:rounded-bottom-radius-32px {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .hover\:md\:rounded-bottom-radius-32px:hover {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .md\:rounded-bottom-radius-33px {
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .hover\:md\:rounded-bottom-radius-33px:hover {
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .md\:rounded-bottom-radius-34px {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .hover\:md\:rounded-bottom-radius-34px:hover {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .md\:rounded-bottom-radius-35px {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .hover\:md\:rounded-bottom-radius-35px:hover {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .md\:rounded-bottom-radius-36px {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .hover\:md\:rounded-bottom-radius-36px:hover {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .md\:rounded-bottom-radius-37px {
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .hover\:md\:rounded-bottom-radius-37px:hover {
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .md\:rounded-bottom-radius-38px {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .hover\:md\:rounded-bottom-radius-38px:hover {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .md\:rounded-bottom-radius-39px {
    border-bottom-right-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .hover\:md\:rounded-bottom-radius-39px:hover {
    border-bottom-right-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .md\:rounded-bottom-radius-40px {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .hover\:md\:rounded-bottom-radius-40px:hover {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .md\:rounded-bottom-radius-41px {
    border-bottom-right-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .hover\:md\:rounded-bottom-radius-41px:hover {
    border-bottom-right-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .md\:rounded-bottom-radius-42px {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .hover\:md\:rounded-bottom-radius-42px:hover {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .md\:rounded-bottom-radius-43px {
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .hover\:md\:rounded-bottom-radius-43px:hover {
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .md\:rounded-bottom-radius-44px {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .hover\:md\:rounded-bottom-radius-44px:hover {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .md\:rounded-bottom-radius-45px {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .hover\:md\:rounded-bottom-radius-45px:hover {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .md\:rounded-bottom-radius-46px {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .hover\:md\:rounded-bottom-radius-46px:hover {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .md\:rounded-bottom-radius-47px {
    border-bottom-right-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .hover\:md\:rounded-bottom-radius-47px:hover {
    border-bottom-right-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .md\:rounded-bottom-radius-48px {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .hover\:md\:rounded-bottom-radius-48px:hover {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .md\:rounded-bottom-radius-49px {
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .hover\:md\:rounded-bottom-radius-49px:hover {
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .md\:rounded-bottom-radius-50px {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .hover\:md\:rounded-bottom-radius-50px:hover {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .md\:rounded-bottom-radius-51px {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .hover\:md\:rounded-bottom-radius-51px:hover {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .md\:rounded-bottom-radius-52px {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .hover\:md\:rounded-bottom-radius-52px:hover {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .md\:rounded-bottom-radius-53px {
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .hover\:md\:rounded-bottom-radius-53px:hover {
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .md\:rounded-bottom-radius-54px {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .hover\:md\:rounded-bottom-radius-54px:hover {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .md\:rounded-bottom-radius-55px {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .hover\:md\:rounded-bottom-radius-55px:hover {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .md\:rounded-bottom-radius-56px {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .hover\:md\:rounded-bottom-radius-56px:hover {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .md\:rounded-bottom-radius-57px {
    border-bottom-right-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .hover\:md\:rounded-bottom-radius-57px:hover {
    border-bottom-right-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .md\:rounded-bottom-radius-58px {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .hover\:md\:rounded-bottom-radius-58px:hover {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .md\:rounded-bottom-radius-59px {
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .hover\:md\:rounded-bottom-radius-59px:hover {
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .md\:rounded-bottom-radius-60px {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .hover\:md\:rounded-bottom-radius-60px:hover {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .md\:rounded-bottom-radius-61px {
    border-bottom-right-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .hover\:md\:rounded-bottom-radius-61px:hover {
    border-bottom-right-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .md\:rounded-bottom-radius-62px {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .hover\:md\:rounded-bottom-radius-62px:hover {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .md\:rounded-bottom-radius-63px {
    border-bottom-right-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .hover\:md\:rounded-bottom-radius-63px:hover {
    border-bottom-right-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .md\:rounded-bottom-radius-64px {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .hover\:md\:rounded-bottom-radius-64px:hover {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .md\:rounded-bottom-radius-65px {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .hover\:md\:rounded-bottom-radius-65px:hover {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .md\:rounded-bottom-radius-66px {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .hover\:md\:rounded-bottom-radius-66px:hover {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .md\:rounded-bottom-radius-67px {
    border-bottom-right-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .hover\:md\:rounded-bottom-radius-67px:hover {
    border-bottom-right-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .md\:rounded-bottom-radius-68px {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .hover\:md\:rounded-bottom-radius-68px:hover {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .md\:rounded-bottom-radius-69px {
    border-bottom-right-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .hover\:md\:rounded-bottom-radius-69px:hover {
    border-bottom-right-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .md\:rounded-bottom-radius-70px {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .hover\:md\:rounded-bottom-radius-70px:hover {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .md\:rounded-bottom-radius-71px {
    border-bottom-right-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .hover\:md\:rounded-bottom-radius-71px:hover {
    border-bottom-right-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .md\:rounded-bottom-radius-72px {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .hover\:md\:rounded-bottom-radius-72px:hover {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .md\:rounded-bottom-radius-73px {
    border-bottom-right-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .hover\:md\:rounded-bottom-radius-73px:hover {
    border-bottom-right-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .md\:rounded-bottom-radius-74px {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .hover\:md\:rounded-bottom-radius-74px:hover {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .md\:rounded-bottom-radius-75px {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .hover\:md\:rounded-bottom-radius-75px:hover {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .md\:rounded-bottom-radius-76px {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .hover\:md\:rounded-bottom-radius-76px:hover {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .md\:rounded-bottom-radius-77px {
    border-bottom-right-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .hover\:md\:rounded-bottom-radius-77px:hover {
    border-bottom-right-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .md\:rounded-bottom-radius-78px {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .hover\:md\:rounded-bottom-radius-78px:hover {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .md\:rounded-bottom-radius-79px {
    border-bottom-right-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .hover\:md\:rounded-bottom-radius-79px:hover {
    border-bottom-right-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .md\:rounded-bottom-radius-80px {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .hover\:md\:rounded-bottom-radius-80px:hover {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .md\:rounded-bottom-radius-81px {
    border-bottom-right-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .hover\:md\:rounded-bottom-radius-81px:hover {
    border-bottom-right-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .md\:rounded-bottom-radius-82px {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .hover\:md\:rounded-bottom-radius-82px:hover {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .md\:rounded-bottom-radius-83px {
    border-bottom-right-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .hover\:md\:rounded-bottom-radius-83px:hover {
    border-bottom-right-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .md\:rounded-bottom-radius-84px {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .hover\:md\:rounded-bottom-radius-84px:hover {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .md\:rounded-bottom-radius-85px {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .hover\:md\:rounded-bottom-radius-85px:hover {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .md\:rounded-bottom-radius-86px {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .hover\:md\:rounded-bottom-radius-86px:hover {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .md\:rounded-bottom-radius-87px {
    border-bottom-right-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .hover\:md\:rounded-bottom-radius-87px:hover {
    border-bottom-right-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .md\:rounded-bottom-radius-88px {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .hover\:md\:rounded-bottom-radius-88px:hover {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .md\:rounded-bottom-radius-89px {
    border-bottom-right-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .hover\:md\:rounded-bottom-radius-89px:hover {
    border-bottom-right-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .md\:rounded-bottom-radius-90px {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .hover\:md\:rounded-bottom-radius-90px:hover {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .md\:rounded-bottom-radius-91px {
    border-bottom-right-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .hover\:md\:rounded-bottom-radius-91px:hover {
    border-bottom-right-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .md\:rounded-bottom-radius-92px {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .hover\:md\:rounded-bottom-radius-92px:hover {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .md\:rounded-bottom-radius-93px {
    border-bottom-right-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .hover\:md\:rounded-bottom-radius-93px:hover {
    border-bottom-right-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .md\:rounded-bottom-radius-94px {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .hover\:md\:rounded-bottom-radius-94px:hover {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .md\:rounded-bottom-radius-95px {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .hover\:md\:rounded-bottom-radius-95px:hover {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .md\:rounded-bottom-radius-96px {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .hover\:md\:rounded-bottom-radius-96px:hover {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .md\:rounded-bottom-radius-97px {
    border-bottom-right-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .hover\:md\:rounded-bottom-radius-97px:hover {
    border-bottom-right-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .md\:rounded-bottom-radius-98px {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .hover\:md\:rounded-bottom-radius-98px:hover {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .md\:rounded-bottom-radius-99px {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .hover\:md\:rounded-bottom-radius-99px:hover {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .md\:rounded-bottom-radius-100px {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .hover\:md\:rounded-bottom-radius-100px:hover {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .md\:rounded-left-radius-0px {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .hover\:md\:rounded-left-radius-0px:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .md\:rounded-left-radius-1px {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .hover\:md\:rounded-left-radius-1px:hover {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .md\:rounded-left-radius-2px {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .hover\:md\:rounded-left-radius-2px:hover {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .md\:rounded-left-radius-3px {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .hover\:md\:rounded-left-radius-3px:hover {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .md\:rounded-left-radius-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .hover\:md\:rounded-left-radius-4px:hover {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .md\:rounded-left-radius-5px {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .hover\:md\:rounded-left-radius-5px:hover {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .md\:rounded-left-radius-6px {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .hover\:md\:rounded-left-radius-6px:hover {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .md\:rounded-left-radius-7px {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .hover\:md\:rounded-left-radius-7px:hover {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .md\:rounded-left-radius-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .hover\:md\:rounded-left-radius-8px:hover {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .md\:rounded-left-radius-9px {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .hover\:md\:rounded-left-radius-9px:hover {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .md\:rounded-left-radius-10px {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .hover\:md\:rounded-left-radius-10px:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .md\:rounded-left-radius-11px {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .hover\:md\:rounded-left-radius-11px:hover {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .md\:rounded-left-radius-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .hover\:md\:rounded-left-radius-12px:hover {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .md\:rounded-left-radius-13px {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .hover\:md\:rounded-left-radius-13px:hover {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .md\:rounded-left-radius-14px {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .hover\:md\:rounded-left-radius-14px:hover {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .md\:rounded-left-radius-15px {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .hover\:md\:rounded-left-radius-15px:hover {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .md\:rounded-left-radius-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .hover\:md\:rounded-left-radius-16px:hover {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .md\:rounded-left-radius-17px {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .hover\:md\:rounded-left-radius-17px:hover {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .md\:rounded-left-radius-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .hover\:md\:rounded-left-radius-18px:hover {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .md\:rounded-left-radius-19px {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .hover\:md\:rounded-left-radius-19px:hover {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .md\:rounded-left-radius-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .hover\:md\:rounded-left-radius-20px:hover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .md\:rounded-left-radius-21px {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .hover\:md\:rounded-left-radius-21px:hover {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .md\:rounded-left-radius-22px {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .hover\:md\:rounded-left-radius-22px:hover {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .md\:rounded-left-radius-23px {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .hover\:md\:rounded-left-radius-23px:hover {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .md\:rounded-left-radius-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .hover\:md\:rounded-left-radius-24px:hover {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .md\:rounded-left-radius-25px {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hover\:md\:rounded-left-radius-25px:hover {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .md\:rounded-left-radius-26px {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .hover\:md\:rounded-left-radius-26px:hover {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .md\:rounded-left-radius-27px {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .hover\:md\:rounded-left-radius-27px:hover {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .md\:rounded-left-radius-28px {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .hover\:md\:rounded-left-radius-28px:hover {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .md\:rounded-left-radius-29px {
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .hover\:md\:rounded-left-radius-29px:hover {
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .md\:rounded-left-radius-30px {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .hover\:md\:rounded-left-radius-30px:hover {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .md\:rounded-left-radius-31px {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .hover\:md\:rounded-left-radius-31px:hover {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .md\:rounded-left-radius-32px {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .hover\:md\:rounded-left-radius-32px:hover {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .md\:rounded-left-radius-33px {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .hover\:md\:rounded-left-radius-33px:hover {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .md\:rounded-left-radius-34px {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .hover\:md\:rounded-left-radius-34px:hover {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .md\:rounded-left-radius-35px {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .hover\:md\:rounded-left-radius-35px:hover {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .md\:rounded-left-radius-36px {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .hover\:md\:rounded-left-radius-36px:hover {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .md\:rounded-left-radius-37px {
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .hover\:md\:rounded-left-radius-37px:hover {
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .md\:rounded-left-radius-38px {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .hover\:md\:rounded-left-radius-38px:hover {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .md\:rounded-left-radius-39px {
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .hover\:md\:rounded-left-radius-39px:hover {
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .md\:rounded-left-radius-40px {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .hover\:md\:rounded-left-radius-40px:hover {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .md\:rounded-left-radius-41px {
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .hover\:md\:rounded-left-radius-41px:hover {
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .md\:rounded-left-radius-42px {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .hover\:md\:rounded-left-radius-42px:hover {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .md\:rounded-left-radius-43px {
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .hover\:md\:rounded-left-radius-43px:hover {
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .md\:rounded-left-radius-44px {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .hover\:md\:rounded-left-radius-44px:hover {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .md\:rounded-left-radius-45px {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .hover\:md\:rounded-left-radius-45px:hover {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .md\:rounded-left-radius-46px {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .hover\:md\:rounded-left-radius-46px:hover {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .md\:rounded-left-radius-47px {
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .hover\:md\:rounded-left-radius-47px:hover {
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .md\:rounded-left-radius-48px {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .hover\:md\:rounded-left-radius-48px:hover {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .md\:rounded-left-radius-49px {
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .hover\:md\:rounded-left-radius-49px:hover {
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .md\:rounded-left-radius-50px {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .hover\:md\:rounded-left-radius-50px:hover {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .md\:rounded-left-radius-51px {
    border-top-left-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .hover\:md\:rounded-left-radius-51px:hover {
    border-top-left-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .md\:rounded-left-radius-52px {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .hover\:md\:rounded-left-radius-52px:hover {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .md\:rounded-left-radius-53px {
    border-top-left-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .hover\:md\:rounded-left-radius-53px:hover {
    border-top-left-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .md\:rounded-left-radius-54px {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .hover\:md\:rounded-left-radius-54px:hover {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .md\:rounded-left-radius-55px {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .hover\:md\:rounded-left-radius-55px:hover {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .md\:rounded-left-radius-56px {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .hover\:md\:rounded-left-radius-56px:hover {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .md\:rounded-left-radius-57px {
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .hover\:md\:rounded-left-radius-57px:hover {
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .md\:rounded-left-radius-58px {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .hover\:md\:rounded-left-radius-58px:hover {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .md\:rounded-left-radius-59px {
    border-top-left-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .hover\:md\:rounded-left-radius-59px:hover {
    border-top-left-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .md\:rounded-left-radius-60px {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .hover\:md\:rounded-left-radius-60px:hover {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .md\:rounded-left-radius-61px {
    border-top-left-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .hover\:md\:rounded-left-radius-61px:hover {
    border-top-left-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .md\:rounded-left-radius-62px {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .hover\:md\:rounded-left-radius-62px:hover {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .md\:rounded-left-radius-63px {
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .hover\:md\:rounded-left-radius-63px:hover {
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .md\:rounded-left-radius-64px {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .hover\:md\:rounded-left-radius-64px:hover {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .md\:rounded-left-radius-65px {
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .hover\:md\:rounded-left-radius-65px:hover {
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .md\:rounded-left-radius-66px {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .hover\:md\:rounded-left-radius-66px:hover {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .md\:rounded-left-radius-67px {
    border-top-left-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .hover\:md\:rounded-left-radius-67px:hover {
    border-top-left-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .md\:rounded-left-radius-68px {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .hover\:md\:rounded-left-radius-68px:hover {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .md\:rounded-left-radius-69px {
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .hover\:md\:rounded-left-radius-69px:hover {
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .md\:rounded-left-radius-70px {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .hover\:md\:rounded-left-radius-70px:hover {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .md\:rounded-left-radius-71px {
    border-top-left-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .hover\:md\:rounded-left-radius-71px:hover {
    border-top-left-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .md\:rounded-left-radius-72px {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .hover\:md\:rounded-left-radius-72px:hover {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .md\:rounded-left-radius-73px {
    border-top-left-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .hover\:md\:rounded-left-radius-73px:hover {
    border-top-left-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .md\:rounded-left-radius-74px {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .hover\:md\:rounded-left-radius-74px:hover {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .md\:rounded-left-radius-75px {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .hover\:md\:rounded-left-radius-75px:hover {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .md\:rounded-left-radius-76px {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .hover\:md\:rounded-left-radius-76px:hover {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .md\:rounded-left-radius-77px {
    border-top-left-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .hover\:md\:rounded-left-radius-77px:hover {
    border-top-left-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .md\:rounded-left-radius-78px {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .hover\:md\:rounded-left-radius-78px:hover {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .md\:rounded-left-radius-79px {
    border-top-left-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .hover\:md\:rounded-left-radius-79px:hover {
    border-top-left-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .md\:rounded-left-radius-80px {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .hover\:md\:rounded-left-radius-80px:hover {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .md\:rounded-left-radius-81px {
    border-top-left-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .hover\:md\:rounded-left-radius-81px:hover {
    border-top-left-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .md\:rounded-left-radius-82px {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .hover\:md\:rounded-left-radius-82px:hover {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .md\:rounded-left-radius-83px {
    border-top-left-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .hover\:md\:rounded-left-radius-83px:hover {
    border-top-left-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .md\:rounded-left-radius-84px {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .hover\:md\:rounded-left-radius-84px:hover {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .md\:rounded-left-radius-85px {
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .hover\:md\:rounded-left-radius-85px:hover {
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .md\:rounded-left-radius-86px {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .hover\:md\:rounded-left-radius-86px:hover {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .md\:rounded-left-radius-87px {
    border-top-left-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .hover\:md\:rounded-left-radius-87px:hover {
    border-top-left-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .md\:rounded-left-radius-88px {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .hover\:md\:rounded-left-radius-88px:hover {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .md\:rounded-left-radius-89px {
    border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .hover\:md\:rounded-left-radius-89px:hover {
    border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .md\:rounded-left-radius-90px {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .hover\:md\:rounded-left-radius-90px:hover {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .md\:rounded-left-radius-91px {
    border-top-left-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .hover\:md\:rounded-left-radius-91px:hover {
    border-top-left-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .md\:rounded-left-radius-92px {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .hover\:md\:rounded-left-radius-92px:hover {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .md\:rounded-left-radius-93px {
    border-top-left-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .hover\:md\:rounded-left-radius-93px:hover {
    border-top-left-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .md\:rounded-left-radius-94px {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .hover\:md\:rounded-left-radius-94px:hover {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .md\:rounded-left-radius-95px {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .hover\:md\:rounded-left-radius-95px:hover {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .md\:rounded-left-radius-96px {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .hover\:md\:rounded-left-radius-96px:hover {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .md\:rounded-left-radius-97px {
    border-top-left-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .hover\:md\:rounded-left-radius-97px:hover {
    border-top-left-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .md\:rounded-left-radius-98px {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .hover\:md\:rounded-left-radius-98px:hover {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .md\:rounded-left-radius-99px {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .hover\:md\:rounded-left-radius-99px:hover {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .md\:rounded-left-radius-100px {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .hover\:md\:rounded-left-radius-100px:hover {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .md\:border-0px {
    border-width: 0px;
  }
  .hover\:md\:border-0px:hover {
    border-width: 0px;
  }
  .active\:md\:border-0px:active {
    border-width: 0px;
  }
  .focus\:md\:border-0px:focus {
    border-width: 0px;
  }
  .md\:border-1px {
    border-width: 1px;
  }
  .hover\:md\:border-1px:hover {
    border-width: 1px;
  }
  .active\:md\:border-1px:active {
    border-width: 1px;
  }
  .focus\:md\:border-1px:focus {
    border-width: 1px;
  }
  .md\:border-2px {
    border-width: 2px;
  }
  .hover\:md\:border-2px:hover {
    border-width: 2px;
  }
  .active\:md\:border-2px:active {
    border-width: 2px;
  }
  .focus\:md\:border-2px:focus {
    border-width: 2px;
  }
  .md\:border-3px {
    border-width: 3px;
  }
  .hover\:md\:border-3px:hover {
    border-width: 3px;
  }
  .active\:md\:border-3px:active {
    border-width: 3px;
  }
  .focus\:md\:border-3px:focus {
    border-width: 3px;
  }
  .md\:border-4px {
    border-width: 4px;
  }
  .hover\:md\:border-4px:hover {
    border-width: 4px;
  }
  .active\:md\:border-4px:active {
    border-width: 4px;
  }
  .focus\:md\:border-4px:focus {
    border-width: 4px;
  }
  .md\:border-5px {
    border-width: 5px;
  }
  .hover\:md\:border-5px:hover {
    border-width: 5px;
  }
  .active\:md\:border-5px:active {
    border-width: 5px;
  }
  .focus\:md\:border-5px:focus {
    border-width: 5px;
  }
  .md\:border-6px {
    border-width: 6px;
  }
  .hover\:md\:border-6px:hover {
    border-width: 6px;
  }
  .active\:md\:border-6px:active {
    border-width: 6px;
  }
  .focus\:md\:border-6px:focus {
    border-width: 6px;
  }
  .md\:border-7px {
    border-width: 7px;
  }
  .hover\:md\:border-7px:hover {
    border-width: 7px;
  }
  .active\:md\:border-7px:active {
    border-width: 7px;
  }
  .focus\:md\:border-7px:focus {
    border-width: 7px;
  }
  .md\:border-8px {
    border-width: 8px;
  }
  .hover\:md\:border-8px:hover {
    border-width: 8px;
  }
  .active\:md\:border-8px:active {
    border-width: 8px;
  }
  .focus\:md\:border-8px:focus {
    border-width: 8px;
  }
  .md\:border-9px {
    border-width: 9px;
  }
  .hover\:md\:border-9px:hover {
    border-width: 9px;
  }
  .active\:md\:border-9px:active {
    border-width: 9px;
  }
  .focus\:md\:border-9px:focus {
    border-width: 9px;
  }
  .md\:border-10px {
    border-width: 10px;
  }
  .hover\:md\:border-10px:hover {
    border-width: 10px;
  }
  .active\:md\:border-10px:active {
    border-width: 10px;
  }
  .focus\:md\:border-10px:focus {
    border-width: 10px;
  }
  .md\:border-x-0px {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .hover\:md\:border-x-0px:hover {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .md\:border-x-1px {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .hover\:md\:border-x-1px:hover {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .md\:border-x-2px {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .hover\:md\:border-x-2px:hover {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .md\:border-x-3px {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .hover\:md\:border-x-3px:hover {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .md\:border-x-4px {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .hover\:md\:border-x-4px:hover {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .md\:border-x-5px {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .hover\:md\:border-x-5px:hover {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .md\:border-x-6px {
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .hover\:md\:border-x-6px:hover {
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .md\:border-x-7px {
    border-left-width: 7px;
    border-right-width: 7px;
  }
  .hover\:md\:border-x-7px:hover {
    border-left-width: 7px;
    border-right-width: 7px;
  }
  .md\:border-x-8px {
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .hover\:md\:border-x-8px:hover {
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .md\:border-x-9px {
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .hover\:md\:border-x-9px:hover {
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .md\:border-x-10px {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .hover\:md\:border-x-10px:hover {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .md\:border-y-0px {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .hover\:md\:border-y-0px:hover {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .md\:border-y-1px {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .hover\:md\:border-y-1px:hover {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .md\:border-y-2px {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .hover\:md\:border-y-2px:hover {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .md\:border-y-3px {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .hover\:md\:border-y-3px:hover {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .md\:border-y-4px {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .hover\:md\:border-y-4px:hover {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .md\:border-y-5px {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .hover\:md\:border-y-5px:hover {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .md\:border-y-6px {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .hover\:md\:border-y-6px:hover {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .md\:border-y-7px {
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .hover\:md\:border-y-7px:hover {
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .md\:border-y-8px {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .hover\:md\:border-y-8px:hover {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .md\:border-y-9px {
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .hover\:md\:border-y-9px:hover {
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .md\:border-y-10px {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .hover\:md\:border-y-10px:hover {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .md\:border-top-width-0px {
    border-top-width: 0px;
  }
  .hover\:md\:border-top-width-0px:hover {
    border-top-width: 0px;
  }
  .active\:md\:border-top-width-0px:active {
    border-top-width: 0px;
  }
  .focus\:md\:border-top-width-0px:focus {
    border-top-width: 0px;
  }
  .md\:border-top-width-1px {
    border-top-width: 1px;
  }
  .hover\:md\:border-top-width-1px:hover {
    border-top-width: 1px;
  }
  .active\:md\:border-top-width-1px:active {
    border-top-width: 1px;
  }
  .focus\:md\:border-top-width-1px:focus {
    border-top-width: 1px;
  }
  .md\:border-top-width-2px {
    border-top-width: 2px;
  }
  .hover\:md\:border-top-width-2px:hover {
    border-top-width: 2px;
  }
  .active\:md\:border-top-width-2px:active {
    border-top-width: 2px;
  }
  .focus\:md\:border-top-width-2px:focus {
    border-top-width: 2px;
  }
  .md\:border-top-width-3px {
    border-top-width: 3px;
  }
  .hover\:md\:border-top-width-3px:hover {
    border-top-width: 3px;
  }
  .active\:md\:border-top-width-3px:active {
    border-top-width: 3px;
  }
  .focus\:md\:border-top-width-3px:focus {
    border-top-width: 3px;
  }
  .md\:border-top-width-4px {
    border-top-width: 4px;
  }
  .hover\:md\:border-top-width-4px:hover {
    border-top-width: 4px;
  }
  .active\:md\:border-top-width-4px:active {
    border-top-width: 4px;
  }
  .focus\:md\:border-top-width-4px:focus {
    border-top-width: 4px;
  }
  .md\:border-top-width-5px {
    border-top-width: 5px;
  }
  .hover\:md\:border-top-width-5px:hover {
    border-top-width: 5px;
  }
  .active\:md\:border-top-width-5px:active {
    border-top-width: 5px;
  }
  .focus\:md\:border-top-width-5px:focus {
    border-top-width: 5px;
  }
  .md\:border-top-width-6px {
    border-top-width: 6px;
  }
  .hover\:md\:border-top-width-6px:hover {
    border-top-width: 6px;
  }
  .active\:md\:border-top-width-6px:active {
    border-top-width: 6px;
  }
  .focus\:md\:border-top-width-6px:focus {
    border-top-width: 6px;
  }
  .md\:border-top-width-7px {
    border-top-width: 7px;
  }
  .hover\:md\:border-top-width-7px:hover {
    border-top-width: 7px;
  }
  .active\:md\:border-top-width-7px:active {
    border-top-width: 7px;
  }
  .focus\:md\:border-top-width-7px:focus {
    border-top-width: 7px;
  }
  .md\:border-top-width-8px {
    border-top-width: 8px;
  }
  .hover\:md\:border-top-width-8px:hover {
    border-top-width: 8px;
  }
  .active\:md\:border-top-width-8px:active {
    border-top-width: 8px;
  }
  .focus\:md\:border-top-width-8px:focus {
    border-top-width: 8px;
  }
  .md\:border-top-width-9px {
    border-top-width: 9px;
  }
  .hover\:md\:border-top-width-9px:hover {
    border-top-width: 9px;
  }
  .active\:md\:border-top-width-9px:active {
    border-top-width: 9px;
  }
  .focus\:md\:border-top-width-9px:focus {
    border-top-width: 9px;
  }
  .md\:border-top-width-10px {
    border-top-width: 10px;
  }
  .hover\:md\:border-top-width-10px:hover {
    border-top-width: 10px;
  }
  .active\:md\:border-top-width-10px:active {
    border-top-width: 10px;
  }
  .focus\:md\:border-top-width-10px:focus {
    border-top-width: 10px;
  }
  .md\:border-right-width-0px {
    border-right-width: 0px;
  }
  .hover\:md\:border-right-width-0px:hover {
    border-right-width: 0px;
  }
  .active\:md\:border-right-width-0px:active {
    border-right-width: 0px;
  }
  .focus\:md\:border-right-width-0px:focus {
    border-right-width: 0px;
  }
  .md\:border-right-width-1px {
    border-right-width: 1px;
  }
  .hover\:md\:border-right-width-1px:hover {
    border-right-width: 1px;
  }
  .active\:md\:border-right-width-1px:active {
    border-right-width: 1px;
  }
  .focus\:md\:border-right-width-1px:focus {
    border-right-width: 1px;
  }
  .md\:border-right-width-2px {
    border-right-width: 2px;
  }
  .hover\:md\:border-right-width-2px:hover {
    border-right-width: 2px;
  }
  .active\:md\:border-right-width-2px:active {
    border-right-width: 2px;
  }
  .focus\:md\:border-right-width-2px:focus {
    border-right-width: 2px;
  }
  .md\:border-right-width-3px {
    border-right-width: 3px;
  }
  .hover\:md\:border-right-width-3px:hover {
    border-right-width: 3px;
  }
  .active\:md\:border-right-width-3px:active {
    border-right-width: 3px;
  }
  .focus\:md\:border-right-width-3px:focus {
    border-right-width: 3px;
  }
  .md\:border-right-width-4px {
    border-right-width: 4px;
  }
  .hover\:md\:border-right-width-4px:hover {
    border-right-width: 4px;
  }
  .active\:md\:border-right-width-4px:active {
    border-right-width: 4px;
  }
  .focus\:md\:border-right-width-4px:focus {
    border-right-width: 4px;
  }
  .md\:border-right-width-5px {
    border-right-width: 5px;
  }
  .hover\:md\:border-right-width-5px:hover {
    border-right-width: 5px;
  }
  .active\:md\:border-right-width-5px:active {
    border-right-width: 5px;
  }
  .focus\:md\:border-right-width-5px:focus {
    border-right-width: 5px;
  }
  .md\:border-right-width-6px {
    border-right-width: 6px;
  }
  .hover\:md\:border-right-width-6px:hover {
    border-right-width: 6px;
  }
  .active\:md\:border-right-width-6px:active {
    border-right-width: 6px;
  }
  .focus\:md\:border-right-width-6px:focus {
    border-right-width: 6px;
  }
  .md\:border-right-width-7px {
    border-right-width: 7px;
  }
  .hover\:md\:border-right-width-7px:hover {
    border-right-width: 7px;
  }
  .active\:md\:border-right-width-7px:active {
    border-right-width: 7px;
  }
  .focus\:md\:border-right-width-7px:focus {
    border-right-width: 7px;
  }
  .md\:border-right-width-8px {
    border-right-width: 8px;
  }
  .hover\:md\:border-right-width-8px:hover {
    border-right-width: 8px;
  }
  .active\:md\:border-right-width-8px:active {
    border-right-width: 8px;
  }
  .focus\:md\:border-right-width-8px:focus {
    border-right-width: 8px;
  }
  .md\:border-right-width-9px {
    border-right-width: 9px;
  }
  .hover\:md\:border-right-width-9px:hover {
    border-right-width: 9px;
  }
  .active\:md\:border-right-width-9px:active {
    border-right-width: 9px;
  }
  .focus\:md\:border-right-width-9px:focus {
    border-right-width: 9px;
  }
  .md\:border-right-width-10px {
    border-right-width: 10px;
  }
  .hover\:md\:border-right-width-10px:hover {
    border-right-width: 10px;
  }
  .active\:md\:border-right-width-10px:active {
    border-right-width: 10px;
  }
  .focus\:md\:border-right-width-10px:focus {
    border-right-width: 10px;
  }
  .md\:border-bottom-width-0px {
    border-bottom-width: 0px;
  }
  .hover\:md\:border-bottom-width-0px:hover {
    border-bottom-width: 0px;
  }
  .active\:md\:border-bottom-width-0px:active {
    border-bottom-width: 0px;
  }
  .focus\:md\:border-bottom-width-0px:focus {
    border-bottom-width: 0px;
  }
  .md\:border-bottom-width-1px {
    border-bottom-width: 1px;
  }
  .hover\:md\:border-bottom-width-1px:hover {
    border-bottom-width: 1px;
  }
  .active\:md\:border-bottom-width-1px:active {
    border-bottom-width: 1px;
  }
  .focus\:md\:border-bottom-width-1px:focus {
    border-bottom-width: 1px;
  }
  .md\:border-bottom-width-2px {
    border-bottom-width: 2px;
  }
  .hover\:md\:border-bottom-width-2px:hover {
    border-bottom-width: 2px;
  }
  .active\:md\:border-bottom-width-2px:active {
    border-bottom-width: 2px;
  }
  .focus\:md\:border-bottom-width-2px:focus {
    border-bottom-width: 2px;
  }
  .md\:border-bottom-width-3px {
    border-bottom-width: 3px;
  }
  .hover\:md\:border-bottom-width-3px:hover {
    border-bottom-width: 3px;
  }
  .active\:md\:border-bottom-width-3px:active {
    border-bottom-width: 3px;
  }
  .focus\:md\:border-bottom-width-3px:focus {
    border-bottom-width: 3px;
  }
  .md\:border-bottom-width-4px {
    border-bottom-width: 4px;
  }
  .hover\:md\:border-bottom-width-4px:hover {
    border-bottom-width: 4px;
  }
  .active\:md\:border-bottom-width-4px:active {
    border-bottom-width: 4px;
  }
  .focus\:md\:border-bottom-width-4px:focus {
    border-bottom-width: 4px;
  }
  .md\:border-bottom-width-5px {
    border-bottom-width: 5px;
  }
  .hover\:md\:border-bottom-width-5px:hover {
    border-bottom-width: 5px;
  }
  .active\:md\:border-bottom-width-5px:active {
    border-bottom-width: 5px;
  }
  .focus\:md\:border-bottom-width-5px:focus {
    border-bottom-width: 5px;
  }
  .md\:border-bottom-width-6px {
    border-bottom-width: 6px;
  }
  .hover\:md\:border-bottom-width-6px:hover {
    border-bottom-width: 6px;
  }
  .active\:md\:border-bottom-width-6px:active {
    border-bottom-width: 6px;
  }
  .focus\:md\:border-bottom-width-6px:focus {
    border-bottom-width: 6px;
  }
  .md\:border-bottom-width-7px {
    border-bottom-width: 7px;
  }
  .hover\:md\:border-bottom-width-7px:hover {
    border-bottom-width: 7px;
  }
  .active\:md\:border-bottom-width-7px:active {
    border-bottom-width: 7px;
  }
  .focus\:md\:border-bottom-width-7px:focus {
    border-bottom-width: 7px;
  }
  .md\:border-bottom-width-8px {
    border-bottom-width: 8px;
  }
  .hover\:md\:border-bottom-width-8px:hover {
    border-bottom-width: 8px;
  }
  .active\:md\:border-bottom-width-8px:active {
    border-bottom-width: 8px;
  }
  .focus\:md\:border-bottom-width-8px:focus {
    border-bottom-width: 8px;
  }
  .md\:border-bottom-width-9px {
    border-bottom-width: 9px;
  }
  .hover\:md\:border-bottom-width-9px:hover {
    border-bottom-width: 9px;
  }
  .active\:md\:border-bottom-width-9px:active {
    border-bottom-width: 9px;
  }
  .focus\:md\:border-bottom-width-9px:focus {
    border-bottom-width: 9px;
  }
  .md\:border-bottom-width-10px {
    border-bottom-width: 10px;
  }
  .hover\:md\:border-bottom-width-10px:hover {
    border-bottom-width: 10px;
  }
  .active\:md\:border-bottom-width-10px:active {
    border-bottom-width: 10px;
  }
  .focus\:md\:border-bottom-width-10px:focus {
    border-bottom-width: 10px;
  }
  .md\:border-left-width-0px {
    border-left-width: 0px;
  }
  .hover\:md\:border-left-width-0px:hover {
    border-left-width: 0px;
  }
  .active\:md\:border-left-width-0px:active {
    border-left-width: 0px;
  }
  .focus\:md\:border-left-width-0px:focus {
    border-left-width: 0px;
  }
  .md\:border-left-width-1px {
    border-left-width: 1px;
  }
  .hover\:md\:border-left-width-1px:hover {
    border-left-width: 1px;
  }
  .active\:md\:border-left-width-1px:active {
    border-left-width: 1px;
  }
  .focus\:md\:border-left-width-1px:focus {
    border-left-width: 1px;
  }
  .md\:border-left-width-2px {
    border-left-width: 2px;
  }
  .hover\:md\:border-left-width-2px:hover {
    border-left-width: 2px;
  }
  .active\:md\:border-left-width-2px:active {
    border-left-width: 2px;
  }
  .focus\:md\:border-left-width-2px:focus {
    border-left-width: 2px;
  }
  .md\:border-left-width-3px {
    border-left-width: 3px;
  }
  .hover\:md\:border-left-width-3px:hover {
    border-left-width: 3px;
  }
  .active\:md\:border-left-width-3px:active {
    border-left-width: 3px;
  }
  .focus\:md\:border-left-width-3px:focus {
    border-left-width: 3px;
  }
  .md\:border-left-width-4px {
    border-left-width: 4px;
  }
  .hover\:md\:border-left-width-4px:hover {
    border-left-width: 4px;
  }
  .active\:md\:border-left-width-4px:active {
    border-left-width: 4px;
  }
  .focus\:md\:border-left-width-4px:focus {
    border-left-width: 4px;
  }
  .md\:border-left-width-5px {
    border-left-width: 5px;
  }
  .hover\:md\:border-left-width-5px:hover {
    border-left-width: 5px;
  }
  .active\:md\:border-left-width-5px:active {
    border-left-width: 5px;
  }
  .focus\:md\:border-left-width-5px:focus {
    border-left-width: 5px;
  }
  .md\:border-left-width-6px {
    border-left-width: 6px;
  }
  .hover\:md\:border-left-width-6px:hover {
    border-left-width: 6px;
  }
  .active\:md\:border-left-width-6px:active {
    border-left-width: 6px;
  }
  .focus\:md\:border-left-width-6px:focus {
    border-left-width: 6px;
  }
  .md\:border-left-width-7px {
    border-left-width: 7px;
  }
  .hover\:md\:border-left-width-7px:hover {
    border-left-width: 7px;
  }
  .active\:md\:border-left-width-7px:active {
    border-left-width: 7px;
  }
  .focus\:md\:border-left-width-7px:focus {
    border-left-width: 7px;
  }
  .md\:border-left-width-8px {
    border-left-width: 8px;
  }
  .hover\:md\:border-left-width-8px:hover {
    border-left-width: 8px;
  }
  .active\:md\:border-left-width-8px:active {
    border-left-width: 8px;
  }
  .focus\:md\:border-left-width-8px:focus {
    border-left-width: 8px;
  }
  .md\:border-left-width-9px {
    border-left-width: 9px;
  }
  .hover\:md\:border-left-width-9px:hover {
    border-left-width: 9px;
  }
  .active\:md\:border-left-width-9px:active {
    border-left-width: 9px;
  }
  .focus\:md\:border-left-width-9px:focus {
    border-left-width: 9px;
  }
  .md\:border-left-width-10px {
    border-left-width: 10px;
  }
  .hover\:md\:border-left-width-10px:hover {
    border-left-width: 10px;
  }
  .active\:md\:border-left-width-10px:active {
    border-left-width: 10px;
  }
  .focus\:md\:border-left-width-10px:focus {
    border-left-width: 10px;
  }
  .md\:outline-offset-0px {
    outline-offset: 0px;
  }
  .hover\:md\:outline-offset-0px:hover {
    outline-offset: 0px;
  }
  .active\:md\:outline-offset-0px:active {
    outline-offset: 0px;
  }
  .focus\:md\:outline-offset-0px:focus {
    outline-offset: 0px;
  }
  .md\:outline-offset-1px {
    outline-offset: 1px;
  }
  .hover\:md\:outline-offset-1px:hover {
    outline-offset: 1px;
  }
  .active\:md\:outline-offset-1px:active {
    outline-offset: 1px;
  }
  .focus\:md\:outline-offset-1px:focus {
    outline-offset: 1px;
  }
  .md\:outline-offset-2px {
    outline-offset: 2px;
  }
  .hover\:md\:outline-offset-2px:hover {
    outline-offset: 2px;
  }
  .active\:md\:outline-offset-2px:active {
    outline-offset: 2px;
  }
  .focus\:md\:outline-offset-2px:focus {
    outline-offset: 2px;
  }
  .md\:outline-offset-3px {
    outline-offset: 3px;
  }
  .hover\:md\:outline-offset-3px:hover {
    outline-offset: 3px;
  }
  .active\:md\:outline-offset-3px:active {
    outline-offset: 3px;
  }
  .focus\:md\:outline-offset-3px:focus {
    outline-offset: 3px;
  }
  .md\:outline-offset-4px {
    outline-offset: 4px;
  }
  .hover\:md\:outline-offset-4px:hover {
    outline-offset: 4px;
  }
  .active\:md\:outline-offset-4px:active {
    outline-offset: 4px;
  }
  .focus\:md\:outline-offset-4px:focus {
    outline-offset: 4px;
  }
  .md\:outline-offset-5px {
    outline-offset: 5px;
  }
  .hover\:md\:outline-offset-5px:hover {
    outline-offset: 5px;
  }
  .active\:md\:outline-offset-5px:active {
    outline-offset: 5px;
  }
  .focus\:md\:outline-offset-5px:focus {
    outline-offset: 5px;
  }
  .md\:outline-offset-6px {
    outline-offset: 6px;
  }
  .hover\:md\:outline-offset-6px:hover {
    outline-offset: 6px;
  }
  .active\:md\:outline-offset-6px:active {
    outline-offset: 6px;
  }
  .focus\:md\:outline-offset-6px:focus {
    outline-offset: 6px;
  }
  .md\:outline-offset-7px {
    outline-offset: 7px;
  }
  .hover\:md\:outline-offset-7px:hover {
    outline-offset: 7px;
  }
  .active\:md\:outline-offset-7px:active {
    outline-offset: 7px;
  }
  .focus\:md\:outline-offset-7px:focus {
    outline-offset: 7px;
  }
  .md\:outline-offset-8px {
    outline-offset: 8px;
  }
  .hover\:md\:outline-offset-8px:hover {
    outline-offset: 8px;
  }
  .active\:md\:outline-offset-8px:active {
    outline-offset: 8px;
  }
  .focus\:md\:outline-offset-8px:focus {
    outline-offset: 8px;
  }
  .md\:outline-offset-9px {
    outline-offset: 9px;
  }
  .hover\:md\:outline-offset-9px:hover {
    outline-offset: 9px;
  }
  .active\:md\:outline-offset-9px:active {
    outline-offset: 9px;
  }
  .focus\:md\:outline-offset-9px:focus {
    outline-offset: 9px;
  }
  .md\:outline-offset-10px {
    outline-offset: 10px;
  }
  .hover\:md\:outline-offset-10px:hover {
    outline-offset: 10px;
  }
  .active\:md\:outline-offset-10px:active {
    outline-offset: 10px;
  }
  .focus\:md\:outline-offset-10px:focus {
    outline-offset: 10px;
  }
  .md\:outline-0px {
    outline-width: 0px;
  }
  .hover\:md\:outline-0px:hover {
    outline-width: 0px;
  }
  .active\:md\:outline-0px:active {
    outline-width: 0px;
  }
  .focus\:md\:outline-0px:focus {
    outline-width: 0px;
  }
  .md\:outline-1px {
    outline-width: 1px;
  }
  .hover\:md\:outline-1px:hover {
    outline-width: 1px;
  }
  .active\:md\:outline-1px:active {
    outline-width: 1px;
  }
  .focus\:md\:outline-1px:focus {
    outline-width: 1px;
  }
  .md\:outline-2px {
    outline-width: 2px;
  }
  .hover\:md\:outline-2px:hover {
    outline-width: 2px;
  }
  .active\:md\:outline-2px:active {
    outline-width: 2px;
  }
  .focus\:md\:outline-2px:focus {
    outline-width: 2px;
  }
  .md\:outline-3px {
    outline-width: 3px;
  }
  .hover\:md\:outline-3px:hover {
    outline-width: 3px;
  }
  .active\:md\:outline-3px:active {
    outline-width: 3px;
  }
  .focus\:md\:outline-3px:focus {
    outline-width: 3px;
  }
  .md\:outline-4px {
    outline-width: 4px;
  }
  .hover\:md\:outline-4px:hover {
    outline-width: 4px;
  }
  .active\:md\:outline-4px:active {
    outline-width: 4px;
  }
  .focus\:md\:outline-4px:focus {
    outline-width: 4px;
  }
  .md\:outline-5px {
    outline-width: 5px;
  }
  .hover\:md\:outline-5px:hover {
    outline-width: 5px;
  }
  .active\:md\:outline-5px:active {
    outline-width: 5px;
  }
  .focus\:md\:outline-5px:focus {
    outline-width: 5px;
  }
  .md\:outline-6px {
    outline-width: 6px;
  }
  .hover\:md\:outline-6px:hover {
    outline-width: 6px;
  }
  .active\:md\:outline-6px:active {
    outline-width: 6px;
  }
  .focus\:md\:outline-6px:focus {
    outline-width: 6px;
  }
  .md\:outline-7px {
    outline-width: 7px;
  }
  .hover\:md\:outline-7px:hover {
    outline-width: 7px;
  }
  .active\:md\:outline-7px:active {
    outline-width: 7px;
  }
  .focus\:md\:outline-7px:focus {
    outline-width: 7px;
  }
  .md\:outline-8px {
    outline-width: 8px;
  }
  .hover\:md\:outline-8px:hover {
    outline-width: 8px;
  }
  .active\:md\:outline-8px:active {
    outline-width: 8px;
  }
  .focus\:md\:outline-8px:focus {
    outline-width: 8px;
  }
  .md\:outline-9px {
    outline-width: 9px;
  }
  .hover\:md\:outline-9px:hover {
    outline-width: 9px;
  }
  .active\:md\:outline-9px:active {
    outline-width: 9px;
  }
  .focus\:md\:outline-9px:focus {
    outline-width: 9px;
  }
  .md\:outline-10px {
    outline-width: 10px;
  }
  .hover\:md\:outline-10px:hover {
    outline-width: 10px;
  }
  .active\:md\:outline-10px:active {
    outline-width: 10px;
  }
  .focus\:md\:outline-10px:focus {
    outline-width: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .lg\:border-solid {
    border-style: solid;
  }
  .active\:lg\:border-solid:active {
    border-style: solid;
  }
  .hover\:lg\:border-solid:hover {
    border-style: solid;
  }
  .focus\:lg\:border-solid:focus {
    border-style: solid;
  }
  .lg\:border-dashed {
    border-style: dashed;
  }
  .active\:lg\:border-dashed:active {
    border-style: dashed;
  }
  .hover\:lg\:border-dashed:hover {
    border-style: dashed;
  }
  .focus\:lg\:border-dashed:focus {
    border-style: dashed;
  }
  .lg\:border-dotted {
    border-style: dotted;
  }
  .active\:lg\:border-dotted:active {
    border-style: dotted;
  }
  .hover\:lg\:border-dotted:hover {
    border-style: dotted;
  }
  .focus\:lg\:border-dotted:focus {
    border-style: dotted;
  }
  .lg\:border-double {
    border-style: double;
  }
  .active\:lg\:border-double:active {
    border-style: double;
  }
  .hover\:lg\:border-double:hover {
    border-style: double;
  }
  .focus\:lg\:border-double:focus {
    border-style: double;
  }
  .lg\:border-hidden {
    border-style: hidden;
  }
  .active\:lg\:border-hidden:active {
    border-style: hidden;
  }
  .hover\:lg\:border-hidden:hover {
    border-style: hidden;
  }
  .focus\:lg\:border-hidden:focus {
    border-style: hidden;
  }
  .lg\:border-none {
    border-style: none;
  }
  .active\:lg\:border-none:active {
    border-style: none;
  }
  .hover\:lg\:border-none:hover {
    border-style: none;
  }
  .focus\:lg\:border-none:focus {
    border-style: none;
  }
  .lg\:outline-none {
    outline-style: none;
  }
  .active\:lg\:outline-none:active {
    outline-style: none;
  }
  .hover\:lg\:outline-none:hover {
    outline-style: none;
  }
  .focus\:lg\:outline-none:focus {
    outline-style: none;
  }
  .lg\:outline-solid {
    outline-style: solid;
  }
  .active\:lg\:outline-solid:active {
    outline-style: solid;
  }
  .hover\:lg\:outline-solid:hover {
    outline-style: solid;
  }
  .focus\:lg\:outline-solid:focus {
    outline-style: solid;
  }
  .lg\:outline-dashed {
    outline-style: dashed;
  }
  .active\:lg\:outline-dashed:active {
    outline-style: dashed;
  }
  .hover\:lg\:outline-dashed:hover {
    outline-style: dashed;
  }
  .focus\:lg\:outline-dashed:focus {
    outline-style: dashed;
  }
  .lg\:outline-dotted {
    outline-style: dotted;
  }
  .active\:lg\:outline-dotted:active {
    outline-style: dotted;
  }
  .hover\:lg\:outline-dotted:hover {
    outline-style: dotted;
  }
  .focus\:lg\:outline-dotted:focus {
    outline-style: dotted;
  }
  .lg\:outline-double {
    outline-style: double;
  }
  .active\:lg\:outline-double:active {
    outline-style: double;
  }
  .hover\:lg\:outline-double:hover {
    outline-style: double;
  }
  .focus\:lg\:outline-double:focus {
    outline-style: double;
  }
  .lg\:outline-hidden {
    outline-style: hidden;
  }
  .active\:lg\:outline-hidden:active {
    outline-style: hidden;
  }
  .hover\:lg\:outline-hidden:hover {
    outline-style: hidden;
  }
  .focus\:lg\:outline-hidden:focus {
    outline-style: hidden;
  }
  .lg\:border-red {
    border-color: #f90606;
  }
  .hover\:lg\:border-red:hover {
    border-color: #f90606;
  }
  .lg\:border-red-1 {
    border-color: #fa1e1e;
  }
  .hover\:lg\:border-red-1:hover {
    border-color: #fa1e1e;
  }
  .lg\:border-red-2 {
    border-color: #fa3535;
  }
  .hover\:lg\:border-red-2:hover {
    border-color: #fa3535;
  }
  .lg\:border-red-3 {
    border-color: #fb4d4d;
  }
  .hover\:lg\:border-red-3:hover {
    border-color: #fb4d4d;
  }
  .lg\:border-red-4 {
    border-color: #fb6565;
  }
  .hover\:lg\:border-red-4:hover {
    border-color: #fb6565;
  }
  .lg\:border-red-5 {
    border-color: #fc7c7c;
  }
  .hover\:lg\:border-red-5:hover {
    border-color: #fc7c7c;
  }
  .lg\:border-red-6 {
    border-color: #fc9494;
  }
  .hover\:lg\:border-red-6:hover {
    border-color: #fc9494;
  }
  .lg\:border-red-7 {
    border-color: #fdacac;
  }
  .hover\:lg\:border-red-7:hover {
    border-color: #fdacac;
  }
  .lg\:border-red-8 {
    border-color: #fec3c3;
  }
  .hover\:lg\:border-red-8:hover {
    border-color: #fec3c3;
  }
  .lg\:border-red-9 {
    border-color: #fedbdb;
  }
  .hover\:lg\:border-red-9:hover {
    border-color: #fedbdb;
  }
  .lg\:border-red-10 {
    border-color: #fff3f3;
  }
  .hover\:lg\:border-red-10:hover {
    border-color: #fff3f3;
  }
  .lg\:border-orange {
    border-color: #f99106;
  }
  .hover\:lg\:border-orange:hover {
    border-color: #f99106;
  }
  .lg\:border-orange-1 {
    border-color: #fa9b1e;
  }
  .hover\:lg\:border-orange-1:hover {
    border-color: #fa9b1e;
  }
  .lg\:border-orange-2 {
    border-color: #faa635;
  }
  .hover\:lg\:border-orange-2:hover {
    border-color: #faa635;
  }
  .lg\:border-orange-3 {
    border-color: #fbb04d;
  }
  .hover\:lg\:border-orange-3:hover {
    border-color: #fbb04d;
  }
  .lg\:border-orange-4 {
    border-color: #fbbb65;
  }
  .hover\:lg\:border-orange-4:hover {
    border-color: #fbbb65;
  }
  .lg\:border-orange-5 {
    border-color: #fcc57c;
  }
  .hover\:lg\:border-orange-5:hover {
    border-color: #fcc57c;
  }
  .lg\:border-orange-6 {
    border-color: #fcd094;
  }
  .hover\:lg\:border-orange-6:hover {
    border-color: #fcd094;
  }
  .lg\:border-orange-7 {
    border-color: #fddaac;
  }
  .hover\:lg\:border-orange-7:hover {
    border-color: #fddaac;
  }
  .lg\:border-orange-8 {
    border-color: #fee5c3;
  }
  .hover\:lg\:border-orange-8:hover {
    border-color: #fee5c3;
  }
  .lg\:border-orange-9 {
    border-color: #feefdb;
  }
  .hover\:lg\:border-orange-9:hover {
    border-color: #feefdb;
  }
  .lg\:border-orange-10 {
    border-color: #fffaf3;
  }
  .hover\:lg\:border-orange-10:hover {
    border-color: #fffaf3;
  }
  .lg\:border-yellow {
    border-color: #f9cf06;
  }
  .hover\:lg\:border-yellow:hover {
    border-color: #f9cf06;
  }
  .lg\:border-yellow-1 {
    border-color: #fad41e;
  }
  .hover\:lg\:border-yellow-1:hover {
    border-color: #fad41e;
  }
  .lg\:border-yellow-2 {
    border-color: #fad835;
  }
  .hover\:lg\:border-yellow-2:hover {
    border-color: #fad835;
  }
  .lg\:border-yellow-3 {
    border-color: #fbdd4d;
  }
  .hover\:lg\:border-yellow-3:hover {
    border-color: #fbdd4d;
  }
  .lg\:border-yellow-4 {
    border-color: #fbe165;
  }
  .hover\:lg\:border-yellow-4:hover {
    border-color: #fbe165;
  }
  .lg\:border-yellow-5 {
    border-color: #fce67c;
  }
  .hover\:lg\:border-yellow-5:hover {
    border-color: #fce67c;
  }
  .lg\:border-yellow-6 {
    border-color: #fcea94;
  }
  .hover\:lg\:border-yellow-6:hover {
    border-color: #fcea94;
  }
  .lg\:border-yellow-7 {
    border-color: #fdefac;
  }
  .hover\:lg\:border-yellow-7:hover {
    border-color: #fdefac;
  }
  .lg\:border-yellow-8 {
    border-color: #fef3c3;
  }
  .hover\:lg\:border-yellow-8:hover {
    border-color: #fef3c3;
  }
  .lg\:border-yellow-9 {
    border-color: #fef8db;
  }
  .hover\:lg\:border-yellow-9:hover {
    border-color: #fef8db;
  }
  .lg\:border-yellow-10 {
    border-color: #fffdf3;
  }
  .hover\:lg\:border-yellow-10:hover {
    border-color: #fffdf3;
  }
  .lg\:border-green {
    border-color: #80f906;
  }
  .hover\:lg\:border-green:hover {
    border-color: #80f906;
  }
  .lg\:border-green-1 {
    border-color: #8cfa1e;
  }
  .hover\:lg\:border-green-1:hover {
    border-color: #8cfa1e;
  }
  .lg\:border-green-2 {
    border-color: #98fa35;
  }
  .hover\:lg\:border-green-2:hover {
    border-color: #98fa35;
  }
  .lg\:border-green-3 {
    border-color: #a4fb4d;
  }
  .hover\:lg\:border-green-3:hover {
    border-color: #a4fb4d;
  }
  .lg\:border-green-4 {
    border-color: #b0fb65;
  }
  .hover\:lg\:border-green-4:hover {
    border-color: #b0fb65;
  }
  .lg\:border-green-5 {
    border-color: #bcfc7c;
  }
  .hover\:lg\:border-green-5:hover {
    border-color: #bcfc7c;
  }
  .lg\:border-green-6 {
    border-color: #c8fc94;
  }
  .hover\:lg\:border-green-6:hover {
    border-color: #c8fc94;
  }
  .lg\:border-green-7 {
    border-color: #d4fdac;
  }
  .hover\:lg\:border-green-7:hover {
    border-color: #d4fdac;
  }
  .lg\:border-green-8 {
    border-color: #e1fec3;
  }
  .hover\:lg\:border-green-8:hover {
    border-color: #e1fec3;
  }
  .lg\:border-green-9 {
    border-color: #edfedb;
  }
  .hover\:lg\:border-green-9:hover {
    border-color: #edfedb;
  }
  .lg\:border-green-10 {
    border-color: #f9fff3;
  }
  .hover\:lg\:border-green-10:hover {
    border-color: #f9fff3;
  }
  .lg\:border-greencss {
    border-color: #3e7a02;
  }
  .hover\:lg\:border-greencss:hover {
    border-color: #3e7a02;
  }
  .lg\:border-greencss-1 {
    border-color: #4a9202;
  }
  .hover\:lg\:border-greencss-1:hover {
    border-color: #4a9202;
  }
  .lg\:border-greencss-2 {
    border-color: #56aa03;
  }
  .hover\:lg\:border-greencss-2:hover {
    border-color: #56aa03;
  }
  .lg\:border-greencss-3 {
    border-color: #62c203;
  }
  .hover\:lg\:border-greencss-3:hover {
    border-color: #62c203;
  }
  .lg\:border-greencss-4 {
    border-color: #6ed904;
  }
  .hover\:lg\:border-greencss-4:hover {
    border-color: #6ed904;
  }
  .lg\:border-greencss-5 {
    border-color: #7bf104;
  }
  .hover\:lg\:border-greencss-5:hover {
    border-color: #7bf104;
  }
  .lg\:border-greencss-6 {
    border-color: #87fb12;
  }
  .hover\:lg\:border-greencss-6:hover {
    border-color: #87fb12;
  }
  .lg\:border-greencss-7 {
    border-color: #93fc2a;
  }
  .hover\:lg\:border-greencss-7:hover {
    border-color: #93fc2a;
  }
  .lg\:border-greencss-8 {
    border-color: #9ffc42;
  }
  .hover\:lg\:border-greencss-8:hover {
    border-color: #9ffc42;
  }
  .lg\:border-greencss-9 {
    border-color: #abfc5a;
  }
  .hover\:lg\:border-greencss-9:hover {
    border-color: #abfc5a;
  }
  .lg\:border-greencss-10 {
    border-color: #b7fd72;
  }
  .hover\:lg\:border-greencss-10:hover {
    border-color: #b7fd72;
  }
  .lg\:border-blue {
    border-color: #066ef9;
  }
  .hover\:lg\:border-blue:hover {
    border-color: #066ef9;
  }
  .lg\:border-blue-1 {
    border-color: #1e7cfa;
  }
  .hover\:lg\:border-blue-1:hover {
    border-color: #1e7cfa;
  }
  .lg\:border-blue-2 {
    border-color: #358afa;
  }
  .hover\:lg\:border-blue-2:hover {
    border-color: #358afa;
  }
  .lg\:border-blue-3 {
    border-color: #4d97fb;
  }
  .hover\:lg\:border-blue-3:hover {
    border-color: #4d97fb;
  }
  .lg\:border-blue-4 {
    border-color: #65a5fb;
  }
  .hover\:lg\:border-blue-4:hover {
    border-color: #65a5fb;
  }
  .lg\:border-blue-5 {
    border-color: #7cb3fc;
  }
  .hover\:lg\:border-blue-5:hover {
    border-color: #7cb3fc;
  }
  .lg\:border-blue-6 {
    border-color: #94c1fc;
  }
  .hover\:lg\:border-blue-6:hover {
    border-color: #94c1fc;
  }
  .lg\:border-blue-7 {
    border-color: #accefd;
  }
  .hover\:lg\:border-blue-7:hover {
    border-color: #accefd;
  }
  .lg\:border-blue-8 {
    border-color: #c3dcfe;
  }
  .hover\:lg\:border-blue-8:hover {
    border-color: #c3dcfe;
  }
  .lg\:border-blue-9 {
    border-color: #dbeafe;
  }
  .hover\:lg\:border-blue-9:hover {
    border-color: #dbeafe;
  }
  .lg\:border-blue-10 {
    border-color: #f3f8ff;
  }
  .hover\:lg\:border-blue-10:hover {
    border-color: #f3f8ff;
  }
  .lg\:border-turquoise {
    border-color: #06f9f9;
  }
  .hover\:lg\:border-turquoise:hover {
    border-color: #06f9f9;
  }
  .lg\:border-turquoise-1 {
    border-color: #1efafa;
  }
  .hover\:lg\:border-turquoise-1:hover {
    border-color: #1efafa;
  }
  .lg\:border-turquoise-2 {
    border-color: #35fafa;
  }
  .hover\:lg\:border-turquoise-2:hover {
    border-color: #35fafa;
  }
  .lg\:border-turquoise-3 {
    border-color: #4dfbfb;
  }
  .hover\:lg\:border-turquoise-3:hover {
    border-color: #4dfbfb;
  }
  .lg\:border-turquoise-4 {
    border-color: #65fbfb;
  }
  .hover\:lg\:border-turquoise-4:hover {
    border-color: #65fbfb;
  }
  .lg\:border-turquoise-5 {
    border-color: #7cfcfc;
  }
  .hover\:lg\:border-turquoise-5:hover {
    border-color: #7cfcfc;
  }
  .lg\:border-turquoise-6 {
    border-color: #94fcfc;
  }
  .hover\:lg\:border-turquoise-6:hover {
    border-color: #94fcfc;
  }
  .lg\:border-turquoise-7 {
    border-color: #acfdfd;
  }
  .hover\:lg\:border-turquoise-7:hover {
    border-color: #acfdfd;
  }
  .lg\:border-turquoise-8 {
    border-color: #c3fefe;
  }
  .hover\:lg\:border-turquoise-8:hover {
    border-color: #c3fefe;
  }
  .lg\:border-turquoise-9 {
    border-color: #dbfefe;
  }
  .hover\:lg\:border-turquoise-9:hover {
    border-color: #dbfefe;
  }
  .lg\:border-turquoise-10 {
    border-color: #f3ffff;
  }
  .hover\:lg\:border-turquoise-10:hover {
    border-color: #f3ffff;
  }
  .lg\:border-purple {
    border-color: #8006f9;
  }
  .hover\:lg\:border-purple:hover {
    border-color: #8006f9;
  }
  .lg\:border-purple-1 {
    border-color: #8c1efa;
  }
  .hover\:lg\:border-purple-1:hover {
    border-color: #8c1efa;
  }
  .lg\:border-purple-2 {
    border-color: #9835fa;
  }
  .hover\:lg\:border-purple-2:hover {
    border-color: #9835fa;
  }
  .lg\:border-purple-3 {
    border-color: #a44dfb;
  }
  .hover\:lg\:border-purple-3:hover {
    border-color: #a44dfb;
  }
  .lg\:border-purple-4 {
    border-color: #b065fb;
  }
  .hover\:lg\:border-purple-4:hover {
    border-color: #b065fb;
  }
  .lg\:border-purple-5 {
    border-color: #bc7cfc;
  }
  .hover\:lg\:border-purple-5:hover {
    border-color: #bc7cfc;
  }
  .lg\:border-purple-6 {
    border-color: #c894fc;
  }
  .hover\:lg\:border-purple-6:hover {
    border-color: #c894fc;
  }
  .lg\:border-purple-7 {
    border-color: #d4acfd;
  }
  .hover\:lg\:border-purple-7:hover {
    border-color: #d4acfd;
  }
  .lg\:border-purple-8 {
    border-color: #e1c3fe;
  }
  .hover\:lg\:border-purple-8:hover {
    border-color: #e1c3fe;
  }
  .lg\:border-purple-9 {
    border-color: #eddbfe;
  }
  .hover\:lg\:border-purple-9:hover {
    border-color: #eddbfe;
  }
  .lg\:border-purple-10 {
    border-color: #f9f3ff;
  }
  .hover\:lg\:border-purple-10:hover {
    border-color: #f9f3ff;
  }
  .lg\:border-magenta {
    border-color: #f906e8;
  }
  .hover\:lg\:border-magenta:hover {
    border-color: #f906e8;
  }
  .lg\:border-magenta-1 {
    border-color: #fa1eea;
  }
  .hover\:lg\:border-magenta-1:hover {
    border-color: #fa1eea;
  }
  .lg\:border-magenta-2 {
    border-color: #fa35ec;
  }
  .hover\:lg\:border-magenta-2:hover {
    border-color: #fa35ec;
  }
  .lg\:border-magenta-3 {
    border-color: #fb4def;
  }
  .hover\:lg\:border-magenta-3:hover {
    border-color: #fb4def;
  }
  .lg\:border-magenta-4 {
    border-color: #fb65f1;
  }
  .hover\:lg\:border-magenta-4:hover {
    border-color: #fb65f1;
  }
  .lg\:border-magenta-5 {
    border-color: #fc7cf3;
  }
  .hover\:lg\:border-magenta-5:hover {
    border-color: #fc7cf3;
  }
  .lg\:border-magenta-6 {
    border-color: #fc94f5;
  }
  .hover\:lg\:border-magenta-6:hover {
    border-color: #fc94f5;
  }
  .lg\:border-magenta-7 {
    border-color: #fdacf7;
  }
  .hover\:lg\:border-magenta-7:hover {
    border-color: #fdacf7;
  }
  .lg\:border-magenta-8 {
    border-color: #fec3f9;
  }
  .hover\:lg\:border-magenta-8:hover {
    border-color: #fec3f9;
  }
  .lg\:border-magenta-9 {
    border-color: #fedbfc;
  }
  .hover\:lg\:border-magenta-9:hover {
    border-color: #fedbfc;
  }
  .lg\:border-magenta-10 {
    border-color: #fff3fe;
  }
  .hover\:lg\:border-magenta-10:hover {
    border-color: #fff3fe;
  }
  .lg\:border-black {
    border-color: #101010;
  }
  .hover\:lg\:border-black:hover {
    border-color: #101010;
  }
  .lg\:border-black-1 {
    border-color: #1c1c1c;
  }
  .hover\:lg\:border-black-1:hover {
    border-color: #1c1c1c;
  }
  .lg\:border-black-2 {
    border-color: #282828;
  }
  .hover\:lg\:border-black-2:hover {
    border-color: #282828;
  }
  .lg\:border-black-3 {
    border-color: #343434;
  }
  .hover\:lg\:border-black-3:hover {
    border-color: #343434;
  }
  .lg\:border-black-4 {
    border-color: #404040;
  }
  .hover\:lg\:border-black-4:hover {
    border-color: #404040;
  }
  .lg\:border-black-5 {
    border-color: #4d4d4d;
  }
  .hover\:lg\:border-black-5:hover {
    border-color: #4d4d4d;
  }
  .lg\:border-black-6 {
    border-color: #595959;
  }
  .hover\:lg\:border-black-6:hover {
    border-color: #595959;
  }
  .lg\:border-black-7 {
    border-color: #656565;
  }
  .hover\:lg\:border-black-7:hover {
    border-color: #656565;
  }
  .lg\:border-black-8 {
    border-color: #717171;
  }
  .hover\:lg\:border-black-8:hover {
    border-color: #717171;
  }
  .lg\:border-black-9 {
    border-color: #7d7d7d;
  }
  .hover\:lg\:border-black-9:hover {
    border-color: #7d7d7d;
  }
  .lg\:border-black-10 {
    border-color: #898989;
  }
  .hover\:lg\:border-black-10:hover {
    border-color: #898989;
  }
  .lg\:border-gray {
    border-color: #7d7d7d;
  }
  .hover\:lg\:border-gray:hover {
    border-color: #7d7d7d;
  }
  .lg\:border-gray-1 {
    border-color: #898989;
  }
  .hover\:lg\:border-gray-1:hover {
    border-color: #898989;
  }
  .lg\:border-gray-2 {
    border-color: #959595;
  }
  .hover\:lg\:border-gray-2:hover {
    border-color: #959595;
  }
  .lg\:border-gray-3 {
    border-color: #a1a1a1;
  }
  .hover\:lg\:border-gray-3:hover {
    border-color: #a1a1a1;
  }
  .lg\:border-gray-4 {
    border-color: #adadad;
  }
  .hover\:lg\:border-gray-4:hover {
    border-color: #adadad;
  }
  .lg\:border-gray-5 {
    border-color: #bababa;
  }
  .hover\:lg\:border-gray-5:hover {
    border-color: #bababa;
  }
  .lg\:border-gray-6 {
    border-color: #c6c6c6;
  }
  .hover\:lg\:border-gray-6:hover {
    border-color: #c6c6c6;
  }
  .lg\:border-gray-7 {
    border-color: #d2d2d2;
  }
  .hover\:lg\:border-gray-7:hover {
    border-color: #d2d2d2;
  }
  .lg\:border-gray-8 {
    border-color: #dedede;
  }
  .hover\:lg\:border-gray-8:hover {
    border-color: #dedede;
  }
  .lg\:border-gray-9 {
    border-color: #eaeaea;
  }
  .hover\:lg\:border-gray-9:hover {
    border-color: #eaeaea;
  }
  .lg\:border-gray-10 {
    border-color: #f6f6f6;
  }
  .hover\:lg\:border-gray-10:hover {
    border-color: #f6f6f6;
  }
  .lg\:border-white {
    border-color: #fdfdfd;
  }
  .hover\:lg\:border-white:hover {
    border-color: #fdfdfd;
  }
  .lg\:border-transparent {
    border-color: transparent;
  }
  .hover\:lg\:border-transparent:hover {
    border-color: transparent;
  }
  .lg\:outline-red {
    outline-color: #f90606;
  }
  .hover\:lg\:outline-red:hover {
    outline-color: #f90606;
  }
  .lg\:outline-red-1 {
    outline-color: #fa1e1e;
  }
  .hover\:lg\:outline-red-1:hover {
    outline-color: #fa1e1e;
  }
  .lg\:outline-red-2 {
    outline-color: #fa3535;
  }
  .hover\:lg\:outline-red-2:hover {
    outline-color: #fa3535;
  }
  .lg\:outline-red-3 {
    outline-color: #fb4d4d;
  }
  .hover\:lg\:outline-red-3:hover {
    outline-color: #fb4d4d;
  }
  .lg\:outline-red-4 {
    outline-color: #fb6565;
  }
  .hover\:lg\:outline-red-4:hover {
    outline-color: #fb6565;
  }
  .lg\:outline-red-5 {
    outline-color: #fc7c7c;
  }
  .hover\:lg\:outline-red-5:hover {
    outline-color: #fc7c7c;
  }
  .lg\:outline-red-6 {
    outline-color: #fc9494;
  }
  .hover\:lg\:outline-red-6:hover {
    outline-color: #fc9494;
  }
  .lg\:outline-red-7 {
    outline-color: #fdacac;
  }
  .hover\:lg\:outline-red-7:hover {
    outline-color: #fdacac;
  }
  .lg\:outline-red-8 {
    outline-color: #fec3c3;
  }
  .hover\:lg\:outline-red-8:hover {
    outline-color: #fec3c3;
  }
  .lg\:outline-red-9 {
    outline-color: #fedbdb;
  }
  .hover\:lg\:outline-red-9:hover {
    outline-color: #fedbdb;
  }
  .lg\:outline-red-10 {
    outline-color: #fff3f3;
  }
  .hover\:lg\:outline-red-10:hover {
    outline-color: #fff3f3;
  }
  .lg\:outline-orange {
    outline-color: #f99106;
  }
  .hover\:lg\:outline-orange:hover {
    outline-color: #f99106;
  }
  .lg\:outline-orange-1 {
    outline-color: #fa9b1e;
  }
  .hover\:lg\:outline-orange-1:hover {
    outline-color: #fa9b1e;
  }
  .lg\:outline-orange-2 {
    outline-color: #faa635;
  }
  .hover\:lg\:outline-orange-2:hover {
    outline-color: #faa635;
  }
  .lg\:outline-orange-3 {
    outline-color: #fbb04d;
  }
  .hover\:lg\:outline-orange-3:hover {
    outline-color: #fbb04d;
  }
  .lg\:outline-orange-4 {
    outline-color: #fbbb65;
  }
  .hover\:lg\:outline-orange-4:hover {
    outline-color: #fbbb65;
  }
  .lg\:outline-orange-5 {
    outline-color: #fcc57c;
  }
  .hover\:lg\:outline-orange-5:hover {
    outline-color: #fcc57c;
  }
  .lg\:outline-orange-6 {
    outline-color: #fcd094;
  }
  .hover\:lg\:outline-orange-6:hover {
    outline-color: #fcd094;
  }
  .lg\:outline-orange-7 {
    outline-color: #fddaac;
  }
  .hover\:lg\:outline-orange-7:hover {
    outline-color: #fddaac;
  }
  .lg\:outline-orange-8 {
    outline-color: #fee5c3;
  }
  .hover\:lg\:outline-orange-8:hover {
    outline-color: #fee5c3;
  }
  .lg\:outline-orange-9 {
    outline-color: #feefdb;
  }
  .hover\:lg\:outline-orange-9:hover {
    outline-color: #feefdb;
  }
  .lg\:outline-orange-10 {
    outline-color: #fffaf3;
  }
  .hover\:lg\:outline-orange-10:hover {
    outline-color: #fffaf3;
  }
  .lg\:outline-yellow {
    outline-color: #f9cf06;
  }
  .hover\:lg\:outline-yellow:hover {
    outline-color: #f9cf06;
  }
  .lg\:outline-yellow-1 {
    outline-color: #fad41e;
  }
  .hover\:lg\:outline-yellow-1:hover {
    outline-color: #fad41e;
  }
  .lg\:outline-yellow-2 {
    outline-color: #fad835;
  }
  .hover\:lg\:outline-yellow-2:hover {
    outline-color: #fad835;
  }
  .lg\:outline-yellow-3 {
    outline-color: #fbdd4d;
  }
  .hover\:lg\:outline-yellow-3:hover {
    outline-color: #fbdd4d;
  }
  .lg\:outline-yellow-4 {
    outline-color: #fbe165;
  }
  .hover\:lg\:outline-yellow-4:hover {
    outline-color: #fbe165;
  }
  .lg\:outline-yellow-5 {
    outline-color: #fce67c;
  }
  .hover\:lg\:outline-yellow-5:hover {
    outline-color: #fce67c;
  }
  .lg\:outline-yellow-6 {
    outline-color: #fcea94;
  }
  .hover\:lg\:outline-yellow-6:hover {
    outline-color: #fcea94;
  }
  .lg\:outline-yellow-7 {
    outline-color: #fdefac;
  }
  .hover\:lg\:outline-yellow-7:hover {
    outline-color: #fdefac;
  }
  .lg\:outline-yellow-8 {
    outline-color: #fef3c3;
  }
  .hover\:lg\:outline-yellow-8:hover {
    outline-color: #fef3c3;
  }
  .lg\:outline-yellow-9 {
    outline-color: #fef8db;
  }
  .hover\:lg\:outline-yellow-9:hover {
    outline-color: #fef8db;
  }
  .lg\:outline-yellow-10 {
    outline-color: #fffdf3;
  }
  .hover\:lg\:outline-yellow-10:hover {
    outline-color: #fffdf3;
  }
  .lg\:outline-green {
    outline-color: #80f906;
  }
  .hover\:lg\:outline-green:hover {
    outline-color: #80f906;
  }
  .lg\:outline-green-1 {
    outline-color: #8cfa1e;
  }
  .hover\:lg\:outline-green-1:hover {
    outline-color: #8cfa1e;
  }
  .lg\:outline-green-2 {
    outline-color: #98fa35;
  }
  .hover\:lg\:outline-green-2:hover {
    outline-color: #98fa35;
  }
  .lg\:outline-green-3 {
    outline-color: #a4fb4d;
  }
  .hover\:lg\:outline-green-3:hover {
    outline-color: #a4fb4d;
  }
  .lg\:outline-green-4 {
    outline-color: #b0fb65;
  }
  .hover\:lg\:outline-green-4:hover {
    outline-color: #b0fb65;
  }
  .lg\:outline-green-5 {
    outline-color: #bcfc7c;
  }
  .hover\:lg\:outline-green-5:hover {
    outline-color: #bcfc7c;
  }
  .lg\:outline-green-6 {
    outline-color: #c8fc94;
  }
  .hover\:lg\:outline-green-6:hover {
    outline-color: #c8fc94;
  }
  .lg\:outline-green-7 {
    outline-color: #d4fdac;
  }
  .hover\:lg\:outline-green-7:hover {
    outline-color: #d4fdac;
  }
  .lg\:outline-green-8 {
    outline-color: #e1fec3;
  }
  .hover\:lg\:outline-green-8:hover {
    outline-color: #e1fec3;
  }
  .lg\:outline-green-9 {
    outline-color: #edfedb;
  }
  .hover\:lg\:outline-green-9:hover {
    outline-color: #edfedb;
  }
  .lg\:outline-green-10 {
    outline-color: #f9fff3;
  }
  .hover\:lg\:outline-green-10:hover {
    outline-color: #f9fff3;
  }
  .lg\:outline-greencss {
    outline-color: #3e7a02;
  }
  .hover\:lg\:outline-greencss:hover {
    outline-color: #3e7a02;
  }
  .lg\:outline-greencss-1 {
    outline-color: #4a9202;
  }
  .hover\:lg\:outline-greencss-1:hover {
    outline-color: #4a9202;
  }
  .lg\:outline-greencss-2 {
    outline-color: #56aa03;
  }
  .hover\:lg\:outline-greencss-2:hover {
    outline-color: #56aa03;
  }
  .lg\:outline-greencss-3 {
    outline-color: #62c203;
  }
  .hover\:lg\:outline-greencss-3:hover {
    outline-color: #62c203;
  }
  .lg\:outline-greencss-4 {
    outline-color: #6ed904;
  }
  .hover\:lg\:outline-greencss-4:hover {
    outline-color: #6ed904;
  }
  .lg\:outline-greencss-5 {
    outline-color: #7bf104;
  }
  .hover\:lg\:outline-greencss-5:hover {
    outline-color: #7bf104;
  }
  .lg\:outline-greencss-6 {
    outline-color: #87fb12;
  }
  .hover\:lg\:outline-greencss-6:hover {
    outline-color: #87fb12;
  }
  .lg\:outline-greencss-7 {
    outline-color: #93fc2a;
  }
  .hover\:lg\:outline-greencss-7:hover {
    outline-color: #93fc2a;
  }
  .lg\:outline-greencss-8 {
    outline-color: #9ffc42;
  }
  .hover\:lg\:outline-greencss-8:hover {
    outline-color: #9ffc42;
  }
  .lg\:outline-greencss-9 {
    outline-color: #abfc5a;
  }
  .hover\:lg\:outline-greencss-9:hover {
    outline-color: #abfc5a;
  }
  .lg\:outline-greencss-10 {
    outline-color: #b7fd72;
  }
  .hover\:lg\:outline-greencss-10:hover {
    outline-color: #b7fd72;
  }
  .lg\:outline-blue {
    outline-color: #066ef9;
  }
  .hover\:lg\:outline-blue:hover {
    outline-color: #066ef9;
  }
  .lg\:outline-blue-1 {
    outline-color: #1e7cfa;
  }
  .hover\:lg\:outline-blue-1:hover {
    outline-color: #1e7cfa;
  }
  .lg\:outline-blue-2 {
    outline-color: #358afa;
  }
  .hover\:lg\:outline-blue-2:hover {
    outline-color: #358afa;
  }
  .lg\:outline-blue-3 {
    outline-color: #4d97fb;
  }
  .hover\:lg\:outline-blue-3:hover {
    outline-color: #4d97fb;
  }
  .lg\:outline-blue-4 {
    outline-color: #65a5fb;
  }
  .hover\:lg\:outline-blue-4:hover {
    outline-color: #65a5fb;
  }
  .lg\:outline-blue-5 {
    outline-color: #7cb3fc;
  }
  .hover\:lg\:outline-blue-5:hover {
    outline-color: #7cb3fc;
  }
  .lg\:outline-blue-6 {
    outline-color: #94c1fc;
  }
  .hover\:lg\:outline-blue-6:hover {
    outline-color: #94c1fc;
  }
  .lg\:outline-blue-7 {
    outline-color: #accefd;
  }
  .hover\:lg\:outline-blue-7:hover {
    outline-color: #accefd;
  }
  .lg\:outline-blue-8 {
    outline-color: #c3dcfe;
  }
  .hover\:lg\:outline-blue-8:hover {
    outline-color: #c3dcfe;
  }
  .lg\:outline-blue-9 {
    outline-color: #dbeafe;
  }
  .hover\:lg\:outline-blue-9:hover {
    outline-color: #dbeafe;
  }
  .lg\:outline-blue-10 {
    outline-color: #f3f8ff;
  }
  .hover\:lg\:outline-blue-10:hover {
    outline-color: #f3f8ff;
  }
  .lg\:outline-turquoise {
    outline-color: #06f9f9;
  }
  .hover\:lg\:outline-turquoise:hover {
    outline-color: #06f9f9;
  }
  .lg\:outline-turquoise-1 {
    outline-color: #1efafa;
  }
  .hover\:lg\:outline-turquoise-1:hover {
    outline-color: #1efafa;
  }
  .lg\:outline-turquoise-2 {
    outline-color: #35fafa;
  }
  .hover\:lg\:outline-turquoise-2:hover {
    outline-color: #35fafa;
  }
  .lg\:outline-turquoise-3 {
    outline-color: #4dfbfb;
  }
  .hover\:lg\:outline-turquoise-3:hover {
    outline-color: #4dfbfb;
  }
  .lg\:outline-turquoise-4 {
    outline-color: #65fbfb;
  }
  .hover\:lg\:outline-turquoise-4:hover {
    outline-color: #65fbfb;
  }
  .lg\:outline-turquoise-5 {
    outline-color: #7cfcfc;
  }
  .hover\:lg\:outline-turquoise-5:hover {
    outline-color: #7cfcfc;
  }
  .lg\:outline-turquoise-6 {
    outline-color: #94fcfc;
  }
  .hover\:lg\:outline-turquoise-6:hover {
    outline-color: #94fcfc;
  }
  .lg\:outline-turquoise-7 {
    outline-color: #acfdfd;
  }
  .hover\:lg\:outline-turquoise-7:hover {
    outline-color: #acfdfd;
  }
  .lg\:outline-turquoise-8 {
    outline-color: #c3fefe;
  }
  .hover\:lg\:outline-turquoise-8:hover {
    outline-color: #c3fefe;
  }
  .lg\:outline-turquoise-9 {
    outline-color: #dbfefe;
  }
  .hover\:lg\:outline-turquoise-9:hover {
    outline-color: #dbfefe;
  }
  .lg\:outline-turquoise-10 {
    outline-color: #f3ffff;
  }
  .hover\:lg\:outline-turquoise-10:hover {
    outline-color: #f3ffff;
  }
  .lg\:outline-purple {
    outline-color: #8006f9;
  }
  .hover\:lg\:outline-purple:hover {
    outline-color: #8006f9;
  }
  .lg\:outline-purple-1 {
    outline-color: #8c1efa;
  }
  .hover\:lg\:outline-purple-1:hover {
    outline-color: #8c1efa;
  }
  .lg\:outline-purple-2 {
    outline-color: #9835fa;
  }
  .hover\:lg\:outline-purple-2:hover {
    outline-color: #9835fa;
  }
  .lg\:outline-purple-3 {
    outline-color: #a44dfb;
  }
  .hover\:lg\:outline-purple-3:hover {
    outline-color: #a44dfb;
  }
  .lg\:outline-purple-4 {
    outline-color: #b065fb;
  }
  .hover\:lg\:outline-purple-4:hover {
    outline-color: #b065fb;
  }
  .lg\:outline-purple-5 {
    outline-color: #bc7cfc;
  }
  .hover\:lg\:outline-purple-5:hover {
    outline-color: #bc7cfc;
  }
  .lg\:outline-purple-6 {
    outline-color: #c894fc;
  }
  .hover\:lg\:outline-purple-6:hover {
    outline-color: #c894fc;
  }
  .lg\:outline-purple-7 {
    outline-color: #d4acfd;
  }
  .hover\:lg\:outline-purple-7:hover {
    outline-color: #d4acfd;
  }
  .lg\:outline-purple-8 {
    outline-color: #e1c3fe;
  }
  .hover\:lg\:outline-purple-8:hover {
    outline-color: #e1c3fe;
  }
  .lg\:outline-purple-9 {
    outline-color: #eddbfe;
  }
  .hover\:lg\:outline-purple-9:hover {
    outline-color: #eddbfe;
  }
  .lg\:outline-purple-10 {
    outline-color: #f9f3ff;
  }
  .hover\:lg\:outline-purple-10:hover {
    outline-color: #f9f3ff;
  }
  .lg\:outline-magenta {
    outline-color: #f906e8;
  }
  .hover\:lg\:outline-magenta:hover {
    outline-color: #f906e8;
  }
  .lg\:outline-magenta-1 {
    outline-color: #fa1eea;
  }
  .hover\:lg\:outline-magenta-1:hover {
    outline-color: #fa1eea;
  }
  .lg\:outline-magenta-2 {
    outline-color: #fa35ec;
  }
  .hover\:lg\:outline-magenta-2:hover {
    outline-color: #fa35ec;
  }
  .lg\:outline-magenta-3 {
    outline-color: #fb4def;
  }
  .hover\:lg\:outline-magenta-3:hover {
    outline-color: #fb4def;
  }
  .lg\:outline-magenta-4 {
    outline-color: #fb65f1;
  }
  .hover\:lg\:outline-magenta-4:hover {
    outline-color: #fb65f1;
  }
  .lg\:outline-magenta-5 {
    outline-color: #fc7cf3;
  }
  .hover\:lg\:outline-magenta-5:hover {
    outline-color: #fc7cf3;
  }
  .lg\:outline-magenta-6 {
    outline-color: #fc94f5;
  }
  .hover\:lg\:outline-magenta-6:hover {
    outline-color: #fc94f5;
  }
  .lg\:outline-magenta-7 {
    outline-color: #fdacf7;
  }
  .hover\:lg\:outline-magenta-7:hover {
    outline-color: #fdacf7;
  }
  .lg\:outline-magenta-8 {
    outline-color: #fec3f9;
  }
  .hover\:lg\:outline-magenta-8:hover {
    outline-color: #fec3f9;
  }
  .lg\:outline-magenta-9 {
    outline-color: #fedbfc;
  }
  .hover\:lg\:outline-magenta-9:hover {
    outline-color: #fedbfc;
  }
  .lg\:outline-magenta-10 {
    outline-color: #fff3fe;
  }
  .hover\:lg\:outline-magenta-10:hover {
    outline-color: #fff3fe;
  }
  .lg\:outline-black {
    outline-color: #101010;
  }
  .hover\:lg\:outline-black:hover {
    outline-color: #101010;
  }
  .lg\:outline-black-1 {
    outline-color: #1c1c1c;
  }
  .hover\:lg\:outline-black-1:hover {
    outline-color: #1c1c1c;
  }
  .lg\:outline-black-2 {
    outline-color: #282828;
  }
  .hover\:lg\:outline-black-2:hover {
    outline-color: #282828;
  }
  .lg\:outline-black-3 {
    outline-color: #343434;
  }
  .hover\:lg\:outline-black-3:hover {
    outline-color: #343434;
  }
  .lg\:outline-black-4 {
    outline-color: #404040;
  }
  .hover\:lg\:outline-black-4:hover {
    outline-color: #404040;
  }
  .lg\:outline-black-5 {
    outline-color: #4d4d4d;
  }
  .hover\:lg\:outline-black-5:hover {
    outline-color: #4d4d4d;
  }
  .lg\:outline-black-6 {
    outline-color: #595959;
  }
  .hover\:lg\:outline-black-6:hover {
    outline-color: #595959;
  }
  .lg\:outline-black-7 {
    outline-color: #656565;
  }
  .hover\:lg\:outline-black-7:hover {
    outline-color: #656565;
  }
  .lg\:outline-black-8 {
    outline-color: #717171;
  }
  .hover\:lg\:outline-black-8:hover {
    outline-color: #717171;
  }
  .lg\:outline-black-9 {
    outline-color: #7d7d7d;
  }
  .hover\:lg\:outline-black-9:hover {
    outline-color: #7d7d7d;
  }
  .lg\:outline-black-10 {
    outline-color: #898989;
  }
  .hover\:lg\:outline-black-10:hover {
    outline-color: #898989;
  }
  .lg\:outline-gray {
    outline-color: #7d7d7d;
  }
  .hover\:lg\:outline-gray:hover {
    outline-color: #7d7d7d;
  }
  .lg\:outline-gray-1 {
    outline-color: #898989;
  }
  .hover\:lg\:outline-gray-1:hover {
    outline-color: #898989;
  }
  .lg\:outline-gray-2 {
    outline-color: #959595;
  }
  .hover\:lg\:outline-gray-2:hover {
    outline-color: #959595;
  }
  .lg\:outline-gray-3 {
    outline-color: #a1a1a1;
  }
  .hover\:lg\:outline-gray-3:hover {
    outline-color: #a1a1a1;
  }
  .lg\:outline-gray-4 {
    outline-color: #adadad;
  }
  .hover\:lg\:outline-gray-4:hover {
    outline-color: #adadad;
  }
  .lg\:outline-gray-5 {
    outline-color: #bababa;
  }
  .hover\:lg\:outline-gray-5:hover {
    outline-color: #bababa;
  }
  .lg\:outline-gray-6 {
    outline-color: #c6c6c6;
  }
  .hover\:lg\:outline-gray-6:hover {
    outline-color: #c6c6c6;
  }
  .lg\:outline-gray-7 {
    outline-color: #d2d2d2;
  }
  .hover\:lg\:outline-gray-7:hover {
    outline-color: #d2d2d2;
  }
  .lg\:outline-gray-8 {
    outline-color: #dedede;
  }
  .hover\:lg\:outline-gray-8:hover {
    outline-color: #dedede;
  }
  .lg\:outline-gray-9 {
    outline-color: #eaeaea;
  }
  .hover\:lg\:outline-gray-9:hover {
    outline-color: #eaeaea;
  }
  .lg\:outline-gray-10 {
    outline-color: #f6f6f6;
  }
  .hover\:lg\:outline-gray-10:hover {
    outline-color: #f6f6f6;
  }
  .lg\:outline-white {
    outline-color: #fdfdfd;
  }
  .hover\:lg\:outline-white:hover {
    outline-color: #fdfdfd;
  }
  .lg\:outline-transparent {
    outline-color: transparent;
  }
  .hover\:lg\:outline-transparent:hover {
    outline-color: transparent;
  }
  .lg\:rounded-0px {
    border-radius: 0px;
  }
  .hover\:lg\:rounded-0px:hover {
    border-radius: 0px;
  }
  .active\:lg\:rounded-0px:active {
    border-radius: 0px;
  }
  .focus\:lg\:rounded-0px:focus {
    border-radius: 0px;
  }
  .lg\:rounded-1px {
    border-radius: 1px;
  }
  .hover\:lg\:rounded-1px:hover {
    border-radius: 1px;
  }
  .active\:lg\:rounded-1px:active {
    border-radius: 1px;
  }
  .focus\:lg\:rounded-1px:focus {
    border-radius: 1px;
  }
  .lg\:rounded-2px {
    border-radius: 2px;
  }
  .hover\:lg\:rounded-2px:hover {
    border-radius: 2px;
  }
  .active\:lg\:rounded-2px:active {
    border-radius: 2px;
  }
  .focus\:lg\:rounded-2px:focus {
    border-radius: 2px;
  }
  .lg\:rounded-3px {
    border-radius: 3px;
  }
  .hover\:lg\:rounded-3px:hover {
    border-radius: 3px;
  }
  .active\:lg\:rounded-3px:active {
    border-radius: 3px;
  }
  .focus\:lg\:rounded-3px:focus {
    border-radius: 3px;
  }
  .lg\:rounded-4px {
    border-radius: 4px;
  }
  .hover\:lg\:rounded-4px:hover {
    border-radius: 4px;
  }
  .active\:lg\:rounded-4px:active {
    border-radius: 4px;
  }
  .focus\:lg\:rounded-4px:focus {
    border-radius: 4px;
  }
  .lg\:rounded-5px {
    border-radius: 5px;
  }
  .hover\:lg\:rounded-5px:hover {
    border-radius: 5px;
  }
  .active\:lg\:rounded-5px:active {
    border-radius: 5px;
  }
  .focus\:lg\:rounded-5px:focus {
    border-radius: 5px;
  }
  .lg\:rounded-6px {
    border-radius: 6px;
  }
  .hover\:lg\:rounded-6px:hover {
    border-radius: 6px;
  }
  .active\:lg\:rounded-6px:active {
    border-radius: 6px;
  }
  .focus\:lg\:rounded-6px:focus {
    border-radius: 6px;
  }
  .lg\:rounded-7px {
    border-radius: 7px;
  }
  .hover\:lg\:rounded-7px:hover {
    border-radius: 7px;
  }
  .active\:lg\:rounded-7px:active {
    border-radius: 7px;
  }
  .focus\:lg\:rounded-7px:focus {
    border-radius: 7px;
  }
  .lg\:rounded-8px {
    border-radius: 8px;
  }
  .hover\:lg\:rounded-8px:hover {
    border-radius: 8px;
  }
  .active\:lg\:rounded-8px:active {
    border-radius: 8px;
  }
  .focus\:lg\:rounded-8px:focus {
    border-radius: 8px;
  }
  .lg\:rounded-9px {
    border-radius: 9px;
  }
  .hover\:lg\:rounded-9px:hover {
    border-radius: 9px;
  }
  .active\:lg\:rounded-9px:active {
    border-radius: 9px;
  }
  .focus\:lg\:rounded-9px:focus {
    border-radius: 9px;
  }
  .lg\:rounded-10px {
    border-radius: 10px;
  }
  .hover\:lg\:rounded-10px:hover {
    border-radius: 10px;
  }
  .active\:lg\:rounded-10px:active {
    border-radius: 10px;
  }
  .focus\:lg\:rounded-10px:focus {
    border-radius: 10px;
  }
  .lg\:rounded-11px {
    border-radius: 11px;
  }
  .hover\:lg\:rounded-11px:hover {
    border-radius: 11px;
  }
  .active\:lg\:rounded-11px:active {
    border-radius: 11px;
  }
  .focus\:lg\:rounded-11px:focus {
    border-radius: 11px;
  }
  .lg\:rounded-12px {
    border-radius: 12px;
  }
  .hover\:lg\:rounded-12px:hover {
    border-radius: 12px;
  }
  .active\:lg\:rounded-12px:active {
    border-radius: 12px;
  }
  .focus\:lg\:rounded-12px:focus {
    border-radius: 12px;
  }
  .lg\:rounded-13px {
    border-radius: 13px;
  }
  .hover\:lg\:rounded-13px:hover {
    border-radius: 13px;
  }
  .active\:lg\:rounded-13px:active {
    border-radius: 13px;
  }
  .focus\:lg\:rounded-13px:focus {
    border-radius: 13px;
  }
  .lg\:rounded-14px {
    border-radius: 14px;
  }
  .hover\:lg\:rounded-14px:hover {
    border-radius: 14px;
  }
  .active\:lg\:rounded-14px:active {
    border-radius: 14px;
  }
  .focus\:lg\:rounded-14px:focus {
    border-radius: 14px;
  }
  .lg\:rounded-15px {
    border-radius: 15px;
  }
  .hover\:lg\:rounded-15px:hover {
    border-radius: 15px;
  }
  .active\:lg\:rounded-15px:active {
    border-radius: 15px;
  }
  .focus\:lg\:rounded-15px:focus {
    border-radius: 15px;
  }
  .lg\:rounded-16px {
    border-radius: 16px;
  }
  .hover\:lg\:rounded-16px:hover {
    border-radius: 16px;
  }
  .active\:lg\:rounded-16px:active {
    border-radius: 16px;
  }
  .focus\:lg\:rounded-16px:focus {
    border-radius: 16px;
  }
  .lg\:rounded-17px {
    border-radius: 17px;
  }
  .hover\:lg\:rounded-17px:hover {
    border-radius: 17px;
  }
  .active\:lg\:rounded-17px:active {
    border-radius: 17px;
  }
  .focus\:lg\:rounded-17px:focus {
    border-radius: 17px;
  }
  .lg\:rounded-18px {
    border-radius: 18px;
  }
  .hover\:lg\:rounded-18px:hover {
    border-radius: 18px;
  }
  .active\:lg\:rounded-18px:active {
    border-radius: 18px;
  }
  .focus\:lg\:rounded-18px:focus {
    border-radius: 18px;
  }
  .lg\:rounded-19px {
    border-radius: 19px;
  }
  .hover\:lg\:rounded-19px:hover {
    border-radius: 19px;
  }
  .active\:lg\:rounded-19px:active {
    border-radius: 19px;
  }
  .focus\:lg\:rounded-19px:focus {
    border-radius: 19px;
  }
  .lg\:rounded-20px {
    border-radius: 20px;
  }
  .hover\:lg\:rounded-20px:hover {
    border-radius: 20px;
  }
  .active\:lg\:rounded-20px:active {
    border-radius: 20px;
  }
  .focus\:lg\:rounded-20px:focus {
    border-radius: 20px;
  }
  .lg\:rounded-21px {
    border-radius: 21px;
  }
  .hover\:lg\:rounded-21px:hover {
    border-radius: 21px;
  }
  .active\:lg\:rounded-21px:active {
    border-radius: 21px;
  }
  .focus\:lg\:rounded-21px:focus {
    border-radius: 21px;
  }
  .lg\:rounded-22px {
    border-radius: 22px;
  }
  .hover\:lg\:rounded-22px:hover {
    border-radius: 22px;
  }
  .active\:lg\:rounded-22px:active {
    border-radius: 22px;
  }
  .focus\:lg\:rounded-22px:focus {
    border-radius: 22px;
  }
  .lg\:rounded-23px {
    border-radius: 23px;
  }
  .hover\:lg\:rounded-23px:hover {
    border-radius: 23px;
  }
  .active\:lg\:rounded-23px:active {
    border-radius: 23px;
  }
  .focus\:lg\:rounded-23px:focus {
    border-radius: 23px;
  }
  .lg\:rounded-24px {
    border-radius: 24px;
  }
  .hover\:lg\:rounded-24px:hover {
    border-radius: 24px;
  }
  .active\:lg\:rounded-24px:active {
    border-radius: 24px;
  }
  .focus\:lg\:rounded-24px:focus {
    border-radius: 24px;
  }
  .lg\:rounded-25px {
    border-radius: 25px;
  }
  .hover\:lg\:rounded-25px:hover {
    border-radius: 25px;
  }
  .active\:lg\:rounded-25px:active {
    border-radius: 25px;
  }
  .focus\:lg\:rounded-25px:focus {
    border-radius: 25px;
  }
  .lg\:rounded-26px {
    border-radius: 26px;
  }
  .hover\:lg\:rounded-26px:hover {
    border-radius: 26px;
  }
  .active\:lg\:rounded-26px:active {
    border-radius: 26px;
  }
  .focus\:lg\:rounded-26px:focus {
    border-radius: 26px;
  }
  .lg\:rounded-27px {
    border-radius: 27px;
  }
  .hover\:lg\:rounded-27px:hover {
    border-radius: 27px;
  }
  .active\:lg\:rounded-27px:active {
    border-radius: 27px;
  }
  .focus\:lg\:rounded-27px:focus {
    border-radius: 27px;
  }
  .lg\:rounded-28px {
    border-radius: 28px;
  }
  .hover\:lg\:rounded-28px:hover {
    border-radius: 28px;
  }
  .active\:lg\:rounded-28px:active {
    border-radius: 28px;
  }
  .focus\:lg\:rounded-28px:focus {
    border-radius: 28px;
  }
  .lg\:rounded-29px {
    border-radius: 29px;
  }
  .hover\:lg\:rounded-29px:hover {
    border-radius: 29px;
  }
  .active\:lg\:rounded-29px:active {
    border-radius: 29px;
  }
  .focus\:lg\:rounded-29px:focus {
    border-radius: 29px;
  }
  .lg\:rounded-30px {
    border-radius: 30px;
  }
  .hover\:lg\:rounded-30px:hover {
    border-radius: 30px;
  }
  .active\:lg\:rounded-30px:active {
    border-radius: 30px;
  }
  .focus\:lg\:rounded-30px:focus {
    border-radius: 30px;
  }
  .lg\:rounded-31px {
    border-radius: 31px;
  }
  .hover\:lg\:rounded-31px:hover {
    border-radius: 31px;
  }
  .active\:lg\:rounded-31px:active {
    border-radius: 31px;
  }
  .focus\:lg\:rounded-31px:focus {
    border-radius: 31px;
  }
  .lg\:rounded-32px {
    border-radius: 32px;
  }
  .hover\:lg\:rounded-32px:hover {
    border-radius: 32px;
  }
  .active\:lg\:rounded-32px:active {
    border-radius: 32px;
  }
  .focus\:lg\:rounded-32px:focus {
    border-radius: 32px;
  }
  .lg\:rounded-33px {
    border-radius: 33px;
  }
  .hover\:lg\:rounded-33px:hover {
    border-radius: 33px;
  }
  .active\:lg\:rounded-33px:active {
    border-radius: 33px;
  }
  .focus\:lg\:rounded-33px:focus {
    border-radius: 33px;
  }
  .lg\:rounded-34px {
    border-radius: 34px;
  }
  .hover\:lg\:rounded-34px:hover {
    border-radius: 34px;
  }
  .active\:lg\:rounded-34px:active {
    border-radius: 34px;
  }
  .focus\:lg\:rounded-34px:focus {
    border-radius: 34px;
  }
  .lg\:rounded-35px {
    border-radius: 35px;
  }
  .hover\:lg\:rounded-35px:hover {
    border-radius: 35px;
  }
  .active\:lg\:rounded-35px:active {
    border-radius: 35px;
  }
  .focus\:lg\:rounded-35px:focus {
    border-radius: 35px;
  }
  .lg\:rounded-36px {
    border-radius: 36px;
  }
  .hover\:lg\:rounded-36px:hover {
    border-radius: 36px;
  }
  .active\:lg\:rounded-36px:active {
    border-radius: 36px;
  }
  .focus\:lg\:rounded-36px:focus {
    border-radius: 36px;
  }
  .lg\:rounded-37px {
    border-radius: 37px;
  }
  .hover\:lg\:rounded-37px:hover {
    border-radius: 37px;
  }
  .active\:lg\:rounded-37px:active {
    border-radius: 37px;
  }
  .focus\:lg\:rounded-37px:focus {
    border-radius: 37px;
  }
  .lg\:rounded-38px {
    border-radius: 38px;
  }
  .hover\:lg\:rounded-38px:hover {
    border-radius: 38px;
  }
  .active\:lg\:rounded-38px:active {
    border-radius: 38px;
  }
  .focus\:lg\:rounded-38px:focus {
    border-radius: 38px;
  }
  .lg\:rounded-39px {
    border-radius: 39px;
  }
  .hover\:lg\:rounded-39px:hover {
    border-radius: 39px;
  }
  .active\:lg\:rounded-39px:active {
    border-radius: 39px;
  }
  .focus\:lg\:rounded-39px:focus {
    border-radius: 39px;
  }
  .lg\:rounded-40px {
    border-radius: 40px;
  }
  .hover\:lg\:rounded-40px:hover {
    border-radius: 40px;
  }
  .active\:lg\:rounded-40px:active {
    border-radius: 40px;
  }
  .focus\:lg\:rounded-40px:focus {
    border-radius: 40px;
  }
  .lg\:rounded-41px {
    border-radius: 41px;
  }
  .hover\:lg\:rounded-41px:hover {
    border-radius: 41px;
  }
  .active\:lg\:rounded-41px:active {
    border-radius: 41px;
  }
  .focus\:lg\:rounded-41px:focus {
    border-radius: 41px;
  }
  .lg\:rounded-42px {
    border-radius: 42px;
  }
  .hover\:lg\:rounded-42px:hover {
    border-radius: 42px;
  }
  .active\:lg\:rounded-42px:active {
    border-radius: 42px;
  }
  .focus\:lg\:rounded-42px:focus {
    border-radius: 42px;
  }
  .lg\:rounded-43px {
    border-radius: 43px;
  }
  .hover\:lg\:rounded-43px:hover {
    border-radius: 43px;
  }
  .active\:lg\:rounded-43px:active {
    border-radius: 43px;
  }
  .focus\:lg\:rounded-43px:focus {
    border-radius: 43px;
  }
  .lg\:rounded-44px {
    border-radius: 44px;
  }
  .hover\:lg\:rounded-44px:hover {
    border-radius: 44px;
  }
  .active\:lg\:rounded-44px:active {
    border-radius: 44px;
  }
  .focus\:lg\:rounded-44px:focus {
    border-radius: 44px;
  }
  .lg\:rounded-45px {
    border-radius: 45px;
  }
  .hover\:lg\:rounded-45px:hover {
    border-radius: 45px;
  }
  .active\:lg\:rounded-45px:active {
    border-radius: 45px;
  }
  .focus\:lg\:rounded-45px:focus {
    border-radius: 45px;
  }
  .lg\:rounded-46px {
    border-radius: 46px;
  }
  .hover\:lg\:rounded-46px:hover {
    border-radius: 46px;
  }
  .active\:lg\:rounded-46px:active {
    border-radius: 46px;
  }
  .focus\:lg\:rounded-46px:focus {
    border-radius: 46px;
  }
  .lg\:rounded-47px {
    border-radius: 47px;
  }
  .hover\:lg\:rounded-47px:hover {
    border-radius: 47px;
  }
  .active\:lg\:rounded-47px:active {
    border-radius: 47px;
  }
  .focus\:lg\:rounded-47px:focus {
    border-radius: 47px;
  }
  .lg\:rounded-48px {
    border-radius: 48px;
  }
  .hover\:lg\:rounded-48px:hover {
    border-radius: 48px;
  }
  .active\:lg\:rounded-48px:active {
    border-radius: 48px;
  }
  .focus\:lg\:rounded-48px:focus {
    border-radius: 48px;
  }
  .lg\:rounded-49px {
    border-radius: 49px;
  }
  .hover\:lg\:rounded-49px:hover {
    border-radius: 49px;
  }
  .active\:lg\:rounded-49px:active {
    border-radius: 49px;
  }
  .focus\:lg\:rounded-49px:focus {
    border-radius: 49px;
  }
  .lg\:rounded-50px {
    border-radius: 50px;
  }
  .hover\:lg\:rounded-50px:hover {
    border-radius: 50px;
  }
  .active\:lg\:rounded-50px:active {
    border-radius: 50px;
  }
  .focus\:lg\:rounded-50px:focus {
    border-radius: 50px;
  }
  .lg\:rounded-51px {
    border-radius: 51px;
  }
  .hover\:lg\:rounded-51px:hover {
    border-radius: 51px;
  }
  .active\:lg\:rounded-51px:active {
    border-radius: 51px;
  }
  .focus\:lg\:rounded-51px:focus {
    border-radius: 51px;
  }
  .lg\:rounded-52px {
    border-radius: 52px;
  }
  .hover\:lg\:rounded-52px:hover {
    border-radius: 52px;
  }
  .active\:lg\:rounded-52px:active {
    border-radius: 52px;
  }
  .focus\:lg\:rounded-52px:focus {
    border-radius: 52px;
  }
  .lg\:rounded-53px {
    border-radius: 53px;
  }
  .hover\:lg\:rounded-53px:hover {
    border-radius: 53px;
  }
  .active\:lg\:rounded-53px:active {
    border-radius: 53px;
  }
  .focus\:lg\:rounded-53px:focus {
    border-radius: 53px;
  }
  .lg\:rounded-54px {
    border-radius: 54px;
  }
  .hover\:lg\:rounded-54px:hover {
    border-radius: 54px;
  }
  .active\:lg\:rounded-54px:active {
    border-radius: 54px;
  }
  .focus\:lg\:rounded-54px:focus {
    border-radius: 54px;
  }
  .lg\:rounded-55px {
    border-radius: 55px;
  }
  .hover\:lg\:rounded-55px:hover {
    border-radius: 55px;
  }
  .active\:lg\:rounded-55px:active {
    border-radius: 55px;
  }
  .focus\:lg\:rounded-55px:focus {
    border-radius: 55px;
  }
  .lg\:rounded-56px {
    border-radius: 56px;
  }
  .hover\:lg\:rounded-56px:hover {
    border-radius: 56px;
  }
  .active\:lg\:rounded-56px:active {
    border-radius: 56px;
  }
  .focus\:lg\:rounded-56px:focus {
    border-radius: 56px;
  }
  .lg\:rounded-57px {
    border-radius: 57px;
  }
  .hover\:lg\:rounded-57px:hover {
    border-radius: 57px;
  }
  .active\:lg\:rounded-57px:active {
    border-radius: 57px;
  }
  .focus\:lg\:rounded-57px:focus {
    border-radius: 57px;
  }
  .lg\:rounded-58px {
    border-radius: 58px;
  }
  .hover\:lg\:rounded-58px:hover {
    border-radius: 58px;
  }
  .active\:lg\:rounded-58px:active {
    border-radius: 58px;
  }
  .focus\:lg\:rounded-58px:focus {
    border-radius: 58px;
  }
  .lg\:rounded-59px {
    border-radius: 59px;
  }
  .hover\:lg\:rounded-59px:hover {
    border-radius: 59px;
  }
  .active\:lg\:rounded-59px:active {
    border-radius: 59px;
  }
  .focus\:lg\:rounded-59px:focus {
    border-radius: 59px;
  }
  .lg\:rounded-60px {
    border-radius: 60px;
  }
  .hover\:lg\:rounded-60px:hover {
    border-radius: 60px;
  }
  .active\:lg\:rounded-60px:active {
    border-radius: 60px;
  }
  .focus\:lg\:rounded-60px:focus {
    border-radius: 60px;
  }
  .lg\:rounded-61px {
    border-radius: 61px;
  }
  .hover\:lg\:rounded-61px:hover {
    border-radius: 61px;
  }
  .active\:lg\:rounded-61px:active {
    border-radius: 61px;
  }
  .focus\:lg\:rounded-61px:focus {
    border-radius: 61px;
  }
  .lg\:rounded-62px {
    border-radius: 62px;
  }
  .hover\:lg\:rounded-62px:hover {
    border-radius: 62px;
  }
  .active\:lg\:rounded-62px:active {
    border-radius: 62px;
  }
  .focus\:lg\:rounded-62px:focus {
    border-radius: 62px;
  }
  .lg\:rounded-63px {
    border-radius: 63px;
  }
  .hover\:lg\:rounded-63px:hover {
    border-radius: 63px;
  }
  .active\:lg\:rounded-63px:active {
    border-radius: 63px;
  }
  .focus\:lg\:rounded-63px:focus {
    border-radius: 63px;
  }
  .lg\:rounded-64px {
    border-radius: 64px;
  }
  .hover\:lg\:rounded-64px:hover {
    border-radius: 64px;
  }
  .active\:lg\:rounded-64px:active {
    border-radius: 64px;
  }
  .focus\:lg\:rounded-64px:focus {
    border-radius: 64px;
  }
  .lg\:rounded-65px {
    border-radius: 65px;
  }
  .hover\:lg\:rounded-65px:hover {
    border-radius: 65px;
  }
  .active\:lg\:rounded-65px:active {
    border-radius: 65px;
  }
  .focus\:lg\:rounded-65px:focus {
    border-radius: 65px;
  }
  .lg\:rounded-66px {
    border-radius: 66px;
  }
  .hover\:lg\:rounded-66px:hover {
    border-radius: 66px;
  }
  .active\:lg\:rounded-66px:active {
    border-radius: 66px;
  }
  .focus\:lg\:rounded-66px:focus {
    border-radius: 66px;
  }
  .lg\:rounded-67px {
    border-radius: 67px;
  }
  .hover\:lg\:rounded-67px:hover {
    border-radius: 67px;
  }
  .active\:lg\:rounded-67px:active {
    border-radius: 67px;
  }
  .focus\:lg\:rounded-67px:focus {
    border-radius: 67px;
  }
  .lg\:rounded-68px {
    border-radius: 68px;
  }
  .hover\:lg\:rounded-68px:hover {
    border-radius: 68px;
  }
  .active\:lg\:rounded-68px:active {
    border-radius: 68px;
  }
  .focus\:lg\:rounded-68px:focus {
    border-radius: 68px;
  }
  .lg\:rounded-69px {
    border-radius: 69px;
  }
  .hover\:lg\:rounded-69px:hover {
    border-radius: 69px;
  }
  .active\:lg\:rounded-69px:active {
    border-radius: 69px;
  }
  .focus\:lg\:rounded-69px:focus {
    border-radius: 69px;
  }
  .lg\:rounded-70px {
    border-radius: 70px;
  }
  .hover\:lg\:rounded-70px:hover {
    border-radius: 70px;
  }
  .active\:lg\:rounded-70px:active {
    border-radius: 70px;
  }
  .focus\:lg\:rounded-70px:focus {
    border-radius: 70px;
  }
  .lg\:rounded-71px {
    border-radius: 71px;
  }
  .hover\:lg\:rounded-71px:hover {
    border-radius: 71px;
  }
  .active\:lg\:rounded-71px:active {
    border-radius: 71px;
  }
  .focus\:lg\:rounded-71px:focus {
    border-radius: 71px;
  }
  .lg\:rounded-72px {
    border-radius: 72px;
  }
  .hover\:lg\:rounded-72px:hover {
    border-radius: 72px;
  }
  .active\:lg\:rounded-72px:active {
    border-radius: 72px;
  }
  .focus\:lg\:rounded-72px:focus {
    border-radius: 72px;
  }
  .lg\:rounded-73px {
    border-radius: 73px;
  }
  .hover\:lg\:rounded-73px:hover {
    border-radius: 73px;
  }
  .active\:lg\:rounded-73px:active {
    border-radius: 73px;
  }
  .focus\:lg\:rounded-73px:focus {
    border-radius: 73px;
  }
  .lg\:rounded-74px {
    border-radius: 74px;
  }
  .hover\:lg\:rounded-74px:hover {
    border-radius: 74px;
  }
  .active\:lg\:rounded-74px:active {
    border-radius: 74px;
  }
  .focus\:lg\:rounded-74px:focus {
    border-radius: 74px;
  }
  .lg\:rounded-75px {
    border-radius: 75px;
  }
  .hover\:lg\:rounded-75px:hover {
    border-radius: 75px;
  }
  .active\:lg\:rounded-75px:active {
    border-radius: 75px;
  }
  .focus\:lg\:rounded-75px:focus {
    border-radius: 75px;
  }
  .lg\:rounded-76px {
    border-radius: 76px;
  }
  .hover\:lg\:rounded-76px:hover {
    border-radius: 76px;
  }
  .active\:lg\:rounded-76px:active {
    border-radius: 76px;
  }
  .focus\:lg\:rounded-76px:focus {
    border-radius: 76px;
  }
  .lg\:rounded-77px {
    border-radius: 77px;
  }
  .hover\:lg\:rounded-77px:hover {
    border-radius: 77px;
  }
  .active\:lg\:rounded-77px:active {
    border-radius: 77px;
  }
  .focus\:lg\:rounded-77px:focus {
    border-radius: 77px;
  }
  .lg\:rounded-78px {
    border-radius: 78px;
  }
  .hover\:lg\:rounded-78px:hover {
    border-radius: 78px;
  }
  .active\:lg\:rounded-78px:active {
    border-radius: 78px;
  }
  .focus\:lg\:rounded-78px:focus {
    border-radius: 78px;
  }
  .lg\:rounded-79px {
    border-radius: 79px;
  }
  .hover\:lg\:rounded-79px:hover {
    border-radius: 79px;
  }
  .active\:lg\:rounded-79px:active {
    border-radius: 79px;
  }
  .focus\:lg\:rounded-79px:focus {
    border-radius: 79px;
  }
  .lg\:rounded-80px {
    border-radius: 80px;
  }
  .hover\:lg\:rounded-80px:hover {
    border-radius: 80px;
  }
  .active\:lg\:rounded-80px:active {
    border-radius: 80px;
  }
  .focus\:lg\:rounded-80px:focus {
    border-radius: 80px;
  }
  .lg\:rounded-81px {
    border-radius: 81px;
  }
  .hover\:lg\:rounded-81px:hover {
    border-radius: 81px;
  }
  .active\:lg\:rounded-81px:active {
    border-radius: 81px;
  }
  .focus\:lg\:rounded-81px:focus {
    border-radius: 81px;
  }
  .lg\:rounded-82px {
    border-radius: 82px;
  }
  .hover\:lg\:rounded-82px:hover {
    border-radius: 82px;
  }
  .active\:lg\:rounded-82px:active {
    border-radius: 82px;
  }
  .focus\:lg\:rounded-82px:focus {
    border-radius: 82px;
  }
  .lg\:rounded-83px {
    border-radius: 83px;
  }
  .hover\:lg\:rounded-83px:hover {
    border-radius: 83px;
  }
  .active\:lg\:rounded-83px:active {
    border-radius: 83px;
  }
  .focus\:lg\:rounded-83px:focus {
    border-radius: 83px;
  }
  .lg\:rounded-84px {
    border-radius: 84px;
  }
  .hover\:lg\:rounded-84px:hover {
    border-radius: 84px;
  }
  .active\:lg\:rounded-84px:active {
    border-radius: 84px;
  }
  .focus\:lg\:rounded-84px:focus {
    border-radius: 84px;
  }
  .lg\:rounded-85px {
    border-radius: 85px;
  }
  .hover\:lg\:rounded-85px:hover {
    border-radius: 85px;
  }
  .active\:lg\:rounded-85px:active {
    border-radius: 85px;
  }
  .focus\:lg\:rounded-85px:focus {
    border-radius: 85px;
  }
  .lg\:rounded-86px {
    border-radius: 86px;
  }
  .hover\:lg\:rounded-86px:hover {
    border-radius: 86px;
  }
  .active\:lg\:rounded-86px:active {
    border-radius: 86px;
  }
  .focus\:lg\:rounded-86px:focus {
    border-radius: 86px;
  }
  .lg\:rounded-87px {
    border-radius: 87px;
  }
  .hover\:lg\:rounded-87px:hover {
    border-radius: 87px;
  }
  .active\:lg\:rounded-87px:active {
    border-radius: 87px;
  }
  .focus\:lg\:rounded-87px:focus {
    border-radius: 87px;
  }
  .lg\:rounded-88px {
    border-radius: 88px;
  }
  .hover\:lg\:rounded-88px:hover {
    border-radius: 88px;
  }
  .active\:lg\:rounded-88px:active {
    border-radius: 88px;
  }
  .focus\:lg\:rounded-88px:focus {
    border-radius: 88px;
  }
  .lg\:rounded-89px {
    border-radius: 89px;
  }
  .hover\:lg\:rounded-89px:hover {
    border-radius: 89px;
  }
  .active\:lg\:rounded-89px:active {
    border-radius: 89px;
  }
  .focus\:lg\:rounded-89px:focus {
    border-radius: 89px;
  }
  .lg\:rounded-90px {
    border-radius: 90px;
  }
  .hover\:lg\:rounded-90px:hover {
    border-radius: 90px;
  }
  .active\:lg\:rounded-90px:active {
    border-radius: 90px;
  }
  .focus\:lg\:rounded-90px:focus {
    border-radius: 90px;
  }
  .lg\:rounded-91px {
    border-radius: 91px;
  }
  .hover\:lg\:rounded-91px:hover {
    border-radius: 91px;
  }
  .active\:lg\:rounded-91px:active {
    border-radius: 91px;
  }
  .focus\:lg\:rounded-91px:focus {
    border-radius: 91px;
  }
  .lg\:rounded-92px {
    border-radius: 92px;
  }
  .hover\:lg\:rounded-92px:hover {
    border-radius: 92px;
  }
  .active\:lg\:rounded-92px:active {
    border-radius: 92px;
  }
  .focus\:lg\:rounded-92px:focus {
    border-radius: 92px;
  }
  .lg\:rounded-93px {
    border-radius: 93px;
  }
  .hover\:lg\:rounded-93px:hover {
    border-radius: 93px;
  }
  .active\:lg\:rounded-93px:active {
    border-radius: 93px;
  }
  .focus\:lg\:rounded-93px:focus {
    border-radius: 93px;
  }
  .lg\:rounded-94px {
    border-radius: 94px;
  }
  .hover\:lg\:rounded-94px:hover {
    border-radius: 94px;
  }
  .active\:lg\:rounded-94px:active {
    border-radius: 94px;
  }
  .focus\:lg\:rounded-94px:focus {
    border-radius: 94px;
  }
  .lg\:rounded-95px {
    border-radius: 95px;
  }
  .hover\:lg\:rounded-95px:hover {
    border-radius: 95px;
  }
  .active\:lg\:rounded-95px:active {
    border-radius: 95px;
  }
  .focus\:lg\:rounded-95px:focus {
    border-radius: 95px;
  }
  .lg\:rounded-96px {
    border-radius: 96px;
  }
  .hover\:lg\:rounded-96px:hover {
    border-radius: 96px;
  }
  .active\:lg\:rounded-96px:active {
    border-radius: 96px;
  }
  .focus\:lg\:rounded-96px:focus {
    border-radius: 96px;
  }
  .lg\:rounded-97px {
    border-radius: 97px;
  }
  .hover\:lg\:rounded-97px:hover {
    border-radius: 97px;
  }
  .active\:lg\:rounded-97px:active {
    border-radius: 97px;
  }
  .focus\:lg\:rounded-97px:focus {
    border-radius: 97px;
  }
  .lg\:rounded-98px {
    border-radius: 98px;
  }
  .hover\:lg\:rounded-98px:hover {
    border-radius: 98px;
  }
  .active\:lg\:rounded-98px:active {
    border-radius: 98px;
  }
  .focus\:lg\:rounded-98px:focus {
    border-radius: 98px;
  }
  .lg\:rounded-99px {
    border-radius: 99px;
  }
  .hover\:lg\:rounded-99px:hover {
    border-radius: 99px;
  }
  .active\:lg\:rounded-99px:active {
    border-radius: 99px;
  }
  .focus\:lg\:rounded-99px:focus {
    border-radius: 99px;
  }
  .lg\:rounded-100px {
    border-radius: 100px;
  }
  .hover\:lg\:rounded-100px:hover {
    border-radius: 100px;
  }
  .active\:lg\:rounded-100px:active {
    border-radius: 100px;
  }
  .focus\:lg\:rounded-100px:focus {
    border-radius: 100px;
  }
  .lg\:rounded-0per {
    border-radius: 0%;
  }
  .hover\:lg\:rounded-0per:hover {
    border-radius: 0%;
  }
  .active\:lg\:rounded-0per:active {
    border-radius: 0%;
  }
  .focus\:lg\:rounded-0per:focus {
    border-radius: 0%;
  }
  .lg\:rounded-1per {
    border-radius: 1%;
  }
  .hover\:lg\:rounded-1per:hover {
    border-radius: 1%;
  }
  .active\:lg\:rounded-1per:active {
    border-radius: 1%;
  }
  .focus\:lg\:rounded-1per:focus {
    border-radius: 1%;
  }
  .lg\:rounded-2per {
    border-radius: 2%;
  }
  .hover\:lg\:rounded-2per:hover {
    border-radius: 2%;
  }
  .active\:lg\:rounded-2per:active {
    border-radius: 2%;
  }
  .focus\:lg\:rounded-2per:focus {
    border-radius: 2%;
  }
  .lg\:rounded-3per {
    border-radius: 3%;
  }
  .hover\:lg\:rounded-3per:hover {
    border-radius: 3%;
  }
  .active\:lg\:rounded-3per:active {
    border-radius: 3%;
  }
  .focus\:lg\:rounded-3per:focus {
    border-radius: 3%;
  }
  .lg\:rounded-4per {
    border-radius: 4%;
  }
  .hover\:lg\:rounded-4per:hover {
    border-radius: 4%;
  }
  .active\:lg\:rounded-4per:active {
    border-radius: 4%;
  }
  .focus\:lg\:rounded-4per:focus {
    border-radius: 4%;
  }
  .lg\:rounded-5per {
    border-radius: 5%;
  }
  .hover\:lg\:rounded-5per:hover {
    border-radius: 5%;
  }
  .active\:lg\:rounded-5per:active {
    border-radius: 5%;
  }
  .focus\:lg\:rounded-5per:focus {
    border-radius: 5%;
  }
  .lg\:rounded-6per {
    border-radius: 6%;
  }
  .hover\:lg\:rounded-6per:hover {
    border-radius: 6%;
  }
  .active\:lg\:rounded-6per:active {
    border-radius: 6%;
  }
  .focus\:lg\:rounded-6per:focus {
    border-radius: 6%;
  }
  .lg\:rounded-7per {
    border-radius: 7%;
  }
  .hover\:lg\:rounded-7per:hover {
    border-radius: 7%;
  }
  .active\:lg\:rounded-7per:active {
    border-radius: 7%;
  }
  .focus\:lg\:rounded-7per:focus {
    border-radius: 7%;
  }
  .lg\:rounded-8per {
    border-radius: 8%;
  }
  .hover\:lg\:rounded-8per:hover {
    border-radius: 8%;
  }
  .active\:lg\:rounded-8per:active {
    border-radius: 8%;
  }
  .focus\:lg\:rounded-8per:focus {
    border-radius: 8%;
  }
  .lg\:rounded-9per {
    border-radius: 9%;
  }
  .hover\:lg\:rounded-9per:hover {
    border-radius: 9%;
  }
  .active\:lg\:rounded-9per:active {
    border-radius: 9%;
  }
  .focus\:lg\:rounded-9per:focus {
    border-radius: 9%;
  }
  .lg\:rounded-10per {
    border-radius: 10%;
  }
  .hover\:lg\:rounded-10per:hover {
    border-radius: 10%;
  }
  .active\:lg\:rounded-10per:active {
    border-radius: 10%;
  }
  .focus\:lg\:rounded-10per:focus {
    border-radius: 10%;
  }
  .lg\:rounded-11per {
    border-radius: 11%;
  }
  .hover\:lg\:rounded-11per:hover {
    border-radius: 11%;
  }
  .active\:lg\:rounded-11per:active {
    border-radius: 11%;
  }
  .focus\:lg\:rounded-11per:focus {
    border-radius: 11%;
  }
  .lg\:rounded-12per {
    border-radius: 12%;
  }
  .hover\:lg\:rounded-12per:hover {
    border-radius: 12%;
  }
  .active\:lg\:rounded-12per:active {
    border-radius: 12%;
  }
  .focus\:lg\:rounded-12per:focus {
    border-radius: 12%;
  }
  .lg\:rounded-13per {
    border-radius: 13%;
  }
  .hover\:lg\:rounded-13per:hover {
    border-radius: 13%;
  }
  .active\:lg\:rounded-13per:active {
    border-radius: 13%;
  }
  .focus\:lg\:rounded-13per:focus {
    border-radius: 13%;
  }
  .lg\:rounded-14per {
    border-radius: 14%;
  }
  .hover\:lg\:rounded-14per:hover {
    border-radius: 14%;
  }
  .active\:lg\:rounded-14per:active {
    border-radius: 14%;
  }
  .focus\:lg\:rounded-14per:focus {
    border-radius: 14%;
  }
  .lg\:rounded-15per {
    border-radius: 15%;
  }
  .hover\:lg\:rounded-15per:hover {
    border-radius: 15%;
  }
  .active\:lg\:rounded-15per:active {
    border-radius: 15%;
  }
  .focus\:lg\:rounded-15per:focus {
    border-radius: 15%;
  }
  .lg\:rounded-16per {
    border-radius: 16%;
  }
  .hover\:lg\:rounded-16per:hover {
    border-radius: 16%;
  }
  .active\:lg\:rounded-16per:active {
    border-radius: 16%;
  }
  .focus\:lg\:rounded-16per:focus {
    border-radius: 16%;
  }
  .lg\:rounded-17per {
    border-radius: 17%;
  }
  .hover\:lg\:rounded-17per:hover {
    border-radius: 17%;
  }
  .active\:lg\:rounded-17per:active {
    border-radius: 17%;
  }
  .focus\:lg\:rounded-17per:focus {
    border-radius: 17%;
  }
  .lg\:rounded-18per {
    border-radius: 18%;
  }
  .hover\:lg\:rounded-18per:hover {
    border-radius: 18%;
  }
  .active\:lg\:rounded-18per:active {
    border-radius: 18%;
  }
  .focus\:lg\:rounded-18per:focus {
    border-radius: 18%;
  }
  .lg\:rounded-19per {
    border-radius: 19%;
  }
  .hover\:lg\:rounded-19per:hover {
    border-radius: 19%;
  }
  .active\:lg\:rounded-19per:active {
    border-radius: 19%;
  }
  .focus\:lg\:rounded-19per:focus {
    border-radius: 19%;
  }
  .lg\:rounded-20per {
    border-radius: 20%;
  }
  .hover\:lg\:rounded-20per:hover {
    border-radius: 20%;
  }
  .active\:lg\:rounded-20per:active {
    border-radius: 20%;
  }
  .focus\:lg\:rounded-20per:focus {
    border-radius: 20%;
  }
  .lg\:rounded-21per {
    border-radius: 21%;
  }
  .hover\:lg\:rounded-21per:hover {
    border-radius: 21%;
  }
  .active\:lg\:rounded-21per:active {
    border-radius: 21%;
  }
  .focus\:lg\:rounded-21per:focus {
    border-radius: 21%;
  }
  .lg\:rounded-22per {
    border-radius: 22%;
  }
  .hover\:lg\:rounded-22per:hover {
    border-radius: 22%;
  }
  .active\:lg\:rounded-22per:active {
    border-radius: 22%;
  }
  .focus\:lg\:rounded-22per:focus {
    border-radius: 22%;
  }
  .lg\:rounded-23per {
    border-radius: 23%;
  }
  .hover\:lg\:rounded-23per:hover {
    border-radius: 23%;
  }
  .active\:lg\:rounded-23per:active {
    border-radius: 23%;
  }
  .focus\:lg\:rounded-23per:focus {
    border-radius: 23%;
  }
  .lg\:rounded-24per {
    border-radius: 24%;
  }
  .hover\:lg\:rounded-24per:hover {
    border-radius: 24%;
  }
  .active\:lg\:rounded-24per:active {
    border-radius: 24%;
  }
  .focus\:lg\:rounded-24per:focus {
    border-radius: 24%;
  }
  .lg\:rounded-25per {
    border-radius: 25%;
  }
  .hover\:lg\:rounded-25per:hover {
    border-radius: 25%;
  }
  .active\:lg\:rounded-25per:active {
    border-radius: 25%;
  }
  .focus\:lg\:rounded-25per:focus {
    border-radius: 25%;
  }
  .lg\:rounded-26per {
    border-radius: 26%;
  }
  .hover\:lg\:rounded-26per:hover {
    border-radius: 26%;
  }
  .active\:lg\:rounded-26per:active {
    border-radius: 26%;
  }
  .focus\:lg\:rounded-26per:focus {
    border-radius: 26%;
  }
  .lg\:rounded-27per {
    border-radius: 27%;
  }
  .hover\:lg\:rounded-27per:hover {
    border-radius: 27%;
  }
  .active\:lg\:rounded-27per:active {
    border-radius: 27%;
  }
  .focus\:lg\:rounded-27per:focus {
    border-radius: 27%;
  }
  .lg\:rounded-28per {
    border-radius: 28%;
  }
  .hover\:lg\:rounded-28per:hover {
    border-radius: 28%;
  }
  .active\:lg\:rounded-28per:active {
    border-radius: 28%;
  }
  .focus\:lg\:rounded-28per:focus {
    border-radius: 28%;
  }
  .lg\:rounded-29per {
    border-radius: 29%;
  }
  .hover\:lg\:rounded-29per:hover {
    border-radius: 29%;
  }
  .active\:lg\:rounded-29per:active {
    border-radius: 29%;
  }
  .focus\:lg\:rounded-29per:focus {
    border-radius: 29%;
  }
  .lg\:rounded-30per {
    border-radius: 30%;
  }
  .hover\:lg\:rounded-30per:hover {
    border-radius: 30%;
  }
  .active\:lg\:rounded-30per:active {
    border-radius: 30%;
  }
  .focus\:lg\:rounded-30per:focus {
    border-radius: 30%;
  }
  .lg\:rounded-31per {
    border-radius: 31%;
  }
  .hover\:lg\:rounded-31per:hover {
    border-radius: 31%;
  }
  .active\:lg\:rounded-31per:active {
    border-radius: 31%;
  }
  .focus\:lg\:rounded-31per:focus {
    border-radius: 31%;
  }
  .lg\:rounded-32per {
    border-radius: 32%;
  }
  .hover\:lg\:rounded-32per:hover {
    border-radius: 32%;
  }
  .active\:lg\:rounded-32per:active {
    border-radius: 32%;
  }
  .focus\:lg\:rounded-32per:focus {
    border-radius: 32%;
  }
  .lg\:rounded-33per {
    border-radius: 33%;
  }
  .hover\:lg\:rounded-33per:hover {
    border-radius: 33%;
  }
  .active\:lg\:rounded-33per:active {
    border-radius: 33%;
  }
  .focus\:lg\:rounded-33per:focus {
    border-radius: 33%;
  }
  .lg\:rounded-34per {
    border-radius: 34%;
  }
  .hover\:lg\:rounded-34per:hover {
    border-radius: 34%;
  }
  .active\:lg\:rounded-34per:active {
    border-radius: 34%;
  }
  .focus\:lg\:rounded-34per:focus {
    border-radius: 34%;
  }
  .lg\:rounded-35per {
    border-radius: 35%;
  }
  .hover\:lg\:rounded-35per:hover {
    border-radius: 35%;
  }
  .active\:lg\:rounded-35per:active {
    border-radius: 35%;
  }
  .focus\:lg\:rounded-35per:focus {
    border-radius: 35%;
  }
  .lg\:rounded-36per {
    border-radius: 36%;
  }
  .hover\:lg\:rounded-36per:hover {
    border-radius: 36%;
  }
  .active\:lg\:rounded-36per:active {
    border-radius: 36%;
  }
  .focus\:lg\:rounded-36per:focus {
    border-radius: 36%;
  }
  .lg\:rounded-37per {
    border-radius: 37%;
  }
  .hover\:lg\:rounded-37per:hover {
    border-radius: 37%;
  }
  .active\:lg\:rounded-37per:active {
    border-radius: 37%;
  }
  .focus\:lg\:rounded-37per:focus {
    border-radius: 37%;
  }
  .lg\:rounded-38per {
    border-radius: 38%;
  }
  .hover\:lg\:rounded-38per:hover {
    border-radius: 38%;
  }
  .active\:lg\:rounded-38per:active {
    border-radius: 38%;
  }
  .focus\:lg\:rounded-38per:focus {
    border-radius: 38%;
  }
  .lg\:rounded-39per {
    border-radius: 39%;
  }
  .hover\:lg\:rounded-39per:hover {
    border-radius: 39%;
  }
  .active\:lg\:rounded-39per:active {
    border-radius: 39%;
  }
  .focus\:lg\:rounded-39per:focus {
    border-radius: 39%;
  }
  .lg\:rounded-40per {
    border-radius: 40%;
  }
  .hover\:lg\:rounded-40per:hover {
    border-radius: 40%;
  }
  .active\:lg\:rounded-40per:active {
    border-radius: 40%;
  }
  .focus\:lg\:rounded-40per:focus {
    border-radius: 40%;
  }
  .lg\:rounded-41per {
    border-radius: 41%;
  }
  .hover\:lg\:rounded-41per:hover {
    border-radius: 41%;
  }
  .active\:lg\:rounded-41per:active {
    border-radius: 41%;
  }
  .focus\:lg\:rounded-41per:focus {
    border-radius: 41%;
  }
  .lg\:rounded-42per {
    border-radius: 42%;
  }
  .hover\:lg\:rounded-42per:hover {
    border-radius: 42%;
  }
  .active\:lg\:rounded-42per:active {
    border-radius: 42%;
  }
  .focus\:lg\:rounded-42per:focus {
    border-radius: 42%;
  }
  .lg\:rounded-43per {
    border-radius: 43%;
  }
  .hover\:lg\:rounded-43per:hover {
    border-radius: 43%;
  }
  .active\:lg\:rounded-43per:active {
    border-radius: 43%;
  }
  .focus\:lg\:rounded-43per:focus {
    border-radius: 43%;
  }
  .lg\:rounded-44per {
    border-radius: 44%;
  }
  .hover\:lg\:rounded-44per:hover {
    border-radius: 44%;
  }
  .active\:lg\:rounded-44per:active {
    border-radius: 44%;
  }
  .focus\:lg\:rounded-44per:focus {
    border-radius: 44%;
  }
  .lg\:rounded-45per {
    border-radius: 45%;
  }
  .hover\:lg\:rounded-45per:hover {
    border-radius: 45%;
  }
  .active\:lg\:rounded-45per:active {
    border-radius: 45%;
  }
  .focus\:lg\:rounded-45per:focus {
    border-radius: 45%;
  }
  .lg\:rounded-46per {
    border-radius: 46%;
  }
  .hover\:lg\:rounded-46per:hover {
    border-radius: 46%;
  }
  .active\:lg\:rounded-46per:active {
    border-radius: 46%;
  }
  .focus\:lg\:rounded-46per:focus {
    border-radius: 46%;
  }
  .lg\:rounded-47per {
    border-radius: 47%;
  }
  .hover\:lg\:rounded-47per:hover {
    border-radius: 47%;
  }
  .active\:lg\:rounded-47per:active {
    border-radius: 47%;
  }
  .focus\:lg\:rounded-47per:focus {
    border-radius: 47%;
  }
  .lg\:rounded-48per {
    border-radius: 48%;
  }
  .hover\:lg\:rounded-48per:hover {
    border-radius: 48%;
  }
  .active\:lg\:rounded-48per:active {
    border-radius: 48%;
  }
  .focus\:lg\:rounded-48per:focus {
    border-radius: 48%;
  }
  .lg\:rounded-49per {
    border-radius: 49%;
  }
  .hover\:lg\:rounded-49per:hover {
    border-radius: 49%;
  }
  .active\:lg\:rounded-49per:active {
    border-radius: 49%;
  }
  .focus\:lg\:rounded-49per:focus {
    border-radius: 49%;
  }
  .lg\:rounded-50per {
    border-radius: 50%;
  }
  .hover\:lg\:rounded-50per:hover {
    border-radius: 50%;
  }
  .active\:lg\:rounded-50per:active {
    border-radius: 50%;
  }
  .focus\:lg\:rounded-50per:focus {
    border-radius: 50%;
  }
  .lg\:rounded-51per {
    border-radius: 51%;
  }
  .hover\:lg\:rounded-51per:hover {
    border-radius: 51%;
  }
  .active\:lg\:rounded-51per:active {
    border-radius: 51%;
  }
  .focus\:lg\:rounded-51per:focus {
    border-radius: 51%;
  }
  .lg\:rounded-52per {
    border-radius: 52%;
  }
  .hover\:lg\:rounded-52per:hover {
    border-radius: 52%;
  }
  .active\:lg\:rounded-52per:active {
    border-radius: 52%;
  }
  .focus\:lg\:rounded-52per:focus {
    border-radius: 52%;
  }
  .lg\:rounded-53per {
    border-radius: 53%;
  }
  .hover\:lg\:rounded-53per:hover {
    border-radius: 53%;
  }
  .active\:lg\:rounded-53per:active {
    border-radius: 53%;
  }
  .focus\:lg\:rounded-53per:focus {
    border-radius: 53%;
  }
  .lg\:rounded-54per {
    border-radius: 54%;
  }
  .hover\:lg\:rounded-54per:hover {
    border-radius: 54%;
  }
  .active\:lg\:rounded-54per:active {
    border-radius: 54%;
  }
  .focus\:lg\:rounded-54per:focus {
    border-radius: 54%;
  }
  .lg\:rounded-55per {
    border-radius: 55%;
  }
  .hover\:lg\:rounded-55per:hover {
    border-radius: 55%;
  }
  .active\:lg\:rounded-55per:active {
    border-radius: 55%;
  }
  .focus\:lg\:rounded-55per:focus {
    border-radius: 55%;
  }
  .lg\:rounded-56per {
    border-radius: 56%;
  }
  .hover\:lg\:rounded-56per:hover {
    border-radius: 56%;
  }
  .active\:lg\:rounded-56per:active {
    border-radius: 56%;
  }
  .focus\:lg\:rounded-56per:focus {
    border-radius: 56%;
  }
  .lg\:rounded-57per {
    border-radius: 57%;
  }
  .hover\:lg\:rounded-57per:hover {
    border-radius: 57%;
  }
  .active\:lg\:rounded-57per:active {
    border-radius: 57%;
  }
  .focus\:lg\:rounded-57per:focus {
    border-radius: 57%;
  }
  .lg\:rounded-58per {
    border-radius: 58%;
  }
  .hover\:lg\:rounded-58per:hover {
    border-radius: 58%;
  }
  .active\:lg\:rounded-58per:active {
    border-radius: 58%;
  }
  .focus\:lg\:rounded-58per:focus {
    border-radius: 58%;
  }
  .lg\:rounded-59per {
    border-radius: 59%;
  }
  .hover\:lg\:rounded-59per:hover {
    border-radius: 59%;
  }
  .active\:lg\:rounded-59per:active {
    border-radius: 59%;
  }
  .focus\:lg\:rounded-59per:focus {
    border-radius: 59%;
  }
  .lg\:rounded-60per {
    border-radius: 60%;
  }
  .hover\:lg\:rounded-60per:hover {
    border-radius: 60%;
  }
  .active\:lg\:rounded-60per:active {
    border-radius: 60%;
  }
  .focus\:lg\:rounded-60per:focus {
    border-radius: 60%;
  }
  .lg\:rounded-61per {
    border-radius: 61%;
  }
  .hover\:lg\:rounded-61per:hover {
    border-radius: 61%;
  }
  .active\:lg\:rounded-61per:active {
    border-radius: 61%;
  }
  .focus\:lg\:rounded-61per:focus {
    border-radius: 61%;
  }
  .lg\:rounded-62per {
    border-radius: 62%;
  }
  .hover\:lg\:rounded-62per:hover {
    border-radius: 62%;
  }
  .active\:lg\:rounded-62per:active {
    border-radius: 62%;
  }
  .focus\:lg\:rounded-62per:focus {
    border-radius: 62%;
  }
  .lg\:rounded-63per {
    border-radius: 63%;
  }
  .hover\:lg\:rounded-63per:hover {
    border-radius: 63%;
  }
  .active\:lg\:rounded-63per:active {
    border-radius: 63%;
  }
  .focus\:lg\:rounded-63per:focus {
    border-radius: 63%;
  }
  .lg\:rounded-64per {
    border-radius: 64%;
  }
  .hover\:lg\:rounded-64per:hover {
    border-radius: 64%;
  }
  .active\:lg\:rounded-64per:active {
    border-radius: 64%;
  }
  .focus\:lg\:rounded-64per:focus {
    border-radius: 64%;
  }
  .lg\:rounded-65per {
    border-radius: 65%;
  }
  .hover\:lg\:rounded-65per:hover {
    border-radius: 65%;
  }
  .active\:lg\:rounded-65per:active {
    border-radius: 65%;
  }
  .focus\:lg\:rounded-65per:focus {
    border-radius: 65%;
  }
  .lg\:rounded-66per {
    border-radius: 66%;
  }
  .hover\:lg\:rounded-66per:hover {
    border-radius: 66%;
  }
  .active\:lg\:rounded-66per:active {
    border-radius: 66%;
  }
  .focus\:lg\:rounded-66per:focus {
    border-radius: 66%;
  }
  .lg\:rounded-67per {
    border-radius: 67%;
  }
  .hover\:lg\:rounded-67per:hover {
    border-radius: 67%;
  }
  .active\:lg\:rounded-67per:active {
    border-radius: 67%;
  }
  .focus\:lg\:rounded-67per:focus {
    border-radius: 67%;
  }
  .lg\:rounded-68per {
    border-radius: 68%;
  }
  .hover\:lg\:rounded-68per:hover {
    border-radius: 68%;
  }
  .active\:lg\:rounded-68per:active {
    border-radius: 68%;
  }
  .focus\:lg\:rounded-68per:focus {
    border-radius: 68%;
  }
  .lg\:rounded-69per {
    border-radius: 69%;
  }
  .hover\:lg\:rounded-69per:hover {
    border-radius: 69%;
  }
  .active\:lg\:rounded-69per:active {
    border-radius: 69%;
  }
  .focus\:lg\:rounded-69per:focus {
    border-radius: 69%;
  }
  .lg\:rounded-70per {
    border-radius: 70%;
  }
  .hover\:lg\:rounded-70per:hover {
    border-radius: 70%;
  }
  .active\:lg\:rounded-70per:active {
    border-radius: 70%;
  }
  .focus\:lg\:rounded-70per:focus {
    border-radius: 70%;
  }
  .lg\:rounded-71per {
    border-radius: 71%;
  }
  .hover\:lg\:rounded-71per:hover {
    border-radius: 71%;
  }
  .active\:lg\:rounded-71per:active {
    border-radius: 71%;
  }
  .focus\:lg\:rounded-71per:focus {
    border-radius: 71%;
  }
  .lg\:rounded-72per {
    border-radius: 72%;
  }
  .hover\:lg\:rounded-72per:hover {
    border-radius: 72%;
  }
  .active\:lg\:rounded-72per:active {
    border-radius: 72%;
  }
  .focus\:lg\:rounded-72per:focus {
    border-radius: 72%;
  }
  .lg\:rounded-73per {
    border-radius: 73%;
  }
  .hover\:lg\:rounded-73per:hover {
    border-radius: 73%;
  }
  .active\:lg\:rounded-73per:active {
    border-radius: 73%;
  }
  .focus\:lg\:rounded-73per:focus {
    border-radius: 73%;
  }
  .lg\:rounded-74per {
    border-radius: 74%;
  }
  .hover\:lg\:rounded-74per:hover {
    border-radius: 74%;
  }
  .active\:lg\:rounded-74per:active {
    border-radius: 74%;
  }
  .focus\:lg\:rounded-74per:focus {
    border-radius: 74%;
  }
  .lg\:rounded-75per {
    border-radius: 75%;
  }
  .hover\:lg\:rounded-75per:hover {
    border-radius: 75%;
  }
  .active\:lg\:rounded-75per:active {
    border-radius: 75%;
  }
  .focus\:lg\:rounded-75per:focus {
    border-radius: 75%;
  }
  .lg\:rounded-76per {
    border-radius: 76%;
  }
  .hover\:lg\:rounded-76per:hover {
    border-radius: 76%;
  }
  .active\:lg\:rounded-76per:active {
    border-radius: 76%;
  }
  .focus\:lg\:rounded-76per:focus {
    border-radius: 76%;
  }
  .lg\:rounded-77per {
    border-radius: 77%;
  }
  .hover\:lg\:rounded-77per:hover {
    border-radius: 77%;
  }
  .active\:lg\:rounded-77per:active {
    border-radius: 77%;
  }
  .focus\:lg\:rounded-77per:focus {
    border-radius: 77%;
  }
  .lg\:rounded-78per {
    border-radius: 78%;
  }
  .hover\:lg\:rounded-78per:hover {
    border-radius: 78%;
  }
  .active\:lg\:rounded-78per:active {
    border-radius: 78%;
  }
  .focus\:lg\:rounded-78per:focus {
    border-radius: 78%;
  }
  .lg\:rounded-79per {
    border-radius: 79%;
  }
  .hover\:lg\:rounded-79per:hover {
    border-radius: 79%;
  }
  .active\:lg\:rounded-79per:active {
    border-radius: 79%;
  }
  .focus\:lg\:rounded-79per:focus {
    border-radius: 79%;
  }
  .lg\:rounded-80per {
    border-radius: 80%;
  }
  .hover\:lg\:rounded-80per:hover {
    border-radius: 80%;
  }
  .active\:lg\:rounded-80per:active {
    border-radius: 80%;
  }
  .focus\:lg\:rounded-80per:focus {
    border-radius: 80%;
  }
  .lg\:rounded-81per {
    border-radius: 81%;
  }
  .hover\:lg\:rounded-81per:hover {
    border-radius: 81%;
  }
  .active\:lg\:rounded-81per:active {
    border-radius: 81%;
  }
  .focus\:lg\:rounded-81per:focus {
    border-radius: 81%;
  }
  .lg\:rounded-82per {
    border-radius: 82%;
  }
  .hover\:lg\:rounded-82per:hover {
    border-radius: 82%;
  }
  .active\:lg\:rounded-82per:active {
    border-radius: 82%;
  }
  .focus\:lg\:rounded-82per:focus {
    border-radius: 82%;
  }
  .lg\:rounded-83per {
    border-radius: 83%;
  }
  .hover\:lg\:rounded-83per:hover {
    border-radius: 83%;
  }
  .active\:lg\:rounded-83per:active {
    border-radius: 83%;
  }
  .focus\:lg\:rounded-83per:focus {
    border-radius: 83%;
  }
  .lg\:rounded-84per {
    border-radius: 84%;
  }
  .hover\:lg\:rounded-84per:hover {
    border-radius: 84%;
  }
  .active\:lg\:rounded-84per:active {
    border-radius: 84%;
  }
  .focus\:lg\:rounded-84per:focus {
    border-radius: 84%;
  }
  .lg\:rounded-85per {
    border-radius: 85%;
  }
  .hover\:lg\:rounded-85per:hover {
    border-radius: 85%;
  }
  .active\:lg\:rounded-85per:active {
    border-radius: 85%;
  }
  .focus\:lg\:rounded-85per:focus {
    border-radius: 85%;
  }
  .lg\:rounded-86per {
    border-radius: 86%;
  }
  .hover\:lg\:rounded-86per:hover {
    border-radius: 86%;
  }
  .active\:lg\:rounded-86per:active {
    border-radius: 86%;
  }
  .focus\:lg\:rounded-86per:focus {
    border-radius: 86%;
  }
  .lg\:rounded-87per {
    border-radius: 87%;
  }
  .hover\:lg\:rounded-87per:hover {
    border-radius: 87%;
  }
  .active\:lg\:rounded-87per:active {
    border-radius: 87%;
  }
  .focus\:lg\:rounded-87per:focus {
    border-radius: 87%;
  }
  .lg\:rounded-88per {
    border-radius: 88%;
  }
  .hover\:lg\:rounded-88per:hover {
    border-radius: 88%;
  }
  .active\:lg\:rounded-88per:active {
    border-radius: 88%;
  }
  .focus\:lg\:rounded-88per:focus {
    border-radius: 88%;
  }
  .lg\:rounded-89per {
    border-radius: 89%;
  }
  .hover\:lg\:rounded-89per:hover {
    border-radius: 89%;
  }
  .active\:lg\:rounded-89per:active {
    border-radius: 89%;
  }
  .focus\:lg\:rounded-89per:focus {
    border-radius: 89%;
  }
  .lg\:rounded-90per {
    border-radius: 90%;
  }
  .hover\:lg\:rounded-90per:hover {
    border-radius: 90%;
  }
  .active\:lg\:rounded-90per:active {
    border-radius: 90%;
  }
  .focus\:lg\:rounded-90per:focus {
    border-radius: 90%;
  }
  .lg\:rounded-91per {
    border-radius: 91%;
  }
  .hover\:lg\:rounded-91per:hover {
    border-radius: 91%;
  }
  .active\:lg\:rounded-91per:active {
    border-radius: 91%;
  }
  .focus\:lg\:rounded-91per:focus {
    border-radius: 91%;
  }
  .lg\:rounded-92per {
    border-radius: 92%;
  }
  .hover\:lg\:rounded-92per:hover {
    border-radius: 92%;
  }
  .active\:lg\:rounded-92per:active {
    border-radius: 92%;
  }
  .focus\:lg\:rounded-92per:focus {
    border-radius: 92%;
  }
  .lg\:rounded-93per {
    border-radius: 93%;
  }
  .hover\:lg\:rounded-93per:hover {
    border-radius: 93%;
  }
  .active\:lg\:rounded-93per:active {
    border-radius: 93%;
  }
  .focus\:lg\:rounded-93per:focus {
    border-radius: 93%;
  }
  .lg\:rounded-94per {
    border-radius: 94%;
  }
  .hover\:lg\:rounded-94per:hover {
    border-radius: 94%;
  }
  .active\:lg\:rounded-94per:active {
    border-radius: 94%;
  }
  .focus\:lg\:rounded-94per:focus {
    border-radius: 94%;
  }
  .lg\:rounded-95per {
    border-radius: 95%;
  }
  .hover\:lg\:rounded-95per:hover {
    border-radius: 95%;
  }
  .active\:lg\:rounded-95per:active {
    border-radius: 95%;
  }
  .focus\:lg\:rounded-95per:focus {
    border-radius: 95%;
  }
  .lg\:rounded-96per {
    border-radius: 96%;
  }
  .hover\:lg\:rounded-96per:hover {
    border-radius: 96%;
  }
  .active\:lg\:rounded-96per:active {
    border-radius: 96%;
  }
  .focus\:lg\:rounded-96per:focus {
    border-radius: 96%;
  }
  .lg\:rounded-97per {
    border-radius: 97%;
  }
  .hover\:lg\:rounded-97per:hover {
    border-radius: 97%;
  }
  .active\:lg\:rounded-97per:active {
    border-radius: 97%;
  }
  .focus\:lg\:rounded-97per:focus {
    border-radius: 97%;
  }
  .lg\:rounded-98per {
    border-radius: 98%;
  }
  .hover\:lg\:rounded-98per:hover {
    border-radius: 98%;
  }
  .active\:lg\:rounded-98per:active {
    border-radius: 98%;
  }
  .focus\:lg\:rounded-98per:focus {
    border-radius: 98%;
  }
  .lg\:rounded-99per {
    border-radius: 99%;
  }
  .hover\:lg\:rounded-99per:hover {
    border-radius: 99%;
  }
  .active\:lg\:rounded-99per:active {
    border-radius: 99%;
  }
  .focus\:lg\:rounded-99per:focus {
    border-radius: 99%;
  }
  .lg\:rounded-100per {
    border-radius: 100%;
  }
  .hover\:lg\:rounded-100per:hover {
    border-radius: 100%;
  }
  .active\:lg\:rounded-100per:active {
    border-radius: 100%;
  }
  .focus\:lg\:rounded-100per:focus {
    border-radius: 100%;
  }
  .lg\:rounded-top-radius-0px {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .hover\:lg\:rounded-top-radius-0px:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .lg\:rounded-top-radius-1px {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }
  .hover\:lg\:rounded-top-radius-1px:hover {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
  }
  .lg\:rounded-top-radius-2px {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .hover\:lg\:rounded-top-radius-2px:hover {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .lg\:rounded-top-radius-3px {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .hover\:lg\:rounded-top-radius-3px:hover {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .lg\:rounded-top-radius-4px {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .hover\:lg\:rounded-top-radius-4px:hover {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .lg\:rounded-top-radius-5px {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .hover\:lg\:rounded-top-radius-5px:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .lg\:rounded-top-radius-6px {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .hover\:lg\:rounded-top-radius-6px:hover {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .lg\:rounded-top-radius-7px {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .hover\:lg\:rounded-top-radius-7px:hover {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .lg\:rounded-top-radius-8px {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .hover\:lg\:rounded-top-radius-8px:hover {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .lg\:rounded-top-radius-9px {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .hover\:lg\:rounded-top-radius-9px:hover {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .lg\:rounded-top-radius-10px {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .hover\:lg\:rounded-top-radius-10px:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .lg\:rounded-top-radius-11px {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .hover\:lg\:rounded-top-radius-11px:hover {
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .lg\:rounded-top-radius-12px {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .hover\:lg\:rounded-top-radius-12px:hover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .lg\:rounded-top-radius-13px {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .hover\:lg\:rounded-top-radius-13px:hover {
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
  }
  .lg\:rounded-top-radius-14px {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .hover\:lg\:rounded-top-radius-14px:hover {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  .lg\:rounded-top-radius-15px {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .hover\:lg\:rounded-top-radius-15px:hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .lg\:rounded-top-radius-16px {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .hover\:lg\:rounded-top-radius-16px:hover {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .lg\:rounded-top-radius-17px {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .hover\:lg\:rounded-top-radius-17px:hover {
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
  }
  .lg\:rounded-top-radius-18px {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .hover\:lg\:rounded-top-radius-18px:hover {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .lg\:rounded-top-radius-19px {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  .hover\:lg\:rounded-top-radius-19px:hover {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
  }
  .lg\:rounded-top-radius-20px {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .hover\:lg\:rounded-top-radius-20px:hover {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .lg\:rounded-top-radius-21px {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
  .hover\:lg\:rounded-top-radius-21px:hover {
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }
  .lg\:rounded-top-radius-22px {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .hover\:lg\:rounded-top-radius-22px:hover {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
  }
  .lg\:rounded-top-radius-23px {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
  .hover\:lg\:rounded-top-radius-23px:hover {
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
  }
  .lg\:rounded-top-radius-24px {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .hover\:lg\:rounded-top-radius-24px:hover {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .lg\:rounded-top-radius-25px {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .hover\:lg\:rounded-top-radius-25px:hover {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .lg\:rounded-top-radius-26px {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .hover\:lg\:rounded-top-radius-26px:hover {
    border-top-left-radius: 26px;
    border-top-right-radius: 26px;
  }
  .lg\:rounded-top-radius-27px {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  .hover\:lg\:rounded-top-radius-27px:hover {
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
  }
  .lg\:rounded-top-radius-28px {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .hover\:lg\:rounded-top-radius-28px:hover {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
  .lg\:rounded-top-radius-29px {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
  }
  .hover\:lg\:rounded-top-radius-29px:hover {
    border-top-left-radius: 29px;
    border-top-right-radius: 29px;
  }
  .lg\:rounded-top-radius-30px {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .hover\:lg\:rounded-top-radius-30px:hover {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .lg\:rounded-top-radius-31px {
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
  }
  .hover\:lg\:rounded-top-radius-31px:hover {
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
  }
  .lg\:rounded-top-radius-32px {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .hover\:lg\:rounded-top-radius-32px:hover {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
  }
  .lg\:rounded-top-radius-33px {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }
  .hover\:lg\:rounded-top-radius-33px:hover {
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
  }
  .lg\:rounded-top-radius-34px {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
  .hover\:lg\:rounded-top-radius-34px:hover {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
  }
  .lg\:rounded-top-radius-35px {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .hover\:lg\:rounded-top-radius-35px:hover {
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
  }
  .lg\:rounded-top-radius-36px {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }
  .hover\:lg\:rounded-top-radius-36px:hover {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
  }
  .lg\:rounded-top-radius-37px {
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
  }
  .hover\:lg\:rounded-top-radius-37px:hover {
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
  }
  .lg\:rounded-top-radius-38px {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }
  .hover\:lg\:rounded-top-radius-38px:hover {
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
  }
  .lg\:rounded-top-radius-39px {
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }
  .hover\:lg\:rounded-top-radius-39px:hover {
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
  }
  .lg\:rounded-top-radius-40px {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .hover\:lg\:rounded-top-radius-40px:hover {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .lg\:rounded-top-radius-41px {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
  }
  .hover\:lg\:rounded-top-radius-41px:hover {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
  }
  .lg\:rounded-top-radius-42px {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
  }
  .hover\:lg\:rounded-top-radius-42px:hover {
    border-top-left-radius: 42px;
    border-top-right-radius: 42px;
  }
  .lg\:rounded-top-radius-43px {
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
  }
  .hover\:lg\:rounded-top-radius-43px:hover {
    border-top-left-radius: 43px;
    border-top-right-radius: 43px;
  }
  .lg\:rounded-top-radius-44px {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }
  .hover\:lg\:rounded-top-radius-44px:hover {
    border-top-left-radius: 44px;
    border-top-right-radius: 44px;
  }
  .lg\:rounded-top-radius-45px {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .hover\:lg\:rounded-top-radius-45px:hover {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
  }
  .lg\:rounded-top-radius-46px {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
  }
  .hover\:lg\:rounded-top-radius-46px:hover {
    border-top-left-radius: 46px;
    border-top-right-radius: 46px;
  }
  .lg\:rounded-top-radius-47px {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
  }
  .hover\:lg\:rounded-top-radius-47px:hover {
    border-top-left-radius: 47px;
    border-top-right-radius: 47px;
  }
  .lg\:rounded-top-radius-48px {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
  .hover\:lg\:rounded-top-radius-48px:hover {
    border-top-left-radius: 48px;
    border-top-right-radius: 48px;
  }
  .lg\:rounded-top-radius-49px {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
  }
  .hover\:lg\:rounded-top-radius-49px:hover {
    border-top-left-radius: 49px;
    border-top-right-radius: 49px;
  }
  .lg\:rounded-top-radius-50px {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .hover\:lg\:rounded-top-radius-50px:hover {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .lg\:rounded-top-radius-51px {
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
  }
  .hover\:lg\:rounded-top-radius-51px:hover {
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
  }
  .lg\:rounded-top-radius-52px {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
  }
  .hover\:lg\:rounded-top-radius-52px:hover {
    border-top-left-radius: 52px;
    border-top-right-radius: 52px;
  }
  .lg\:rounded-top-radius-53px {
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
  }
  .hover\:lg\:rounded-top-radius-53px:hover {
    border-top-left-radius: 53px;
    border-top-right-radius: 53px;
  }
  .lg\:rounded-top-radius-54px {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
  }
  .hover\:lg\:rounded-top-radius-54px:hover {
    border-top-left-radius: 54px;
    border-top-right-radius: 54px;
  }
  .lg\:rounded-top-radius-55px {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
  .hover\:lg\:rounded-top-radius-55px:hover {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
  }
  .lg\:rounded-top-radius-56px {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }
  .hover\:lg\:rounded-top-radius-56px:hover {
    border-top-left-radius: 56px;
    border-top-right-radius: 56px;
  }
  .lg\:rounded-top-radius-57px {
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
  }
  .hover\:lg\:rounded-top-radius-57px:hover {
    border-top-left-radius: 57px;
    border-top-right-radius: 57px;
  }
  .lg\:rounded-top-radius-58px {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
  }
  .hover\:lg\:rounded-top-radius-58px:hover {
    border-top-left-radius: 58px;
    border-top-right-radius: 58px;
  }
  .lg\:rounded-top-radius-59px {
    border-top-left-radius: 59px;
    border-top-right-radius: 59px;
  }
  .hover\:lg\:rounded-top-radius-59px:hover {
    border-top-left-radius: 59px;
    border-top-right-radius: 59px;
  }
  .lg\:rounded-top-radius-60px {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .hover\:lg\:rounded-top-radius-60px:hover {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
  .lg\:rounded-top-radius-61px {
    border-top-left-radius: 61px;
    border-top-right-radius: 61px;
  }
  .hover\:lg\:rounded-top-radius-61px:hover {
    border-top-left-radius: 61px;
    border-top-right-radius: 61px;
  }
  .lg\:rounded-top-radius-62px {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
  }
  .hover\:lg\:rounded-top-radius-62px:hover {
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
  }
  .lg\:rounded-top-radius-63px {
    border-top-left-radius: 63px;
    border-top-right-radius: 63px;
  }
  .hover\:lg\:rounded-top-radius-63px:hover {
    border-top-left-radius: 63px;
    border-top-right-radius: 63px;
  }
  .lg\:rounded-top-radius-64px {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }
  .hover\:lg\:rounded-top-radius-64px:hover {
    border-top-left-radius: 64px;
    border-top-right-radius: 64px;
  }
  .lg\:rounded-top-radius-65px {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
  .hover\:lg\:rounded-top-radius-65px:hover {
    border-top-left-radius: 65px;
    border-top-right-radius: 65px;
  }
  .lg\:rounded-top-radius-66px {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
  }
  .hover\:lg\:rounded-top-radius-66px:hover {
    border-top-left-radius: 66px;
    border-top-right-radius: 66px;
  }
  .lg\:rounded-top-radius-67px {
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
  }
  .hover\:lg\:rounded-top-radius-67px:hover {
    border-top-left-radius: 67px;
    border-top-right-radius: 67px;
  }
  .lg\:rounded-top-radius-68px {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
  }
  .hover\:lg\:rounded-top-radius-68px:hover {
    border-top-left-radius: 68px;
    border-top-right-radius: 68px;
  }
  .lg\:rounded-top-radius-69px {
    border-top-left-radius: 69px;
    border-top-right-radius: 69px;
  }
  .hover\:lg\:rounded-top-radius-69px:hover {
    border-top-left-radius: 69px;
    border-top-right-radius: 69px;
  }
  .lg\:rounded-top-radius-70px {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .hover\:lg\:rounded-top-radius-70px:hover {
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
  }
  .lg\:rounded-top-radius-71px {
    border-top-left-radius: 71px;
    border-top-right-radius: 71px;
  }
  .hover\:lg\:rounded-top-radius-71px:hover {
    border-top-left-radius: 71px;
    border-top-right-radius: 71px;
  }
  .lg\:rounded-top-radius-72px {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
  }
  .hover\:lg\:rounded-top-radius-72px:hover {
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
  }
  .lg\:rounded-top-radius-73px {
    border-top-left-radius: 73px;
    border-top-right-radius: 73px;
  }
  .hover\:lg\:rounded-top-radius-73px:hover {
    border-top-left-radius: 73px;
    border-top-right-radius: 73px;
  }
  .lg\:rounded-top-radius-74px {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
  }
  .hover\:lg\:rounded-top-radius-74px:hover {
    border-top-left-radius: 74px;
    border-top-right-radius: 74px;
  }
  .lg\:rounded-top-radius-75px {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
  }
  .hover\:lg\:rounded-top-radius-75px:hover {
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
  }
  .lg\:rounded-top-radius-76px {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px;
  }
  .hover\:lg\:rounded-top-radius-76px:hover {
    border-top-left-radius: 76px;
    border-top-right-radius: 76px;
  }
  .lg\:rounded-top-radius-77px {
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
  }
  .hover\:lg\:rounded-top-radius-77px:hover {
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
  }
  .lg\:rounded-top-radius-78px {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
  }
  .hover\:lg\:rounded-top-radius-78px:hover {
    border-top-left-radius: 78px;
    border-top-right-radius: 78px;
  }
  .lg\:rounded-top-radius-79px {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
  }
  .hover\:lg\:rounded-top-radius-79px:hover {
    border-top-left-radius: 79px;
    border-top-right-radius: 79px;
  }
  .lg\:rounded-top-radius-80px {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .hover\:lg\:rounded-top-radius-80px:hover {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .lg\:rounded-top-radius-81px {
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
  }
  .hover\:lg\:rounded-top-radius-81px:hover {
    border-top-left-radius: 81px;
    border-top-right-radius: 81px;
  }
  .lg\:rounded-top-radius-82px {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px;
  }
  .hover\:lg\:rounded-top-radius-82px:hover {
    border-top-left-radius: 82px;
    border-top-right-radius: 82px;
  }
  .lg\:rounded-top-radius-83px {
    border-top-left-radius: 83px;
    border-top-right-radius: 83px;
  }
  .hover\:lg\:rounded-top-radius-83px:hover {
    border-top-left-radius: 83px;
    border-top-right-radius: 83px;
  }
  .lg\:rounded-top-radius-84px {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px;
  }
  .hover\:lg\:rounded-top-radius-84px:hover {
    border-top-left-radius: 84px;
    border-top-right-radius: 84px;
  }
  .lg\:rounded-top-radius-85px {
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
  }
  .hover\:lg\:rounded-top-radius-85px:hover {
    border-top-left-radius: 85px;
    border-top-right-radius: 85px;
  }
  .lg\:rounded-top-radius-86px {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px;
  }
  .hover\:lg\:rounded-top-radius-86px:hover {
    border-top-left-radius: 86px;
    border-top-right-radius: 86px;
  }
  .lg\:rounded-top-radius-87px {
    border-top-left-radius: 87px;
    border-top-right-radius: 87px;
  }
  .hover\:lg\:rounded-top-radius-87px:hover {
    border-top-left-radius: 87px;
    border-top-right-radius: 87px;
  }
  .lg\:rounded-top-radius-88px {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px;
  }
  .hover\:lg\:rounded-top-radius-88px:hover {
    border-top-left-radius: 88px;
    border-top-right-radius: 88px;
  }
  .lg\:rounded-top-radius-89px {
    border-top-left-radius: 89px;
    border-top-right-radius: 89px;
  }
  .hover\:lg\:rounded-top-radius-89px:hover {
    border-top-left-radius: 89px;
    border-top-right-radius: 89px;
  }
  .lg\:rounded-top-radius-90px {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .hover\:lg\:rounded-top-radius-90px:hover {
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
  }
  .lg\:rounded-top-radius-91px {
    border-top-left-radius: 91px;
    border-top-right-radius: 91px;
  }
  .hover\:lg\:rounded-top-radius-91px:hover {
    border-top-left-radius: 91px;
    border-top-right-radius: 91px;
  }
  .lg\:rounded-top-radius-92px {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
  }
  .hover\:lg\:rounded-top-radius-92px:hover {
    border-top-left-radius: 92px;
    border-top-right-radius: 92px;
  }
  .lg\:rounded-top-radius-93px {
    border-top-left-radius: 93px;
    border-top-right-radius: 93px;
  }
  .hover\:lg\:rounded-top-radius-93px:hover {
    border-top-left-radius: 93px;
    border-top-right-radius: 93px;
  }
  .lg\:rounded-top-radius-94px {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px;
  }
  .hover\:lg\:rounded-top-radius-94px:hover {
    border-top-left-radius: 94px;
    border-top-right-radius: 94px;
  }
  .lg\:rounded-top-radius-95px {
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
  }
  .hover\:lg\:rounded-top-radius-95px:hover {
    border-top-left-radius: 95px;
    border-top-right-radius: 95px;
  }
  .lg\:rounded-top-radius-96px {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
  }
  .hover\:lg\:rounded-top-radius-96px:hover {
    border-top-left-radius: 96px;
    border-top-right-radius: 96px;
  }
  .lg\:rounded-top-radius-97px {
    border-top-left-radius: 97px;
    border-top-right-radius: 97px;
  }
  .hover\:lg\:rounded-top-radius-97px:hover {
    border-top-left-radius: 97px;
    border-top-right-radius: 97px;
  }
  .lg\:rounded-top-radius-98px {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px;
  }
  .hover\:lg\:rounded-top-radius-98px:hover {
    border-top-left-radius: 98px;
    border-top-right-radius: 98px;
  }
  .lg\:rounded-top-radius-99px {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }
  .hover\:lg\:rounded-top-radius-99px:hover {
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
  }
  .lg\:rounded-top-radius-100px {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .hover\:lg\:rounded-top-radius-100px:hover {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
  .lg\:rounded-right-radius-0px {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hover\:lg\:rounded-right-radius-0px:hover {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .lg\:rounded-right-radius-1px {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
  }
  .hover\:lg\:rounded-right-radius-1px:hover {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
  }
  .lg\:rounded-right-radius-2px {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .hover\:lg\:rounded-right-radius-2px:hover {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .lg\:rounded-right-radius-3px {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .hover\:lg\:rounded-right-radius-3px:hover {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .lg\:rounded-right-radius-4px {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .hover\:lg\:rounded-right-radius-4px:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .lg\:rounded-right-radius-5px {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .hover\:lg\:rounded-right-radius-5px:hover {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .lg\:rounded-right-radius-6px {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .hover\:lg\:rounded-right-radius-6px:hover {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .lg\:rounded-right-radius-7px {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .hover\:lg\:rounded-right-radius-7px:hover {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  .lg\:rounded-right-radius-8px {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .hover\:lg\:rounded-right-radius-8px:hover {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .lg\:rounded-right-radius-9px {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .hover\:lg\:rounded-right-radius-9px:hover {
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .lg\:rounded-right-radius-10px {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .hover\:lg\:rounded-right-radius-10px:hover {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .lg\:rounded-right-radius-11px {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .hover\:lg\:rounded-right-radius-11px:hover {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
  }
  .lg\:rounded-right-radius-12px {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .hover\:lg\:rounded-right-radius-12px:hover {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .lg\:rounded-right-radius-13px {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .hover\:lg\:rounded-right-radius-13px:hover {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
  }
  .lg\:rounded-right-radius-14px {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .hover\:lg\:rounded-right-radius-14px:hover {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .lg\:rounded-right-radius-15px {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .hover\:lg\:rounded-right-radius-15px:hover {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .lg\:rounded-right-radius-16px {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .hover\:lg\:rounded-right-radius-16px:hover {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .lg\:rounded-right-radius-17px {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .hover\:lg\:rounded-right-radius-17px:hover {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
  }
  .lg\:rounded-right-radius-18px {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .hover\:lg\:rounded-right-radius-18px:hover {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
  }
  .lg\:rounded-right-radius-19px {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .hover\:lg\:rounded-right-radius-19px:hover {
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
  }
  .lg\:rounded-right-radius-20px {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .hover\:lg\:rounded-right-radius-20px:hover {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .lg\:rounded-right-radius-21px {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .hover\:lg\:rounded-right-radius-21px:hover {
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
  }
  .lg\:rounded-right-radius-22px {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .hover\:lg\:rounded-right-radius-22px:hover {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  .lg\:rounded-right-radius-23px {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .hover\:lg\:rounded-right-radius-23px:hover {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
  }
  .lg\:rounded-right-radius-24px {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .hover\:lg\:rounded-right-radius-24px:hover {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .lg\:rounded-right-radius-25px {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .hover\:lg\:rounded-right-radius-25px:hover {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  .lg\:rounded-right-radius-26px {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .hover\:lg\:rounded-right-radius-26px:hover {
    border-top-right-radius: 26px;
    border-bottom-right-radius: 26px;
  }
  .lg\:rounded-right-radius-27px {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .hover\:lg\:rounded-right-radius-27px:hover {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }
  .lg\:rounded-right-radius-28px {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .hover\:lg\:rounded-right-radius-28px:hover {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .lg\:rounded-right-radius-29px {
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
  }
  .hover\:lg\:rounded-right-radius-29px:hover {
    border-top-right-radius: 29px;
    border-bottom-right-radius: 29px;
  }
  .lg\:rounded-right-radius-30px {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .hover\:lg\:rounded-right-radius-30px:hover {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .lg\:rounded-right-radius-31px {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
  }
  .hover\:lg\:rounded-right-radius-31px:hover {
    border-top-right-radius: 31px;
    border-bottom-right-radius: 31px;
  }
  .lg\:rounded-right-radius-32px {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .hover\:lg\:rounded-right-radius-32px:hover {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .lg\:rounded-right-radius-33px {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }
  .hover\:lg\:rounded-right-radius-33px:hover {
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
  }
  .lg\:rounded-right-radius-34px {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .hover\:lg\:rounded-right-radius-34px:hover {
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
  }
  .lg\:rounded-right-radius-35px {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .hover\:lg\:rounded-right-radius-35px:hover {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
  }
  .lg\:rounded-right-radius-36px {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .hover\:lg\:rounded-right-radius-36px:hover {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }
  .lg\:rounded-right-radius-37px {
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .hover\:lg\:rounded-right-radius-37px:hover {
    border-top-right-radius: 37px;
    border-bottom-right-radius: 37px;
  }
  .lg\:rounded-right-radius-38px {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
  }
  .hover\:lg\:rounded-right-radius-38px:hover {
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
  }
  .lg\:rounded-right-radius-39px {
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
  }
  .hover\:lg\:rounded-right-radius-39px:hover {
    border-top-right-radius: 39px;
    border-bottom-right-radius: 39px;
  }
  .lg\:rounded-right-radius-40px {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .hover\:lg\:rounded-right-radius-40px:hover {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .lg\:rounded-right-radius-41px {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
  }
  .hover\:lg\:rounded-right-radius-41px:hover {
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
  }
  .lg\:rounded-right-radius-42px {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  .hover\:lg\:rounded-right-radius-42px:hover {
    border-top-right-radius: 42px;
    border-bottom-right-radius: 42px;
  }
  .lg\:rounded-right-radius-43px {
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
  }
  .hover\:lg\:rounded-right-radius-43px:hover {
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
  }
  .lg\:rounded-right-radius-44px {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
  }
  .hover\:lg\:rounded-right-radius-44px:hover {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
  }
  .lg\:rounded-right-radius-45px {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .hover\:lg\:rounded-right-radius-45px:hover {
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .lg\:rounded-right-radius-46px {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
  }
  .hover\:lg\:rounded-right-radius-46px:hover {
    border-top-right-radius: 46px;
    border-bottom-right-radius: 46px;
  }
  .lg\:rounded-right-radius-47px {
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
  }
  .hover\:lg\:rounded-right-radius-47px:hover {
    border-top-right-radius: 47px;
    border-bottom-right-radius: 47px;
  }
  .lg\:rounded-right-radius-48px {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .hover\:lg\:rounded-right-radius-48px:hover {
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
  }
  .lg\:rounded-right-radius-49px {
    border-top-right-radius: 49px;
    border-bottom-right-radius: 49px;
  }
  .hover\:lg\:rounded-right-radius-49px:hover {
    border-top-right-radius: 49px;
    border-bottom-right-radius: 49px;
  }
  .lg\:rounded-right-radius-50px {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .hover\:lg\:rounded-right-radius-50px:hover {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .lg\:rounded-right-radius-51px {
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
  }
  .hover\:lg\:rounded-right-radius-51px:hover {
    border-top-right-radius: 51px;
    border-bottom-right-radius: 51px;
  }
  .lg\:rounded-right-radius-52px {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
  }
  .hover\:lg\:rounded-right-radius-52px:hover {
    border-top-right-radius: 52px;
    border-bottom-right-radius: 52px;
  }
  .lg\:rounded-right-radius-53px {
    border-top-right-radius: 53px;
    border-bottom-right-radius: 53px;
  }
  .hover\:lg\:rounded-right-radius-53px:hover {
    border-top-right-radius: 53px;
    border-bottom-right-radius: 53px;
  }
  .lg\:rounded-right-radius-54px {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
  }
  .hover\:lg\:rounded-right-radius-54px:hover {
    border-top-right-radius: 54px;
    border-bottom-right-radius: 54px;
  }
  .lg\:rounded-right-radius-55px {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
  .hover\:lg\:rounded-right-radius-55px:hover {
    border-top-right-radius: 55px;
    border-bottom-right-radius: 55px;
  }
  .lg\:rounded-right-radius-56px {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }
  .hover\:lg\:rounded-right-radius-56px:hover {
    border-top-right-radius: 56px;
    border-bottom-right-radius: 56px;
  }
  .lg\:rounded-right-radius-57px {
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
  }
  .hover\:lg\:rounded-right-radius-57px:hover {
    border-top-right-radius: 57px;
    border-bottom-right-radius: 57px;
  }
  .lg\:rounded-right-radius-58px {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px;
  }
  .hover\:lg\:rounded-right-radius-58px:hover {
    border-top-right-radius: 58px;
    border-bottom-right-radius: 58px;
  }
  .lg\:rounded-right-radius-59px {
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
  }
  .hover\:lg\:rounded-right-radius-59px:hover {
    border-top-right-radius: 59px;
    border-bottom-right-radius: 59px;
  }
  .lg\:rounded-right-radius-60px {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .hover\:lg\:rounded-right-radius-60px:hover {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .lg\:rounded-right-radius-61px {
    border-top-right-radius: 61px;
    border-bottom-right-radius: 61px;
  }
  .hover\:lg\:rounded-right-radius-61px:hover {
    border-top-right-radius: 61px;
    border-bottom-right-radius: 61px;
  }
  .lg\:rounded-right-radius-62px {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px;
  }
  .hover\:lg\:rounded-right-radius-62px:hover {
    border-top-right-radius: 62px;
    border-bottom-right-radius: 62px;
  }
  .lg\:rounded-right-radius-63px {
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
  }
  .hover\:lg\:rounded-right-radius-63px:hover {
    border-top-right-radius: 63px;
    border-bottom-right-radius: 63px;
  }
  .lg\:rounded-right-radius-64px {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }
  .hover\:lg\:rounded-right-radius-64px:hover {
    border-top-right-radius: 64px;
    border-bottom-right-radius: 64px;
  }
  .lg\:rounded-right-radius-65px {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .hover\:lg\:rounded-right-radius-65px:hover {
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
  }
  .lg\:rounded-right-radius-66px {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
  }
  .hover\:lg\:rounded-right-radius-66px:hover {
    border-top-right-radius: 66px;
    border-bottom-right-radius: 66px;
  }
  .lg\:rounded-right-radius-67px {
    border-top-right-radius: 67px;
    border-bottom-right-radius: 67px;
  }
  .hover\:lg\:rounded-right-radius-67px:hover {
    border-top-right-radius: 67px;
    border-bottom-right-radius: 67px;
  }
  .lg\:rounded-right-radius-68px {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
  }
  .hover\:lg\:rounded-right-radius-68px:hover {
    border-top-right-radius: 68px;
    border-bottom-right-radius: 68px;
  }
  .lg\:rounded-right-radius-69px {
    border-top-right-radius: 69px;
    border-bottom-right-radius: 69px;
  }
  .hover\:lg\:rounded-right-radius-69px:hover {
    border-top-right-radius: 69px;
    border-bottom-right-radius: 69px;
  }
  .lg\:rounded-right-radius-70px {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .hover\:lg\:rounded-right-radius-70px:hover {
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
  }
  .lg\:rounded-right-radius-71px {
    border-top-right-radius: 71px;
    border-bottom-right-radius: 71px;
  }
  .hover\:lg\:rounded-right-radius-71px:hover {
    border-top-right-radius: 71px;
    border-bottom-right-radius: 71px;
  }
  .lg\:rounded-right-radius-72px {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .hover\:lg\:rounded-right-radius-72px:hover {
    border-top-right-radius: 72px;
    border-bottom-right-radius: 72px;
  }
  .lg\:rounded-right-radius-73px {
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
  }
  .hover\:lg\:rounded-right-radius-73px:hover {
    border-top-right-radius: 73px;
    border-bottom-right-radius: 73px;
  }
  .lg\:rounded-right-radius-74px {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px;
  }
  .hover\:lg\:rounded-right-radius-74px:hover {
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px;
  }
  .lg\:rounded-right-radius-75px {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  .hover\:lg\:rounded-right-radius-75px:hover {
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  .lg\:rounded-right-radius-76px {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px;
  }
  .hover\:lg\:rounded-right-radius-76px:hover {
    border-top-right-radius: 76px;
    border-bottom-right-radius: 76px;
  }
  .lg\:rounded-right-radius-77px {
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
  }
  .hover\:lg\:rounded-right-radius-77px:hover {
    border-top-right-radius: 77px;
    border-bottom-right-radius: 77px;
  }
  .lg\:rounded-right-radius-78px {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
  }
  .hover\:lg\:rounded-right-radius-78px:hover {
    border-top-right-radius: 78px;
    border-bottom-right-radius: 78px;
  }
  .lg\:rounded-right-radius-79px {
    border-top-right-radius: 79px;
    border-bottom-right-radius: 79px;
  }
  .hover\:lg\:rounded-right-radius-79px:hover {
    border-top-right-radius: 79px;
    border-bottom-right-radius: 79px;
  }
  .lg\:rounded-right-radius-80px {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .hover\:lg\:rounded-right-radius-80px:hover {
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .lg\:rounded-right-radius-81px {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .hover\:lg\:rounded-right-radius-81px:hover {
    border-top-right-radius: 81px;
    border-bottom-right-radius: 81px;
  }
  .lg\:rounded-right-radius-82px {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px;
  }
  .hover\:lg\:rounded-right-radius-82px:hover {
    border-top-right-radius: 82px;
    border-bottom-right-radius: 82px;
  }
  .lg\:rounded-right-radius-83px {
    border-top-right-radius: 83px;
    border-bottom-right-radius: 83px;
  }
  .hover\:lg\:rounded-right-radius-83px:hover {
    border-top-right-radius: 83px;
    border-bottom-right-radius: 83px;
  }
  .lg\:rounded-right-radius-84px {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
  }
  .hover\:lg\:rounded-right-radius-84px:hover {
    border-top-right-radius: 84px;
    border-bottom-right-radius: 84px;
  }
  .lg\:rounded-right-radius-85px {
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
  }
  .hover\:lg\:rounded-right-radius-85px:hover {
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
  }
  .lg\:rounded-right-radius-86px {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .hover\:lg\:rounded-right-radius-86px:hover {
    border-top-right-radius: 86px;
    border-bottom-right-radius: 86px;
  }
  .lg\:rounded-right-radius-87px {
    border-top-right-radius: 87px;
    border-bottom-right-radius: 87px;
  }
  .hover\:lg\:rounded-right-radius-87px:hover {
    border-top-right-radius: 87px;
    border-bottom-right-radius: 87px;
  }
  .lg\:rounded-right-radius-88px {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
  }
  .hover\:lg\:rounded-right-radius-88px:hover {
    border-top-right-radius: 88px;
    border-bottom-right-radius: 88px;
  }
  .lg\:rounded-right-radius-89px {
    border-top-right-radius: 89px;
    border-bottom-right-radius: 89px;
  }
  .hover\:lg\:rounded-right-radius-89px:hover {
    border-top-right-radius: 89px;
    border-bottom-right-radius: 89px;
  }
  .lg\:rounded-right-radius-90px {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .hover\:lg\:rounded-right-radius-90px:hover {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .lg\:rounded-right-radius-91px {
    border-top-right-radius: 91px;
    border-bottom-right-radius: 91px;
  }
  .hover\:lg\:rounded-right-radius-91px:hover {
    border-top-right-radius: 91px;
    border-bottom-right-radius: 91px;
  }
  .lg\:rounded-right-radius-92px {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px;
  }
  .hover\:lg\:rounded-right-radius-92px:hover {
    border-top-right-radius: 92px;
    border-bottom-right-radius: 92px;
  }
  .lg\:rounded-right-radius-93px {
    border-top-right-radius: 93px;
    border-bottom-right-radius: 93px;
  }
  .hover\:lg\:rounded-right-radius-93px:hover {
    border-top-right-radius: 93px;
    border-bottom-right-radius: 93px;
  }
  .lg\:rounded-right-radius-94px {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px;
  }
  .hover\:lg\:rounded-right-radius-94px:hover {
    border-top-right-radius: 94px;
    border-bottom-right-radius: 94px;
  }
  .lg\:rounded-right-radius-95px {
    border-top-right-radius: 95px;
    border-bottom-right-radius: 95px;
  }
  .hover\:lg\:rounded-right-radius-95px:hover {
    border-top-right-radius: 95px;
    border-bottom-right-radius: 95px;
  }
  .lg\:rounded-right-radius-96px {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
  }
  .hover\:lg\:rounded-right-radius-96px:hover {
    border-top-right-radius: 96px;
    border-bottom-right-radius: 96px;
  }
  .lg\:rounded-right-radius-97px {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .hover\:lg\:rounded-right-radius-97px:hover {
    border-top-right-radius: 97px;
    border-bottom-right-radius: 97px;
  }
  .lg\:rounded-right-radius-98px {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px;
  }
  .hover\:lg\:rounded-right-radius-98px:hover {
    border-top-right-radius: 98px;
    border-bottom-right-radius: 98px;
  }
  .lg\:rounded-right-radius-99px {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }
  .hover\:lg\:rounded-right-radius-99px:hover {
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
  }
  .lg\:rounded-right-radius-100px {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .hover\:lg\:rounded-right-radius-100px:hover {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  .lg\:rounded-bottom-radius-0px {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .hover\:lg\:rounded-bottom-radius-0px:hover {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .lg\:rounded-bottom-radius-1px {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .hover\:lg\:rounded-bottom-radius-1px:hover {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .lg\:rounded-bottom-radius-2px {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .hover\:lg\:rounded-bottom-radius-2px:hover {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .lg\:rounded-bottom-radius-3px {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .hover\:lg\:rounded-bottom-radius-3px:hover {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .lg\:rounded-bottom-radius-4px {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .hover\:lg\:rounded-bottom-radius-4px:hover {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .lg\:rounded-bottom-radius-5px {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .hover\:lg\:rounded-bottom-radius-5px:hover {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .lg\:rounded-bottom-radius-6px {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .hover\:lg\:rounded-bottom-radius-6px:hover {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .lg\:rounded-bottom-radius-7px {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .hover\:lg\:rounded-bottom-radius-7px:hover {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .lg\:rounded-bottom-radius-8px {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .hover\:lg\:rounded-bottom-radius-8px:hover {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .lg\:rounded-bottom-radius-9px {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .hover\:lg\:rounded-bottom-radius-9px:hover {
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .lg\:rounded-bottom-radius-10px {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .hover\:lg\:rounded-bottom-radius-10px:hover {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .lg\:rounded-bottom-radius-11px {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .hover\:lg\:rounded-bottom-radius-11px:hover {
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .lg\:rounded-bottom-radius-12px {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .hover\:lg\:rounded-bottom-radius-12px:hover {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .lg\:rounded-bottom-radius-13px {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .hover\:lg\:rounded-bottom-radius-13px:hover {
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .lg\:rounded-bottom-radius-14px {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .hover\:lg\:rounded-bottom-radius-14px:hover {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .lg\:rounded-bottom-radius-15px {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .hover\:lg\:rounded-bottom-radius-15px:hover {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .lg\:rounded-bottom-radius-16px {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .hover\:lg\:rounded-bottom-radius-16px:hover {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .lg\:rounded-bottom-radius-17px {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .hover\:lg\:rounded-bottom-radius-17px:hover {
    border-bottom-right-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .lg\:rounded-bottom-radius-18px {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .hover\:lg\:rounded-bottom-radius-18px:hover {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .lg\:rounded-bottom-radius-19px {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .hover\:lg\:rounded-bottom-radius-19px:hover {
    border-bottom-right-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .lg\:rounded-bottom-radius-20px {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .hover\:lg\:rounded-bottom-radius-20px:hover {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .lg\:rounded-bottom-radius-21px {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .hover\:lg\:rounded-bottom-radius-21px:hover {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .lg\:rounded-bottom-radius-22px {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .hover\:lg\:rounded-bottom-radius-22px:hover {
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .lg\:rounded-bottom-radius-23px {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .hover\:lg\:rounded-bottom-radius-23px:hover {
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .lg\:rounded-bottom-radius-24px {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .hover\:lg\:rounded-bottom-radius-24px:hover {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .lg\:rounded-bottom-radius-25px {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hover\:lg\:rounded-bottom-radius-25px:hover {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .lg\:rounded-bottom-radius-26px {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .hover\:lg\:rounded-bottom-radius-26px:hover {
    border-bottom-right-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .lg\:rounded-bottom-radius-27px {
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .hover\:lg\:rounded-bottom-radius-27px:hover {
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .lg\:rounded-bottom-radius-28px {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .hover\:lg\:rounded-bottom-radius-28px:hover {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .lg\:rounded-bottom-radius-29px {
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .hover\:lg\:rounded-bottom-radius-29px:hover {
    border-bottom-right-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .lg\:rounded-bottom-radius-30px {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .hover\:lg\:rounded-bottom-radius-30px:hover {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .lg\:rounded-bottom-radius-31px {
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .hover\:lg\:rounded-bottom-radius-31px:hover {
    border-bottom-right-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .lg\:rounded-bottom-radius-32px {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .hover\:lg\:rounded-bottom-radius-32px:hover {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .lg\:rounded-bottom-radius-33px {
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .hover\:lg\:rounded-bottom-radius-33px:hover {
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .lg\:rounded-bottom-radius-34px {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .hover\:lg\:rounded-bottom-radius-34px:hover {
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .lg\:rounded-bottom-radius-35px {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .hover\:lg\:rounded-bottom-radius-35px:hover {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .lg\:rounded-bottom-radius-36px {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .hover\:lg\:rounded-bottom-radius-36px:hover {
    border-bottom-right-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .lg\:rounded-bottom-radius-37px {
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .hover\:lg\:rounded-bottom-radius-37px:hover {
    border-bottom-right-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .lg\:rounded-bottom-radius-38px {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .hover\:lg\:rounded-bottom-radius-38px:hover {
    border-bottom-right-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .lg\:rounded-bottom-radius-39px {
    border-bottom-right-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .hover\:lg\:rounded-bottom-radius-39px:hover {
    border-bottom-right-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .lg\:rounded-bottom-radius-40px {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .hover\:lg\:rounded-bottom-radius-40px:hover {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .lg\:rounded-bottom-radius-41px {
    border-bottom-right-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .hover\:lg\:rounded-bottom-radius-41px:hover {
    border-bottom-right-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .lg\:rounded-bottom-radius-42px {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .hover\:lg\:rounded-bottom-radius-42px:hover {
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .lg\:rounded-bottom-radius-43px {
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .hover\:lg\:rounded-bottom-radius-43px:hover {
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .lg\:rounded-bottom-radius-44px {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .hover\:lg\:rounded-bottom-radius-44px:hover {
    border-bottom-right-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .lg\:rounded-bottom-radius-45px {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .hover\:lg\:rounded-bottom-radius-45px:hover {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .lg\:rounded-bottom-radius-46px {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .hover\:lg\:rounded-bottom-radius-46px:hover {
    border-bottom-right-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .lg\:rounded-bottom-radius-47px {
    border-bottom-right-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .hover\:lg\:rounded-bottom-radius-47px:hover {
    border-bottom-right-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .lg\:rounded-bottom-radius-48px {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .hover\:lg\:rounded-bottom-radius-48px:hover {
    border-bottom-right-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .lg\:rounded-bottom-radius-49px {
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .hover\:lg\:rounded-bottom-radius-49px:hover {
    border-bottom-right-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .lg\:rounded-bottom-radius-50px {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .hover\:lg\:rounded-bottom-radius-50px:hover {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .lg\:rounded-bottom-radius-51px {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .hover\:lg\:rounded-bottom-radius-51px:hover {
    border-bottom-right-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .lg\:rounded-bottom-radius-52px {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .hover\:lg\:rounded-bottom-radius-52px:hover {
    border-bottom-right-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .lg\:rounded-bottom-radius-53px {
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .hover\:lg\:rounded-bottom-radius-53px:hover {
    border-bottom-right-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .lg\:rounded-bottom-radius-54px {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .hover\:lg\:rounded-bottom-radius-54px:hover {
    border-bottom-right-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .lg\:rounded-bottom-radius-55px {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .hover\:lg\:rounded-bottom-radius-55px:hover {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .lg\:rounded-bottom-radius-56px {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .hover\:lg\:rounded-bottom-radius-56px:hover {
    border-bottom-right-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .lg\:rounded-bottom-radius-57px {
    border-bottom-right-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .hover\:lg\:rounded-bottom-radius-57px:hover {
    border-bottom-right-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .lg\:rounded-bottom-radius-58px {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .hover\:lg\:rounded-bottom-radius-58px:hover {
    border-bottom-right-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .lg\:rounded-bottom-radius-59px {
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .hover\:lg\:rounded-bottom-radius-59px:hover {
    border-bottom-right-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .lg\:rounded-bottom-radius-60px {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .hover\:lg\:rounded-bottom-radius-60px:hover {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .lg\:rounded-bottom-radius-61px {
    border-bottom-right-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .hover\:lg\:rounded-bottom-radius-61px:hover {
    border-bottom-right-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .lg\:rounded-bottom-radius-62px {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .hover\:lg\:rounded-bottom-radius-62px:hover {
    border-bottom-right-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .lg\:rounded-bottom-radius-63px {
    border-bottom-right-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .hover\:lg\:rounded-bottom-radius-63px:hover {
    border-bottom-right-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .lg\:rounded-bottom-radius-64px {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .hover\:lg\:rounded-bottom-radius-64px:hover {
    border-bottom-right-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .lg\:rounded-bottom-radius-65px {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .hover\:lg\:rounded-bottom-radius-65px:hover {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .lg\:rounded-bottom-radius-66px {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .hover\:lg\:rounded-bottom-radius-66px:hover {
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .lg\:rounded-bottom-radius-67px {
    border-bottom-right-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .hover\:lg\:rounded-bottom-radius-67px:hover {
    border-bottom-right-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .lg\:rounded-bottom-radius-68px {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .hover\:lg\:rounded-bottom-radius-68px:hover {
    border-bottom-right-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .lg\:rounded-bottom-radius-69px {
    border-bottom-right-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .hover\:lg\:rounded-bottom-radius-69px:hover {
    border-bottom-right-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .lg\:rounded-bottom-radius-70px {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .hover\:lg\:rounded-bottom-radius-70px:hover {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .lg\:rounded-bottom-radius-71px {
    border-bottom-right-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .hover\:lg\:rounded-bottom-radius-71px:hover {
    border-bottom-right-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .lg\:rounded-bottom-radius-72px {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .hover\:lg\:rounded-bottom-radius-72px:hover {
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .lg\:rounded-bottom-radius-73px {
    border-bottom-right-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .hover\:lg\:rounded-bottom-radius-73px:hover {
    border-bottom-right-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .lg\:rounded-bottom-radius-74px {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .hover\:lg\:rounded-bottom-radius-74px:hover {
    border-bottom-right-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .lg\:rounded-bottom-radius-75px {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .hover\:lg\:rounded-bottom-radius-75px:hover {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .lg\:rounded-bottom-radius-76px {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .hover\:lg\:rounded-bottom-radius-76px:hover {
    border-bottom-right-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .lg\:rounded-bottom-radius-77px {
    border-bottom-right-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .hover\:lg\:rounded-bottom-radius-77px:hover {
    border-bottom-right-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .lg\:rounded-bottom-radius-78px {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .hover\:lg\:rounded-bottom-radius-78px:hover {
    border-bottom-right-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .lg\:rounded-bottom-radius-79px {
    border-bottom-right-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .hover\:lg\:rounded-bottom-radius-79px:hover {
    border-bottom-right-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .lg\:rounded-bottom-radius-80px {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .hover\:lg\:rounded-bottom-radius-80px:hover {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .lg\:rounded-bottom-radius-81px {
    border-bottom-right-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .hover\:lg\:rounded-bottom-radius-81px:hover {
    border-bottom-right-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .lg\:rounded-bottom-radius-82px {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .hover\:lg\:rounded-bottom-radius-82px:hover {
    border-bottom-right-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .lg\:rounded-bottom-radius-83px {
    border-bottom-right-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .hover\:lg\:rounded-bottom-radius-83px:hover {
    border-bottom-right-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .lg\:rounded-bottom-radius-84px {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .hover\:lg\:rounded-bottom-radius-84px:hover {
    border-bottom-right-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .lg\:rounded-bottom-radius-85px {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .hover\:lg\:rounded-bottom-radius-85px:hover {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .lg\:rounded-bottom-radius-86px {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .hover\:lg\:rounded-bottom-radius-86px:hover {
    border-bottom-right-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .lg\:rounded-bottom-radius-87px {
    border-bottom-right-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .hover\:lg\:rounded-bottom-radius-87px:hover {
    border-bottom-right-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .lg\:rounded-bottom-radius-88px {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .hover\:lg\:rounded-bottom-radius-88px:hover {
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .lg\:rounded-bottom-radius-89px {
    border-bottom-right-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .hover\:lg\:rounded-bottom-radius-89px:hover {
    border-bottom-right-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .lg\:rounded-bottom-radius-90px {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .hover\:lg\:rounded-bottom-radius-90px:hover {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .lg\:rounded-bottom-radius-91px {
    border-bottom-right-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .hover\:lg\:rounded-bottom-radius-91px:hover {
    border-bottom-right-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .lg\:rounded-bottom-radius-92px {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .hover\:lg\:rounded-bottom-radius-92px:hover {
    border-bottom-right-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .lg\:rounded-bottom-radius-93px {
    border-bottom-right-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .hover\:lg\:rounded-bottom-radius-93px:hover {
    border-bottom-right-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .lg\:rounded-bottom-radius-94px {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .hover\:lg\:rounded-bottom-radius-94px:hover {
    border-bottom-right-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .lg\:rounded-bottom-radius-95px {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .hover\:lg\:rounded-bottom-radius-95px:hover {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .lg\:rounded-bottom-radius-96px {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .hover\:lg\:rounded-bottom-radius-96px:hover {
    border-bottom-right-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .lg\:rounded-bottom-radius-97px {
    border-bottom-right-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .hover\:lg\:rounded-bottom-radius-97px:hover {
    border-bottom-right-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .lg\:rounded-bottom-radius-98px {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .hover\:lg\:rounded-bottom-radius-98px:hover {
    border-bottom-right-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .lg\:rounded-bottom-radius-99px {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .hover\:lg\:rounded-bottom-radius-99px:hover {
    border-bottom-right-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .lg\:rounded-bottom-radius-100px {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .hover\:lg\:rounded-bottom-radius-100px:hover {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .lg\:rounded-left-radius-0px {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .hover\:lg\:rounded-left-radius-0px:hover {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .lg\:rounded-left-radius-1px {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .hover\:lg\:rounded-left-radius-1px:hover {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
  }
  .lg\:rounded-left-radius-2px {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .hover\:lg\:rounded-left-radius-2px:hover {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .lg\:rounded-left-radius-3px {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .hover\:lg\:rounded-left-radius-3px:hover {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .lg\:rounded-left-radius-4px {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .hover\:lg\:rounded-left-radius-4px:hover {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .lg\:rounded-left-radius-5px {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .hover\:lg\:rounded-left-radius-5px:hover {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .lg\:rounded-left-radius-6px {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .hover\:lg\:rounded-left-radius-6px:hover {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .lg\:rounded-left-radius-7px {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .hover\:lg\:rounded-left-radius-7px:hover {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .lg\:rounded-left-radius-8px {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .hover\:lg\:rounded-left-radius-8px:hover {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .lg\:rounded-left-radius-9px {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .hover\:lg\:rounded-left-radius-9px:hover {
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
  }
  .lg\:rounded-left-radius-10px {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .hover\:lg\:rounded-left-radius-10px:hover {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .lg\:rounded-left-radius-11px {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .hover\:lg\:rounded-left-radius-11px:hover {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
  }
  .lg\:rounded-left-radius-12px {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .hover\:lg\:rounded-left-radius-12px:hover {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .lg\:rounded-left-radius-13px {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .hover\:lg\:rounded-left-radius-13px:hover {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
  }
  .lg\:rounded-left-radius-14px {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .hover\:lg\:rounded-left-radius-14px:hover {
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
  }
  .lg\:rounded-left-radius-15px {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .hover\:lg\:rounded-left-radius-15px:hover {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .lg\:rounded-left-radius-16px {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .hover\:lg\:rounded-left-radius-16px:hover {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .lg\:rounded-left-radius-17px {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .hover\:lg\:rounded-left-radius-17px:hover {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
  }
  .lg\:rounded-left-radius-18px {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .hover\:lg\:rounded-left-radius-18px:hover {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
  }
  .lg\:rounded-left-radius-19px {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .hover\:lg\:rounded-left-radius-19px:hover {
    border-top-left-radius: 19px;
    border-bottom-left-radius: 19px;
  }
  .lg\:rounded-left-radius-20px {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .hover\:lg\:rounded-left-radius-20px:hover {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .lg\:rounded-left-radius-21px {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .hover\:lg\:rounded-left-radius-21px:hover {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
  }
  .lg\:rounded-left-radius-22px {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .hover\:lg\:rounded-left-radius-22px:hover {
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  .lg\:rounded-left-radius-23px {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .hover\:lg\:rounded-left-radius-23px:hover {
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .lg\:rounded-left-radius-24px {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .hover\:lg\:rounded-left-radius-24px:hover {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .lg\:rounded-left-radius-25px {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .hover\:lg\:rounded-left-radius-25px:hover {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .lg\:rounded-left-radius-26px {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .hover\:lg\:rounded-left-radius-26px:hover {
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
  }
  .lg\:rounded-left-radius-27px {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .hover\:lg\:rounded-left-radius-27px:hover {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
  }
  .lg\:rounded-left-radius-28px {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .hover\:lg\:rounded-left-radius-28px:hover {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
  }
  .lg\:rounded-left-radius-29px {
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .hover\:lg\:rounded-left-radius-29px:hover {
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
  }
  .lg\:rounded-left-radius-30px {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .hover\:lg\:rounded-left-radius-30px:hover {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .lg\:rounded-left-radius-31px {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .hover\:lg\:rounded-left-radius-31px:hover {
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
  }
  .lg\:rounded-left-radius-32px {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .hover\:lg\:rounded-left-radius-32px:hover {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .lg\:rounded-left-radius-33px {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .hover\:lg\:rounded-left-radius-33px:hover {
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
  }
  .lg\:rounded-left-radius-34px {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .hover\:lg\:rounded-left-radius-34px:hover {
    border-top-left-radius: 34px;
    border-bottom-left-radius: 34px;
  }
  .lg\:rounded-left-radius-35px {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .hover\:lg\:rounded-left-radius-35px:hover {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .lg\:rounded-left-radius-36px {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .hover\:lg\:rounded-left-radius-36px:hover {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
  }
  .lg\:rounded-left-radius-37px {
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .hover\:lg\:rounded-left-radius-37px:hover {
    border-top-left-radius: 37px;
    border-bottom-left-radius: 37px;
  }
  .lg\:rounded-left-radius-38px {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .hover\:lg\:rounded-left-radius-38px:hover {
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
  }
  .lg\:rounded-left-radius-39px {
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .hover\:lg\:rounded-left-radius-39px:hover {
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
  }
  .lg\:rounded-left-radius-40px {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .hover\:lg\:rounded-left-radius-40px:hover {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  .lg\:rounded-left-radius-41px {
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .hover\:lg\:rounded-left-radius-41px:hover {
    border-top-left-radius: 41px;
    border-bottom-left-radius: 41px;
  }
  .lg\:rounded-left-radius-42px {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .hover\:lg\:rounded-left-radius-42px:hover {
    border-top-left-radius: 42px;
    border-bottom-left-radius: 42px;
  }
  .lg\:rounded-left-radius-43px {
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .hover\:lg\:rounded-left-radius-43px:hover {
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
  }
  .lg\:rounded-left-radius-44px {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .hover\:lg\:rounded-left-radius-44px:hover {
    border-top-left-radius: 44px;
    border-bottom-left-radius: 44px;
  }
  .lg\:rounded-left-radius-45px {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .hover\:lg\:rounded-left-radius-45px:hover {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
  }
  .lg\:rounded-left-radius-46px {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .hover\:lg\:rounded-left-radius-46px:hover {
    border-top-left-radius: 46px;
    border-bottom-left-radius: 46px;
  }
  .lg\:rounded-left-radius-47px {
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .hover\:lg\:rounded-left-radius-47px:hover {
    border-top-left-radius: 47px;
    border-bottom-left-radius: 47px;
  }
  .lg\:rounded-left-radius-48px {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .hover\:lg\:rounded-left-radius-48px:hover {
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
  }
  .lg\:rounded-left-radius-49px {
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .hover\:lg\:rounded-left-radius-49px:hover {
    border-top-left-radius: 49px;
    border-bottom-left-radius: 49px;
  }
  .lg\:rounded-left-radius-50px {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .hover\:lg\:rounded-left-radius-50px:hover {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .lg\:rounded-left-radius-51px {
    border-top-left-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .hover\:lg\:rounded-left-radius-51px:hover {
    border-top-left-radius: 51px;
    border-bottom-left-radius: 51px;
  }
  .lg\:rounded-left-radius-52px {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .hover\:lg\:rounded-left-radius-52px:hover {
    border-top-left-radius: 52px;
    border-bottom-left-radius: 52px;
  }
  .lg\:rounded-left-radius-53px {
    border-top-left-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .hover\:lg\:rounded-left-radius-53px:hover {
    border-top-left-radius: 53px;
    border-bottom-left-radius: 53px;
  }
  .lg\:rounded-left-radius-54px {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .hover\:lg\:rounded-left-radius-54px:hover {
    border-top-left-radius: 54px;
    border-bottom-left-radius: 54px;
  }
  .lg\:rounded-left-radius-55px {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .hover\:lg\:rounded-left-radius-55px:hover {
    border-top-left-radius: 55px;
    border-bottom-left-radius: 55px;
  }
  .lg\:rounded-left-radius-56px {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .hover\:lg\:rounded-left-radius-56px:hover {
    border-top-left-radius: 56px;
    border-bottom-left-radius: 56px;
  }
  .lg\:rounded-left-radius-57px {
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .hover\:lg\:rounded-left-radius-57px:hover {
    border-top-left-radius: 57px;
    border-bottom-left-radius: 57px;
  }
  .lg\:rounded-left-radius-58px {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .hover\:lg\:rounded-left-radius-58px:hover {
    border-top-left-radius: 58px;
    border-bottom-left-radius: 58px;
  }
  .lg\:rounded-left-radius-59px {
    border-top-left-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .hover\:lg\:rounded-left-radius-59px:hover {
    border-top-left-radius: 59px;
    border-bottom-left-radius: 59px;
  }
  .lg\:rounded-left-radius-60px {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .hover\:lg\:rounded-left-radius-60px:hover {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .lg\:rounded-left-radius-61px {
    border-top-left-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .hover\:lg\:rounded-left-radius-61px:hover {
    border-top-left-radius: 61px;
    border-bottom-left-radius: 61px;
  }
  .lg\:rounded-left-radius-62px {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .hover\:lg\:rounded-left-radius-62px:hover {
    border-top-left-radius: 62px;
    border-bottom-left-radius: 62px;
  }
  .lg\:rounded-left-radius-63px {
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .hover\:lg\:rounded-left-radius-63px:hover {
    border-top-left-radius: 63px;
    border-bottom-left-radius: 63px;
  }
  .lg\:rounded-left-radius-64px {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .hover\:lg\:rounded-left-radius-64px:hover {
    border-top-left-radius: 64px;
    border-bottom-left-radius: 64px;
  }
  .lg\:rounded-left-radius-65px {
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .hover\:lg\:rounded-left-radius-65px:hover {
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
  .lg\:rounded-left-radius-66px {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .hover\:lg\:rounded-left-radius-66px:hover {
    border-top-left-radius: 66px;
    border-bottom-left-radius: 66px;
  }
  .lg\:rounded-left-radius-67px {
    border-top-left-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .hover\:lg\:rounded-left-radius-67px:hover {
    border-top-left-radius: 67px;
    border-bottom-left-radius: 67px;
  }
  .lg\:rounded-left-radius-68px {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .hover\:lg\:rounded-left-radius-68px:hover {
    border-top-left-radius: 68px;
    border-bottom-left-radius: 68px;
  }
  .lg\:rounded-left-radius-69px {
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .hover\:lg\:rounded-left-radius-69px:hover {
    border-top-left-radius: 69px;
    border-bottom-left-radius: 69px;
  }
  .lg\:rounded-left-radius-70px {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .hover\:lg\:rounded-left-radius-70px:hover {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
  }
  .lg\:rounded-left-radius-71px {
    border-top-left-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .hover\:lg\:rounded-left-radius-71px:hover {
    border-top-left-radius: 71px;
    border-bottom-left-radius: 71px;
  }
  .lg\:rounded-left-radius-72px {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .hover\:lg\:rounded-left-radius-72px:hover {
    border-top-left-radius: 72px;
    border-bottom-left-radius: 72px;
  }
  .lg\:rounded-left-radius-73px {
    border-top-left-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .hover\:lg\:rounded-left-radius-73px:hover {
    border-top-left-radius: 73px;
    border-bottom-left-radius: 73px;
  }
  .lg\:rounded-left-radius-74px {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .hover\:lg\:rounded-left-radius-74px:hover {
    border-top-left-radius: 74px;
    border-bottom-left-radius: 74px;
  }
  .lg\:rounded-left-radius-75px {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .hover\:lg\:rounded-left-radius-75px:hover {
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
  }
  .lg\:rounded-left-radius-76px {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .hover\:lg\:rounded-left-radius-76px:hover {
    border-top-left-radius: 76px;
    border-bottom-left-radius: 76px;
  }
  .lg\:rounded-left-radius-77px {
    border-top-left-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .hover\:lg\:rounded-left-radius-77px:hover {
    border-top-left-radius: 77px;
    border-bottom-left-radius: 77px;
  }
  .lg\:rounded-left-radius-78px {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .hover\:lg\:rounded-left-radius-78px:hover {
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
  }
  .lg\:rounded-left-radius-79px {
    border-top-left-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .hover\:lg\:rounded-left-radius-79px:hover {
    border-top-left-radius: 79px;
    border-bottom-left-radius: 79px;
  }
  .lg\:rounded-left-radius-80px {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .hover\:lg\:rounded-left-radius-80px:hover {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .lg\:rounded-left-radius-81px {
    border-top-left-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .hover\:lg\:rounded-left-radius-81px:hover {
    border-top-left-radius: 81px;
    border-bottom-left-radius: 81px;
  }
  .lg\:rounded-left-radius-82px {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .hover\:lg\:rounded-left-radius-82px:hover {
    border-top-left-radius: 82px;
    border-bottom-left-radius: 82px;
  }
  .lg\:rounded-left-radius-83px {
    border-top-left-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .hover\:lg\:rounded-left-radius-83px:hover {
    border-top-left-radius: 83px;
    border-bottom-left-radius: 83px;
  }
  .lg\:rounded-left-radius-84px {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .hover\:lg\:rounded-left-radius-84px:hover {
    border-top-left-radius: 84px;
    border-bottom-left-radius: 84px;
  }
  .lg\:rounded-left-radius-85px {
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .hover\:lg\:rounded-left-radius-85px:hover {
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
  }
  .lg\:rounded-left-radius-86px {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .hover\:lg\:rounded-left-radius-86px:hover {
    border-top-left-radius: 86px;
    border-bottom-left-radius: 86px;
  }
  .lg\:rounded-left-radius-87px {
    border-top-left-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .hover\:lg\:rounded-left-radius-87px:hover {
    border-top-left-radius: 87px;
    border-bottom-left-radius: 87px;
  }
  .lg\:rounded-left-radius-88px {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .hover\:lg\:rounded-left-radius-88px:hover {
    border-top-left-radius: 88px;
    border-bottom-left-radius: 88px;
  }
  .lg\:rounded-left-radius-89px {
    border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .hover\:lg\:rounded-left-radius-89px:hover {
    border-top-left-radius: 89px;
    border-bottom-left-radius: 89px;
  }
  .lg\:rounded-left-radius-90px {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .hover\:lg\:rounded-left-radius-90px:hover {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .lg\:rounded-left-radius-91px {
    border-top-left-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .hover\:lg\:rounded-left-radius-91px:hover {
    border-top-left-radius: 91px;
    border-bottom-left-radius: 91px;
  }
  .lg\:rounded-left-radius-92px {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .hover\:lg\:rounded-left-radius-92px:hover {
    border-top-left-radius: 92px;
    border-bottom-left-radius: 92px;
  }
  .lg\:rounded-left-radius-93px {
    border-top-left-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .hover\:lg\:rounded-left-radius-93px:hover {
    border-top-left-radius: 93px;
    border-bottom-left-radius: 93px;
  }
  .lg\:rounded-left-radius-94px {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .hover\:lg\:rounded-left-radius-94px:hover {
    border-top-left-radius: 94px;
    border-bottom-left-radius: 94px;
  }
  .lg\:rounded-left-radius-95px {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .hover\:lg\:rounded-left-radius-95px:hover {
    border-top-left-radius: 95px;
    border-bottom-left-radius: 95px;
  }
  .lg\:rounded-left-radius-96px {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .hover\:lg\:rounded-left-radius-96px:hover {
    border-top-left-radius: 96px;
    border-bottom-left-radius: 96px;
  }
  .lg\:rounded-left-radius-97px {
    border-top-left-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .hover\:lg\:rounded-left-radius-97px:hover {
    border-top-left-radius: 97px;
    border-bottom-left-radius: 97px;
  }
  .lg\:rounded-left-radius-98px {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .hover\:lg\:rounded-left-radius-98px:hover {
    border-top-left-radius: 98px;
    border-bottom-left-radius: 98px;
  }
  .lg\:rounded-left-radius-99px {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .hover\:lg\:rounded-left-radius-99px:hover {
    border-top-left-radius: 99px;
    border-bottom-left-radius: 99px;
  }
  .lg\:rounded-left-radius-100px {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .hover\:lg\:rounded-left-radius-100px:hover {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }
  .lg\:border-0px {
    border-width: 0px;
  }
  .hover\:lg\:border-0px:hover {
    border-width: 0px;
  }
  .active\:lg\:border-0px:active {
    border-width: 0px;
  }
  .focus\:lg\:border-0px:focus {
    border-width: 0px;
  }
  .lg\:border-1px {
    border-width: 1px;
  }
  .hover\:lg\:border-1px:hover {
    border-width: 1px;
  }
  .active\:lg\:border-1px:active {
    border-width: 1px;
  }
  .focus\:lg\:border-1px:focus {
    border-width: 1px;
  }
  .lg\:border-2px {
    border-width: 2px;
  }
  .hover\:lg\:border-2px:hover {
    border-width: 2px;
  }
  .active\:lg\:border-2px:active {
    border-width: 2px;
  }
  .focus\:lg\:border-2px:focus {
    border-width: 2px;
  }
  .lg\:border-3px {
    border-width: 3px;
  }
  .hover\:lg\:border-3px:hover {
    border-width: 3px;
  }
  .active\:lg\:border-3px:active {
    border-width: 3px;
  }
  .focus\:lg\:border-3px:focus {
    border-width: 3px;
  }
  .lg\:border-4px {
    border-width: 4px;
  }
  .hover\:lg\:border-4px:hover {
    border-width: 4px;
  }
  .active\:lg\:border-4px:active {
    border-width: 4px;
  }
  .focus\:lg\:border-4px:focus {
    border-width: 4px;
  }
  .lg\:border-5px {
    border-width: 5px;
  }
  .hover\:lg\:border-5px:hover {
    border-width: 5px;
  }
  .active\:lg\:border-5px:active {
    border-width: 5px;
  }
  .focus\:lg\:border-5px:focus {
    border-width: 5px;
  }
  .lg\:border-6px {
    border-width: 6px;
  }
  .hover\:lg\:border-6px:hover {
    border-width: 6px;
  }
  .active\:lg\:border-6px:active {
    border-width: 6px;
  }
  .focus\:lg\:border-6px:focus {
    border-width: 6px;
  }
  .lg\:border-7px {
    border-width: 7px;
  }
  .hover\:lg\:border-7px:hover {
    border-width: 7px;
  }
  .active\:lg\:border-7px:active {
    border-width: 7px;
  }
  .focus\:lg\:border-7px:focus {
    border-width: 7px;
  }
  .lg\:border-8px {
    border-width: 8px;
  }
  .hover\:lg\:border-8px:hover {
    border-width: 8px;
  }
  .active\:lg\:border-8px:active {
    border-width: 8px;
  }
  .focus\:lg\:border-8px:focus {
    border-width: 8px;
  }
  .lg\:border-9px {
    border-width: 9px;
  }
  .hover\:lg\:border-9px:hover {
    border-width: 9px;
  }
  .active\:lg\:border-9px:active {
    border-width: 9px;
  }
  .focus\:lg\:border-9px:focus {
    border-width: 9px;
  }
  .lg\:border-10px {
    border-width: 10px;
  }
  .hover\:lg\:border-10px:hover {
    border-width: 10px;
  }
  .active\:lg\:border-10px:active {
    border-width: 10px;
  }
  .focus\:lg\:border-10px:focus {
    border-width: 10px;
  }
  .lg\:border-x-0px {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .hover\:lg\:border-x-0px:hover {
    border-left-width: 0px;
    border-right-width: 0px;
  }
  .lg\:border-x-1px {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .hover\:lg\:border-x-1px:hover {
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .lg\:border-x-2px {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .hover\:lg\:border-x-2px:hover {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .lg\:border-x-3px {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .hover\:lg\:border-x-3px:hover {
    border-left-width: 3px;
    border-right-width: 3px;
  }
  .lg\:border-x-4px {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .hover\:lg\:border-x-4px:hover {
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .lg\:border-x-5px {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .hover\:lg\:border-x-5px:hover {
    border-left-width: 5px;
    border-right-width: 5px;
  }
  .lg\:border-x-6px {
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .hover\:lg\:border-x-6px:hover {
    border-left-width: 6px;
    border-right-width: 6px;
  }
  .lg\:border-x-7px {
    border-left-width: 7px;
    border-right-width: 7px;
  }
  .hover\:lg\:border-x-7px:hover {
    border-left-width: 7px;
    border-right-width: 7px;
  }
  .lg\:border-x-8px {
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .hover\:lg\:border-x-8px:hover {
    border-left-width: 8px;
    border-right-width: 8px;
  }
  .lg\:border-x-9px {
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .hover\:lg\:border-x-9px:hover {
    border-left-width: 9px;
    border-right-width: 9px;
  }
  .lg\:border-x-10px {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .hover\:lg\:border-x-10px:hover {
    border-left-width: 10px;
    border-right-width: 10px;
  }
  .lg\:border-y-0px {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .hover\:lg\:border-y-0px:hover {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .lg\:border-y-1px {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .hover\:lg\:border-y-1px:hover {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  .lg\:border-y-2px {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .hover\:lg\:border-y-2px:hover {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .lg\:border-y-3px {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .hover\:lg\:border-y-3px:hover {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  .lg\:border-y-4px {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .hover\:lg\:border-y-4px:hover {
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
  .lg\:border-y-5px {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .hover\:lg\:border-y-5px:hover {
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
  .lg\:border-y-6px {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .hover\:lg\:border-y-6px:hover {
    border-top-width: 6px;
    border-bottom-width: 6px;
  }
  .lg\:border-y-7px {
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .hover\:lg\:border-y-7px:hover {
    border-top-width: 7px;
    border-bottom-width: 7px;
  }
  .lg\:border-y-8px {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .hover\:lg\:border-y-8px:hover {
    border-top-width: 8px;
    border-bottom-width: 8px;
  }
  .lg\:border-y-9px {
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .hover\:lg\:border-y-9px:hover {
    border-top-width: 9px;
    border-bottom-width: 9px;
  }
  .lg\:border-y-10px {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .hover\:lg\:border-y-10px:hover {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .lg\:border-top-width-0px {
    border-top-width: 0px;
  }
  .hover\:lg\:border-top-width-0px:hover {
    border-top-width: 0px;
  }
  .active\:lg\:border-top-width-0px:active {
    border-top-width: 0px;
  }
  .focus\:lg\:border-top-width-0px:focus {
    border-top-width: 0px;
  }
  .lg\:border-top-width-1px {
    border-top-width: 1px;
  }
  .hover\:lg\:border-top-width-1px:hover {
    border-top-width: 1px;
  }
  .active\:lg\:border-top-width-1px:active {
    border-top-width: 1px;
  }
  .focus\:lg\:border-top-width-1px:focus {
    border-top-width: 1px;
  }
  .lg\:border-top-width-2px {
    border-top-width: 2px;
  }
  .hover\:lg\:border-top-width-2px:hover {
    border-top-width: 2px;
  }
  .active\:lg\:border-top-width-2px:active {
    border-top-width: 2px;
  }
  .focus\:lg\:border-top-width-2px:focus {
    border-top-width: 2px;
  }
  .lg\:border-top-width-3px {
    border-top-width: 3px;
  }
  .hover\:lg\:border-top-width-3px:hover {
    border-top-width: 3px;
  }
  .active\:lg\:border-top-width-3px:active {
    border-top-width: 3px;
  }
  .focus\:lg\:border-top-width-3px:focus {
    border-top-width: 3px;
  }
  .lg\:border-top-width-4px {
    border-top-width: 4px;
  }
  .hover\:lg\:border-top-width-4px:hover {
    border-top-width: 4px;
  }
  .active\:lg\:border-top-width-4px:active {
    border-top-width: 4px;
  }
  .focus\:lg\:border-top-width-4px:focus {
    border-top-width: 4px;
  }
  .lg\:border-top-width-5px {
    border-top-width: 5px;
  }
  .hover\:lg\:border-top-width-5px:hover {
    border-top-width: 5px;
  }
  .active\:lg\:border-top-width-5px:active {
    border-top-width: 5px;
  }
  .focus\:lg\:border-top-width-5px:focus {
    border-top-width: 5px;
  }
  .lg\:border-top-width-6px {
    border-top-width: 6px;
  }
  .hover\:lg\:border-top-width-6px:hover {
    border-top-width: 6px;
  }
  .active\:lg\:border-top-width-6px:active {
    border-top-width: 6px;
  }
  .focus\:lg\:border-top-width-6px:focus {
    border-top-width: 6px;
  }
  .lg\:border-top-width-7px {
    border-top-width: 7px;
  }
  .hover\:lg\:border-top-width-7px:hover {
    border-top-width: 7px;
  }
  .active\:lg\:border-top-width-7px:active {
    border-top-width: 7px;
  }
  .focus\:lg\:border-top-width-7px:focus {
    border-top-width: 7px;
  }
  .lg\:border-top-width-8px {
    border-top-width: 8px;
  }
  .hover\:lg\:border-top-width-8px:hover {
    border-top-width: 8px;
  }
  .active\:lg\:border-top-width-8px:active {
    border-top-width: 8px;
  }
  .focus\:lg\:border-top-width-8px:focus {
    border-top-width: 8px;
  }
  .lg\:border-top-width-9px {
    border-top-width: 9px;
  }
  .hover\:lg\:border-top-width-9px:hover {
    border-top-width: 9px;
  }
  .active\:lg\:border-top-width-9px:active {
    border-top-width: 9px;
  }
  .focus\:lg\:border-top-width-9px:focus {
    border-top-width: 9px;
  }
  .lg\:border-top-width-10px {
    border-top-width: 10px;
  }
  .hover\:lg\:border-top-width-10px:hover {
    border-top-width: 10px;
  }
  .active\:lg\:border-top-width-10px:active {
    border-top-width: 10px;
  }
  .focus\:lg\:border-top-width-10px:focus {
    border-top-width: 10px;
  }
  .lg\:border-right-width-0px {
    border-right-width: 0px;
  }
  .hover\:lg\:border-right-width-0px:hover {
    border-right-width: 0px;
  }
  .active\:lg\:border-right-width-0px:active {
    border-right-width: 0px;
  }
  .focus\:lg\:border-right-width-0px:focus {
    border-right-width: 0px;
  }
  .lg\:border-right-width-1px {
    border-right-width: 1px;
  }
  .hover\:lg\:border-right-width-1px:hover {
    border-right-width: 1px;
  }
  .active\:lg\:border-right-width-1px:active {
    border-right-width: 1px;
  }
  .focus\:lg\:border-right-width-1px:focus {
    border-right-width: 1px;
  }
  .lg\:border-right-width-2px {
    border-right-width: 2px;
  }
  .hover\:lg\:border-right-width-2px:hover {
    border-right-width: 2px;
  }
  .active\:lg\:border-right-width-2px:active {
    border-right-width: 2px;
  }
  .focus\:lg\:border-right-width-2px:focus {
    border-right-width: 2px;
  }
  .lg\:border-right-width-3px {
    border-right-width: 3px;
  }
  .hover\:lg\:border-right-width-3px:hover {
    border-right-width: 3px;
  }
  .active\:lg\:border-right-width-3px:active {
    border-right-width: 3px;
  }
  .focus\:lg\:border-right-width-3px:focus {
    border-right-width: 3px;
  }
  .lg\:border-right-width-4px {
    border-right-width: 4px;
  }
  .hover\:lg\:border-right-width-4px:hover {
    border-right-width: 4px;
  }
  .active\:lg\:border-right-width-4px:active {
    border-right-width: 4px;
  }
  .focus\:lg\:border-right-width-4px:focus {
    border-right-width: 4px;
  }
  .lg\:border-right-width-5px {
    border-right-width: 5px;
  }
  .hover\:lg\:border-right-width-5px:hover {
    border-right-width: 5px;
  }
  .active\:lg\:border-right-width-5px:active {
    border-right-width: 5px;
  }
  .focus\:lg\:border-right-width-5px:focus {
    border-right-width: 5px;
  }
  .lg\:border-right-width-6px {
    border-right-width: 6px;
  }
  .hover\:lg\:border-right-width-6px:hover {
    border-right-width: 6px;
  }
  .active\:lg\:border-right-width-6px:active {
    border-right-width: 6px;
  }
  .focus\:lg\:border-right-width-6px:focus {
    border-right-width: 6px;
  }
  .lg\:border-right-width-7px {
    border-right-width: 7px;
  }
  .hover\:lg\:border-right-width-7px:hover {
    border-right-width: 7px;
  }
  .active\:lg\:border-right-width-7px:active {
    border-right-width: 7px;
  }
  .focus\:lg\:border-right-width-7px:focus {
    border-right-width: 7px;
  }
  .lg\:border-right-width-8px {
    border-right-width: 8px;
  }
  .hover\:lg\:border-right-width-8px:hover {
    border-right-width: 8px;
  }
  .active\:lg\:border-right-width-8px:active {
    border-right-width: 8px;
  }
  .focus\:lg\:border-right-width-8px:focus {
    border-right-width: 8px;
  }
  .lg\:border-right-width-9px {
    border-right-width: 9px;
  }
  .hover\:lg\:border-right-width-9px:hover {
    border-right-width: 9px;
  }
  .active\:lg\:border-right-width-9px:active {
    border-right-width: 9px;
  }
  .focus\:lg\:border-right-width-9px:focus {
    border-right-width: 9px;
  }
  .lg\:border-right-width-10px {
    border-right-width: 10px;
  }
  .hover\:lg\:border-right-width-10px:hover {
    border-right-width: 10px;
  }
  .active\:lg\:border-right-width-10px:active {
    border-right-width: 10px;
  }
  .focus\:lg\:border-right-width-10px:focus {
    border-right-width: 10px;
  }
  .lg\:border-bottom-width-0px {
    border-bottom-width: 0px;
  }
  .hover\:lg\:border-bottom-width-0px:hover {
    border-bottom-width: 0px;
  }
  .active\:lg\:border-bottom-width-0px:active {
    border-bottom-width: 0px;
  }
  .focus\:lg\:border-bottom-width-0px:focus {
    border-bottom-width: 0px;
  }
  .lg\:border-bottom-width-1px {
    border-bottom-width: 1px;
  }
  .hover\:lg\:border-bottom-width-1px:hover {
    border-bottom-width: 1px;
  }
  .active\:lg\:border-bottom-width-1px:active {
    border-bottom-width: 1px;
  }
  .focus\:lg\:border-bottom-width-1px:focus {
    border-bottom-width: 1px;
  }
  .lg\:border-bottom-width-2px {
    border-bottom-width: 2px;
  }
  .hover\:lg\:border-bottom-width-2px:hover {
    border-bottom-width: 2px;
  }
  .active\:lg\:border-bottom-width-2px:active {
    border-bottom-width: 2px;
  }
  .focus\:lg\:border-bottom-width-2px:focus {
    border-bottom-width: 2px;
  }
  .lg\:border-bottom-width-3px {
    border-bottom-width: 3px;
  }
  .hover\:lg\:border-bottom-width-3px:hover {
    border-bottom-width: 3px;
  }
  .active\:lg\:border-bottom-width-3px:active {
    border-bottom-width: 3px;
  }
  .focus\:lg\:border-bottom-width-3px:focus {
    border-bottom-width: 3px;
  }
  .lg\:border-bottom-width-4px {
    border-bottom-width: 4px;
  }
  .hover\:lg\:border-bottom-width-4px:hover {
    border-bottom-width: 4px;
  }
  .active\:lg\:border-bottom-width-4px:active {
    border-bottom-width: 4px;
  }
  .focus\:lg\:border-bottom-width-4px:focus {
    border-bottom-width: 4px;
  }
  .lg\:border-bottom-width-5px {
    border-bottom-width: 5px;
  }
  .hover\:lg\:border-bottom-width-5px:hover {
    border-bottom-width: 5px;
  }
  .active\:lg\:border-bottom-width-5px:active {
    border-bottom-width: 5px;
  }
  .focus\:lg\:border-bottom-width-5px:focus {
    border-bottom-width: 5px;
  }
  .lg\:border-bottom-width-6px {
    border-bottom-width: 6px;
  }
  .hover\:lg\:border-bottom-width-6px:hover {
    border-bottom-width: 6px;
  }
  .active\:lg\:border-bottom-width-6px:active {
    border-bottom-width: 6px;
  }
  .focus\:lg\:border-bottom-width-6px:focus {
    border-bottom-width: 6px;
  }
  .lg\:border-bottom-width-7px {
    border-bottom-width: 7px;
  }
  .hover\:lg\:border-bottom-width-7px:hover {
    border-bottom-width: 7px;
  }
  .active\:lg\:border-bottom-width-7px:active {
    border-bottom-width: 7px;
  }
  .focus\:lg\:border-bottom-width-7px:focus {
    border-bottom-width: 7px;
  }
  .lg\:border-bottom-width-8px {
    border-bottom-width: 8px;
  }
  .hover\:lg\:border-bottom-width-8px:hover {
    border-bottom-width: 8px;
  }
  .active\:lg\:border-bottom-width-8px:active {
    border-bottom-width: 8px;
  }
  .focus\:lg\:border-bottom-width-8px:focus {
    border-bottom-width: 8px;
  }
  .lg\:border-bottom-width-9px {
    border-bottom-width: 9px;
  }
  .hover\:lg\:border-bottom-width-9px:hover {
    border-bottom-width: 9px;
  }
  .active\:lg\:border-bottom-width-9px:active {
    border-bottom-width: 9px;
  }
  .focus\:lg\:border-bottom-width-9px:focus {
    border-bottom-width: 9px;
  }
  .lg\:border-bottom-width-10px {
    border-bottom-width: 10px;
  }
  .hover\:lg\:border-bottom-width-10px:hover {
    border-bottom-width: 10px;
  }
  .active\:lg\:border-bottom-width-10px:active {
    border-bottom-width: 10px;
  }
  .focus\:lg\:border-bottom-width-10px:focus {
    border-bottom-width: 10px;
  }
  .lg\:border-left-width-0px {
    border-left-width: 0px;
  }
  .hover\:lg\:border-left-width-0px:hover {
    border-left-width: 0px;
  }
  .active\:lg\:border-left-width-0px:active {
    border-left-width: 0px;
  }
  .focus\:lg\:border-left-width-0px:focus {
    border-left-width: 0px;
  }
  .lg\:border-left-width-1px {
    border-left-width: 1px;
  }
  .hover\:lg\:border-left-width-1px:hover {
    border-left-width: 1px;
  }
  .active\:lg\:border-left-width-1px:active {
    border-left-width: 1px;
  }
  .focus\:lg\:border-left-width-1px:focus {
    border-left-width: 1px;
  }
  .lg\:border-left-width-2px {
    border-left-width: 2px;
  }
  .hover\:lg\:border-left-width-2px:hover {
    border-left-width: 2px;
  }
  .active\:lg\:border-left-width-2px:active {
    border-left-width: 2px;
  }
  .focus\:lg\:border-left-width-2px:focus {
    border-left-width: 2px;
  }
  .lg\:border-left-width-3px {
    border-left-width: 3px;
  }
  .hover\:lg\:border-left-width-3px:hover {
    border-left-width: 3px;
  }
  .active\:lg\:border-left-width-3px:active {
    border-left-width: 3px;
  }
  .focus\:lg\:border-left-width-3px:focus {
    border-left-width: 3px;
  }
  .lg\:border-left-width-4px {
    border-left-width: 4px;
  }
  .hover\:lg\:border-left-width-4px:hover {
    border-left-width: 4px;
  }
  .active\:lg\:border-left-width-4px:active {
    border-left-width: 4px;
  }
  .focus\:lg\:border-left-width-4px:focus {
    border-left-width: 4px;
  }
  .lg\:border-left-width-5px {
    border-left-width: 5px;
  }
  .hover\:lg\:border-left-width-5px:hover {
    border-left-width: 5px;
  }
  .active\:lg\:border-left-width-5px:active {
    border-left-width: 5px;
  }
  .focus\:lg\:border-left-width-5px:focus {
    border-left-width: 5px;
  }
  .lg\:border-left-width-6px {
    border-left-width: 6px;
  }
  .hover\:lg\:border-left-width-6px:hover {
    border-left-width: 6px;
  }
  .active\:lg\:border-left-width-6px:active {
    border-left-width: 6px;
  }
  .focus\:lg\:border-left-width-6px:focus {
    border-left-width: 6px;
  }
  .lg\:border-left-width-7px {
    border-left-width: 7px;
  }
  .hover\:lg\:border-left-width-7px:hover {
    border-left-width: 7px;
  }
  .active\:lg\:border-left-width-7px:active {
    border-left-width: 7px;
  }
  .focus\:lg\:border-left-width-7px:focus {
    border-left-width: 7px;
  }
  .lg\:border-left-width-8px {
    border-left-width: 8px;
  }
  .hover\:lg\:border-left-width-8px:hover {
    border-left-width: 8px;
  }
  .active\:lg\:border-left-width-8px:active {
    border-left-width: 8px;
  }
  .focus\:lg\:border-left-width-8px:focus {
    border-left-width: 8px;
  }
  .lg\:border-left-width-9px {
    border-left-width: 9px;
  }
  .hover\:lg\:border-left-width-9px:hover {
    border-left-width: 9px;
  }
  .active\:lg\:border-left-width-9px:active {
    border-left-width: 9px;
  }
  .focus\:lg\:border-left-width-9px:focus {
    border-left-width: 9px;
  }
  .lg\:border-left-width-10px {
    border-left-width: 10px;
  }
  .hover\:lg\:border-left-width-10px:hover {
    border-left-width: 10px;
  }
  .active\:lg\:border-left-width-10px:active {
    border-left-width: 10px;
  }
  .focus\:lg\:border-left-width-10px:focus {
    border-left-width: 10px;
  }
  .lg\:outline-offset-0px {
    outline-offset: 0px;
  }
  .hover\:lg\:outline-offset-0px:hover {
    outline-offset: 0px;
  }
  .active\:lg\:outline-offset-0px:active {
    outline-offset: 0px;
  }
  .focus\:lg\:outline-offset-0px:focus {
    outline-offset: 0px;
  }
  .lg\:outline-offset-1px {
    outline-offset: 1px;
  }
  .hover\:lg\:outline-offset-1px:hover {
    outline-offset: 1px;
  }
  .active\:lg\:outline-offset-1px:active {
    outline-offset: 1px;
  }
  .focus\:lg\:outline-offset-1px:focus {
    outline-offset: 1px;
  }
  .lg\:outline-offset-2px {
    outline-offset: 2px;
  }
  .hover\:lg\:outline-offset-2px:hover {
    outline-offset: 2px;
  }
  .active\:lg\:outline-offset-2px:active {
    outline-offset: 2px;
  }
  .focus\:lg\:outline-offset-2px:focus {
    outline-offset: 2px;
  }
  .lg\:outline-offset-3px {
    outline-offset: 3px;
  }
  .hover\:lg\:outline-offset-3px:hover {
    outline-offset: 3px;
  }
  .active\:lg\:outline-offset-3px:active {
    outline-offset: 3px;
  }
  .focus\:lg\:outline-offset-3px:focus {
    outline-offset: 3px;
  }
  .lg\:outline-offset-4px {
    outline-offset: 4px;
  }
  .hover\:lg\:outline-offset-4px:hover {
    outline-offset: 4px;
  }
  .active\:lg\:outline-offset-4px:active {
    outline-offset: 4px;
  }
  .focus\:lg\:outline-offset-4px:focus {
    outline-offset: 4px;
  }
  .lg\:outline-offset-5px {
    outline-offset: 5px;
  }
  .hover\:lg\:outline-offset-5px:hover {
    outline-offset: 5px;
  }
  .active\:lg\:outline-offset-5px:active {
    outline-offset: 5px;
  }
  .focus\:lg\:outline-offset-5px:focus {
    outline-offset: 5px;
  }
  .lg\:outline-offset-6px {
    outline-offset: 6px;
  }
  .hover\:lg\:outline-offset-6px:hover {
    outline-offset: 6px;
  }
  .active\:lg\:outline-offset-6px:active {
    outline-offset: 6px;
  }
  .focus\:lg\:outline-offset-6px:focus {
    outline-offset: 6px;
  }
  .lg\:outline-offset-7px {
    outline-offset: 7px;
  }
  .hover\:lg\:outline-offset-7px:hover {
    outline-offset: 7px;
  }
  .active\:lg\:outline-offset-7px:active {
    outline-offset: 7px;
  }
  .focus\:lg\:outline-offset-7px:focus {
    outline-offset: 7px;
  }
  .lg\:outline-offset-8px {
    outline-offset: 8px;
  }
  .hover\:lg\:outline-offset-8px:hover {
    outline-offset: 8px;
  }
  .active\:lg\:outline-offset-8px:active {
    outline-offset: 8px;
  }
  .focus\:lg\:outline-offset-8px:focus {
    outline-offset: 8px;
  }
  .lg\:outline-offset-9px {
    outline-offset: 9px;
  }
  .hover\:lg\:outline-offset-9px:hover {
    outline-offset: 9px;
  }
  .active\:lg\:outline-offset-9px:active {
    outline-offset: 9px;
  }
  .focus\:lg\:outline-offset-9px:focus {
    outline-offset: 9px;
  }
  .lg\:outline-offset-10px {
    outline-offset: 10px;
  }
  .hover\:lg\:outline-offset-10px:hover {
    outline-offset: 10px;
  }
  .active\:lg\:outline-offset-10px:active {
    outline-offset: 10px;
  }
  .focus\:lg\:outline-offset-10px:focus {
    outline-offset: 10px;
  }
  .lg\:outline-0px {
    outline-width: 0px;
  }
  .hover\:lg\:outline-0px:hover {
    outline-width: 0px;
  }
  .active\:lg\:outline-0px:active {
    outline-width: 0px;
  }
  .focus\:lg\:outline-0px:focus {
    outline-width: 0px;
  }
  .lg\:outline-1px {
    outline-width: 1px;
  }
  .hover\:lg\:outline-1px:hover {
    outline-width: 1px;
  }
  .active\:lg\:outline-1px:active {
    outline-width: 1px;
  }
  .focus\:lg\:outline-1px:focus {
    outline-width: 1px;
  }
  .lg\:outline-2px {
    outline-width: 2px;
  }
  .hover\:lg\:outline-2px:hover {
    outline-width: 2px;
  }
  .active\:lg\:outline-2px:active {
    outline-width: 2px;
  }
  .focus\:lg\:outline-2px:focus {
    outline-width: 2px;
  }
  .lg\:outline-3px {
    outline-width: 3px;
  }
  .hover\:lg\:outline-3px:hover {
    outline-width: 3px;
  }
  .active\:lg\:outline-3px:active {
    outline-width: 3px;
  }
  .focus\:lg\:outline-3px:focus {
    outline-width: 3px;
  }
  .lg\:outline-4px {
    outline-width: 4px;
  }
  .hover\:lg\:outline-4px:hover {
    outline-width: 4px;
  }
  .active\:lg\:outline-4px:active {
    outline-width: 4px;
  }
  .focus\:lg\:outline-4px:focus {
    outline-width: 4px;
  }
  .lg\:outline-5px {
    outline-width: 5px;
  }
  .hover\:lg\:outline-5px:hover {
    outline-width: 5px;
  }
  .active\:lg\:outline-5px:active {
    outline-width: 5px;
  }
  .focus\:lg\:outline-5px:focus {
    outline-width: 5px;
  }
  .lg\:outline-6px {
    outline-width: 6px;
  }
  .hover\:lg\:outline-6px:hover {
    outline-width: 6px;
  }
  .active\:lg\:outline-6px:active {
    outline-width: 6px;
  }
  .focus\:lg\:outline-6px:focus {
    outline-width: 6px;
  }
  .lg\:outline-7px {
    outline-width: 7px;
  }
  .hover\:lg\:outline-7px:hover {
    outline-width: 7px;
  }
  .active\:lg\:outline-7px:active {
    outline-width: 7px;
  }
  .focus\:lg\:outline-7px:focus {
    outline-width: 7px;
  }
  .lg\:outline-8px {
    outline-width: 8px;
  }
  .hover\:lg\:outline-8px:hover {
    outline-width: 8px;
  }
  .active\:lg\:outline-8px:active {
    outline-width: 8px;
  }
  .focus\:lg\:outline-8px:focus {
    outline-width: 8px;
  }
  .lg\:outline-9px {
    outline-width: 9px;
  }
  .hover\:lg\:outline-9px:hover {
    outline-width: 9px;
  }
  .active\:lg\:outline-9px:active {
    outline-width: 9px;
  }
  .focus\:lg\:outline-9px:focus {
    outline-width: 9px;
  }
  .lg\:outline-10px {
    outline-width: 10px;
  }
  .hover\:lg\:outline-10px:hover {
    outline-width: 10px;
  }
  .active\:lg\:outline-10px:active {
    outline-width: 10px;
  }
  .focus\:lg\:outline-10px:focus {
    outline-width: 10px;
  }
}
